Pull request #43693 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 89db5a6fd4d3603cc6b110c3779669d5b879c146+a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 (9866ddbfaad136373278ebfca9a0c43860654c99) 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-43693@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-04T20:40:45.316Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-04T20:40:45.321Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-04T20:40:45.553Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-02c6bff1404a12dc8) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] { [Pipeline] checkout [2022-06-04T20:40:45.617Z] The recommended git tool is: git [2022-06-04T20:40:47.028Z] using credential docker-jenkins-github-credentials [2022-06-04T20:40:47.036Z] Cloning the remote Git repository [2022-06-04T20:40:47.036Z] Cloning with configured refspecs honoured and without tags [2022-06-04T20:40:47.048Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:40:47.091Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:40:47.108Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:40:47.108Z] > git --version # timeout=10 [2022-06-04T20:40:47.112Z] > git --version # 'git version 2.17.1' [2022-06-04T20:40:47.112Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:40:47.114Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:40:58.344Z] Fetching without tags [2022-06-04T20:40:58.507Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:40:59.075Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:40:59.075Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [2022-06-04T20:40:58.327Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:40:58.332Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:40:58.335Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:40:58.341Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:40:58.347Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:40:58.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:40:58.348Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:40:58.512Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:40:58.514Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:40:59.060Z] > git remote # timeout=10 [2022-06-04T20:40:59.062Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:40:59.065Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:40:59.065Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:40:59.071Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:40:59.076Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:40:59.078Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:02.534Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:41:02.534Z] First time build. Skipping changelog. [2022-06-04T20:41:02.546Z] > git --version # timeout=10 [2022-06-04T20:41:02.549Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:02.551Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-04T20:41:03.239Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/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-04T20:41:06.508Z] Unable to find image 'alpine:latest' locally [2022-06-04T20:41:06.508Z] latest: Pulling from library/alpine [2022-06-04T20:41:06.508Z] 2408cc74d12b: Pulling fs layer [2022-06-04T20:41:06.764Z] 2408cc74d12b: Verifying Checksum [2022-06-04T20:41:06.764Z] 2408cc74d12b: Download complete [2022-06-04T20:41:06.764Z] 2408cc74d12b: Pull complete [2022-06-04T20:41:06.764Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-04T20:41:06.764Z] Status: Downloaded newer image for alpine:latest [2022-06-04T20:41:12.008Z] 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 [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] } [2022-06-04T20:41:12.248Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05da23b956b588f02) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] // stage [Pipeline] // stage [2022-06-04T20:41:12.280Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0e7b4e239805fd71d) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] // stage [2022-06-04T20:41:12.301Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0470687f4efc45dfc) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] // stage [Pipeline] { [Pipeline] { [2022-06-04T20:41:12.322Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0c69a9bbe8eb26964) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-06-04T20:41:12.369Z] The recommended git tool is: git 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 [Pipeline] checkout [2022-06-04T20:41:12.425Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-06-04T20:41:12.434Z] The recommended git tool is: git [2022-06-04T20:41:12.434Z] Cloning the remote Git repository [2022-06-04T20:41:12.434Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2022-06-04T20:41:12.466Z] The recommended git tool is: git [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) [2022-06-04T20:41:12.508Z] The recommended git tool is: git 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-04T20:41:12.434Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:41:12.434Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:41:12.450Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:12.450Z] > git --version # timeout=10 [2022-06-04T20:41:12.458Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:12.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:12.459Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:14.068Z] using credential docker-jenkins-github-credentials [2022-06-04T20:41:14.077Z] Cloning the remote Git repository [2022-06-04T20:41:14.077Z] Cloning with configured refspecs honoured and without tags [2022-06-04T20:41:14.525Z] using credential docker-jenkins-github-credentials [2022-06-04T20:41:14.534Z] Cloning the remote Git repository [2022-06-04T20:41:14.534Z] Cloning with configured refspecs honoured and without tags [2022-06-04T20:41:14.705Z] using credential docker-jenkins-github-credentials [2022-06-04T20:41:14.714Z] Cloning the remote Git repository [2022-06-04T20:41:14.714Z] Cloning with configured refspecs honoured and without tags [2022-06-04T20:41:14.131Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:41:14.177Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:41:14.192Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:14.192Z] > git --version # timeout=10 [2022-06-04T20:41:14.195Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:14.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:14.196Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:14.736Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:41:14.795Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:41:14.604Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:41:14.658Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:41:14.840Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:14.840Z] > git --version # timeout=10 [2022-06-04T20:41:14.846Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:14.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:14.848Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:14.873Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:14.873Z] > git --version # timeout=10 [2022-06-04T20:41:14.886Z] > git --version # 'git version 2.25.1' [2022-06-04T20:41:14.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:14.889Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:25.144Z] Fetching without tags [2022-06-04T20:41:25.130Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:25.133Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:41:25.136Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:25.140Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:25.146Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:25.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:25.147Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:25.309Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:25.877Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:25.877Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [2022-06-04T20:41:25.313Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:25.316Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:25.861Z] > git remote # timeout=10 [2022-06-04T20:41:25.863Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:41:25.866Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:25.867Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:41:25.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:41:25.877Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:25.879Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:27.231Z] Still waiting to schedule task [2022-06-04T20:41:27.231Z] Waiting for next available executor on ‘arm64&&ubuntu-2004’ [2022-06-04T20:41:29.237Z] Fetching without tags [2022-06-04T20:41:29.483Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:29.862Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:41:29.875Z] > git --version # timeout=10 [2022-06-04T20:41:29.878Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:29.880Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-04T20:41:29.185Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:29.190Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:41:29.202Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:29.220Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:29.237Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:29.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:29.238Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:29.482Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:29.492Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:30.153Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:30.153Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-04T20:41:30.286Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:41:30.293Z] > git --version # timeout=10 [2022-06-04T20:41:30.309Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:30.327Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-04T20:41:30.541Z] + [ PR != PR ] [2022-06-04T20:41:30.541Z] + [ master != master ] [2022-06-04T20:41:30.541Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-04T20:41:30.644Z] Fetching without tags [Pipeline] sh [2022-06-04T20:41:30.838Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:30.907Z] + docker version [2022-06-04T20:41:30.947Z] + docker version [2022-06-04T20:41:30.947Z] Client: Docker Engine - Community [2022-06-04T20:41:30.947Z] Version: 20.10.14 [2022-06-04T20:41:30.947Z] API version: 1.41 [2022-06-04T20:41:30.947Z] Go version: go1.16.15 [2022-06-04T20:41:30.947Z] Git commit: a224086 [2022-06-04T20:41:30.947Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-04T20:41:30.947Z] OS/Arch: linux/amd64 [2022-06-04T20:41:30.947Z] Context: default [2022-06-04T20:41:30.947Z] Experimental: true [2022-06-04T20:41:30.947Z] [2022-06-04T20:41:30.947Z] Server: Docker Engine - Community [2022-06-04T20:41:30.947Z] Engine: [2022-06-04T20:41:30.947Z] Version: 20.10.14 [2022-06-04T20:41:30.947Z] API version: 1.41 (minimum version 1.12) [2022-06-04T20:41:30.947Z] Go version: go1.16.15 [2022-06-04T20:41:30.947Z] Git commit: 87a90dc [2022-06-04T20:41:30.947Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-04T20:41:30.947Z] OS/Arch: linux/amd64 [2022-06-04T20:41:30.947Z] Experimental: true [2022-06-04T20:41:30.947Z] containerd: [2022-06-04T20:41:30.947Z] Version: 1.5.11 [2022-06-04T20:41:30.947Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:30.947Z] runc: [2022-06-04T20:41:30.947Z] Version: 1.0.3 [2022-06-04T20:41:30.947Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-04T20:41:30.947Z] docker-init: [2022-06-04T20:41:30.947Z] Version: 0.19.0 [2022-06-04T20:41:30.947Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-04T20:41:31.232Z] + docker info [2022-06-04T20:41:31.521Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:31.521Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [2022-06-04T20:41:30.126Z] > git remote # timeout=10 [2022-06-04T20:41:30.130Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:41:30.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:30.136Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:41:30.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:41:30.152Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:30.157Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:30.597Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:30.610Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:41:30.626Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:30.639Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:30.648Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:30.649Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:30.650Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:30.851Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:30.870Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:31.446Z] > git remote # timeout=10 [2022-06-04T20:41:31.461Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:41:31.476Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:31.477Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:41:31.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:41:31.524Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:31.539Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:32.280Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:32.290Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:41:32.297Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:32.305Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:41:32.318Z] Fetching without tags [2022-06-04T20:41:32.520Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:33.173Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:41:33.174Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [2022-06-04T20:41:34.171Z] Client: Docker Engine - Community [2022-06-04T20:41:34.171Z] Version: 20.10.14 [2022-06-04T20:41:34.171Z] API version: 1.41 [2022-06-04T20:41:34.171Z] Go version: go1.16.15 [2022-06-04T20:41:34.171Z] Git commit: a224086 [2022-06-04T20:41:34.171Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-04T20:41:34.171Z] OS/Arch: linux/amd64 [2022-06-04T20:41:34.171Z] Context: default [2022-06-04T20:41:34.171Z] Experimental: true [2022-06-04T20:41:34.171Z] [2022-06-04T20:41:34.171Z] Server: Docker Engine - Community [2022-06-04T20:41:34.171Z] Engine: [2022-06-04T20:41:34.171Z] Version: 20.10.14 [2022-06-04T20:41:34.171Z] API version: 1.41 (minimum version 1.12) [2022-06-04T20:41:34.171Z] Go version: go1.16.15 [2022-06-04T20:41:34.171Z] Git commit: 87a90dc [2022-06-04T20:41:34.171Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-04T20:41:34.171Z] OS/Arch: linux/amd64 [2022-06-04T20:41:34.171Z] Experimental: true [2022-06-04T20:41:34.171Z] containerd: [2022-06-04T20:41:34.171Z] Version: 1.5.11 [2022-06-04T20:41:34.171Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:34.171Z] runc: [2022-06-04T20:41:34.171Z] Version: 1.0.3 [2022-06-04T20:41:34.171Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-04T20:41:34.171Z] docker-init: [2022-06-04T20:41:34.171Z] Version: 0.19.0 [2022-06-04T20:41:34.171Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-04T20:41:32.322Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:41:32.323Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:32.328Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:41:32.532Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:32.540Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:33.115Z] > git remote # timeout=10 [2022-06-04T20:41:33.137Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:41:33.144Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:41:33.145Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:41:33.162Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:41:33.177Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:41:33.186Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:41:34.487Z] + docker info [2022-06-04T20:41:35.594Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:41:35.617Z] > git --version # timeout=10 [2022-06-04T20:41:35.629Z] > git --version # 'git version 2.17.1' [2022-06-04T20:41:35.638Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-04T20:41:36.558Z] + docker version [2022-06-04T20:41:36.949Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:41:36.966Z] > git --version # timeout=10 [2022-06-04T20:41:36.980Z] > git --version # 'git version 2.25.1' [2022-06-04T20:41:36.985Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-04T20:41:37.771Z] + docker version [2022-06-04T20:41:39.859Z] Client: Docker Engine - Community [2022-06-04T20:41:39.859Z] Version: 20.10.14 [2022-06-04T20:41:39.859Z] API version: 1.41 [2022-06-04T20:41:39.859Z] Go version: go1.16.15 [2022-06-04T20:41:39.859Z] Git commit: a224086 [2022-06-04T20:41:39.859Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-04T20:41:39.859Z] OS/Arch: linux/amd64 [2022-06-04T20:41:39.859Z] Context: default [2022-06-04T20:41:39.859Z] Experimental: true [2022-06-04T20:41:39.859Z] [2022-06-04T20:41:39.859Z] Server: Docker Engine - Community [2022-06-04T20:41:39.859Z] Engine: [2022-06-04T20:41:39.859Z] Version: 20.10.14 [2022-06-04T20:41:39.859Z] API version: 1.41 (minimum version 1.12) [2022-06-04T20:41:39.859Z] Go version: go1.16.15 [2022-06-04T20:41:39.859Z] Git commit: 87a90dc [2022-06-04T20:41:39.859Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-04T20:41:39.859Z] OS/Arch: linux/amd64 [2022-06-04T20:41:39.859Z] Experimental: true [2022-06-04T20:41:39.859Z] containerd: [2022-06-04T20:41:39.859Z] Version: 1.5.11 [2022-06-04T20:41:39.859Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:39.859Z] runc: [2022-06-04T20:41:39.859Z] Version: 1.0.3 [2022-06-04T20:41:39.859Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-04T20:41:39.859Z] docker-init: [2022-06-04T20:41:39.859Z] Version: 0.19.0 [2022-06-04T20:41:39.859Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-04T20:41:40.172Z] + docker info [2022-06-04T20:41:41.192Z] Client: [2022-06-04T20:41:41.192Z] Context: default [2022-06-04T20:41:41.192Z] Debug Mode: false [2022-06-04T20:41:41.192Z] Plugins: [2022-06-04T20:41:41.192Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-04T20:41:41.192Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-04T20:41:41.192Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-04T20:41:41.192Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-04T20:41:41.192Z] [2022-06-04T20:41:41.192Z] Server: [2022-06-04T20:41:41.192Z] Containers: 0 [2022-06-04T20:41:41.192Z] Running: 0 [2022-06-04T20:41:41.192Z] Paused: 0 [2022-06-04T20:41:41.192Z] Stopped: 0 [2022-06-04T20:41:41.192Z] Images: 1 [2022-06-04T20:41:41.192Z] Server Version: 20.10.14 [2022-06-04T20:41:41.192Z] Storage Driver: overlay2 [2022-06-04T20:41:41.192Z] Backing Filesystem: extfs [2022-06-04T20:41:41.192Z] Supports d_type: true [2022-06-04T20:41:41.193Z] Native Overlay Diff: true [2022-06-04T20:41:41.193Z] userxattr: false [2022-06-04T20:41:41.193Z] Logging Driver: json-file [2022-06-04T20:41:41.193Z] Cgroup Driver: cgroupfs [2022-06-04T20:41:41.193Z] Cgroup Version: 1 [2022-06-04T20:41:41.193Z] Plugins: [2022-06-04T20:41:41.193Z] Volume: local [2022-06-04T20:41:41.193Z] Network: bridge host ipvlan macvlan null overlay [2022-06-04T20:41:41.193Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-04T20:41:41.193Z] Swarm: inactive [2022-06-04T20:41:41.193Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-04T20:41:41.193Z] Default Runtime: runc [2022-06-04T20:41:41.193Z] Init Binary: docker-init [2022-06-04T20:41:41.193Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:41.193Z] runc version: v1.0.3-0-gf46b6ba [2022-06-04T20:41:41.193Z] init version: de40ad0 [2022-06-04T20:41:41.193Z] Security Options: [2022-06-04T20:41:41.193Z] apparmor [2022-06-04T20:41:41.193Z] seccomp [2022-06-04T20:41:41.193Z] Profile: default [2022-06-04T20:41:41.193Z] Kernel Version: 5.4.0-1071-aws [2022-06-04T20:41:41.193Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-04T20:41:41.193Z] OSType: linux [2022-06-04T20:41:41.193Z] Architecture: x86_64 [2022-06-04T20:41:41.193Z] CPUs: 2 [2022-06-04T20:41:41.193Z] Total Memory: 7.565GiB [2022-06-04T20:41:41.193Z] Name: ip-10-100-84-16 [2022-06-04T20:41:41.193Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-04T20:41:41.193Z] Docker Root Dir: /var/lib/docker [2022-06-04T20:41:41.193Z] Debug Mode: false [2022-06-04T20:41:41.193Z] Registry: https://index.docker.io/v1/ [2022-06-04T20:41:41.193Z] Labels: [2022-06-04T20:41:41.193Z] Experimental: true [2022-06-04T20:41:41.193Z] Insecure Registries: [2022-06-04T20:41:41.193Z] 127.0.0.0/8 [2022-06-04T20:41:41.193Z] Live Restore Enabled: true [2022-06-04T20:41:41.193Z] [2022-06-04T20:41:41.193Z] WARNING: No swap limit support [Pipeline] sh [2022-06-04T20:41:41.471Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:41.471Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:41.471Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43693/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-04T20:41:41.471Z] + bash /home/ubuntu/workspace/moby_PR-43693/check-config.sh [2022-06-04T20:41:41.471Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-04T20:41:41.471Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-04T20:41:41.471Z] [2022-06-04T20:41:41.471Z] Generally Necessary: [2022-06-04T20:41:41.471Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-04T20:41:41.471Z] - apparmor: enabled and tools installed [2022-06-04T20:41:41.471Z] - CONFIG_NAMESPACES: enabled [2022-06-04T20:41:41.471Z] - CONFIG_NET_NS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_PID_NS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_IPC_NS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_UTS_NS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUPS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CPUSETS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_MEMCG: enabled [2022-06-04T20:41:41.471Z] - CONFIG_KEYS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_VETH: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-04T20:41:41.471Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_BPF: enabled [2022-06-04T20:41:41.471Z] [2022-06-04T20:41:41.471Z] Optional Features: [2022-06-04T20:41:41.471Z] - CONFIG_USER_NS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_SECCOMP: enabled [2022-06-04T20:41:41.471Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-04T20:41:41.471Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-04T20:41:41.471Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-04T20:41:41.471Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-04T20:41:41.471Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-04T20:41:41.728Z] - CONFIG_BLK_CGROUP: enabled [2022-06-04T20:41:41.728Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CGROUP_PERF: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-04T20:41:41.728Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-04T20:41:41.728Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-04T20:41:41.728Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-04T20:41:41.728Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_IP_VS: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-04T20:41:41.728Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-04T20:41:41.728Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-04T20:41:41.728Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-04T20:41:41.728Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-04T20:41:41.728Z] - CONFIG_EXT4_FS: enabled [2022-06-04T20:41:41.728Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-04T20:41:41.728Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-04T20:41:41.728Z] - Network Drivers: [2022-06-04T20:41:41.728Z] - "overlay": [2022-06-04T20:41:41.728Z] - CONFIG_VXLAN: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-04T20:41:41.728Z] Optional (for encrypted networks): [2022-06-04T20:41:41.728Z] - CONFIG_CRYPTO: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-04T20:41:41.728Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-04T20:41:41.728Z] - CONFIG_XFRM: enabled [2022-06-04T20:41:41.728Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-04T20:41:41.728Z] - "ipvlan": [2022-06-04T20:41:41.728Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-04T20:41:41.728Z] - "macvlan": [2022-06-04T20:41:41.728Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-04T20:41:41.728Z] - CONFIG_DUMMY: enabled (as module) [2022-06-04T20:41:41.728Z] - "ftp,tftp client in container": [2022-06-04T20:41:41.985Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-04T20:41:41.985Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-04T20:41:41.985Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-04T20:41:41.985Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-04T20:41:41.985Z] - Storage Drivers: [2022-06-04T20:41:41.985Z] - "aufs": [2022-06-04T20:41:41.985Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-04T20:41:41.985Z] - "btrfs": [2022-06-04T20:41:41.985Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-04T20:41:41.985Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-04T20:41:41.985Z] - "devicemapper": [2022-06-04T20:41:41.985Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-04T20:41:41.985Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-04T20:41:41.985Z] - "overlay": [2022-06-04T20:41:41.985Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-04T20:41:41.985Z] - "zfs": [2022-06-04T20:41:41.985Z] - /dev/zfs: present [2022-06-04T20:41:41.985Z] - zfs command: missing [2022-06-04T20:41:41.985Z] - zpool command: missing [2022-06-04T20:41:41.985Z] [2022-06-04T20:41:41.985Z] Limits: [2022-06-04T20:41:41.985Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-04T20:41:41.985Z] [2022-06-04T20:41:41.985Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-04T20:41:42.305Z] + sudo modprobe ip_vs [2022-06-04T20:41:42.305Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 . [2022-06-04T20:41:42.561Z] #1 [internal] load build definition from Dockerfile [2022-06-04T20:41:42.561Z] #1 sha256:1cb1ab59ee3f1594584b7c7070727327367762f483cae67ad68ed355030d1319 [2022-06-04T20:41:42.561Z] #1 transferring dockerfile: 17.93kB done [2022-06-04T20:41:42.561Z] #1 DONE 0.1s [2022-06-04T20:41:42.561Z] [2022-06-04T20:41:42.561Z] #2 [internal] load .dockerignore [2022-06-04T20:41:42.561Z] #2 sha256:3d72a35faac072eca21a9d6638e0db54557ba73aefa5819e6963c0c0e988fbf2 [2022-06-04T20:41:42.561Z] #2 transferring context: 145B done [2022-06-04T20:41:42.561Z] #2 DONE 0.0s [2022-06-04T20:41:42.561Z] [2022-06-04T20:41:42.561Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-04T20:41:42.561Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-04T20:41:42.569Z] Client: [2022-06-04T20:41:42.569Z] Context: default [2022-06-04T20:41:42.569Z] Debug Mode: false [2022-06-04T20:41:42.569Z] Plugins: [2022-06-04T20:41:42.569Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-04T20:41:42.569Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-04T20:41:42.569Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-04T20:41:42.569Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-04T20:41:42.569Z] [2022-06-04T20:41:42.569Z] Server: [2022-06-04T20:41:42.569Z] Containers: 0 [2022-06-04T20:41:42.569Z] Running: 0 [2022-06-04T20:41:42.569Z] Paused: 0 [2022-06-04T20:41:42.569Z] Stopped: 0 [2022-06-04T20:41:42.569Z] Images: 0 [2022-06-04T20:41:42.569Z] Server Version: 20.10.14 [2022-06-04T20:41:42.569Z] Storage Driver: overlay2 [2022-06-04T20:41:42.569Z] Backing Filesystem: extfs [2022-06-04T20:41:42.569Z] Supports d_type: true [2022-06-04T20:41:42.569Z] Native Overlay Diff: true [2022-06-04T20:41:42.569Z] userxattr: false [2022-06-04T20:41:42.569Z] Logging Driver: json-file [2022-06-04T20:41:42.569Z] Cgroup Driver: cgroupfs [2022-06-04T20:41:42.569Z] Cgroup Version: 1 [2022-06-04T20:41:42.569Z] Plugins: [2022-06-04T20:41:42.569Z] Volume: local [2022-06-04T20:41:42.569Z] Network: bridge host ipvlan macvlan null overlay [2022-06-04T20:41:42.569Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-04T20:41:42.569Z] Swarm: inactive [2022-06-04T20:41:42.569Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-06-04T20:41:42.569Z] Default Runtime: runc [2022-06-04T20:41:42.569Z] Init Binary: docker-init [2022-06-04T20:41:42.569Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:42.569Z] runc version: v1.0.3-0-gf46b6ba [2022-06-04T20:41:42.569Z] init version: de40ad0 [2022-06-04T20:41:42.569Z] Security Options: [2022-06-04T20:41:42.569Z] apparmor [2022-06-04T20:41:42.569Z] seccomp [2022-06-04T20:41:42.569Z] Profile: default [2022-06-04T20:41:42.569Z] Kernel Version: 5.4.0-1071-aws [2022-06-04T20:41:42.569Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-04T20:41:42.569Z] OSType: linux [2022-06-04T20:41:42.569Z] Architecture: x86_64 [2022-06-04T20:41:42.569Z] CPUs: 8 [2022-06-04T20:41:42.569Z] Total Memory: 30.91GiB [2022-06-04T20:41:42.569Z] Name: ip-10-100-75-168 [2022-06-04T20:41:42.569Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-04T20:41:42.569Z] Docker Root Dir: /var/lib/docker [2022-06-04T20:41:42.569Z] Debug Mode: false [2022-06-04T20:41:42.569Z] Registry: https://index.docker.io/v1/ [2022-06-04T20:41:42.569Z] Labels: [2022-06-04T20:41:42.569Z] Experimental: true [2022-06-04T20:41:42.569Z] Insecure Registries: [2022-06-04T20:41:42.569Z] 127.0.0.0/8 [2022-06-04T20:41:42.569Z] Live Restore Enabled: true [2022-06-04T20:41:42.569Z] [2022-06-04T20:41:42.569Z] WARNING: No swap limit support [Pipeline] sh [2022-06-04T20:41:42.818Z] #3 DONE 0.3s [2022-06-04T20:41:42.818Z] [2022-06-04T20:41:42.818Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-04T20:41:42.818Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-04T20:41:42.818Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-04T20:41:42.884Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:42.884Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:42.884Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43693/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-04T20:41:42.884Z] + bash /home/ubuntu/workspace/moby_PR-43693/check-config.sh [2022-06-04T20:41:42.884Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-04T20:41:42.884Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-04T20:41:42.884Z] [2022-06-04T20:41:42.884Z] Generally Necessary: [2022-06-04T20:41:42.884Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-04T20:41:42.884Z] - apparmor: enabled and tools installed [2022-06-04T20:41:42.884Z] - CONFIG_NAMESPACES: enabled [2022-06-04T20:41:42.884Z] - CONFIG_NET_NS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_PID_NS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_IPC_NS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_UTS_NS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUPS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CPUSETS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_MEMCG: enabled [2022-06-04T20:41:42.884Z] - CONFIG_KEYS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_VETH: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-04T20:41:42.884Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_BPF: enabled [2022-06-04T20:41:42.884Z] [2022-06-04T20:41:42.884Z] Optional Features: [2022-06-04T20:41:42.884Z] - CONFIG_USER_NS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_SECCOMP: enabled [2022-06-04T20:41:42.884Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-04T20:41:42.884Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-04T20:41:42.884Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-04T20:41:42.884Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-04T20:41:42.884Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-04T20:41:43.021Z] Client: Docker Engine - Community [2022-06-04T20:41:43.021Z] Version: 20.10.14 [2022-06-04T20:41:43.021Z] API version: 1.41 [2022-06-04T20:41:43.021Z] Go version: go1.16.15 [2022-06-04T20:41:43.021Z] Git commit: a224086 [2022-06-04T20:41:43.021Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-04T20:41:43.021Z] OS/Arch: linux/amd64 [2022-06-04T20:41:43.021Z] Context: default [2022-06-04T20:41:43.021Z] Experimental: true [2022-06-04T20:41:43.021Z] [2022-06-04T20:41:43.021Z] Server: Docker Engine - Community [2022-06-04T20:41:43.021Z] Engine: [2022-06-04T20:41:43.021Z] Version: 20.10.14 [2022-06-04T20:41:43.021Z] API version: 1.41 (minimum version 1.12) [2022-06-04T20:41:43.021Z] Go version: go1.16.15 [2022-06-04T20:41:43.021Z] Git commit: 87a90dc [2022-06-04T20:41:43.021Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-04T20:41:43.021Z] OS/Arch: linux/amd64 [2022-06-04T20:41:43.021Z] Experimental: true [2022-06-04T20:41:43.021Z] containerd: [2022-06-04T20:41:43.021Z] Version: 1.5.11 [2022-06-04T20:41:43.021Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:43.021Z] runc: [2022-06-04T20:41:43.021Z] Version: 1.0.3 [2022-06-04T20:41:43.021Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-04T20:41:43.021Z] docker-init: [2022-06-04T20:41:43.021Z] Version: 0.19.0 [2022-06-04T20:41:43.021Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-04T20:41:43.074Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-04T20:41:43.074Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-04T20:41:43.074Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-04T20:41:43.074Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-04T20:41:43.074Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-04T20:41:43.074Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-04T20:41:43.141Z] - CONFIG_BLK_CGROUP: enabled [2022-06-04T20:41:43.141Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CGROUP_PERF: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-04T20:41:43.141Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-04T20:41:43.141Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-04T20:41:43.141Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-04T20:41:43.141Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_IP_VS: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-04T20:41:43.141Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-04T20:41:43.141Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-04T20:41:43.141Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-04T20:41:43.141Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-04T20:41:43.141Z] - CONFIG_EXT4_FS: enabled [2022-06-04T20:41:43.141Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-04T20:41:43.141Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-04T20:41:43.141Z] - Network Drivers: [2022-06-04T20:41:43.141Z] - "overlay": [2022-06-04T20:41:43.141Z] - CONFIG_VXLAN: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-04T20:41:43.141Z] Optional (for encrypted networks): [2022-06-04T20:41:43.141Z] - CONFIG_CRYPTO: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-04T20:41:43.141Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-04T20:41:43.141Z] - CONFIG_XFRM: enabled [2022-06-04T20:41:43.141Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-04T20:41:43.141Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-04T20:41:43.141Z] - "ipvlan": [2022-06-04T20:41:43.141Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-04T20:41:43.141Z] - "macvlan": [2022-06-04T20:41:43.334Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-04T20:41:43.334Z] #4 DONE 0.5s [2022-06-04T20:41:43.358Z] + docker info [2022-06-04T20:41:43.397Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-04T20:41:43.397Z] - CONFIG_DUMMY: enabled (as module) [2022-06-04T20:41:43.397Z] - "ftp,tftp client in container": [2022-06-04T20:41:43.397Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-04T20:41:43.397Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-04T20:41:43.397Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-04T20:41:43.397Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-04T20:41:43.397Z] - Storage Drivers: [2022-06-04T20:41:43.397Z] - "aufs": [2022-06-04T20:41:43.397Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-04T20:41:43.397Z] - "btrfs": [2022-06-04T20:41:43.397Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-04T20:41:43.397Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-04T20:41:43.397Z] - "devicemapper": [2022-06-04T20:41:43.397Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-04T20:41:43.397Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-04T20:41:43.397Z] - "overlay": [2022-06-04T20:41:43.397Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-04T20:41:43.397Z] - "zfs": [2022-06-04T20:41:43.397Z] - /dev/zfs: present [2022-06-04T20:41:43.397Z] - zfs command: missing [2022-06-04T20:41:43.397Z] - zpool command: missing [2022-06-04T20:41:43.397Z] [2022-06-04T20:41:43.397Z] Limits: [2022-06-04T20:41:43.397Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-04T20:41:43.397Z] [2022-06-04T20:41:43.397Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-04T20:41:43.590Z] [2022-06-04T20:41:43.590Z] #6 [internal] load build definition from Dockerfile [2022-06-04T20:41:43.590Z] #6 sha256:7049ea0d4b79c1a2fdf9cdf404507d98867627538699fb6230a193cba4e3ad13 [2022-06-04T20:41:43.590Z] #6 DONE 0.0s [2022-06-04T20:41:43.590Z] [2022-06-04T20:41:43.590Z] #5 [internal] load .dockerignore [2022-06-04T20:41:43.590Z] #5 sha256:cc521846731ec28c45e20aac4cffec17e1e178b20299efd4adcba76a70044600 [2022-06-04T20:41:43.590Z] #5 DONE 0.0s [2022-06-04T20:41:43.590Z] [2022-06-04T20:41:43.590Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-04T20:41:43.590Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-04T20:41:43.714Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 . [2022-06-04T20:41:43.714Z] #1 [internal] load build definition from Dockerfile [2022-06-04T20:41:43.714Z] #1 sha256:a2db87c246d35119d73d75e5bfe917ddf30d7dbb929cc067fdf0f83066aba8b7 [2022-06-04T20:41:43.714Z] #1 transferring dockerfile: 17.93kB done [2022-06-04T20:41:43.714Z] #1 DONE 0.1s [2022-06-04T20:41:43.714Z] [2022-06-04T20:41:43.714Z] #2 [internal] load .dockerignore [2022-06-04T20:41:43.714Z] #2 sha256:cb7b32422cab45f55436d405c5c78d520f8496b41b1ea5cf2a1c38514138334f [2022-06-04T20:41:43.714Z] #2 transferring context: 145B done [2022-06-04T20:41:43.714Z] #2 DONE 0.1s [2022-06-04T20:41:43.714Z] [2022-06-04T20:41:43.714Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-04T20:41:43.714Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-04T20:41:44.153Z] #10 DONE 0.6s [2022-06-04T20:41:44.153Z] [2022-06-04T20:41:44.153Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-04T20:41:44.153Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-04T20:41:44.153Z] #7 DONE 0.6s [2022-06-04T20:41:44.153Z] [2022-06-04T20:41:44.153Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:44.153Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:41:44.153Z] #9 DONE 0.6s [2022-06-04T20:41:44.153Z] [2022-06-04T20:41:44.153Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:44.153Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:41:44.153Z] #8 DONE 0.6s [2022-06-04T20:41:44.276Z] #3 DONE 0.3s [2022-06-04T20:41:44.276Z] [2022-06-04T20:41:44.276Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-04T20:41:44.276Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-04T20:41:44.276Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-04T20:41:44.276Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-04T20:41:44.276Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-04T20:41:44.276Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.1s [2022-06-04T20:41:44.276Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-04T20:41:44.276Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-04T20:41:44.276Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-04T20:41:44.532Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s done [2022-06-04T20:41:44.532Z] #4 DONE 0.4s [2022-06-04T20:41:44.719Z] [2022-06-04T20:41:44.719Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:44.719Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:41:44.719Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-04T20:41:44.719Z] #73 DONE 0.1s [2022-06-04T20:41:44.719Z] [2022-06-04T20:41:44.719Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:44.719Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:44.719Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-04T20:41:44.788Z] [2022-06-04T20:41:44.788Z] #5 [internal] load .dockerignore [2022-06-04T20:41:44.788Z] #5 sha256:55ef5b2a7ad9ae64461294d77303fbc41234bdc3e583a4473d706cbd89a34ca6 [2022-06-04T20:41:44.788Z] #5 DONE 0.0s [2022-06-04T20:41:44.788Z] [2022-06-04T20:41:44.788Z] #6 [internal] load build definition from Dockerfile [2022-06-04T20:41:44.788Z] #6 sha256:e5840a758d7ac7f96eb254d4eb45af0f7a2379885eebfba56bf7499624d5ec07 [2022-06-04T20:41:44.788Z] #6 DONE 0.0s [2022-06-04T20:41:44.788Z] [2022-06-04T20:41:44.788Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:44.788Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:41:44.982Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-04T20:41:44.982Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-04T20:41:44.982Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-04T20:41:44.982Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.19MB / 55.01MB 0.1s [2022-06-04T20:41:44.982Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0B / 5.16MB 0.1s [2022-06-04T20:41:44.982Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0B / 10.88MB 0.1s [2022-06-04T20:41:44.982Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 11.49MB / 55.01MB 0.2s [2022-06-04T20:41:44.983Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 3.15MB / 5.16MB 0.2s [2022-06-04T20:41:44.983Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 2.10MB / 10.88MB 0.2s [2022-06-04T20:41:45.246Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 26.21MB / 55.01MB 0.4s [2022-06-04T20:41:45.246Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.3s done [2022-06-04T20:41:45.246Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.4s [2022-06-04T20:41:45.246Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 3.62MB / 54.58MB 0.4s [2022-06-04T20:41:45.246Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 35.65MB / 55.01MB 0.5s [2022-06-04T20:41:45.246Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.5s done [2022-06-04T20:41:45.246Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 13.93MB / 54.58MB 0.5s [2022-06-04T20:41:45.246Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 0.5s [2022-06-04T20:41:45.246Z] #11 ... [2022-06-04T20:41:45.246Z] [2022-06-04T20:41:45.246Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:41:45.246Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:41:45.246Z] #49 DONE 0.0s [2022-06-04T20:41:45.246Z] [2022-06-04T20:41:45.246Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:45.246Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:45.246Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 39.85MB / 55.01MB 0.6s [2022-06-04T20:41:45.246Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 22.02MB / 54.58MB 0.6s [2022-06-04T20:41:45.350Z] #10 ... [2022-06-04T20:41:45.350Z] [2022-06-04T20:41:45.350Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:45.350Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:41:45.350Z] #7 DONE 0.8s [2022-06-04T20:41:45.515Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 30.41MB / 54.58MB 0.7s [2022-06-04T20:41:45.515Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 10.49MB / 85.87MB 0.7s [2022-06-04T20:41:45.515Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 46.14MB / 55.01MB 0.8s [2022-06-04T20:41:45.515Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 33.55MB / 54.58MB 0.8s [2022-06-04T20:41:45.605Z] [2022-06-04T20:41:45.605Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-04T20:41:45.605Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-04T20:41:45.605Z] #9 DONE 0.8s [2022-06-04T20:41:45.605Z] [2022-06-04T20:41:45.605Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:45.605Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:41:45.605Z] #10 DONE 0.8s [2022-06-04T20:41:45.605Z] [2022-06-04T20:41:45.605Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-04T20:41:45.605Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-04T20:41:45.605Z] #8 DONE 0.8s [2022-06-04T20:41:45.780Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s [2022-06-04T20:41:45.780Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 40.02MB / 54.58MB 0.9s [2022-06-04T20:41:45.780Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 18.19MB / 85.87MB 0.9s [2022-06-04T20:41:45.780Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 46.14MB / 54.58MB 1.0s [2022-06-04T20:41:45.780Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 23.07MB / 85.87MB 1.0s [2022-06-04T20:41:45.780Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.1s [2022-06-04T20:41:45.780Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 30.41MB / 85.87MB 1.1s [2022-06-04T20:41:46.039Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 40.89MB / 85.87MB 1.2s [2022-06-04T20:41:46.039Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 55.57MB / 85.87MB 1.3s [2022-06-04T20:41:46.175Z] [2022-06-04T20:41:46.175Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:46.175Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:46.175Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-04T20:41:46.175Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-04T20:41:46.175Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.75MB / 55.01MB 0.1s [2022-06-04T20:41:46.175Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-04T20:41:46.175Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-04T20:41:46.175Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 14.68MB / 55.01MB 0.2s [2022-06-04T20:41:46.297Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.3s done [2022-06-04T20:41:46.297Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 61.87MB / 85.87MB 1.4s [2022-06-04T20:41:46.297Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 69.21MB / 85.87MB 1.6s [2022-06-04T20:41:46.442Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 25.17MB / 55.01MB 0.3s [2022-06-04T20:41:46.442Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0B / 5.16MB 0.3s [2022-06-04T20:41:46.442Z] #11 ... [2022-06-04T20:41:46.442Z] [2022-06-04T20:41:46.442Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:41:46.442Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:41:46.442Z] #56 DONE 0.0s [2022-06-04T20:41:46.442Z] [2022-06-04T20:41:46.442Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:46.442Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:46.442Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 34.60MB / 55.01MB 0.4s [2022-06-04T20:41:46.442Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s [2022-06-04T20:41:46.554Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 79.69MB / 85.87MB 1.7s [2022-06-04T20:41:46.554Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0.2s [2022-06-04T20:41:46.554Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.8s done [2022-06-04T20:41:46.554Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 1.9s [2022-06-04T20:41:46.554Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 1.9s [2022-06-04T20:41:46.750Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 45.09MB / 55.01MB 0.5s [2022-06-04T20:41:46.750Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s done [2022-06-04T20:41:46.750Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0B / 10.88MB 0.5s [2022-06-04T20:41:46.750Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 2.10MB / 54.58MB 0.5s [2022-06-04T20:41:46.750Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 54.53MB / 55.01MB 0.6s [2022-06-04T20:41:46.750Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 9.44MB / 10.88MB 0.6s [2022-06-04T20:41:46.750Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 12.58MB / 54.58MB 0.6s [2022-06-04T20:41:46.750Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s [2022-06-04T20:41:46.750Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 22.02MB / 54.58MB 0.7s [2022-06-04T20:41:47.009Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 36.22MB / 54.58MB 0.9s [2022-06-04T20:41:47.009Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 47.44MB / 54.58MB 1.0s [2022-06-04T20:41:47.009Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.0s done [2022-06-04T20:41:47.009Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.1s [2022-06-04T20:41:47.298Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.1s done [2022-06-04T20:41:47.298Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0.1s [2022-06-04T20:41:47.492Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.5s done [2022-06-04T20:41:47.492Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.5s done [2022-06-04T20:41:47.492Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 14.68MB / 141.75MB 2.7s [2022-06-04T20:41:47.555Z] #11 ... [2022-06-04T20:41:47.555Z] [2022-06-04T20:41:47.555Z] #31 [internal] load build context [2022-06-04T20:41:47.555Z] #31 sha256:8723bfd9597b21f4ba9df0bdf2e0a8c567bf3d0940dda671db5bb653da6679ca [2022-06-04T20:41:47.555Z] #31 transferring context: 61.15MB 1.1s done [2022-06-04T20:41:47.555Z] #31 DONE 1.4s [2022-06-04T20:41:47.555Z] [2022-06-04T20:41:47.555Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:47.555Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:47.555Z] #11 ... [2022-06-04T20:41:47.555Z] [2022-06-04T20:41:47.555Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:47.555Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:41:47.555Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-04T20:41:47.555Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.2s done [2022-06-04T20:41:47.555Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:41:47.555Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-04T20:41:47.555Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-04T20:41:47.555Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2022-06-04T20:41:47.555Z] #78 DONE 1.6s [2022-06-04T20:41:47.555Z] [2022-06-04T20:41:47.555Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:47.555Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:47.555Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.5s done [2022-06-04T20:41:47.555Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 1.6s [2022-06-04T20:41:47.555Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 1.6s [2022-06-04T20:41:47.555Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 1.6s [2022-06-04T20:41:47.752Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 32.51MB / 141.75MB 3.0s [2022-06-04T20:41:47.752Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 39.85MB / 141.75MB 3.1s [2022-06-04T20:41:47.811Z] #11 ... [2022-06-04T20:41:47.811Z] [2022-06-04T20:41:47.811Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:47.811Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:41:47.811Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-04T20:41:47.811Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done [2022-06-04T20:41:47.811Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:41:47.811Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-04T20:41:47.811Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-04T20:41:47.811Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done [2022-06-04T20:41:47.811Z] #80 DONE 1.7s [2022-06-04T20:41:47.811Z] [2022-06-04T20:41:47.811Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:47.811Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:47.812Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 9.44MB / 141.75MB 1.7s [2022-06-04T20:41:47.812Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 15.73MB / 85.87MB 1.8s [2022-06-04T20:41:47.812Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 19.92MB / 141.75MB 1.8s [2022-06-04T20:41:48.011Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 52.43MB / 141.75MB 3.3s [2022-06-04T20:41:48.068Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 28.31MB / 85.87MB 1.9s [2022-06-04T20:41:48.068Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 29.36MB / 141.75MB 1.9s [2022-06-04T20:41:48.068Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 37.75MB / 85.87MB 2.0s [2022-06-04T20:41:48.068Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 39.85MB / 141.75MB 2.0s [2022-06-04T20:41:48.269Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 63.96MB / 141.75MB 3.5s [2022-06-04T20:41:48.309Z] Client: [2022-06-04T20:41:48.309Z] Context: default [2022-06-04T20:41:48.309Z] Debug Mode: false [2022-06-04T20:41:48.309Z] Plugins: [2022-06-04T20:41:48.309Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-04T20:41:48.309Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-04T20:41:48.309Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-04T20:41:48.309Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-04T20:41:48.309Z] [2022-06-04T20:41:48.309Z] Server: [2022-06-04T20:41:48.309Z] Containers: 0 [2022-06-04T20:41:48.309Z] Running: 0 [2022-06-04T20:41:48.309Z] Paused: 0 [2022-06-04T20:41:48.309Z] Stopped: 0 [2022-06-04T20:41:48.309Z] Images: 0 [2022-06-04T20:41:48.309Z] Server Version: 20.10.14 [2022-06-04T20:41:48.309Z] Storage Driver: overlay2 [2022-06-04T20:41:48.309Z] Backing Filesystem: extfs [2022-06-04T20:41:48.309Z] Supports d_type: true [2022-06-04T20:41:48.309Z] Native Overlay Diff: true [2022-06-04T20:41:48.309Z] userxattr: false [2022-06-04T20:41:48.309Z] Logging Driver: json-file [2022-06-04T20:41:48.309Z] Cgroup Driver: cgroupfs [2022-06-04T20:41:48.309Z] Cgroup Version: 1 [2022-06-04T20:41:48.309Z] Plugins: [2022-06-04T20:41:48.309Z] Volume: local [2022-06-04T20:41:48.309Z] Network: bridge host ipvlan macvlan null overlay [2022-06-04T20:41:48.309Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-04T20:41:48.309Z] Swarm: inactive [2022-06-04T20:41:48.309Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-04T20:41:48.309Z] Default Runtime: runc [2022-06-04T20:41:48.309Z] Init Binary: docker-init [2022-06-04T20:41:48.309Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:48.309Z] runc version: v1.0.3-0-gf46b6ba [2022-06-04T20:41:48.309Z] init version: de40ad0 [2022-06-04T20:41:48.309Z] Security Options: [2022-06-04T20:41:48.309Z] apparmor [2022-06-04T20:41:48.309Z] seccomp [2022-06-04T20:41:48.309Z] Profile: default [2022-06-04T20:41:48.309Z] Kernel Version: 5.4.0-1071-aws [2022-06-04T20:41:48.309Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-04T20:41:48.309Z] OSType: linux [2022-06-04T20:41:48.309Z] Architecture: x86_64 [2022-06-04T20:41:48.309Z] CPUs: 2 [2022-06-04T20:41:48.309Z] Total Memory: 15.35GiB [2022-06-04T20:41:48.309Z] Name: ip-10-100-53-193 [2022-06-04T20:41:48.309Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-04T20:41:48.309Z] Docker Root Dir: /var/lib/docker [2022-06-04T20:41:48.309Z] Debug Mode: false [2022-06-04T20:41:48.309Z] Registry: https://index.docker.io/v1/ [2022-06-04T20:41:48.309Z] Labels: [2022-06-04T20:41:48.309Z] Experimental: true [2022-06-04T20:41:48.309Z] Insecure Registries: [2022-06-04T20:41:48.309Z] 127.0.0.0/8 [2022-06-04T20:41:48.309Z] Live Restore Enabled: true [2022-06-04T20:41:48.309Z] [2022-06-04T20:41:48.309Z] WARNING: No swap limit support [Pipeline] sh [2022-06-04T20:41:48.324Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 48.06MB / 85.87MB 2.1s [2022-06-04T20:41:48.324Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 50.12MB / 141.75MB 2.1s [2022-06-04T20:41:48.324Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 68.16MB / 85.87MB 2.3s [2022-06-04T20:41:48.324Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 70.25MB / 141.75MB 2.3s [2022-06-04T20:41:48.525Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 71.30MB / 141.75MB 3.6s [2022-06-04T20:41:48.526Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 83.89MB / 141.75MB 3.8s [2022-06-04T20:41:48.580Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 77.59MB / 85.87MB 2.4s [2022-06-04T20:41:48.581Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 79.69MB / 141.75MB 2.4s [2022-06-04T20:41:48.581Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.5s [2022-06-04T20:41:48.581Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 90.18MB / 141.75MB 2.5s [2022-06-04T20:41:48.604Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:48.604Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:41:48.604Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43693/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-04T20:41:48.604Z] + bash /home/ubuntu/workspace/moby_PR-43693/check-config.sh [2022-06-04T20:41:48.604Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-04T20:41:48.604Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-04T20:41:48.604Z] [2022-06-04T20:41:48.604Z] Generally Necessary: [2022-06-04T20:41:48.604Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-04T20:41:48.604Z] - apparmor: enabled and tools installed [2022-06-04T20:41:48.604Z] - CONFIG_NAMESPACES: enabled [2022-06-04T20:41:48.604Z] - CONFIG_NET_NS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_PID_NS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_IPC_NS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_UTS_NS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUPS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CPUSETS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_MEMCG: enabled [2022-06-04T20:41:48.604Z] - CONFIG_KEYS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_VETH: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-04T20:41:48.604Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_BPF: enabled [2022-06-04T20:41:48.604Z] [2022-06-04T20:41:48.604Z] Optional Features: [2022-06-04T20:41:48.604Z] - CONFIG_USER_NS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_SECCOMP: enabled [2022-06-04T20:41:48.604Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-04T20:41:48.604Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-04T20:41:48.604Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-04T20:41:48.604Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-04T20:41:48.604Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-04T20:41:48.782Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 97.52MB / 141.75MB 4.0s [2022-06-04T20:41:48.782Z] #11 ... [2022-06-04T20:41:48.782Z] [2022-06-04T20:41:48.782Z] #24 [internal] load build context [2022-06-04T20:41:48.782Z] #24 sha256:0027c2a7dfd8512a41d9f9ab2d6b0bebeaaf40bf01bcaa59a0112857ed839f55 [2022-06-04T20:41:48.782Z] #24 transferring context: 61.15MB 4.0s done [2022-06-04T20:41:48.782Z] #24 DONE 4.2s [2022-06-04T20:41:48.782Z] [2022-06-04T20:41:48.782Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:48.782Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:48.782Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 108.00MB / 141.75MB 4.1s [2022-06-04T20:41:48.837Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.5s done [2022-06-04T20:41:48.837Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 110.10MB / 141.75MB 2.7s [2022-06-04T20:41:48.837Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 119.54MB / 141.75MB 2.8s [2022-06-04T20:41:48.837Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 130.02MB / 141.75MB 2.9s [2022-06-04T20:41:48.864Z] - CONFIG_BLK_CGROUP: enabled [2022-06-04T20:41:48.864Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CGROUP_PERF: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-04T20:41:48.864Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-04T20:41:48.864Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-04T20:41:48.864Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-04T20:41:48.864Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_IP_VS: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-04T20:41:48.864Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-04T20:41:48.864Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-04T20:41:48.864Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-04T20:41:48.864Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-04T20:41:48.864Z] - CONFIG_EXT4_FS: enabled [2022-06-04T20:41:48.864Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-04T20:41:48.864Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-04T20:41:48.864Z] - Network Drivers: [2022-06-04T20:41:48.864Z] - "overlay": [2022-06-04T20:41:48.864Z] - CONFIG_VXLAN: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-04T20:41:48.864Z] Optional (for encrypted networks): [2022-06-04T20:41:48.864Z] - CONFIG_CRYPTO: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-04T20:41:48.864Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-04T20:41:48.864Z] - CONFIG_XFRM: enabled [2022-06-04T20:41:48.864Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-04T20:41:48.864Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-04T20:41:48.865Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-04T20:41:48.865Z] - "ipvlan": [2022-06-04T20:41:48.865Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-04T20:41:48.865Z] - "macvlan": [2022-06-04T20:41:48.865Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-04T20:41:48.865Z] - CONFIG_DUMMY: enabled (as module) [2022-06-04T20:41:48.865Z] - "ftp,tftp client in container": [2022-06-04T20:41:49.039Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 124.11MB / 141.75MB 4.3s [2022-06-04T20:41:49.092Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 139.46MB / 141.75MB 3.0s [2022-06-04T20:41:49.124Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-04T20:41:49.124Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-04T20:41:49.124Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-04T20:41:49.124Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-04T20:41:49.124Z] - Storage Drivers: [2022-06-04T20:41:49.124Z] - "aufs": [2022-06-04T20:41:49.124Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-04T20:41:49.124Z] - "btrfs": [2022-06-04T20:41:49.124Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-04T20:41:49.124Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-04T20:41:49.124Z] - "devicemapper": [2022-06-04T20:41:49.125Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-04T20:41:49.125Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-04T20:41:49.125Z] - "overlay": [2022-06-04T20:41:49.125Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-04T20:41:49.125Z] - "zfs": [2022-06-04T20:41:49.125Z] - /dev/zfs: present [2022-06-04T20:41:49.125Z] - zfs command: missing [2022-06-04T20:41:49.125Z] - zpool command: missing [2022-06-04T20:41:49.125Z] [2022-06-04T20:41:49.125Z] Limits: [2022-06-04T20:41:49.125Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-04T20:41:49.125Z] [2022-06-04T20:41:49.125Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-04T20:41:49.300Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 135.27MB / 141.75MB 4.5s [2022-06-04T20:41:49.348Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.2s done [2022-06-04T20:41:49.452Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 . [2022-06-04T20:41:49.452Z] #1 [internal] load build definition from Dockerfile [2022-06-04T20:41:49.452Z] #1 sha256:332be3ea909fbbbe2dc728e97f9e30a6b8145f392f2ace63c2764910b0490f80 [2022-06-04T20:41:49.452Z] #1 transferring dockerfile: 17.93kB done [2022-06-04T20:41:49.452Z] #1 DONE 0.1s [2022-06-04T20:41:49.452Z] [2022-06-04T20:41:49.452Z] #2 [internal] load .dockerignore [2022-06-04T20:41:49.452Z] #2 sha256:dbfcb0281ab7e6012f5441fe24701aaa02e0c2bfd8d440575110c37e056d0f74 [2022-06-04T20:41:49.452Z] #2 transferring context: 145B done [2022-06-04T20:41:49.452Z] #2 DONE 0.0s [2022-06-04T20:41:49.452Z] [2022-06-04T20:41:49.452Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-04T20:41:49.452Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-04T20:41:49.604Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.1s [2022-06-04T20:41:49.604Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.2s done [2022-06-04T20:41:50.022Z] #3 DONE 0.3s [2022-06-04T20:41:50.022Z] [2022-06-04T20:41:50.022Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-04T20:41:50.022Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-04T20:41:50.022Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-04T20:41:50.022Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-04T20:41:50.022Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-04T20:41:50.022Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-06-04T20:41:50.022Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-04T20:41:50.022Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-04T20:41:50.022Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-04T20:41:50.284Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-04T20:41:50.284Z] #4 DONE 0.5s [2022-06-04T20:41:50.530Z] #11 ... [2022-06-04T20:41:50.530Z] [2022-06-04T20:41:50.530Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:50.530Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:50.530Z] #35 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-04T20:41:50.530Z] #35 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-04T20:41:50.530Z] #35 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-04T20:41:50.530Z] #35 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-04T20:41:50.530Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.0s done [2022-06-04T20:41:50.530Z] #35 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.5s done [2022-06-04T20:41:50.530Z] #35 DONE 4.4s [2022-06-04T20:41:50.530Z] [2022-06-04T20:41:50.530Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:50.530Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:50.530Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-06-04T20:41:50.530Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.2s done [2022-06-04T20:41:50.545Z] [2022-06-04T20:41:50.545Z] #6 [internal] load .dockerignore [2022-06-04T20:41:50.545Z] #6 sha256:a8fc8a2fc2d59c6fe8c5c22327b498df19f12643e157d00ca96777d7d8204b04 [2022-06-04T20:41:50.545Z] #6 DONE 0.0s [2022-06-04T20:41:50.545Z] [2022-06-04T20:41:50.545Z] #5 [internal] load build definition from Dockerfile [2022-06-04T20:41:50.545Z] #5 sha256:14d7b1b8c1964621549392b24778e5cf678b0d6e67670e51349f2f60339eb7c7 [2022-06-04T20:41:50.545Z] #5 DONE 0.0s [2022-06-04T20:41:50.545Z] [2022-06-04T20:41:50.545Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:50.545Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:41:50.670Z] #11 ... [2022-06-04T20:41:50.670Z] [2022-06-04T20:41:50.670Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:50.670Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:41:50.670Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-04T20:41:50.670Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:41:50.670Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-04T20:41:50.670Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-04T20:41:50.670Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.1s done [2022-06-04T20:41:50.670Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done [2022-06-04T20:41:50.670Z] #71 DONE 5.7s [2022-06-04T20:41:50.670Z] [2022-06-04T20:41:50.670Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:50.670Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:41:50.670Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-04T20:41:50.670Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-04T20:41:50.670Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.9s done [2022-06-04T20:41:50.670Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done [2022-06-04T20:41:50.670Z] #73 DONE 5.8s [2022-06-04T20:41:50.670Z] [2022-06-04T20:41:50.670Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:50.670Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:50.786Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-04T20:41:51.043Z] #11 ... [2022-06-04T20:41:51.043Z] [2022-06-04T20:41:51.043Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-04T20:41:51.043Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-04T20:41:51.043Z] #79 DONE 0.1s [2022-06-04T20:41:51.043Z] [2022-06-04T20:41:51.043Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:51.043Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:51.486Z] #10 ... [2022-06-04T20:41:51.486Z] [2022-06-04T20:41:51.486Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-04T20:41:51.486Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-04T20:41:51.486Z] #7 DONE 0.8s [2022-06-04T20:41:51.486Z] [2022-06-04T20:41:51.486Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:51.486Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:41:51.486Z] #8 DONE 0.8s [2022-06-04T20:41:51.486Z] [2022-06-04T20:41:51.486Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-04T20:41:51.486Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-04T20:41:51.486Z] #9 DONE 0.8s [2022-06-04T20:41:51.486Z] [2022-06-04T20:41:51.486Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:41:51.486Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:41:51.486Z] #10 DONE 0.8s [2022-06-04T20:41:51.600Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.2s [2022-06-04T20:41:51.857Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.3s done [2022-06-04T20:41:51.857Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-04T20:41:52.072Z] [2022-06-04T20:41:52.072Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:52.072Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:52.072Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-04T20:41:52.072Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-04T20:41:52.072Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-04T20:41:52.072Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-04T20:41:52.072Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.1s [2022-06-04T20:41:52.117Z] #11 ... [2022-06-04T20:41:52.117Z] [2022-06-04T20:41:52.117Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:52.117Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:52.117Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-04T20:41:52.117Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-04T20:41:52.117Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-04T20:41:52.117Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-04T20:41:52.117Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.3s done [2022-06-04T20:41:52.117Z] #28 DONE 7.3s [2022-06-04T20:41:52.117Z] [2022-06-04T20:41:52.117Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:52.117Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:52.335Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 13.63MB / 55.01MB 0.3s [2022-06-04T20:41:52.335Z] #28 ... [2022-06-04T20:41:52.335Z] [2022-06-04T20:41:52.335Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:41:52.335Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:41:52.335Z] #49 DONE 0.0s [2022-06-04T20:41:52.335Z] [2022-06-04T20:41:52.335Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:52.335Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:52.335Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 18.87MB / 55.01MB 0.4s [2022-06-04T20:41:52.373Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.3s done [2022-06-04T20:41:52.373Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-04T20:41:52.410Z] #11 ... [2022-06-04T20:41:52.410Z] [2022-06-04T20:41:52.410Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-04T20:41:52.410Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-04T20:41:52.410Z] #81 DONE 1.3s [2022-06-04T20:41:52.410Z] [2022-06-04T20:41:52.410Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:52.410Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:52.410Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 1.5s done [2022-06-04T20:41:52.410Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-04T20:41:52.596Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 28.31MB / 55.01MB 0.6s [2022-06-04T20:41:52.596Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 38.58MB / 55.01MB 0.8s [2022-06-04T20:41:52.859Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 44.68MB / 55.01MB 0.9s [2022-06-04T20:41:52.936Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.5s done [2022-06-04T20:41:53.122Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.1s [2022-06-04T20:41:53.193Z] #11 ... [2022-06-04T20:41:53.193Z] [2022-06-04T20:41:53.193Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-04T20:41:53.193Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-04T20:41:53.193Z] #72 DONE 0.6s [2022-06-04T20:41:53.193Z] [2022-06-04T20:41:53.193Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:53.193Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:53.193Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-06-04T20:41:53.383Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.4s done [2022-06-04T20:41:53.654Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-04T20:41:53.757Z] #11 ... [2022-06-04T20:41:53.758Z] [2022-06-04T20:41:53.758Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-04T20:41:53.758Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-04T20:41:53.758Z] #74 DONE 0.7s [2022-06-04T20:41:53.758Z] [2022-06-04T20:41:53.758Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:53.758Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:54.301Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 1.8s done [2022-06-04T20:41:54.557Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0.1s [2022-06-04T20:41:55.578Z] #28 ... [2022-06-04T20:41:55.579Z] [2022-06-04T20:41:55.579Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:55.579Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:41:55.579Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:55.579Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-04T20:41:55.579Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-04T20:41:55.579Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-06-04T20:41:55.579Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:41:55.579Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2022-06-04T20:41:55.579Z] #71 DONE 3.6s [2022-06-04T20:41:55.579Z] [2022-06-04T20:41:55.579Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:55.579Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:57.939Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.8s done [2022-06-04T20:41:58.125Z] #28 ... [2022-06-04T20:41:58.125Z] [2022-06-04T20:41:58.125Z] #24 [internal] load build context [2022-06-04T20:41:58.125Z] #24 sha256:b0605e87c00cc1e72cbcb05bc2e178463c62362d3c244501654ca92c3d3be465 [2022-06-04T20:41:58.125Z] #24 transferring context: 61.15MB 4.7s done [2022-06-04T20:41:58.125Z] #24 DONE 5.8s [2022-06-04T20:41:58.125Z] [2022-06-04T20:41:58.125Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:41:58.126Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:41:58.126Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-04T20:41:58.126Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done [2022-06-04T20:41:58.126Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:41:58.126Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-04T20:41:58.126Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-04T20:41:58.126Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done [2022-06-04T20:41:58.126Z] #73 DONE 5.7s [2022-06-04T20:41:58.126Z] [2022-06-04T20:41:58.126Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:58.126Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:58.199Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0.1s [2022-06-04T20:41:58.213Z] Client: [2022-06-04T20:41:58.213Z] Context: default [2022-06-04T20:41:58.213Z] Debug Mode: false [2022-06-04T20:41:58.213Z] Plugins: [2022-06-04T20:41:58.213Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-04T20:41:58.213Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-04T20:41:58.213Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-04T20:41:58.213Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-04T20:41:58.213Z] [2022-06-04T20:41:58.213Z] Server: [2022-06-04T20:41:58.213Z] Containers: 0 [2022-06-04T20:41:58.213Z] Running: 0 [2022-06-04T20:41:58.213Z] Paused: 0 [2022-06-04T20:41:58.213Z] Stopped: 0 [2022-06-04T20:41:58.213Z] Images: 0 [2022-06-04T20:41:58.213Z] Server Version: 20.10.14 [2022-06-04T20:41:58.213Z] Storage Driver: overlay2 [2022-06-04T20:41:58.213Z] Backing Filesystem: extfs [2022-06-04T20:41:58.213Z] Supports d_type: true [2022-06-04T20:41:58.213Z] Native Overlay Diff: true [2022-06-04T20:41:58.213Z] userxattr: false [2022-06-04T20:41:58.213Z] Logging Driver: json-file [2022-06-04T20:41:58.213Z] Cgroup Driver: systemd [2022-06-04T20:41:58.213Z] Cgroup Version: 2 [2022-06-04T20:41:58.213Z] Plugins: [2022-06-04T20:41:58.213Z] Volume: local [2022-06-04T20:41:58.213Z] Network: bridge host ipvlan macvlan null overlay [2022-06-04T20:41:58.213Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-04T20:41:58.213Z] Swarm: inactive [2022-06-04T20:41:58.213Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-04T20:41:58.213Z] Default Runtime: runc [2022-06-04T20:41:58.213Z] Init Binary: docker-init [2022-06-04T20:41:58.213Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:41:58.213Z] runc version: v1.0.3-0-gf46b6ba [2022-06-04T20:41:58.213Z] init version: de40ad0 [2022-06-04T20:41:58.213Z] Security Options: [2022-06-04T20:41:58.213Z] apparmor [2022-06-04T20:41:58.213Z] seccomp [2022-06-04T20:41:58.213Z] Profile: default [2022-06-04T20:41:58.213Z] cgroupns [2022-06-04T20:41:58.213Z] Kernel Version: 5.13.0-1021-aws [2022-06-04T20:41:58.213Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-04T20:41:58.213Z] OSType: linux [2022-06-04T20:41:58.213Z] Architecture: x86_64 [2022-06-04T20:41:58.213Z] CPUs: 2 [2022-06-04T20:41:58.213Z] Total Memory: 7.476GiB [2022-06-04T20:41:58.213Z] Name: ip-10-100-67-191 [2022-06-04T20:41:58.213Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-04T20:41:58.213Z] Docker Root Dir: /var/lib/docker [2022-06-04T20:41:58.213Z] Debug Mode: false [2022-06-04T20:41:58.213Z] Registry: https://index.docker.io/v1/ [2022-06-04T20:41:58.213Z] Labels: [2022-06-04T20:41:58.213Z] Experimental: true [2022-06-04T20:41:58.213Z] Insecure Registries: [2022-06-04T20:41:58.213Z] 127.0.0.0/8 [2022-06-04T20:41:58.213Z] Live Restore Enabled: true [2022-06-04T20:41:58.213Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-04T20:41:58.536Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 . [2022-06-04T20:41:58.704Z] #28 ... [2022-06-04T20:41:58.704Z] [2022-06-04T20:41:58.704Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-04T20:41:58.704Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-04T20:41:58.704Z] #72 DONE 0.5s [2022-06-04T20:41:58.704Z] [2022-06-04T20:41:58.704Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:41:58.704Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:41:58.704Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.1s [2022-06-04T20:41:58.728Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 3.6s done [2022-06-04T20:41:58.728Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-04T20:41:58.792Z] #2 [internal] load .dockerignore [2022-06-04T20:41:58.792Z] #2 sha256:b3d560fe3b20d97a314509e613e8e4090d3f6d545a57d2bc4afcea386b5e273e [2022-06-04T20:41:58.792Z] #2 transferring context: 145B done [2022-06-04T20:41:58.792Z] #2 DONE 0.3s [2022-06-04T20:41:58.792Z] [2022-06-04T20:41:58.792Z] #1 [internal] load build definition from Dockerfile [2022-06-04T20:41:58.792Z] #1 sha256:4f6b808ada991adbab8fa3d2df37f61655ae5c8bd59389fe7987e6da7a8a0aec [2022-06-04T20:41:58.792Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-06-04T20:41:58.792Z] #1 DONE 0.3s [2022-06-04T20:41:58.792Z] [2022-06-04T20:41:58.792Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-04T20:41:58.792Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-04T20:41:59.275Z] #28 DONE 7.4s [2022-06-04T20:41:59.275Z] [2022-06-04T20:41:59.275Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-04T20:41:59.275Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-04T20:41:59.275Z] #74 DONE 0.6s [2022-06-04T20:41:59.275Z] [2022-06-04T20:41:59.275Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:41:59.275Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:41:59.275Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-04T20:41:59.275Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.3s done [2022-06-04T20:41:59.275Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-04T20:41:59.275Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-04T20:41:59.275Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-04T20:41:59.276Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.6s done [2022-06-04T20:41:59.276Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s done [2022-06-04T20:41:59.276Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.0s done [2022-06-04T20:41:59.276Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.1s done [2022-06-04T20:41:59.276Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 5.0s done [2022-06-04T20:41:59.276Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.1s done [2022-06-04T20:41:59.276Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.2s done [2022-06-04T20:41:59.276Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.1s [2022-06-04T20:41:59.354Z] #3 DONE 0.4s [2022-06-04T20:41:59.354Z] [2022-06-04T20:41:59.354Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-04T20:41:59.354Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-04T20:41:59.354Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-04T20:41:59.354Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-04T20:41:59.354Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-04T20:41:59.354Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-04T20:41:59.354Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-04T20:41:59.611Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-04T20:41:59.611Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-04T20:41:59.847Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.6s done [2022-06-04T20:41:59.867Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-04T20:41:59.867Z] #4 DONE 0.6s [2022-06-04T20:42:00.108Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-06-04T20:42:00.123Z] [2022-06-04T20:42:00.123Z] #6 [internal] load .dockerignore [2022-06-04T20:42:00.123Z] #6 sha256:eb133cb98106aa185fba97a2080a132c2080b112c1d95a68a84b5d216190d768 [2022-06-04T20:42:00.123Z] #6 DONE 0.0s [2022-06-04T20:42:00.123Z] [2022-06-04T20:42:00.123Z] #5 [internal] load build definition from Dockerfile [2022-06-04T20:42:00.123Z] #5 sha256:a49da6a54c52b8a028a1cc04b7b86a7dc57302fd624260730cd41abb836c4422 [2022-06-04T20:42:00.123Z] #5 DONE 0.0s [2022-06-04T20:42:00.123Z] [2022-06-04T20:42:00.123Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:42:00.123Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:42:00.395Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done [2022-06-04T20:42:00.615Z] #11 ... [2022-06-04T20:42:00.615Z] [2022-06-04T20:42:00.615Z] #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-04T20:42:00.615Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:00.615Z] #36 1.155 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:00.615Z] #36 1.156 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:00.615Z] #36 1.213 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:00.615Z] #36 1.312 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:00.615Z] #36 1.445 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:00.615Z] #36 1.522 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:00.615Z] #36 2.711 Fetched 8537 kB in 2s (4699 kB/s) [2022-06-04T20:42:00.615Z] #36 2.711 Reading package lists... [2022-06-04T20:42:00.615Z] #36 3.361 Reading package lists... [2022-06-04T20:42:00.615Z] #36 4.002 Building dependency tree... [2022-06-04T20:42:00.615Z] #36 4.279 The following additional packages will be installed: [2022-06-04T20:42:00.615Z] #36 4.279 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-04T20:42:00.615Z] #36 4.280 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-04T20:42:00.615Z] #36 4.281 Recommended packages: [2022-06-04T20:42:00.615Z] #36 4.281 libldap-common publicsuffix libsasl2-modules [2022-06-04T20:42:00.615Z] #36 4.392 The following NEW packages will be installed: [2022-06-04T20:42:00.615Z] #36 4.392 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-04T20:42:00.615Z] #36 4.393 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-04T20:42:00.615Z] #36 4.393 libssh2-1 openssl [2022-06-04T20:42:00.615Z] #36 4.669 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:00.615Z] #36 4.669 Need to get 3040 kB of archives. [2022-06-04T20:42:00.615Z] #36 4.669 After this operation, 6651 kB of additional disk space will be used. [2022-06-04T20:42:00.615Z] #36 4.669 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-04T20:42:00.615Z] #36 4.673 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-04T20:42:00.615Z] #36 4.673 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-04T20:42:00.615Z] #36 4.675 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-04T20:42:00.615Z] #36 4.676 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-04T20:42:00.615Z] #36 4.680 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-04T20:42:00.615Z] #36 4.680 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-04T20:42:00.615Z] #36 4.680 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-04T20:42:00.615Z] #36 4.680 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-04T20:42:00.615Z] #36 4.681 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-04T20:42:00.615Z] #36 4.682 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-04T20:42:00.615Z] #36 4.683 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-04T20:42:00.615Z] #36 4.686 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:42:00.615Z] #36 4.687 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:42:00.615Z] #36 4.688 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:42:00.615Z] #36 4.836 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:00.615Z] #36 4.860 Fetched 3040 kB in 0s (10.5 MB/s) [2022-06-04T20:42:00.615Z] #36 4.884 Selecting previously unselected package openssl. [2022-06-04T20:42:00.615Z] #36 4.884 (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-04T20:42:00.615Z] #36 4.886 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 4.890 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:00.615Z] #36 4.993 Selecting previously unselected package ca-certificates. [2022-06-04T20:42:00.615Z] #36 4.993 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-04T20:42:00.615Z] #36 4.997 Unpacking ca-certificates (20210119) ... [2022-06-04T20:42:00.615Z] #36 5.050 Selecting previously unselected package libbrotli1:amd64. [2022-06-04T20:42:00.615Z] #36 5.052 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.058 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:00.615Z] #36 5.118 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-04T20:42:00.615Z] #36 5.120 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.123 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.159 Selecting previously unselected package libsasl2-2:amd64. [2022-06-04T20:42:00.615Z] #36 5.160 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.165 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.209 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-04T20:42:00.615Z] #36 5.210 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.214 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.266 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-04T20:42:00.615Z] #36 5.268 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.272 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:00.615Z] #36 5.318 Selecting previously unselected package libpsl5:amd64. [2022-06-04T20:42:00.615Z] #36 5.319 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.322 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:00.615Z] #36 5.361 Selecting previously unselected package librtmp1:amd64. [2022-06-04T20:42:00.615Z] #36 5.362 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.366 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:00.615Z] #36 5.402 Selecting previously unselected package libssh2-1:amd64. [2022-06-04T20:42:00.615Z] #36 5.403 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.406 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:00.615Z] #36 5.451 Selecting previously unselected package libcurl4:amd64. [2022-06-04T20:42:00.615Z] #36 5.452 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.455 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.504 Selecting previously unselected package curl. [2022-06-04T20:42:00.615Z] #36 5.505 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.509 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.557 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:42:00.615Z] #36 5.559 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.563 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:00.615Z] #36 5.632 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:42:00.615Z] #36 5.634 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.637 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:00.615Z] #36 5.675 Selecting previously unselected package jq. [2022-06-04T20:42:00.615Z] #36 5.676 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:42:00.615Z] #36 5.680 Unpacking jq (1.6-2.1) ... [2022-06-04T20:42:00.615Z] #36 5.717 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:00.615Z] #36 5.727 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:00.615Z] #36 5.738 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:00.615Z] #36 5.749 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.761 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:00.615Z] #36 5.772 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.783 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:00.615Z] #36 5.796 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:00.615Z] #36 5.812 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:00.615Z] #36 5.823 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:00.615Z] #36 5.834 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 5.845 Setting up ca-certificates (20210119) ... [2022-06-04T20:42:00.615Z] #36 6.281 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:00.615Z] #36 6.818 129 added, 0 removed; done. [2022-06-04T20:42:00.615Z] #36 6.875 Setting up jq (1.6-2.1) ... [2022-06-04T20:42:00.615Z] #36 6.887 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 6.901 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:00.615Z] #36 6.914 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:00.615Z] #36 6.936 Processing triggers for ca-certificates (20210119) ... [2022-06-04T20:42:00.615Z] #36 6.945 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:00.615Z] #36 7.380 0 added, 0 removed; done. [2022-06-04T20:42:00.615Z] #36 7.380 Running hooks in /etc/ca-certificates/update.d... [2022-06-04T20:42:00.615Z] #36 7.381 done. [2022-06-04T20:42:00.615Z] #36 ... [2022-06-04T20:42:00.615Z] [2022-06-04T20:42:00.615Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:00.615Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:00.615Z] #11 DONE 14.5s [2022-06-04T20:42:00.615Z] [2022-06-04T20:42:00.615Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:42:00.615Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-04T20:42:00.663Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-06-04T20:42:00.871Z] #12 ... [2022-06-04T20:42:00.871Z] [2022-06-04T20:42:00.871Z] #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-04T20:42:00.871Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:00.871Z] #36 DONE 10.4s [2022-06-04T20:42:00.871Z] [2022-06-04T20:42:00.871Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-04T20:42:00.871Z] #37 sha256:acf6798adcb0502652a52cae442f3b1bab393c4e0f4ef75ffa93f06e604b59f8 [2022-06-04T20:42:00.871Z] #37 DONE 0.0s [2022-06-04T20:42:01.051Z] #10 DONE 1.0s [2022-06-04T20:42:01.051Z] [2022-06-04T20:42:01.051Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-04T20:42:01.051Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-04T20:42:01.128Z] [2022-06-04T20:42:01.128Z] #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-04T20:42:01.128Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:01.306Z] #9 DONE 1.0s [2022-06-04T20:42:01.306Z] [2022-06-04T20:42:01.306Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-04T20:42:01.306Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-04T20:42:01.306Z] #7 DONE 1.0s [2022-06-04T20:42:01.306Z] [2022-06-04T20:42:01.306Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:42:01.306Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:42:01.306Z] #8 DONE 1.0s [2022-06-04T20:42:01.383Z] #38 ... [2022-06-04T20:42:01.383Z] [2022-06-04T20:42:01.383Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:42:01.383Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-04T20:42:01.383Z] #12 DONE 0.8s [2022-06-04T20:42:01.639Z] [2022-06-04T20:42:01.639Z] #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-04T20:42:01.639Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-04T20:42:01.895Z] #13 DONE 0.5s [2022-06-04T20:42:01.895Z] [2022-06-04T20:42:01.895Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:42:01.895Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-04T20:42:01.895Z] #40 DONE 0.1s [2022-06-04T20:42:01.895Z] [2022-06-04T20:42:01.895Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-04T20:42:01.895Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-04T20:42:01.895Z] #53 DONE 0.1s [2022-06-04T20:42:01.895Z] [2022-06-04T20:42:01.895Z] #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-04T20:42:01.895Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-04T20:42:01.895Z] #57 DONE 0.1s [2022-06-04T20:42:01.895Z] [2022-06-04T20:42:01.895Z] #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-04T20:42:01.895Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:02.385Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.1s done [2022-06-04T20:42:02.385Z] #11 ... [2022-06-04T20:42:02.385Z] [2022-06-04T20:42:02.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-04T20:42:02.385Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:02.385Z] #29 1.111 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:02.385Z] #29 1.125 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:02.385Z] #29 1.144 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:02.385Z] #29 1.272 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:02.385Z] #29 1.514 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:02.385Z] #29 1.842 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:02.385Z] #29 3.102 Fetched 8537 kB in 2s (3779 kB/s) [2022-06-04T20:42:02.385Z] #29 3.102 Reading package lists... [2022-06-04T20:42:02.385Z] #29 3.906 Reading package lists... [2022-06-04T20:42:02.385Z] #29 4.678 Building dependency tree... [2022-06-04T20:42:02.385Z] #29 5.010 The following additional packages will be installed: [2022-06-04T20:42:02.385Z] #29 5.014 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-04T20:42:02.385Z] #29 5.014 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-04T20:42:02.385Z] #29 5.014 Recommended packages: [2022-06-04T20:42:02.385Z] #29 5.014 libldap-common publicsuffix libsasl2-modules [2022-06-04T20:42:02.385Z] #29 5.151 The following NEW packages will be installed: [2022-06-04T20:42:02.385Z] #29 5.152 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-04T20:42:02.385Z] #29 5.152 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-04T20:42:02.385Z] #29 5.152 libssh2-1 openssl [2022-06-04T20:42:02.385Z] #29 5.443 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:02.385Z] #29 5.443 Need to get 3040 kB of archives. [2022-06-04T20:42:02.385Z] #29 5.443 After this operation, 6651 kB of additional disk space will be used. [2022-06-04T20:42:02.385Z] #29 5.443 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-04T20:42:02.385Z] #29 5.446 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-04T20:42:02.385Z] #29 5.453 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-04T20:42:02.385Z] #29 5.456 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-04T20:42:02.385Z] #29 5.456 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-04T20:42:02.385Z] #29 5.456 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-04T20:42:02.385Z] #29 5.456 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-04T20:42:02.385Z] #29 5.456 Get:8 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-04T20:42:02.385Z] #29 5.486 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-04T20:42:02.385Z] #29 5.486 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-04T20:42:02.385Z] #29 5.486 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-04T20:42:02.385Z] #29 5.487 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-04T20:42:02.385Z] #29 5.488 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:42:02.385Z] #29 5.494 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:42:02.385Z] #29 5.494 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:42:02.385Z] #29 5.682 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:02.385Z] #29 5.714 Fetched 3040 kB in 0s (8622 kB/s) [2022-06-04T20:42:02.385Z] #29 5.741 Selecting previously unselected package openssl. [2022-06-04T20:42:02.385Z] #29 5.741 (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-04T20:42:02.385Z] #29 5.747 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 5.753 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:02.385Z] #29 5.906 Selecting previously unselected package ca-certificates. [2022-06-04T20:42:02.385Z] #29 5.906 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-04T20:42:02.385Z] #29 5.912 Unpacking ca-certificates (20210119) ... [2022-06-04T20:42:02.385Z] #29 6.001 Selecting previously unselected package libbrotli1:amd64. [2022-06-04T20:42:02.385Z] #29 6.001 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.011 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:02.385Z] #29 6.094 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-04T20:42:02.385Z] #29 6.094 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.099 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.149 Selecting previously unselected package libsasl2-2:amd64. [2022-06-04T20:42:02.385Z] #29 6.149 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.155 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.214 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-04T20:42:02.385Z] #29 6.214 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.217 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.292 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-04T20:42:02.385Z] #29 6.292 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.298 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:02.385Z] #29 6.349 Selecting previously unselected package libpsl5:amd64. [2022-06-04T20:42:02.385Z] #29 6.349 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.353 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:02.385Z] #29 6.406 Selecting previously unselected package librtmp1:amd64. [2022-06-04T20:42:02.385Z] #29 6.406 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.412 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:02.385Z] #29 6.462 Selecting previously unselected package libssh2-1:amd64. [2022-06-04T20:42:02.385Z] #29 6.462 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.469 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:02.385Z] #29 6.525 Selecting previously unselected package libcurl4:amd64. [2022-06-04T20:42:02.385Z] #29 6.527 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.534 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.597 Selecting previously unselected package curl. [2022-06-04T20:42:02.385Z] #29 6.597 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.602 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.665 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:42:02.385Z] #29 6.665 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.669 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:02.385Z] #29 6.750 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:42:02.385Z] #29 6.750 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.761 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:02.385Z] #29 6.811 Selecting previously unselected package jq. [2022-06-04T20:42:02.385Z] #29 6.811 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:42:02.385Z] #29 6.817 Unpacking jq (1.6-2.1) ... [2022-06-04T20:42:02.385Z] #29 6.876 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:02.385Z] #29 6.889 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:02.385Z] #29 6.903 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:02.385Z] #29 6.917 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.940 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:02.385Z] #29 6.950 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 6.963 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:02.385Z] #29 6.977 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:02.385Z] #29 6.997 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:02.385Z] #29 7.011 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:02.385Z] #29 7.025 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 7.039 Setting up ca-certificates (20210119) ... [2022-06-04T20:42:02.385Z] #29 7.649 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:02.385Z] #29 8.353 129 added, 0 removed; done. [2022-06-04T20:42:02.385Z] #29 8.420 Setting up jq (1.6-2.1) ... [2022-06-04T20:42:02.385Z] #29 8.432 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 8.445 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:02.385Z] #29 8.458 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:02.385Z] #29 8.476 Processing triggers for ca-certificates (20210119) ... [2022-06-04T20:42:02.385Z] #29 8.485 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:02.385Z] #29 9.098 0 added, 0 removed; done. [2022-06-04T20:42:02.385Z] #29 9.098 Running hooks in /etc/ca-certificates/update.d... [2022-06-04T20:42:02.385Z] #29 9.099 done. [2022-06-04T20:42:02.456Z] #58 ... [2022-06-04T20:42:02.456Z] [2022-06-04T20:42:02.456Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-04T20:42:02.456Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e [2022-06-04T20:42:02.456Z] #14 DONE 0.6s [2022-06-04T20:42:02.456Z] [2022-06-04T20:42:02.456Z] #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-04T20:42:02.456Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:02.456Z] #38 1.160 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-04T20:42:02.456Z] #38 1.352 [2022-06-04T20:42:02.456Z] #38 1.568 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:02.675Z] [2022-06-04T20:42:02.676Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:42:02.676Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:42:02.676Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-04T20:42:02.676Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-04T20:42:02.676Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:42:02.676Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-04T20:42:02.676Z] #71 ... [2022-06-04T20:42:02.676Z] [2022-06-04T20:42:02.676Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:42:02.676Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:42:02.676Z] #49 DONE 0.5s [2022-06-04T20:42:02.716Z] #38 1.785 [2022-06-04T20:42:02.935Z] [2022-06-04T20:42:02.935Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:42:02.935Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:42:02.935Z] #49 DONE 0.0s [2022-06-04T20:42:02.935Z] [2022-06-04T20:42:02.935Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:02.935Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:02.935Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-04T20:42:02.935Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-04T20:42:02.935Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-04T20:42:02.936Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-04T20:42:02.936Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.44MB / 55.01MB 0.4s [2022-06-04T20:42:02.936Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s [2022-06-04T20:42:02.936Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 3.15MB / 10.88MB 0.4s [2022-06-04T20:42:02.953Z] #29 ... [2022-06-04T20:42:02.953Z] [2022-06-04T20:42:02.953Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:02.953Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:02.953Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-04T20:42:03.206Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 18.87MB / 55.01MB 0.5s [2022-06-04T20:42:03.206Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s done [2022-06-04T20:42:03.206Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.5s [2022-06-04T20:42:03.206Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 28.31MB / 55.01MB 0.6s [2022-06-04T20:42:03.206Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s done [2022-06-04T20:42:03.206Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 10.49MB / 54.58MB 0.7s [2022-06-04T20:42:03.206Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 0.7s [2022-06-04T20:42:03.206Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 38.80MB / 55.01MB 0.8s [2022-06-04T20:42:03.206Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 16.36MB / 54.58MB 0.8s [2022-06-04T20:42:03.476Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 47.19MB / 55.01MB 1.0s [2022-06-04T20:42:03.476Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 30.41MB / 54.58MB 1.0s [2022-06-04T20:42:03.476Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 15.73MB / 85.87MB 1.0s [2022-06-04T20:42:03.476Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 52.43MB / 55.01MB 1.1s [2022-06-04T20:42:03.476Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 34.60MB / 54.58MB 1.1s [2022-06-04T20:42:03.518Z] #11 ... [2022-06-04T20:42:03.518Z] [2022-06-04T20:42:03.518Z] #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-04T20:42:03.518Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:03.518Z] #29 DONE 11.4s [2022-06-04T20:42:03.518Z] [2022-06-04T20:42:03.518Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-04T20:42:03.518Z] #30 sha256:ba25aeac6e94e2eba8ec9edbeb46dc2e94c8554eb76d68721836d6e6ab668792 [2022-06-04T20:42:03.518Z] #30 DONE 0.1s [2022-06-04T20:42:03.518Z] [2022-06-04T20:42:03.518Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:03.518Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:03.646Z] #38 2.707 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-04T20:42:03.741Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 37.75MB / 54.58MB 1.2s [2022-06-04T20:42:03.741Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 25.17MB / 85.87MB 1.2s [2022-06-04T20:42:03.741Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 36.70MB / 85.87MB 1.3s [2022-06-04T20:42:03.903Z] #38 ... [2022-06-04T20:42:03.903Z] [2022-06-04T20:42:03.903Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-04T20:42:03.903Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-04T20:42:03.903Z] #15 DONE 1.4s [2022-06-04T20:42:03.903Z] [2022-06-04T20:42:03.903Z] #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-04T20:42:03.903Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:03.903Z] #38 2.936 [2022-06-04T20:42:04.005Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 53.48MB / 54.58MB 1.5s [2022-06-04T20:42:04.005Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 45.09MB / 85.87MB 1.6s [2022-06-04T20:42:04.162Z] #38 3.188 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:04.270Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 57.67MB / 85.87MB 1.7s [2022-06-04T20:42:04.270Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.8s done [2022-06-04T20:42:04.270Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 65.01MB / 85.87MB 1.8s [2022-06-04T20:42:04.420Z] #38 3.518 [2022-06-04T20:42:04.531Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 73.40MB / 85.87MB 2.0s [2022-06-04T20:42:04.531Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-04T20:42:04.791Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.2s [2022-06-04T20:42:05.048Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.4s done [2022-06-04T20:42:05.048Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.7s [2022-06-04T20:42:05.350Z] #38 ... [2022-06-04T20:42:05.350Z] [2022-06-04T20:42:05.350Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-04T20:42:05.350Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f [2022-06-04T20:42:05.350Z] #16 DONE 1.3s [2022-06-04T20:42:05.350Z] [2022-06-04T20:42:05.350Z] #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-04T20:42:05.350Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:05.350Z] #58 1.920 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:05.350Z] #58 1.931 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:05.350Z] #58 2.102 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:05.350Z] #58 2.318 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:05.350Z] #58 2.318 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-04T20:42:05.350Z] #58 2.777 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:05.350Z] #58 3.287 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:05.914Z] #58 3.829 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-04T20:42:05.954Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.9s done [2022-06-04T20:42:05.954Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-04T20:42:05.986Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.4s done [2022-06-04T20:42:05.986Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.5s done [2022-06-04T20:42:05.986Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 3.5s [2022-06-04T20:42:06.245Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.53MB / 141.75MB 3.6s [2022-06-04T20:42:06.245Z] #11 ... [2022-06-04T20:42:06.245Z] [2022-06-04T20:42:06.245Z] #24 [internal] load build context [2022-06-04T20:42:06.245Z] #24 sha256:d25987ff957465073e37d56426d31c243ef71ea98476ce8d009aa8361f46e555 [2022-06-04T20:42:06.245Z] #24 transferring context: 61.14MB 3.7s done [2022-06-04T20:42:06.245Z] #24 DONE 3.9s [2022-06-04T20:42:06.245Z] [2022-06-04T20:42:06.246Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:06.246Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:06.246Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 20.97MB / 141.75MB 3.8s [2022-06-04T20:42:06.510Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 30.41MB / 141.75MB 4.0s [2022-06-04T20:42:06.767Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 40.89MB / 141.75MB 4.2s [2022-06-04T20:42:06.767Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 52.43MB / 141.75MB 4.4s [2022-06-04T20:42:07.309Z] #58 5.159 Fetched 8541 kB in 4s (2373 kB/s) [2022-06-04T20:42:07.309Z] #58 5.159 Reading package lists... [2022-06-04T20:42:07.309Z] #58 ... [2022-06-04T20:42:07.309Z] [2022-06-04T20:42:07.309Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-04T20:42:07.309Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-04T20:42:07.309Z] #17 DONE 2.3s [2022-06-04T20:42:07.331Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 61.87MB / 141.75MB 4.7s [2022-06-04T20:42:07.331Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 78.64MB / 141.75MB 4.9s [2022-06-04T20:42:07.566Z] [2022-06-04T20:42:07.566Z] #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-04T20:42:07.566Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:07.566Z] #45 1.844 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-04T20:42:07.566Z] #45 4.641 tomll can be used in two ways: [2022-06-04T20:42:07.566Z] #45 4.642 Writing to STDIN and reading from STDOUT: [2022-06-04T20:42:07.566Z] #45 4.642 cat file.toml | tomll > file.toml [2022-06-04T20:42:07.566Z] #45 4.643 [2022-06-04T20:42:07.566Z] #45 4.643 Reading and updating a list of files: [2022-06-04T20:42:07.566Z] #45 4.643 tomll a.toml b.toml c.toml [2022-06-04T20:42:07.566Z] #45 4.644 [2022-06-04T20:42:07.566Z] #45 4.644 When given a list of files, tomll will modify all files in place without asking. [2022-06-04T20:42:07.566Z] #45 DONE 5.7s [2022-06-04T20:42:07.566Z] [2022-06-04T20:42:07.566Z] #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-04T20:42:07.566Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:07.566Z] #38 4.852 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-04T20:42:07.566Z] #38 5.393 [2022-06-04T20:42:07.566Z] #38 5.631 #=#=# ############# 19.2% ############################################# 62.9% #################################################################### 95.0% ######################################################################## 100.0% [2022-06-04T20:42:07.566Z] #38 6.356 [2022-06-04T20:42:07.588Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 88.08MB / 141.75MB 5.0s [2022-06-04T20:42:07.589Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 101.71MB / 141.75MB 5.2s [2022-06-04T20:42:07.845Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 109.05MB / 141.75MB 5.3s [2022-06-04T20:42:08.104Z] #11 ... [2022-06-04T20:42:08.104Z] [2022-06-04T20:42:08.104Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:42:08.104Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:42:08.104Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.9s done [2022-06-04T20:42:08.104Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done [2022-06-04T20:42:08.104Z] #71 DONE 5.7s [2022-06-04T20:42:08.104Z] [2022-06-04T20:42:08.104Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:08.104Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:08.104Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 116.39MB / 141.75MB 5.6s [2022-06-04T20:42:08.104Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 127.93MB / 141.75MB 5.8s [2022-06-04T20:42:08.392Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 6.0s [2022-06-04T20:42:08.914Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.2s [2022-06-04T20:42:08.937Z] #38 ... [2022-06-04T20:42:08.937Z] [2022-06-04T20:42:08.937Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-04T20:42:08.937Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-04T20:42:08.937Z] #18 DONE 1.3s [2022-06-04T20:42:08.937Z] [2022-06-04T20:42:08.937Z] #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-04T20:42:08.937Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:08.937Z] #38 7.989 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-04T20:42:09.194Z] #38 ... [2022-06-04T20:42:09.194Z] [2022-06-04T20:42:09.194Z] #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-04T20:42:09.194Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:42:09.194Z] #64 1.116 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-04T20:42:09.194Z] #64 1.658 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-04T20:42:09.194Z] #64 1.660 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-04T20:42:09.194Z] #64 1.665 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-04T20:42:09.194Z] #64 2.105 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-04T20:42:09.194Z] #64 7.292 v3.0.2 [2022-06-04T20:42:09.194Z] #64 DONE 7.5s [2022-06-04T20:42:09.270Z] #11 ... [2022-06-04T20:42:09.270Z] [2022-06-04T20:42:09.270Z] #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-04T20:42:09.270Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:09.270Z] #29 1.074 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:09.270Z] #29 1.074 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:09.270Z] #29 1.080 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:09.270Z] #29 1.252 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:09.270Z] #29 1.477 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:09.270Z] #29 1.955 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:09.270Z] #29 3.263 Fetched 8537 kB in 2s (3471 kB/s) [2022-06-04T20:42:09.270Z] #29 3.263 Reading package lists... [2022-06-04T20:42:09.270Z] #29 4.065 Reading package lists... [2022-06-04T20:42:09.270Z] #29 4.859 Building dependency tree... [2022-06-04T20:42:09.270Z] #29 5.202 The following additional packages will be installed: [2022-06-04T20:42:09.270Z] #29 5.202 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-04T20:42:09.270Z] #29 5.202 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-04T20:42:09.270Z] #29 5.202 Recommended packages: [2022-06-04T20:42:09.270Z] #29 5.202 libldap-common publicsuffix libsasl2-modules [2022-06-04T20:42:09.270Z] #29 5.335 The following NEW packages will be installed: [2022-06-04T20:42:09.270Z] #29 5.335 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-04T20:42:09.270Z] #29 5.335 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-04T20:42:09.270Z] #29 5.335 libssh2-1 openssl [2022-06-04T20:42:09.270Z] #29 5.616 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:09.270Z] #29 5.616 Need to get 3040 kB of archives. [2022-06-04T20:42:09.270Z] #29 5.616 After this operation, 6651 kB of additional disk space will be used. [2022-06-04T20:42:09.270Z] #29 5.616 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-04T20:42:09.270Z] #29 5.616 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-04T20:42:09.270Z] #29 5.623 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-04T20:42:09.270Z] #29 5.625 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-04T20:42:09.270Z] #29 5.630 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-04T20:42:09.270Z] #29 5.642 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-04T20:42:09.270Z] #29 5.642 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-04T20:42:09.270Z] #29 5.642 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-04T20:42:09.270Z] #29 5.642 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-04T20:42:09.270Z] #29 5.642 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-04T20:42:09.270Z] #29 5.642 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-04T20:42:09.270Z] #29 5.643 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-04T20:42:09.270Z] #29 5.657 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:42:09.270Z] #29 5.659 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:42:09.270Z] #29 5.676 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:42:09.270Z] #29 5.820 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:09.270Z] #29 5.852 Fetched 3040 kB in 0s (9425 kB/s) [2022-06-04T20:42:09.270Z] #29 5.881 Selecting previously unselected package openssl. [2022-06-04T20:42:09.270Z] #29 5.881 (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-04T20:42:09.270Z] #29 5.886 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 5.892 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:09.270Z] #29 6.049 Selecting previously unselected package ca-certificates. [2022-06-04T20:42:09.270Z] #29 6.049 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-04T20:42:09.270Z] #29 6.067 Unpacking ca-certificates (20210119) ... [2022-06-04T20:42:09.270Z] #29 6.134 Selecting previously unselected package libbrotli1:amd64. [2022-06-04T20:42:09.270Z] #29 6.134 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.147 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:09.270Z] #29 6.217 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-04T20:42:09.270Z] #29 6.217 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.221 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:09.270Z] #29 6.270 Selecting previously unselected package libsasl2-2:amd64. [2022-06-04T20:42:09.270Z] #29 6.270 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.276 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:09.270Z] #29 6.325 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-04T20:42:09.270Z] #29 6.326 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.331 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:09.270Z] #29 6.410 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-04T20:42:09.270Z] #29 6.410 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.416 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:09.270Z] #29 6.467 Selecting previously unselected package libpsl5:amd64. [2022-06-04T20:42:09.270Z] #29 6.467 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-04T20:42:09.270Z] #29 6.471 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:09.270Z] #29 6.522 Selecting previously unselected package librtmp1:amd64. [2022-06-04T20:42:09.270Z] #29 6.522 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.526 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:09.271Z] #29 6.572 Selecting previously unselected package libssh2-1:amd64. [2022-06-04T20:42:09.271Z] #29 6.572 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.577 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:09.271Z] #29 6.632 Selecting previously unselected package libcurl4:amd64. [2022-06-04T20:42:09.271Z] #29 6.632 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.636 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 6.706 Selecting previously unselected package curl. [2022-06-04T20:42:09.271Z] #29 6.706 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.715 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 6.769 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:42:09.271Z] #29 6.769 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.776 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:09.271Z] #29 6.837 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:42:09.271Z] #29 6.837 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.841 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:09.271Z] #29 6.890 Selecting previously unselected package jq. [2022-06-04T20:42:09.271Z] #29 6.890 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:42:09.271Z] #29 6.895 Unpacking jq (1.6-2.1) ... [2022-06-04T20:42:09.271Z] #29 6.940 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:09.271Z] #29 6.952 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:09.271Z] #29 6.964 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:09.271Z] #29 6.977 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 6.988 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:09.271Z] #29 7.001 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 7.013 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:09.271Z] #29 7.025 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:09.271Z] #29 7.041 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:09.271Z] #29 7.053 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:09.271Z] #29 7.070 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 7.078 Setting up ca-certificates (20210119) ... [2022-06-04T20:42:09.271Z] #29 7.694 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:09.271Z] #29 8.450 129 added, 0 removed; done. [2022-06-04T20:42:09.271Z] #29 8.522 Setting up jq (1.6-2.1) ... [2022-06-04T20:42:09.271Z] #29 8.540 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 8.558 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:09.271Z] #29 8.571 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:09.271Z] #29 8.594 Processing triggers for ca-certificates (20210119) ... [2022-06-04T20:42:09.271Z] #29 8.605 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:09.271Z] #29 9.211 0 added, 0 removed; done. [2022-06-04T20:42:09.271Z] #29 9.211 Running hooks in /etc/ca-certificates/update.d... [2022-06-04T20:42:09.271Z] #29 9.212 done. [2022-06-04T20:42:09.455Z] [2022-06-04T20:42:09.455Z] #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-04T20:42:09.455Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:09.455Z] #38 8.530 [2022-06-04T20:42:09.531Z] #29 ... [2022-06-04T20:42:09.531Z] [2022-06-04T20:42:09.531Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:09.531Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:09.531Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 3.9s done [2022-06-04T20:42:09.712Z] #38 8.678 #=#=# ##O#-# ######################################################################## 100.0% [2022-06-04T20:42:09.803Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.2s [2022-06-04T20:42:09.803Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.4s done [2022-06-04T20:42:09.969Z] #38 9.238 [2022-06-04T20:42:10.063Z] #11 ... [2022-06-04T20:42:10.063Z] [2022-06-04T20:42:10.063Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:42:10.063Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:42:10.063Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-04T20:42:10.063Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:42:10.063Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-04T20:42:10.063Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-04T20:42:10.063Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s done [2022-06-04T20:42:10.063Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2022-06-04T20:42:10.063Z] #73 DONE 7.6s [2022-06-04T20:42:10.063Z] [2022-06-04T20:42:10.063Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:10.063Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:10.063Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.1s [2022-06-04T20:42:10.063Z] #11 ... [2022-06-04T20:42:10.063Z] [2022-06-04T20:42:10.063Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:42:10.063Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-04T20:42:10.063Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.2s done [2022-06-04T20:42:10.063Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-04T20:42:10.063Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-04T20:42:10.063Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-04T20:42:10.063Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.5s done [2022-06-04T20:42:10.063Z] #28 DONE 7.5s [2022-06-04T20:42:10.063Z] [2022-06-04T20:42:10.063Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:10.063Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:10.319Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.4s done [2022-06-04T20:42:10.473Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-04T20:42:10.737Z] #11 ... [2022-06-04T20:42:10.737Z] [2022-06-04T20:42:10.737Z] #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-04T20:42:10.737Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:10.737Z] #29 DONE 11.4s [2022-06-04T20:42:10.737Z] [2022-06-04T20:42:10.737Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:10.737Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:10.883Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-06-04T20:42:10.998Z] #11 ... [2022-06-04T20:42:10.998Z] [2022-06-04T20:42:10.998Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-04T20:42:10.998Z] #30 sha256:f43efba65379a21f208618bb424cdd8fa11c56cf2872d7bc55a2207d731211fc [2022-06-04T20:42:10.998Z] #30 DONE 0.3s [2022-06-04T20:42:10.998Z] [2022-06-04T20:42:10.998Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:10.998Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:11.341Z] #38 10.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-04T20:42:11.341Z] #38 ... [2022-06-04T20:42:11.341Z] [2022-06-04T20:42:11.341Z] #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-04T20:42:11.341Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:11.341Z] #47 1.704 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-04T20:42:11.341Z] #47 2.239 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-04T20:42:11.341Z] #47 2.239 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-04T20:42:11.341Z] #47 2.607 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-04T20:42:11.341Z] #47 2.607 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-04T20:42:11.341Z] #47 2.626 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-04T20:42:11.341Z] #47 2.649 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:11.341Z] #47 9.227 NAME: [2022-06-04T20:42:11.341Z] #47 9.227 go-winres - A tool for embedding resources in Windows executables [2022-06-04T20:42:11.341Z] #47 9.227 [2022-06-04T20:42:11.341Z] #47 9.227 USAGE: [2022-06-04T20:42:11.341Z] #47 9.227 go-winres [global options] command [command options] [arguments...] [2022-06-04T20:42:11.341Z] #47 9.227 [2022-06-04T20:42:11.341Z] #47 9.227 COMMANDS: [2022-06-04T20:42:11.341Z] #47 9.227 init Create an initial ./winres/winres.json [2022-06-04T20:42:11.341Z] #47 9.228 make Make syso files for the "go build" command [2022-06-04T20:42:11.341Z] #47 9.228 simply Make syso files for the "go build" command (simplified) [2022-06-04T20:42:11.341Z] #47 9.228 extract Extract all resources from an executable [2022-06-04T20:42:11.341Z] #47 9.228 patch Replace resources in an executable file (exe, dll) [2022-06-04T20:42:11.341Z] #47 9.228 help, h Shows a list of commands or help for one command [2022-06-04T20:42:11.341Z] #47 9.228 [2022-06-04T20:42:11.341Z] #47 9.228 GLOBAL OPTIONS: [2022-06-04T20:42:11.341Z] #47 9.228 --help, -h show help (default: false) [2022-06-04T20:42:11.341Z] #47 DONE 9.5s [2022-06-04T20:42:11.341Z] [2022-06-04T20:42:11.341Z] #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-04T20:42:11.341Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:11.341Z] #62 1.247 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-04T20:42:11.341Z] #62 6.215 go: downloading github.com/fatih/color v1.13.0 [2022-06-04T20:42:11.341Z] #62 6.215 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:11.341Z] #62 6.215 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-04T20:42:11.341Z] #62 6.221 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-04T20:42:11.341Z] #62 6.228 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-04T20:42:11.341Z] #62 6.228 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-04T20:42:11.341Z] #62 6.231 go: downloading github.com/spf13/viper v1.10.1 [2022-06-04T20:42:11.341Z] #62 6.243 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T20:42:11.341Z] #62 6.266 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-04T20:42:11.341Z] #62 6.310 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-04T20:42:11.341Z] #62 6.310 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:42:11.341Z] #62 6.327 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-04T20:42:11.341Z] #62 6.379 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-04T20:42:11.341Z] #62 6.383 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-04T20:42:11.341Z] #62 6.423 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-04T20:42:11.341Z] #62 6.433 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-04T20:42:11.341Z] #62 6.467 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T20:42:11.341Z] #62 6.495 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-04T20:42:11.341Z] #62 6.542 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-04T20:42:11.341Z] #62 6.576 go: downloading github.com/spf13/afero v1.6.0 [2022-06-04T20:42:11.341Z] #62 6.576 go: downloading github.com/spf13/cast v1.4.1 [2022-06-04T20:42:11.341Z] #62 6.599 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-04T20:42:11.341Z] #62 6.611 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-04T20:42:11.341Z] #62 6.615 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-04T20:42:11.341Z] #62 6.623 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-04T20:42:11.341Z] #62 6.662 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-04T20:42:11.341Z] #62 6.699 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-04T20:42:11.341Z] #62 6.707 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-04T20:42:11.341Z] #62 6.723 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-04T20:42:11.341Z] #62 6.728 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-04T20:42:11.341Z] #62 6.731 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-04T20:42:11.341Z] #62 6.734 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-04T20:42:11.341Z] #62 6.742 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-04T20:42:11.341Z] #62 6.755 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-04T20:42:11.341Z] #62 6.766 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-04T20:42:11.341Z] #62 6.786 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-04T20:42:11.341Z] #62 6.795 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-04T20:42:11.341Z] #62 6.800 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-04T20:42:11.341Z] #62 6.846 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-04T20:42:11.341Z] #62 6.851 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-04T20:42:11.341Z] #62 6.896 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-04T20:42:11.341Z] #62 6.907 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-04T20:42:11.341Z] #62 6.924 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-04T20:42:11.341Z] #62 6.946 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-04T20:42:11.341Z] #62 6.960 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-04T20:42:11.341Z] #62 6.990 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-04T20:42:11.341Z] #62 7.000 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-04T20:42:11.341Z] #62 7.012 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-04T20:42:11.341Z] #62 7.099 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-04T20:42:11.341Z] #62 7.099 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-04T20:42:11.341Z] #62 7.122 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-04T20:42:11.341Z] #62 7.128 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-04T20:42:11.341Z] #62 7.166 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-04T20:42:11.341Z] #62 7.166 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-04T20:42:11.341Z] #62 7.183 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-04T20:42:11.341Z] #62 7.187 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-04T20:42:11.341Z] #62 7.195 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-04T20:42:11.341Z] #62 7.203 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-04T20:42:11.341Z] #62 7.207 go: downloading github.com/julz/importas v0.1.0 [2022-06-04T20:42:11.341Z] #62 7.213 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-04T20:42:11.341Z] #62 7.259 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-04T20:42:11.341Z] #62 7.267 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-04T20:42:11.341Z] #62 7.280 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-04T20:42:11.341Z] #62 7.286 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-04T20:42:11.341Z] #62 7.299 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-04T20:42:11.341Z] #62 7.310 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-04T20:42:11.341Z] #62 7.313 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-04T20:42:11.341Z] #62 7.316 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-04T20:42:11.341Z] #62 7.331 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-04T20:42:11.341Z] #62 7.339 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-04T20:42:11.341Z] #62 7.347 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-04T20:42:11.341Z] #62 7.707 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-04T20:42:11.341Z] #62 7.707 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-04T20:42:11.341Z] #62 7.708 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-04T20:42:11.341Z] #62 7.722 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-04T20:42:11.341Z] #62 7.735 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-04T20:42:11.341Z] #62 7.787 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-04T20:42:11.341Z] #62 7.795 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-04T20:42:11.341Z] #62 7.803 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-04T20:42:11.341Z] #62 7.815 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-04T20:42:11.341Z] #62 7.819 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-04T20:42:11.341Z] #62 7.830 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-04T20:42:11.341Z] #62 7.861 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-04T20:42:11.341Z] #62 7.910 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-04T20:42:11.341Z] #62 7.922 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-04T20:42:11.341Z] #62 7.962 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-04T20:42:11.341Z] #62 7.962 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-04T20:42:11.341Z] #62 7.971 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-04T20:42:11.341Z] #62 7.971 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-04T20:42:11.341Z] #62 7.975 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-04T20:42:11.341Z] #62 7.995 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-04T20:42:11.341Z] #62 8.007 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-04T20:42:11.341Z] #62 8.015 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-04T20:42:11.341Z] #62 8.017 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-04T20:42:11.341Z] #62 8.027 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-04T20:42:11.341Z] #62 8.027 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.059 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-04T20:42:11.341Z] #62 8.063 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-04T20:42:11.341Z] #62 8.343 go: downloading honnef.co/go/tools v0.2.2 [2022-06-04T20:42:11.341Z] #62 8.343 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-04T20:42:11.341Z] #62 8.343 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-04T20:42:11.341Z] #62 8.367 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-04T20:42:11.341Z] #62 8.387 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-04T20:42:11.341Z] #62 8.389 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T20:42:11.341Z] #62 8.425 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.437 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-04T20:42:11.341Z] #62 8.490 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.526 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.540 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-04T20:42:11.341Z] #62 8.554 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.571 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.581 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.602 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-04T20:42:11.341Z] #62 8.618 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-04T20:42:11.341Z] #62 8.833 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-04T20:42:11.341Z] #62 8.879 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-04T20:42:11.341Z] #62 8.982 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T20:42:11.341Z] #62 8.987 go: downloading golang.org/x/text v0.3.7 [2022-06-04T20:42:11.341Z] #62 8.992 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-04T20:42:11.341Z] #62 8.992 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-04T20:42:11.341Z] #62 9.033 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-04T20:42:11.341Z] #62 9.046 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-04T20:42:11.341Z] #62 9.054 go: downloading golang.org/x/mod v0.5.1 [2022-06-04T20:42:11.341Z] #62 9.066 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-04T20:42:11.341Z] #62 9.068 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-04T20:42:11.341Z] #62 9.070 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-04T20:42:11.341Z] #62 9.091 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-04T20:42:11.341Z] #62 9.095 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-04T20:42:11.341Z] #62 9.098 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-04T20:42:11.341Z] #62 9.208 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T20:42:11.341Z] #62 9.228 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-04T20:42:11.341Z] #62 9.266 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-04T20:42:11.341Z] #62 9.303 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-04T20:42:11.341Z] #62 9.485 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-04T20:42:11.341Z] #62 9.485 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-04T20:42:11.341Z] #62 9.506 go: downloading github.com/prometheus/common v0.10.0 [2022-06-04T20:42:11.341Z] #62 9.515 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T20:42:11.341Z] #62 9.555 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T20:42:11.341Z] #62 9.571 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T20:42:11.341Z] #62 9.615 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-04T20:42:11.341Z] #62 9.636 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-04T20:42:11.341Z] #62 9.670 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-04T20:42:11.447Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.6s done [2022-06-04T20:42:11.447Z] #11 ... [2022-06-04T20:42:11.447Z] [2022-06-04T20:42:11.447Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-04T20:42:11.447Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-04T20:42:11.447Z] #72 DONE 0.6s [2022-06-04T20:42:11.447Z] [2022-06-04T20:42:11.447Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:11.447Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:11.447Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-04T20:42:11.598Z] #62 9.759 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T20:42:11.598Z] #62 9.783 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T20:42:11.856Z] #62 ... [2022-06-04T20:42:11.856Z] [2022-06-04T20:42:11.856Z] #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-04T20:42:11.856Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:11.856Z] #43 1.458 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-04T20:42:11.856Z] #43 4.915 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-04T20:42:11.856Z] #43 4.915 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T20:42:11.856Z] #43 4.920 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-04T20:42:11.856Z] #43 4.928 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T20:42:11.856Z] #43 4.932 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-04T20:42:11.856Z] #43 4.961 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-04T20:42:11.856Z] #43 4.965 go: downloading github.com/peterh/liner v1.2.2 [2022-06-04T20:42:11.856Z] #43 5.012 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-04T20:42:11.856Z] #43 5.017 go: downloading github.com/google/go-dap v0.6.0 [2022-06-04T20:42:11.856Z] #43 5.019 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-04T20:42:11.856Z] #43 5.034 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-04T20:42:11.856Z] #43 5.042 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T20:42:11.856Z] #43 5.043 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-04T20:42:11.856Z] #43 5.089 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T20:42:11.856Z] #43 5.105 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-04T20:42:11.856Z] #43 5.248 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-04T20:42:11.856Z] #43 5.390 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-04T20:42:11.856Z] #43 ... [2022-06-04T20:42:11.856Z] [2022-06-04T20:42:11.856Z] #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-04T20:42:11.856Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:11.856Z] #60 1.848 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-04T20:42:11.856Z] #60 2.387 go: downloading golang.org/x/tools v0.1.0 [2022-06-04T20:42:11.856Z] #60 2.387 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T20:42:11.856Z] #60 2.387 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-04T20:42:11.856Z] #60 2.403 go: downloading github.com/fatih/color v1.10.0 [2022-06-04T20:42:11.856Z] #60 2.411 go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T20:42:11.856Z] #60 2.423 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-04T20:42:11.856Z] #60 2.435 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-04T20:42:11.856Z] #60 2.456 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-04T20:42:11.856Z] #60 2.469 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-04T20:42:11.856Z] #60 2.470 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-04T20:42:11.856Z] #60 2.567 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-04T20:42:11.856Z] #60 2.568 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-04T20:42:11.856Z] #60 3.444 go: downloading golang.org/x/mod v0.3.0 [2022-06-04T20:42:11.856Z] #60 3.444 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T20:42:12.013Z] #11 ... [2022-06-04T20:42:12.013Z] [2022-06-04T20:42:12.013Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-04T20:42:12.013Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-04T20:42:12.013Z] #74 DONE 0.7s [2022-06-04T20:42:12.013Z] [2022-06-04T20:42:12.013Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:12.013Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:12.113Z] #60 ... [2022-06-04T20:42:12.113Z] [2022-06-04T20:42:12.113Z] #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-04T20:42:12.113Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:12.113Z] #54 1.437 + git clone https://github.com/docker/distribution.git . [2022-06-04T20:42:12.113Z] #54 1.438 Cloning into '.'... [2022-06-04T20:42:12.113Z] #54 4.516 + git checkout -q v2.3.0 [2022-06-04T20:42:12.113Z] #54 5.028 + 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-04T20:42:12.371Z] #54 ... [2022-06-04T20:42:12.371Z] [2022-06-04T20:42:12.371Z] #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-04T20:42:12.371Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:12.371Z] #41 1.552 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-04T20:42:12.371Z] #41 1.554 Cloning into '.'... [2022-06-04T20:42:12.371Z] #41 8.102 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-04T20:42:12.371Z] #41 8.476 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:42:12.371Z] #41 ... [2022-06-04T20:42:12.371Z] [2022-06-04T20:42:12.371Z] #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-04T20:42:12.371Z] #38 sha256:b7aa44c627d564e31061248e491afa172bd8b0b334f03c58eea230220f58ed45 [2022-06-04T20:42:12.371Z] #38 10.72 [2022-06-04T20:42:12.371Z] #38 10.97 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:12.371Z] #38 11.41 [2022-06-04T20:42:12.371Z] #38 11.52 Download of images into '/build' complete. [2022-06-04T20:42:12.371Z] #38 11.52 Use something like the following to load the result into a Docker daemon: [2022-06-04T20:42:12.630Z] #38 11.52 tar -cC '/build' . | docker load [2022-06-04T20:42:13.086Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.3s [2022-06-04T20:42:13.650Z] #11 ... [2022-06-04T20:42:13.650Z] [2022-06-04T20:42:13.650Z] #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-04T20:42:13.650Z] #31 sha256:234a5a73fbe95dfb7b1e21456b132cefdedb4a687206424e20fc5c9b2f02f172 [2022-06-04T20:42:13.650Z] #31 1.666 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-04T20:42:13.650Z] #31 1.933 [2022-06-04T20:42:13.650Z] #31 2.151 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:13.650Z] #31 2.437 [2022-06-04T20:42:13.650Z] #31 3.380 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-04T20:42:13.650Z] #31 3.618 [2022-06-04T20:42:13.650Z] #31 3.840 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:13.650Z] #31 4.120 [2022-06-04T20:42:13.650Z] #31 5.209 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-04T20:42:13.650Z] #31 5.482 [2022-06-04T20:42:13.650Z] #31 5.711 #=#=# ##### 8.1% ########################################## 59.3% ################################################################# 91.0% ######################################################################## 100.0% [2022-06-04T20:42:13.650Z] #31 6.270 [2022-06-04T20:42:13.650Z] #31 7.164 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-04T20:42:13.650Z] #31 7.562 [2022-06-04T20:42:13.650Z] #31 7.787 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:13.650Z] #31 8.040 [2022-06-04T20:42:13.650Z] #31 8.940 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-04T20:42:13.650Z] #31 9.245 [2022-06-04T20:42:13.650Z] #31 9.465 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:13.650Z] #31 9.742 [2022-06-04T20:42:13.650Z] #31 9.813 Download of images into '/build' complete. [2022-06-04T20:42:13.650Z] #31 9.813 Use something like the following to load the result into a Docker daemon: [2022-06-04T20:42:13.650Z] #31 9.813 tar -cC '/build' . | docker load [2022-06-04T20:42:14.001Z] #38 DONE 12.8s [2022-06-04T20:42:14.001Z] [2022-06-04T20:42:14.001Z] #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-04T20:42:14.001Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:14.001Z] #60 11.90 gotestsum version dev [2022-06-04T20:42:14.001Z] #60 DONE 12.1s [2022-06-04T20:42:14.001Z] [2022-06-04T20:42:14.001Z] #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-04T20:42:14.001Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:14.001Z] #58 5.159 Reading package lists... [2022-06-04T20:42:14.001Z] #58 6.381 Reading package lists... [2022-06-04T20:42:14.001Z] #58 7.516 Building dependency tree... [2022-06-04T20:42:14.001Z] #58 8.365 The following additional packages will be installed: [2022-06-04T20:42:14.001Z] #58 8.367 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:42:14.001Z] #58 8.367 python3-protobuf python3-six [2022-06-04T20:42:14.001Z] #58 8.370 Suggested packages: [2022-06-04T20:42:14.001Z] #58 8.370 python3-setuptools [2022-06-04T20:42:14.001Z] #58 8.370 Recommended packages: [2022-06-04T20:42:14.001Z] #58 8.370 iproute2 | iproute [2022-06-04T20:42:14.001Z] #58 8.490 The following NEW packages will be installed: [2022-06-04T20:42:14.001Z] #58 8.492 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:42:14.001Z] #58 8.492 python3-protobuf python3-six [2022-06-04T20:42:14.001Z] #58 8.779 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:14.001Z] #58 8.779 Need to get 2314 kB of archives. [2022-06-04T20:42:14.001Z] #58 8.779 After this operation, 11.1 MB of additional disk space will be used. [2022-06-04T20:42:14.001Z] #58 8.779 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-04T20:42:14.001Z] #58 8.792 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:42:14.001Z] #58 8.795 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-04T20:42:14.001Z] #58 8.796 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-04T20:42:14.001Z] #58 8.804 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-04T20:42:14.001Z] #58 8.805 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-04T20:42:14.001Z] #58 8.806 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-04T20:42:14.001Z] #58 10.94 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-04T20:42:14.001Z] #58 11.61 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:14.001Z] #58 11.71 Fetched 2314 kB in 3s (824 kB/s) [2022-06-04T20:42:14.002Z] #58 11.82 Selecting previously unselected package libprotobuf23:amd64. [2022-06-04T20:42:14.002Z] #58 11.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:42:14.002Z] #58 11.90 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-04T20:42:14.002Z] #58 11.93 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:42:14.214Z] #31 ... [2022-06-04T20:42:14.214Z] [2022-06-04T20:42:14.214Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:14.214Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:14.214Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.2s done [2022-06-04T20:42:14.214Z] #11 ... [2022-06-04T20:42:14.214Z] [2022-06-04T20:42:14.214Z] #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-04T20:42:14.214Z] #31 sha256:234a5a73fbe95dfb7b1e21456b132cefdedb4a687206424e20fc5c9b2f02f172 [2022-06-04T20:42:14.214Z] #31 DONE 10.7s [2022-06-04T20:42:14.214Z] [2022-06-04T20:42:14.214Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:14.214Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:14.267Z] #58 12.29 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:42:14.267Z] #58 12.29 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:42:14.267Z] #58 12.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:42:14.536Z] #58 12.71 Selecting previously unselected package python3-six. [2022-06-04T20:42:14.779Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-04T20:42:14.810Z] #58 12.71 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-04T20:42:14.810Z] #58 12.75 Unpacking python3-six (1.16.0-2) ... [2022-06-04T20:42:14.810Z] #58 12.83 Selecting previously unselected package python3-protobuf. [2022-06-04T20:42:14.810Z] #58 12.83 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-04T20:42:14.810Z] #58 12.84 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-04T20:42:15.067Z] #58 13.17 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:42:15.067Z] #58 13.17 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:42:15.067Z] #58 13.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:42:15.067Z] #58 13.28 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:42:15.324Z] #58 13.28 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:42:15.324Z] #58 13.28 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:42:15.324Z] #58 13.37 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:42:15.324Z] #58 13.37 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:42:15.324Z] #58 13.40 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:42:15.324Z] #58 13.47 Selecting previously unselected package criu. [2022-06-04T20:42:15.324Z] #58 13.48 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-04T20:42:15.341Z] #11 DONE 30.5s [2022-06-04T20:42:15.341Z] [2022-06-04T20:42:15.341Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:42:15.341Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-04T20:42:15.580Z] #58 13.50 Unpacking criu (3.17-1) ... [2022-06-04T20:42:15.580Z] #58 13.74 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:42:15.909Z] #12 DONE 0.7s [2022-06-04T20:42:15.909Z] [2022-06-04T20:42:15.909Z] #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-04T20:42:15.909Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-04T20:42:16.144Z] #58 14.32 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:42:16.144Z] #58 14.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:42:16.194Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.8s done [2022-06-04T20:42:16.288Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.1s [2022-06-04T20:42:16.401Z] #58 14.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:42:16.401Z] #58 14.38 Setting up python3-six (1.16.0-2) ... [2022-06-04T20:42:16.461Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-04T20:42:16.471Z] #13 DONE 0.5s [2022-06-04T20:42:16.471Z] [2022-06-04T20:42:16.471Z] #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-04T20:42:16.471Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:16.659Z] #58 14.71 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:42:16.659Z] #58 14.74 Setting up python3-protobuf (3.12.4-1) ... [2022-06-04T20:42:16.728Z] #42 ... [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-04T20:42:16.728Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-04T20:42:16.728Z] #46 DONE 0.2s [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:42:16.728Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-04T20:42:16.728Z] #33 DONE 0.2s [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #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-04T20:42:16.728Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-04T20:42:16.728Z] #50 DONE 0.2s [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-04T20:42:16.728Z] #66 sha256:95fe044f1e158017fe2875fa227daf3d191075599cc7819e8b57537a0ea31312 [2022-06-04T20:42:16.728Z] #66 DONE 0.3s [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-04T20:42:16.728Z] #25 sha256:f7e0dad251c9d8454d92f3d9987175c2479995ee20869e429c0abdc7b8c79550 [2022-06-04T20:42:16.728Z] #25 DONE 0.3s [2022-06-04T20:42:16.728Z] [2022-06-04T20:42:16.728Z] #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-04T20:42:16.728Z] #26 sha256:d312308e32a2c7701ba9d39b0aca8d320a395c570dfb0f25c5655f0d1d0866c3 [2022-06-04T20:42:17.589Z] #58 15.56 Setting up criu (3.17-1) ... [2022-06-04T20:42:18.154Z] #58 16.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:18.411Z] #58 DONE 16.6s [2022-06-04T20:42:18.411Z] [2022-06-04T20:42:18.411Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-04T20:42:18.411Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-04T20:42:18.411Z] #19 1.484 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:18.411Z] #19 1.496 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:18.411Z] #19 1.504 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:18.411Z] #19 1.969 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-04T20:42:18.411Z] #19 2.172 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:18.411Z] #19 2.350 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:42:18.411Z] #19 2.752 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-04T20:42:18.411Z] #19 2.949 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-04T20:42:18.411Z] #19 3.452 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-04T20:42:18.411Z] #19 3.801 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-04T20:42:18.411Z] #19 3.803 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-04T20:42:18.411Z] #19 3.804 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:42:18.411Z] #19 3.807 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-04T20:42:18.411Z] #19 3.812 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-04T20:42:18.411Z] #19 3.813 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:18.411Z] #19 3.815 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-04T20:42:18.411Z] #19 3.852 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-04T20:42:18.411Z] #19 3.852 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-04T20:42:18.411Z] #19 3.854 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-04T20:42:18.411Z] #19 3.856 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:18.411Z] #19 3.860 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:42:18.837Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.3s done [2022-06-04T20:42:19.098Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-04T20:42:19.098Z] #11 DONE 27.2s [2022-06-04T20:42:19.098Z] [2022-06-04T20:42:19.098Z] #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-04T20:42:19.098Z] #31 sha256:f6f264bf4059a5b1216e1a5918d94561e6961d15d67205d53708636013caaa47 [2022-06-04T20:42:19.098Z] #31 1.470 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-04T20:42:19.098Z] #31 1.739 [2022-06-04T20:42:19.098Z] #31 1.954 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:19.098Z] #31 2.211 [2022-06-04T20:42:19.098Z] #31 3.084 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-04T20:42:19.098Z] #31 3.337 [2022-06-04T20:42:19.098Z] #31 3.552 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:19.098Z] #31 3.810 [2022-06-04T20:42:19.098Z] #31 4.718 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-04T20:42:19.098Z] #31 4.987 [2022-06-04T20:42:19.098Z] #31 5.212 #=#=# ################### 27.1% ########################################## 59.1% ################################################################# 91.0% ######################################################################## 100.0% [2022-06-04T20:42:19.098Z] #31 5.734 [2022-06-04T20:42:19.098Z] #31 6.621 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-04T20:42:19.098Z] #31 6.886 [2022-06-04T20:42:19.098Z] #31 7.106 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:19.098Z] #31 7.411 [2022-06-04T20:42:19.098Z] #31 8.060 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-04T20:42:19.364Z] #31 8.273 [2022-06-04T20:42:19.364Z] #31 ... [2022-06-04T20:42:19.364Z] [2022-06-04T20:42:19.364Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:42:19.364Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-04T20:42:20.666Z] #11 ... [2022-06-04T20:42:20.666Z] [2022-06-04T20:42:20.666Z] #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-04T20:42:20.666Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:20.666Z] #29 1.455 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:20.666Z] #29 1.455 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:20.666Z] #29 1.471 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:20.666Z] #29 1.621 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:20.666Z] #29 1.790 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:20.666Z] #29 2.283 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:20.666Z] #29 3.436 Fetched 8537 kB in 2s (3788 kB/s) [2022-06-04T20:42:20.666Z] #29 3.436 Reading package lists... [2022-06-04T20:42:20.666Z] #29 4.268 Reading package lists... [2022-06-04T20:42:20.666Z] #29 5.087 Building dependency tree... [2022-06-04T20:42:20.666Z] #29 5.457 The following additional packages will be installed: [2022-06-04T20:42:20.666Z] #29 5.457 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-04T20:42:20.666Z] #29 5.458 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-04T20:42:20.666Z] #29 5.459 Recommended packages: [2022-06-04T20:42:20.666Z] #29 5.459 libldap-common publicsuffix libsasl2-modules [2022-06-04T20:42:20.666Z] #29 5.608 The following NEW packages will be installed: [2022-06-04T20:42:20.666Z] #29 5.608 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-04T20:42:20.666Z] #29 5.608 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-04T20:42:20.666Z] #29 5.608 libssh2-1 openssl [2022-06-04T20:42:20.666Z] #29 5.880 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:20.666Z] #29 5.880 Need to get 3040 kB of archives. [2022-06-04T20:42:20.666Z] #29 5.880 After this operation, 6651 kB of additional disk space will be used. [2022-06-04T20:42:20.666Z] #29 5.880 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-04T20:42:20.666Z] #29 5.880 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-04T20:42:20.666Z] #29 5.888 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-04T20:42:20.666Z] #29 5.892 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-04T20:42:20.666Z] #29 5.892 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-04T20:42:20.666Z] #29 5.892 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-04T20:42:20.666Z] #29 5.911 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-04T20:42:20.666Z] #29 5.912 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-04T20:42:20.666Z] #29 5.914 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-04T20:42:20.666Z] #29 5.915 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-04T20:42:20.666Z] #29 5.918 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-04T20:42:20.666Z] #29 5.926 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-04T20:42:20.666Z] #29 5.926 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:42:20.666Z] #29 5.944 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:42:20.666Z] #29 5.944 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:42:20.666Z] #29 6.130 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:20.666Z] #29 6.177 Fetched 3040 kB in 0s (9003 kB/s) [2022-06-04T20:42:20.666Z] #29 6.202 Selecting previously unselected package openssl. [2022-06-04T20:42:20.666Z] #29 6.202 (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-04T20:42:20.666Z] #29 6.202 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.205 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:20.666Z] #29 6.340 Selecting previously unselected package ca-certificates. [2022-06-04T20:42:20.666Z] #29 6.340 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-04T20:42:20.666Z] #29 6.344 Unpacking ca-certificates (20210119) ... [2022-06-04T20:42:20.666Z] #29 6.416 Selecting previously unselected package libbrotli1:amd64. [2022-06-04T20:42:20.666Z] #29 6.416 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.424 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:20.666Z] #29 6.507 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-04T20:42:20.666Z] #29 6.509 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.513 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 6.572 Selecting previously unselected package libsasl2-2:amd64. [2022-06-04T20:42:20.666Z] #29 6.572 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.574 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 6.619 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-04T20:42:20.666Z] #29 6.619 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.623 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 6.683 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-04T20:42:20.666Z] #29 6.683 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.686 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:20.666Z] #29 6.728 Selecting previously unselected package libpsl5:amd64. [2022-06-04T20:42:20.666Z] #29 6.728 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.730 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:20.666Z] #29 6.766 Selecting previously unselected package librtmp1:amd64. [2022-06-04T20:42:20.666Z] #29 6.767 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.770 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:20.666Z] #29 6.807 Selecting previously unselected package libssh2-1:amd64. [2022-06-04T20:42:20.666Z] #29 6.807 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.811 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:20.666Z] #29 6.866 Selecting previously unselected package libcurl4:amd64. [2022-06-04T20:42:20.666Z] #29 6.866 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.873 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 6.933 Selecting previously unselected package curl. [2022-06-04T20:42:20.666Z] #29 6.934 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 6.937 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 7.011 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:42:20.666Z] #29 7.011 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 7.014 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:20.666Z] #29 7.074 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:42:20.666Z] #29 7.074 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 7.077 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:20.666Z] #29 7.129 Selecting previously unselected package jq. [2022-06-04T20:42:20.666Z] #29 7.129 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:42:20.666Z] #29 7.131 Unpacking jq (1.6-2.1) ... [2022-06-04T20:42:20.666Z] #29 7.179 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-04T20:42:20.666Z] #29 7.190 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-04T20:42:20.666Z] #29 7.202 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-04T20:42:20.666Z] #29 7.212 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 7.224 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:42:20.666Z] #29 7.284 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 7.294 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-04T20:42:20.666Z] #29 7.303 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:42:20.666Z] #29 7.318 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:42:20.666Z] #29 7.328 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:42:20.666Z] #29 7.339 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 7.349 Setting up ca-certificates (20210119) ... [2022-06-04T20:42:20.666Z] #29 7.983 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:20.666Z] #29 8.717 129 added, 0 removed; done. [2022-06-04T20:42:20.666Z] #29 8.780 Setting up jq (1.6-2.1) ... [2022-06-04T20:42:20.666Z] #29 8.789 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 8.798 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:42:20.666Z] #29 8.831 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:20.666Z] #29 8.851 Processing triggers for ca-certificates (20210119) ... [2022-06-04T20:42:20.666Z] #29 8.858 Updating certificates in /etc/ssl/certs... [2022-06-04T20:42:20.666Z] #29 9.424 0 added, 0 removed; done. [2022-06-04T20:42:20.666Z] #29 9.424 Running hooks in /etc/ca-certificates/update.d... [2022-06-04T20:42:20.666Z] #29 9.426 done. [2022-06-04T20:42:20.666Z] #29 ... [2022-06-04T20:42:20.666Z] [2022-06-04T20:42:20.666Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:20.666Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:20.666Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.1s done [2022-06-04T20:42:21.229Z] #11 ... [2022-06-04T20:42:21.229Z] [2022-06-04T20:42:21.229Z] #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-04T20:42:21.229Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-04T20:42:21.229Z] #29 DONE 10.9s [2022-06-04T20:42:21.229Z] [2022-06-04T20:42:21.229Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:21.229Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:21.229Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0.1s [2022-06-04T20:42:21.280Z] #12 DONE 2.1s [2022-06-04T20:42:21.280Z] [2022-06-04T20:42:21.280Z] #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-04T20:42:21.280Z] #31 sha256:f6f264bf4059a5b1216e1a5918d94561e6961d15d67205d53708636013caaa47 [2022-06-04T20:42:21.280Z] #31 8.504 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:21.280Z] #31 8.710 [2022-06-04T20:42:21.280Z] #31 8.749 Download of images into '/build' complete. [2022-06-04T20:42:21.280Z] #31 8.753 Use something like the following to load the result into a Docker daemon: [2022-06-04T20:42:21.280Z] #31 8.753 tar -cC '/build' . | docker load [2022-06-04T20:42:21.280Z] #31 DONE 10.2s [2022-06-04T20:42:21.280Z] [2022-06-04T20:42:21.280Z] #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-04T20:42:21.280Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-04T20:42:21.484Z] #11 ... [2022-06-04T20:42:21.484Z] [2022-06-04T20:42:21.484Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-04T20:42:21.484Z] #30 sha256:15711141e2cf94df51667b26876186c6bb1997e2e74db81d29bf4a365a8696af [2022-06-04T20:42:21.484Z] #30 DONE 0.4s [2022-06-04T20:42:21.484Z] [2022-06-04T20:42:21.484Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:42:21.484Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-04T20:42:21.851Z] #13 DONE 0.6s [2022-06-04T20:42:21.851Z] [2022-06-04T20:42:21.851Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:42:21.851Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-04T20:42:21.993Z] #26 4.392 + RM_GOPATH=0 [2022-06-04T20:42:21.993Z] #26 4.392 + TMP_GOPATH= [2022-06-04T20:42:21.993Z] #26 4.393 + : /build [2022-06-04T20:42:21.993Z] #26 4.393 + '[' -z '' ']' [2022-06-04T20:42:21.993Z] #26 4.395 ++ mktemp -d [2022-06-04T20:42:21.993Z] #26 4.405 + export GOPATH=/tmp/tmp.VcfehhDVpT [2022-06-04T20:42:21.993Z] #26 4.405 + GOPATH=/tmp/tmp.VcfehhDVpT [2022-06-04T20:42:21.993Z] #26 4.406 + RM_GOPATH=1 [2022-06-04T20:42:21.993Z] #26 4.406 + case "$(go env GOARCH)" in [2022-06-04T20:42:21.993Z] #26 4.406 ++ go env GOARCH [2022-06-04T20:42:21.993Z] #26 4.430 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:21.993Z] #26 4.430 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:21.993Z] #26 4.431 ++ dirname /install.sh [2022-06-04T20:42:21.993Z] #26 4.432 + dir=/ [2022-06-04T20:42:21.993Z] #26 4.432 + bin=dockercli [2022-06-04T20:42:21.993Z] #26 4.433 + shift [2022-06-04T20:42:21.993Z] #26 4.433 + '[' '!' -f //dockercli.installer ']' [2022-06-04T20:42:21.993Z] #26 4.435 + . //dockercli.installer [2022-06-04T20:42:21.993Z] #26 4.435 ++ : stable [2022-06-04T20:42:21.993Z] #26 4.435 ++ : 17.06.2-ce [2022-06-04T20:42:21.993Z] #26 4.436 + install_dockercli [2022-06-04T20:42:21.993Z] #26 4.436 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-04T20:42:21.993Z] #26 4.436 Install docker/cli version 17.06.2-ce from stable [2022-06-04T20:42:21.993Z] #26 4.437 ++ uname -m [2022-06-04T20:42:21.993Z] #26 4.439 + arch=x86_64 [2022-06-04T20:42:21.993Z] #26 4.439 + '[' x86_64 '!=' x86_64 ']' [2022-06-04T20:42:21.993Z] #26 4.439 + url=https://download.docker.com/linux/static [2022-06-04T20:42:21.993Z] #26 4.441 + tar -xz docker/docker [2022-06-04T20:42:21.993Z] #26 4.441 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-04T20:42:22.111Z] #33 ... [2022-06-04T20:42:22.111Z] [2022-06-04T20:42:22.111Z] #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-04T20:42:22.111Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-04T20:42:22.111Z] #50 DONE 0.2s [2022-06-04T20:42:22.111Z] [2022-06-04T20:42:22.111Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-04T20:42:22.111Z] #25 sha256:532192fd7440d9b76e992f3abe4f30883ca7543a9f4804e8b9239416f1985da6 [2022-06-04T20:42:22.111Z] #25 DONE 0.2s [2022-06-04T20:42:22.111Z] [2022-06-04T20:42:22.111Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-04T20:42:22.111Z] #66 sha256:875ca3cb5b67ad6ee217e8d1b9812f16df83f4e0884af3d26d83af309e55bf67 [2022-06-04T20:42:22.111Z] #66 DONE 0.2s [2022-06-04T20:42:22.111Z] [2022-06-04T20:42:22.111Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-04T20:42:22.111Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-04T20:42:22.111Z] #46 DONE 0.3s [2022-06-04T20:42:22.111Z] [2022-06-04T20:42:22.112Z] #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-04T20:42:22.112Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:22.373Z] #47 ... [2022-06-04T20:42:22.373Z] [2022-06-04T20:42:22.373Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:42:22.373Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-04T20:42:22.373Z] #33 DONE 0.3s [2022-06-04T20:42:22.373Z] [2022-06-04T20:42:22.373Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:42:22.373Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:23.475Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08ba633047392d0c7) in /home/ubuntu/workspace/moby_PR-43693 [Pipeline] { [Pipeline] checkout [2022-06-04T20:42:23.594Z] The recommended git tool is: git [2022-06-04T20:42:23.664Z] #19 13.95 Fetched 49.0 MB in 13s (3855 kB/s) [2022-06-04T20:42:26.740Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.2s [2022-06-04T20:42:27.265Z] #26 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:27.265Z] #62 4.196 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:27.265Z] #62 4.230 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:27.265Z] #62 4.230 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:27.265Z] #62 5.043 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:27.265Z] #62 8.138 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:27.265Z] #62 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:27.265Z] #34 3.721 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-04T20:42:27.265Z] #34 3.723 Cloning into '.'... [2022-06-04T20:42:27.265Z] #34 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.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-04T20:42:27.265Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:27.265Z] #14 4.414 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:27.265Z] #14 4.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:27.265Z] #14 4.531 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:27.265Z] #14 6.332 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:27.265Z] #14 9.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:27.265Z] #14 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:27.265Z] #53 5.092 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-04T20:42:27.265Z] #53 7.378 go: downloading github.com/fatih/color v1.10.0 [2022-06-04T20:42:27.265Z] #53 7.796 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-04T20:42:27.265Z] #53 7.802 go: downloading golang.org/x/tools v0.1.0 [2022-06-04T20:42:27.265Z] #53 8.144 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T20:42:27.265Z] #53 8.157 go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T20:42:27.265Z] #53 8.431 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-04T20:42:27.265Z] #53 8.497 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-04T20:42:27.265Z] #53 9.051 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-04T20:42:27.265Z] #53 9.504 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-04T20:42:27.265Z] #53 9.617 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-04T20:42:27.265Z] #53 9.845 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-04T20:42:27.265Z] #53 10.23 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-04T20:42:27.265Z] #53 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:27.265Z] #55 4.902 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-04T20:42:27.265Z] #55 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:27.265Z] #38 2.898 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-04T20:42:27.265Z] #38 ... [2022-06-04T20:42:27.265Z] [2022-06-04T20:42:27.265Z] #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-04T20:42:27.265Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:27.265Z] #36 5.214 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-04T20:42:27.354Z] using credential docker-jenkins-github-credentials [2022-06-04T20:42:27.363Z] Cloning the remote Git repository [2022-06-04T20:42:27.363Z] Cloning with configured refspecs honoured and without tags [2022-06-04T20:42:27.527Z] #36 ... [2022-06-04T20:42:27.527Z] [2022-06-04T20:42:27.527Z] #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-04T20:42:27.527Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:27.527Z] #51 5.053 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:27.527Z] #51 5.475 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:27.527Z] #51 5.475 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:27.527Z] #51 5.819 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-04T20:42:27.527Z] #51 7.344 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:27.527Z] #51 10.27 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:27.704Z] #34 ... [2022-06-04T20:42:27.704Z] [2022-06-04T20:42:27.704Z] #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-04T20:42:27.704Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:42:27.704Z] #67 4.968 + RM_GOPATH=0 [2022-06-04T20:42:27.704Z] #67 4.968 + TMP_GOPATH= [2022-06-04T20:42:27.704Z] #67 4.968 + : /build [2022-06-04T20:42:27.704Z] #67 4.968 + '[' -z '' ']' [2022-06-04T20:42:27.704Z] #67 4.968 ++ mktemp -d [2022-06-04T20:42:27.704Z] #67 5.024 + export GOPATH=/tmp/tmp.YscrFOjIhB [2022-06-04T20:42:27.704Z] #67 5.024 + GOPATH=/tmp/tmp.YscrFOjIhB [2022-06-04T20:42:27.704Z] #67 5.024 + RM_GOPATH=1 [2022-06-04T20:42:27.704Z] #67 5.024 + case "$(go env GOARCH)" in [2022-06-04T20:42:27.704Z] #67 5.024 ++ go env GOARCH [2022-06-04T20:42:27.704Z] #67 5.024 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:27.704Z] #67 5.024 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:27.704Z] #67 5.024 ++ dirname /install.sh [2022-06-04T20:42:27.704Z] #67 5.040 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:27.704Z] #67 5.040 + dir=/ [2022-06-04T20:42:27.704Z] #67 5.040 + bin=rootlesskit [2022-06-04T20:42:27.704Z] #67 5.040 + shift [2022-06-04T20:42:27.704Z] #67 5.040 + '[' '!' -f //rootlesskit.installer ']' [2022-06-04T20:42:27.704Z] #67 5.040 + . //rootlesskit.installer [2022-06-04T20:42:27.704Z] #67 5.040 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:27.704Z] #67 5.040 + install_rootlesskit [2022-06-04T20:42:27.704Z] #67 5.040 + case "$1" in [2022-06-04T20:42:27.704Z] #67 5.040 + export CGO_ENABLED=0 [2022-06-04T20:42:27.704Z] #67 5.040 + CGO_ENABLED=0 [2022-06-04T20:42:27.704Z] #67 5.040 + _install_rootlesskit [2022-06-04T20:42:27.704Z] #67 5.040 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-04T20:42:27.704Z] #67 5.040 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:42:27.704Z] #67 5.040 + GOBIN=/build [2022-06-04T20:42:27.704Z] #67 5.040 + GO111MODULE=on [2022-06-04T20:42:27.704Z] #67 5.040 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:27.704Z] #67 5.652 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T20:42:27.785Z] #51 ... [2022-06-04T20:42:27.785Z] [2022-06-04T20:42:27.785Z] #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-04T20:42:27.785Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:27.785Z] #47 3.915 + git clone https://github.com/docker/distribution.git . [2022-06-04T20:42:27.785Z] #47 3.915 Cloning into '.'... [2022-06-04T20:42:27.785Z] #47 ... [2022-06-04T20:42:27.785Z] [2022-06-04T20:42:27.785Z] #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-04T20:42:27.785Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:42:27.785Z] #57 4.969 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-04T20:42:27.785Z] #57 6.603 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-04T20:42:27.785Z] #57 6.646 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-04T20:42:27.785Z] #57 6.689 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-04T20:42:27.785Z] #57 9.140 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-04T20:42:27.839Z] #19 13.95 Reading package lists... [2022-06-04T20:42:27.967Z] #67 ... [2022-06-04T20:42:27.967Z] [2022-06-04T20:42:27.967Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:42:27.967Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:27.967Z] #34 5.692 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-04T20:42:27.967Z] #34 5.696 Cloning into '.'... [2022-06-04T20:42:28.043Z] #57 ... [2022-06-04T20:42:28.043Z] [2022-06-04T20:42:28.043Z] #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-04T20:42:28.043Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:28.043Z] #40 4.830 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-04T20:42:28.043Z] #40 5.730 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-04T20:42:28.043Z] #40 7.431 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-04T20:42:28.043Z] #40 7.965 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-04T20:42:28.043Z] #40 8.075 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-04T20:42:28.043Z] #40 ... [2022-06-04T20:42:28.043Z] [2022-06-04T20:42:28.043Z] #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-04T20:42:28.043Z] #67 sha256:e1989dd244f256728a78289f604b34c33f7d90225c31004591858e6bacbd22ad [2022-06-04T20:42:28.043Z] #67 4.209 + RM_GOPATH=0 [2022-06-04T20:42:28.043Z] #67 4.209 + TMP_GOPATH= [2022-06-04T20:42:28.043Z] #67 4.209 + : /build [2022-06-04T20:42:28.043Z] #67 4.209 + '[' -z '' ']' [2022-06-04T20:42:28.043Z] #67 4.209 ++ mktemp -d [2022-06-04T20:42:28.043Z] #67 4.209 + export GOPATH=/tmp/tmp.eKytbdO0Ls [2022-06-04T20:42:28.043Z] #67 4.209 + GOPATH=/tmp/tmp.eKytbdO0Ls [2022-06-04T20:42:28.043Z] #67 4.209 + RM_GOPATH=1 [2022-06-04T20:42:28.043Z] #67 4.209 + case "$(go env GOARCH)" in [2022-06-04T20:42:28.043Z] #67 4.209 ++ go env GOARCH [2022-06-04T20:42:28.043Z] #67 4.224 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:28.043Z] #67 4.224 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:28.043Z] #67 4.224 ++ dirname /install.sh [2022-06-04T20:42:28.043Z] #67 4.224 + dir=/ [2022-06-04T20:42:28.043Z] #67 4.224 + bin=rootlesskit [2022-06-04T20:42:28.043Z] #67 4.224 + shift [2022-06-04T20:42:28.043Z] #67 4.224 + '[' '!' -f //rootlesskit.installer ']' [2022-06-04T20:42:28.043Z] #67 4.224 + . //rootlesskit.installer [2022-06-04T20:42:28.043Z] #67 4.234 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:28.043Z] #67 4.234 + install_rootlesskit [2022-06-04T20:42:28.043Z] #67 4.234 + case "$1" in [2022-06-04T20:42:28.043Z] #67 4.234 + export CGO_ENABLED=0 [2022-06-04T20:42:28.043Z] #67 4.234 + CGO_ENABLED=0 [2022-06-04T20:42:28.043Z] #67 4.234 + _install_rootlesskit [2022-06-04T20:42:28.043Z] #67 4.286 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-04T20:42:28.043Z] #67 4.286 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:42:28.043Z] #67 4.286 + GOBIN=/build [2022-06-04T20:42:28.043Z] #67 4.286 + GO111MODULE=on [2022-06-04T20:42:28.043Z] #67 4.286 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:28.043Z] #67 4.286 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:28.043Z] #67 4.901 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T20:42:28.043Z] #67 7.965 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:42:28.043Z] #67 7.969 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-04T20:42:28.043Z] #67 8.980 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-04T20:42:28.043Z] #67 10.89 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-04T20:42:28.300Z] #67 ... [2022-06-04T20:42:28.300Z] [2022-06-04T20:42:28.300Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:28.300Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:28.300Z] #14 11.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:27.445Z] Cloning repository https://github.com/moby/moby.git [2022-06-04T20:42:27.506Z] > git init /home/ubuntu/workspace/moby_PR-43693 # timeout=10 [2022-06-04T20:42:27.932Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:42:27.933Z] > git --version # timeout=10 [2022-06-04T20:42:27.957Z] > git --version # 'git version 2.25.1' [2022-06-04T20:42:27.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:42:27.959Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:42:28.775Z] #19 18.65 Reading package lists... [2022-06-04T20:42:28.775Z] #19 ... [2022-06-04T20:42:28.775Z] [2022-06-04T20:42:28.775Z] #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-04T20:42:28.775Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:28.775Z] #41 DONE 26.8s [2022-06-04T20:42:28.775Z] [2022-06-04T20:42:28.775Z] #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-04T20:42:28.775Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:30.010Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.3s done [2022-06-04T20:42:30.010Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-04T20:42:30.010Z] #11 DONE 27.7s [2022-06-04T20:42:30.010Z] [2022-06-04T20:42:30.010Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:42:30.010Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-04T20:42:30.826Z] #14 ... [2022-06-04T20:42:30.826Z] [2022-06-04T20:42:30.826Z] #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-04T20:42:30.826Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:30.826Z] #38 13.37 tomll can be used in two ways: [2022-06-04T20:42:30.826Z] #38 13.37 Writing to STDIN and reading from STDOUT: [2022-06-04T20:42:30.826Z] #38 13.37 cat file.toml | tomll > file.toml [2022-06-04T20:42:30.826Z] #38 13.37 [2022-06-04T20:42:30.826Z] #38 13.37 Reading and updating a list of files: [2022-06-04T20:42:30.826Z] #38 13.37 tomll a.toml b.toml c.toml [2022-06-04T20:42:30.826Z] #38 13.37 [2022-06-04T20:42:30.826Z] #38 13.37 When given a list of files, tomll will modify all files in place without asking. [2022-06-04T20:42:30.826Z] #38 DONE 14.0s [2022-06-04T20:42:30.826Z] [2022-06-04T20:42:30.826Z] #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-04T20:42:30.826Z] #67 sha256:e1989dd244f256728a78289f604b34c33f7d90225c31004591858e6bacbd22ad [2022-06-04T20:42:30.826Z] #67 13.10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-04T20:42:30.826Z] #67 13.32 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-04T20:42:31.378Z] #12 DONE 1.1s [2022-06-04T20:42:31.378Z] [2022-06-04T20:42:31.378Z] #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-04T20:42:31.378Z] #31 sha256:89bd913e74382f75cc4582da16de04d76a8ae63746e235e5ba67f5ba1937dc23 [2022-06-04T20:42:31.378Z] #31 1.471 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-04T20:42:31.378Z] #31 1.737 [2022-06-04T20:42:31.378Z] #31 1.951 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:31.378Z] #31 2.199 [2022-06-04T20:42:31.378Z] #31 3.060 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-04T20:42:31.378Z] #31 3.334 [2022-06-04T20:42:31.378Z] #31 3.548 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:31.378Z] #31 3.811 [2022-06-04T20:42:31.378Z] #31 4.673 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-04T20:42:31.378Z] #31 4.960 [2022-06-04T20:42:31.378Z] #31 5.182 #=#=# ################### 27.5% ########################################## 59.6% ################################################################## 91.8% ######################################################################## 100.0% [2022-06-04T20:42:31.378Z] #31 5.752 [2022-06-04T20:42:31.378Z] #31 6.620 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-04T20:42:31.378Z] #31 6.893 [2022-06-04T20:42:31.378Z] #31 7.115 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:31.378Z] #31 7.373 [2022-06-04T20:42:31.378Z] #31 8.022 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-04T20:42:31.378Z] #31 8.295 [2022-06-04T20:42:31.378Z] #31 8.509 #=#=# ######################################################################## 100.0% [2022-06-04T20:42:31.378Z] #31 8.785 [2022-06-04T20:42:31.378Z] #31 8.832 Download of images into '/build' complete. [2022-06-04T20:42:31.378Z] #31 8.832 Use something like the following to load the result into a Docker daemon: [2022-06-04T20:42:31.378Z] #31 8.832 tar -cC '/build' . | docker load [2022-06-04T20:42:31.378Z] #31 DONE 9.7s [2022-06-04T20:42:31.378Z] [2022-06-04T20:42:31.378Z] #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-04T20:42:31.378Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-04T20:42:31.757Z] #67 ... [2022-06-04T20:42:31.757Z] [2022-06-04T20:42:31.757Z] #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-04T20:42:31.757Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:31.757Z] #42 4.985 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:31.757Z] #42 5.007 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:31.757Z] #42 5.007 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:31.757Z] #42 6.637 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:31.757Z] #42 8.806 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:31.757Z] #42 11.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:31.757Z] #42 ... [2022-06-04T20:42:31.757Z] [2022-06-04T20:42:31.757Z] #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-04T20:42:31.757Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:31.757Z] #40 13.17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-04T20:42:31.757Z] #40 13.25 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:31.945Z] #13 DONE 0.7s [2022-06-04T20:42:31.945Z] [2022-06-04T20:42:31.945Z] #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-04T20:42:31.945Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-04T20:42:31.945Z] #50 DONE 0.1s [2022-06-04T20:42:31.945Z] [2022-06-04T20:42:31.945Z] #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-04T20:42:31.945Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:31.945Z] #36 ... [2022-06-04T20:42:31.945Z] [2022-06-04T20:42:31.945Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-04T20:42:31.945Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-04T20:42:31.945Z] #46 DONE 0.2s [2022-06-04T20:42:31.945Z] [2022-06-04T20:42:31.945Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:42:31.945Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-04T20:42:31.945Z] #33 DONE 0.2s [2022-06-04T20:42:32.052Z] #62 ... [2022-06-04T20:42:32.052Z] [2022-06-04T20:42:32.052Z] #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-04T20:42:32.052Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:32.053Z] #43 30.13 Delve is a source level debugger for Go programs. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-04T20:42:32.053Z] #43 30.13 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Pass flags to the program you are debugging using `--`, for example: [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Usage: [2022-06-04T20:42:32.053Z] #43 30.13 dlv [command] [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Available Commands: [2022-06-04T20:42:32.053Z] #43 30.13 attach Attach to running process and begin debugging. [2022-06-04T20:42:32.053Z] #43 30.13 connect Connect to a headless debug server with a terminal client. [2022-06-04T20:42:32.053Z] #43 30.13 core Examine a core dump. [2022-06-04T20:42:32.053Z] #43 30.13 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-04T20:42:32.053Z] #43 30.13 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-04T20:42:32.053Z] #43 30.13 exec Execute a precompiled binary, and begin a debug session. [2022-06-04T20:42:32.053Z] #43 30.13 help Help about any command [2022-06-04T20:42:32.053Z] #43 30.13 run Deprecated command. Use 'debug' instead. [2022-06-04T20:42:32.053Z] #43 30.13 test Compile test binary and begin debugging program. [2022-06-04T20:42:32.053Z] #43 30.13 trace Compile and begin tracing program. [2022-06-04T20:42:32.053Z] #43 30.13 version Prints version. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Flags: [2022-06-04T20:42:32.053Z] #43 30.13 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-04T20:42:32.053Z] #43 30.13 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-04T20:42:32.053Z] #43 30.13 --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-04T20:42:32.053Z] #43 30.13 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-04T20:42:32.053Z] #43 30.13 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-04T20:42:32.053Z] #43 30.13 --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-04T20:42:32.053Z] #43 30.13 --disable-aslr Disables address space randomization [2022-06-04T20:42:32.053Z] #43 30.13 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-04T20:42:32.053Z] #43 30.13 -h, --help help for dlv [2022-06-04T20:42:32.053Z] #43 30.13 --init string Init file, executed by the terminal client. [2022-06-04T20:42:32.053Z] #43 30.13 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-04T20:42:32.053Z] #43 30.13 --log Enable debugging server logging. [2022-06-04T20:42:32.053Z] #43 30.13 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-04T20:42:32.053Z] #43 30.13 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-04T20:42:32.053Z] #43 30.13 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-04T20:42:32.053Z] #43 30.13 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-04T20:42:32.053Z] #43 30.13 --wd string Working directory for running the program. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Additional help topics: [2022-06-04T20:42:32.053Z] #43 30.13 dlv backend Help about the --backend flag. [2022-06-04T20:42:32.053Z] #43 30.13 dlv log Help about logging flags. [2022-06-04T20:42:32.053Z] #43 30.13 dlv redirect Help about file redirection. [2022-06-04T20:42:32.053Z] #43 30.13 [2022-06-04T20:42:32.053Z] #43 30.13 Use "dlv [command] --help" for more information about a command. [2022-06-04T20:42:32.189Z] #34 ... [2022-06-04T20:42:32.189Z] [2022-06-04T20:42:32.189Z] #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-04T20:42:32.189Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:32.189Z] #36 6.487 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-04T20:42:32.189Z] #36 ... [2022-06-04T20:42:32.189Z] [2022-06-04T20:42:32.189Z] #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-04T20:42:32.189Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:32.189Z] #40 4.686 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-04T20:42:32.189Z] #40 5.423 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-04T20:42:32.189Z] #40 7.459 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-04T20:42:32.189Z] #40 7.757 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-04T20:42:32.189Z] #40 7.829 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-04T20:42:32.189Z] #40 ... [2022-06-04T20:42:32.189Z] [2022-06-04T20:42:32.189Z] #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-04T20:42:32.189Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:42:32.189Z] #57 4.116 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-04T20:42:32.189Z] #57 4.740 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-04T20:42:32.189Z] #57 4.742 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-04T20:42:32.189Z] #57 4.796 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-04T20:42:32.189Z] #57 5.649 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-04T20:42:32.201Z] [2022-06-04T20:42:32.201Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-04T20:42:32.201Z] #25 sha256:3b00f432a7ebdc92f91e63c491e73d3f33e7427b0b6f8222ddcd2ec50331cd29 [2022-06-04T20:42:32.201Z] #25 DONE 0.3s [2022-06-04T20:42:32.201Z] [2022-06-04T20:42:32.201Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-04T20:42:32.201Z] #66 sha256:69ce508aa2c785fb47346aca0cc07d29a71ed72df721d31dff21ee3aaa93cd16 [2022-06-04T20:42:32.201Z] #66 DONE 0.3s [2022-06-04T20:42:32.201Z] [2022-06-04T20:42:32.201Z] #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-04T20:42:32.201Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af [2022-06-04T20:42:32.311Z] #43 DONE 30.3s [2022-06-04T20:42:32.311Z] [2022-06-04T20:42:32.311Z] #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-04T20:42:32.311Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-04T20:42:32.311Z] #19 18.65 Reading package lists... [2022-06-04T20:42:32.461Z] #57 ... [2022-06-04T20:42:32.461Z] [2022-06-04T20:42:32.461Z] #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-04T20:42:32.461Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:32.461Z] #42 6.001 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:32.461Z] #42 6.055 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:32.461Z] #42 6.060 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:32.461Z] #42 8.273 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:32.461Z] #42 ... [2022-06-04T20:42:32.461Z] [2022-06-04T20:42:32.461Z] #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-04T20:42:32.461Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:32.461Z] #38 6.750 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-04T20:42:32.735Z] #38 ... [2022-06-04T20:42:32.735Z] [2022-06-04T20:42:32.735Z] #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-04T20:42:32.735Z] #26 sha256:0826fa1b6718ff5133c0e1effd63ee18259d80cd83376aac86d95509830f6a2a [2022-06-04T20:42:32.735Z] #26 5.605 + RM_GOPATH=0 [2022-06-04T20:42:32.735Z] #26 5.605 + TMP_GOPATH= [2022-06-04T20:42:32.735Z] #26 5.605 + : /build [2022-06-04T20:42:32.735Z] #26 5.605 + '[' -z '' ']' [2022-06-04T20:42:32.735Z] #26 5.629 ++ mktemp -d [2022-06-04T20:42:32.735Z] #26 5.629 + export GOPATH=/tmp/tmp.5E8pOQmoK2 [2022-06-04T20:42:32.735Z] #26 5.629 + GOPATH=/tmp/tmp.5E8pOQmoK2 [2022-06-04T20:42:32.735Z] #26 5.629 + RM_GOPATH=1 [2022-06-04T20:42:32.735Z] #26 5.629 + case "$(go env GOARCH)" in [2022-06-04T20:42:32.735Z] #26 5.629 ++ go env GOARCH [2022-06-04T20:42:32.735Z] #26 5.693 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:32.735Z] #26 5.693 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:32.735Z] #26 5.697 ++ dirname /install.sh [2022-06-04T20:42:32.735Z] #26 5.701 + dir=/ [2022-06-04T20:42:32.735Z] #26 5.701 + bin=dockercli [2022-06-04T20:42:32.735Z] #26 5.701 + shift [2022-06-04T20:42:32.735Z] #26 5.701 + '[' '!' -f //dockercli.installer ']' [2022-06-04T20:42:32.735Z] #26 5.701 + . //dockercli.installer [2022-06-04T20:42:32.735Z] #26 5.701 ++ : stable [2022-06-04T20:42:32.735Z] #26 5.701 ++ : 17.06.2-ce [2022-06-04T20:42:32.735Z] #26 5.703 + install_dockercli [2022-06-04T20:42:32.735Z] #26 5.706 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-04T20:42:32.735Z] #26 5.711 Install docker/cli version 17.06.2-ce from stable [2022-06-04T20:42:32.735Z] #26 5.712 ++ uname -m [2022-06-04T20:42:32.735Z] #26 5.713 + arch=x86_64 [2022-06-04T20:42:32.735Z] #26 5.713 + '[' x86_64 '!=' x86_64 ']' [2022-06-04T20:42:32.735Z] #26 5.713 + url=https://download.docker.com/linux/static [2022-06-04T20:42:32.735Z] #26 5.714 + tar -xz docker/docker [2022-06-04T20:42:32.735Z] #26 5.714 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-04T20:42:32.735Z] #26 ... [2022-06-04T20:42:32.735Z] [2022-06-04T20:42:32.735Z] #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-04T20:42:32.735Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:32.735Z] #62 6.342 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:32.735Z] #62 6.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:32.735Z] #62 6.397 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:32.735Z] #62 8.140 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:33.010Z] #62 ... [2022-06-04T20:42:33.010Z] [2022-06-04T20:42:33.010Z] #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-04T20:42:33.010Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:33.010Z] #55 5.370 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-04T20:42:33.010Z] #55 ... [2022-06-04T20:42:33.010Z] [2022-06-04T20:42:33.010Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-04T20:42:33.010Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:33.010Z] #51 6.383 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:33.010Z] #51 6.460 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:33.010Z] #51 6.485 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:33.010Z] #51 7.086 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-04T20:42:33.010Z] #51 8.155 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:33.282Z] #51 ... [2022-06-04T20:42:33.282Z] [2022-06-04T20:42:33.282Z] #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-04T20:42:33.282Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:33.282Z] #53 5.335 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-04T20:42:33.282Z] #53 7.657 go: downloading github.com/fatih/color v1.10.0 [2022-06-04T20:42:33.282Z] #53 7.662 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-04T20:42:33.282Z] #53 7.786 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T20:42:33.282Z] #53 7.892 go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T20:42:33.282Z] #53 8.249 go: downloading golang.org/x/tools v0.1.0 [2022-06-04T20:42:33.282Z] #53 8.992 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-04T20:42:33.282Z] #53 9.136 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-04T20:42:33.282Z] #53 9.497 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-04T20:42:33.282Z] #53 10.05 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-04T20:42:33.551Z] #53 ... [2022-06-04T20:42:33.551Z] [2022-06-04T20:42:33.551Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:33.551Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:33.551Z] #14 5.011 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:33.551Z] #14 5.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:33.551Z] #14 5.139 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:33.551Z] #14 5.954 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:33.551Z] #14 9.214 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:33.551Z] #14 ... [2022-06-04T20:42:33.551Z] [2022-06-04T20:42:33.551Z] #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-04T20:42:33.551Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:42:33.551Z] #67 9.535 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:42:33.551Z] #67 9.535 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-04T20:42:33.551Z] #67 10.59 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-04T20:42:33.662Z] #40 ... [2022-06-04T20:42:33.662Z] [2022-06-04T20:42:33.662Z] #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-04T20:42:33.662Z] #26 sha256:d312308e32a2c7701ba9d39b0aca8d320a395c570dfb0f25c5655f0d1d0866c3 [2022-06-04T20:42:33.662Z] #26 16.59 + mkdir -p /build [2022-06-04T20:42:33.662Z] #26 16.60 + mv docker/docker /build/ [2022-06-04T20:42:33.662Z] #26 16.60 + rmdir docker [2022-06-04T20:42:33.662Z] #26 DONE 16.8s [2022-06-04T20:42:33.662Z] [2022-06-04T20:42:33.662Z] #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-04T20:42:33.662Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:33.662Z] #36 16.36 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-04T20:42:33.662Z] #36 16.36 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T20:42:33.662Z] #36 16.83 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-04T20:42:33.662Z] #36 17.00 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-04T20:42:33.681Z] #19 23.37 Building dependency tree... [2022-06-04T20:42:33.929Z] #36 17.36 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T20:42:34.186Z] #36 17.87 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T20:42:34.245Z] #19 25.52 The following additional packages will be installed: [2022-06-04T20:42:34.245Z] #19 25.52 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-04T20:42:34.245Z] #19 25.52 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.52 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.52 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-04T20:42:34.501Z] #19 25.52 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.52 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.53 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-04T20:42:34.501Z] #19 25.53 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-04T20:42:34.501Z] #19 25.53 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.53 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.53 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-04T20:42:34.501Z] #19 25.53 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-04T20:42:34.501Z] #19 25.53 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-04T20:42:34.501Z] #19 25.53 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-04T20:42:34.501Z] #19 25.53 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.53 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.53 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-04T20:42:34.501Z] #19 25.53 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-04T20:42:34.501Z] #19 25.53 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-04T20:42:34.501Z] #19 25.53 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-04T20:42:34.501Z] #19 25.53 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-04T20:42:34.501Z] #19 25.53 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-04T20:42:34.501Z] #19 25.53 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-04T20:42:34.501Z] #19 25.53 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-04T20:42:34.501Z] #19 25.53 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-04T20:42:34.501Z] #19 25.53 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-04T20:42:34.501Z] #19 25.53 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-04T20:42:34.501Z] #19 25.53 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-04T20:42:34.501Z] #19 25.53 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.53 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-04T20:42:34.501Z] #19 25.53 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-04T20:42:34.501Z] #19 25.53 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-04T20:42:34.501Z] #19 25.53 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-04T20:42:34.501Z] #19 25.54 linux-libc-dev-s390x-cross patch xz-utils [2022-06-04T20:42:34.501Z] #19 25.55 Suggested packages: [2022-06-04T20:42:34.501Z] #19 25.55 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-04T20:42:34.501Z] #19 25.55 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.55 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-04T20:42:34.501Z] #19 25.55 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-04T20:42:34.501Z] #19 25.55 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-04T20:42:34.501Z] #19 25.55 libyaml-shell-perl ed diffutils-doc [2022-06-04T20:42:34.501Z] #19 25.55 Recommended packages: [2022-06-04T20:42:34.501Z] #19 25.55 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-04T20:42:34.501Z] #19 25.55 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-04T20:42:35.120Z] #36 18.35 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-04T20:42:35.120Z] #36 18.38 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-04T20:42:35.120Z] #36 18.58 go: downloading github.com/peterh/liner v1.2.2 [2022-06-04T20:42:35.377Z] #36 18.79 go: downloading github.com/google/go-dap v0.6.0 [2022-06-04T20:42:35.634Z] #36 19.01 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-04T20:42:35.892Z] #36 19.56 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-04T20:42:36.394Z] #19 27.29 The following NEW packages will be installed: [2022-06-04T20:42:36.395Z] #19 27.29 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-04T20:42:36.395Z] #19 27.29 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-04T20:42:36.395Z] #19 27.29 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-04T20:42:36.395Z] #19 27.29 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-04T20:42:36.395Z] #19 27.29 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-04T20:42:36.395Z] #19 27.29 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-04T20:42:36.395Z] #19 27.29 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-04T20:42:36.395Z] #19 27.29 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-04T20:42:36.395Z] #19 27.29 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-04T20:42:36.395Z] #19 27.29 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-04T20:42:36.395Z] #19 27.29 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-04T20:42:36.395Z] #19 27.29 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-04T20:42:36.395Z] #19 27.29 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-04T20:42:36.395Z] #19 27.29 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-04T20:42:36.395Z] #19 27.29 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-04T20:42:36.395Z] #19 27.29 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.29 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.29 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.29 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-04T20:42:36.395Z] #19 27.29 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-04T20:42:36.395Z] #19 27.29 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.29 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-04T20:42:36.395Z] #19 27.29 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.29 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-04T20:42:36.395Z] #19 27.30 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-04T20:42:36.395Z] #19 27.30 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.30 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-04T20:42:36.395Z] #19 27.30 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-04T20:42:36.395Z] #19 27.30 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-04T20:42:36.395Z] #19 27.30 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-04T20:42:36.395Z] #19 27.30 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-04T20:42:36.395Z] #19 27.30 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-04T20:42:36.395Z] #19 27.30 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-04T20:42:36.395Z] #19 27.30 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-04T20:42:36.395Z] #19 27.30 linux-libc-dev-s390x-cross patch xz-utils [2022-06-04T20:42:36.395Z] #19 27.65 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:36.395Z] #19 27.65 Need to get 788 MB of archives. [2022-06-04T20:42:36.395Z] #19 27.65 After this operation, 3385 MB of additional disk space will be used. [2022-06-04T20:42:36.395Z] #19 27.65 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-04T20:42:36.395Z] #19 27.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-04T20:42:36.395Z] #19 27.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-04T20:42:36.395Z] #19 27.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-04T20:42:36.395Z] #19 27.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-04T20:42:36.395Z] #19 27.67 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-04T20:42:36.395Z] #19 27.67 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-04T20:42:36.395Z] #19 27.70 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-04T20:42:36.651Z] #19 27.73 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-04T20:42:36.651Z] #19 27.76 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-04T20:42:36.651Z] #19 27.79 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-04T20:42:36.651Z] #19 27.81 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-04T20:42:36.651Z] #19 27.81 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-04T20:42:36.823Z] #36 20.42 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-04T20:42:37.080Z] #36 20.65 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T20:42:37.080Z] #36 ... [2022-06-04T20:42:37.080Z] [2022-06-04T20:42:37.080Z] #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-04T20:42:37.080Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:37.080Z] #62 10.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:37.213Z] #19 28.48 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-04T20:42:37.213Z] #19 28.48 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-04T20:42:37.338Z] #62 ... [2022-06-04T20:42:37.338Z] [2022-06-04T20:42:37.338Z] #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-04T20:42:37.338Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:37.338Z] #36 20.74 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-04T20:42:37.452Z] #67 4.495 + RM_GOPATH=0 [2022-06-04T20:42:37.452Z] #67 4.495 + TMP_GOPATH= [2022-06-04T20:42:37.452Z] #67 4.495 + : /build [2022-06-04T20:42:37.452Z] #67 4.495 + '[' -z '' ']' [2022-06-04T20:42:37.452Z] #67 4.497 ++ mktemp -d [2022-06-04T20:42:37.452Z] #67 4.513 + export GOPATH=/tmp/tmp.ZqOTH5EIl2 [2022-06-04T20:42:37.452Z] #67 4.513 + GOPATH=/tmp/tmp.ZqOTH5EIl2 [2022-06-04T20:42:37.452Z] #67 4.513 + RM_GOPATH=1 [2022-06-04T20:42:37.452Z] #67 4.513 + case "$(go env GOARCH)" in [2022-06-04T20:42:37.452Z] #67 4.513 ++ go env GOARCH [2022-06-04T20:42:37.452Z] #67 4.534 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:37.452Z] #67 4.535 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:37.452Z] #67 4.535 ++ dirname /install.sh [2022-06-04T20:42:37.452Z] #67 4.536 + dir=/ [2022-06-04T20:42:37.452Z] #67 4.536 + bin=rootlesskit [2022-06-04T20:42:37.452Z] #67 4.536 + shift [2022-06-04T20:42:37.452Z] #67 4.537 + '[' '!' -f //rootlesskit.installer ']' [2022-06-04T20:42:37.452Z] #67 4.537 + . //rootlesskit.installer [2022-06-04T20:42:37.452Z] #67 4.537 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:37.453Z] #67 4.537 + install_rootlesskit [2022-06-04T20:42:37.453Z] #67 4.538 + case "$1" in [2022-06-04T20:42:37.453Z] #67 4.538 + export CGO_ENABLED=0 [2022-06-04T20:42:37.453Z] #67 4.538 + CGO_ENABLED=0 [2022-06-04T20:42:37.453Z] #67 4.542 + _install_rootlesskit [2022-06-04T20:42:37.453Z] #67 4.542 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-04T20:42:37.453Z] #67 4.542 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:42:37.453Z] #67 4.543 + GOBIN=/build [2022-06-04T20:42:37.453Z] #67 4.543 + GO111MODULE=on [2022-06-04T20:42:37.453Z] #67 4.543 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:37.453Z] #67 4.544 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:42:37.453Z] #67 5.057 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T20:42:37.775Z] #67 ... [2022-06-04T20:42:37.775Z] [2022-06-04T20:42:37.775Z] #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-04T20:42:37.775Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:37.775Z] #40 13.75 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-04T20:42:37.775Z] #40 13.93 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:38.042Z] #40 ... [2022-06-04T20:42:38.042Z] [2022-06-04T20:42:38.042Z] #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-04T20:42:38.042Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:38.042Z] #47 5.757 + git clone https://github.com/docker/distribution.git . [2022-06-04T20:42:38.042Z] #47 5.765 Cloning into '.'... [2022-06-04T20:42:38.042Z] #47 ... [2022-06-04T20:42:38.042Z] [2022-06-04T20:42:38.042Z] #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-04T20:42:38.042Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:42:38.042Z] #67 15.11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-04T20:42:38.262Z] #19 29.32 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-04T20:42:38.262Z] #19 29.32 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-04T20:42:38.613Z] #67 16.40 go: downloading github.com/google/uuid v1.3.0 [2022-06-04T20:42:38.837Z] #19 30.10 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-04T20:42:38.837Z] #19 30.11 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-04T20:42:38.874Z] #67 16.52 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-04T20:42:38.874Z] #67 16.70 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-04T20:42:38.874Z] #67 16.80 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:39.135Z] #67 16.81 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T20:42:39.135Z] #67 16.91 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T20:42:39.396Z] #67 17.32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-04T20:42:39.788Z] #19 30.89 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-04T20:42:39.788Z] #19 30.90 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-04T20:42:39.861Z] #36 22.94 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-04T20:42:39.861Z] #36 23.00 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-04T20:42:39.861Z] #36 ... [2022-06-04T20:42:39.861Z] [2022-06-04T20:42:39.861Z] #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-04T20:42:39.861Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:39.861Z] #51 13.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:39.861Z] #51 15.55 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-04T20:42:39.861Z] #51 ... [2022-06-04T20:42:39.861Z] [2022-06-04T20:42:39.861Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:39.861Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:39.861Z] #14 22.96 Fetched 8537 kB in 19s (453 kB/s) [2022-06-04T20:42:39.968Z] #67 17.59 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-04T20:42:39.968Z] #67 17.74 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-04T20:42:40.229Z] #67 ... [2022-06-04T20:42:40.229Z] [2022-06-04T20:42:40.229Z] #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-04T20:42:40.229Z] #26 sha256:0826fa1b6718ff5133c0e1effd63ee18259d80cd83376aac86d95509830f6a2a [2022-06-04T20:42:40.229Z] #26 17.79 + mkdir -p /build [2022-06-04T20:42:40.229Z] #26 17.80 + mv docker/docker /build/ [2022-06-04T20:42:40.229Z] #26 17.80 + rmdir docker [2022-06-04T20:42:40.229Z] #26 DONE 18.1s [2022-06-04T20:42:40.372Z] #19 31.61 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-04T20:42:40.372Z] #19 31.62 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-04T20:42:40.372Z] #19 31.62 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-04T20:42:40.372Z] #19 31.62 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-04T20:42:40.372Z] #19 31.62 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-04T20:42:40.372Z] #19 31.62 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-04T20:42:40.372Z] #19 31.62 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-04T20:42:40.372Z] #19 31.62 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-04T20:42:40.372Z] #19 31.64 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-04T20:42:40.372Z] #19 31.64 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-04T20:42:40.372Z] #19 31.64 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-04T20:42:40.372Z] #19 31.64 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-04T20:42:40.372Z] #19 31.64 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-04T20:42:40.372Z] #19 31.66 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-04T20:42:40.372Z] #19 31.66 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-04T20:42:40.372Z] #19 31.69 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-04T20:42:40.490Z] [2022-06-04T20:42:40.490Z] #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-04T20:42:40.490Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:40.490Z] #36 18.36 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-04T20:42:40.490Z] #36 18.40 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T20:42:40.632Z] #19 31.69 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-04T20:42:40.632Z] #19 31.70 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-04T20:42:40.632Z] #19 31.71 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-04T20:42:40.729Z] #67 8.623 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:42:40.729Z] #67 8.625 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-04T20:42:40.751Z] #36 18.97 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-04T20:42:41.195Z] #19 ... [2022-06-04T20:42:41.195Z] [2022-06-04T20:42:41.195Z] #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-04T20:42:41.195Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:41.195Z] #54 39.03 + dpkg --print-architecture [2022-06-04T20:42:41.195Z] #54 39.03 + git checkout -q v2.1.0 [2022-06-04T20:42:41.195Z] #54 39.27 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-04T20:42:41.195Z] #54 39.27 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-04T20:42:41.660Z] #67 9.431 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-04T20:42:41.693Z] #36 19.59 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-04T20:42:41.921Z] #67 ... [2022-06-04T20:42:41.921Z] [2022-06-04T20:42:41.921Z] #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-04T20:42:41.921Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:41.921Z] #62 4.863 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:41.921Z] #62 4.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:41.921Z] #62 4.924 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:41.921Z] #62 5.772 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:41.921Z] #62 7.255 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:41.921Z] #62 9.566 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:41.921Z] #62 ... [2022-06-04T20:42:41.921Z] [2022-06-04T20:42:41.921Z] #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-04T20:42:41.921Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:41.921Z] #42 5.376 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:41.921Z] #42 5.442 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:41.921Z] #42 5.443 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:41.921Z] #42 6.346 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:41.921Z] #42 7.893 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:41.921Z] #42 10.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:41.955Z] #36 19.95 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T20:42:41.956Z] #36 20.17 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-04T20:42:42.178Z] #42 ... [2022-06-04T20:42:42.178Z] [2022-06-04T20:42:42.178Z] #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-04T20:42:42.178Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:42.178Z] #38 4.356 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-04T20:42:42.178Z] #38 ... [2022-06-04T20:42:42.178Z] [2022-06-04T20:42:42.178Z] #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-04T20:42:42.178Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:42.178Z] #47 3.789 + git clone https://github.com/docker/distribution.git . [2022-06-04T20:42:42.178Z] #47 3.789 Cloning into '.'... [2022-06-04T20:42:42.219Z] #36 20.19 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-04T20:42:42.219Z] #36 20.23 go: downloading github.com/peterh/liner v1.2.2 [2022-06-04T20:42:42.219Z] #36 20.42 go: downloading github.com/google/go-dap v0.6.0 [2022-06-04T20:42:42.394Z] #14 22.96 Reading package lists... [2022-06-04T20:42:42.394Z] #14 ... [2022-06-04T20:42:42.394Z] [2022-06-04T20:42:42.394Z] #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-04T20:42:42.394Z] #67 sha256:e1989dd244f256728a78289f604b34c33f7d90225c31004591858e6bacbd22ad [2022-06-04T20:42:42.394Z] #67 15.63 go: downloading github.com/google/uuid v1.3.0 [2022-06-04T20:42:42.394Z] #67 15.75 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-04T20:42:42.394Z] #67 18.44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-04T20:42:42.394Z] #67 18.56 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:42.394Z] #67 18.59 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T20:42:42.394Z] #67 18.80 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T20:42:42.394Z] #67 18.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-04T20:42:42.394Z] #67 19.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:42.435Z] #47 ... [2022-06-04T20:42:42.435Z] [2022-06-04T20:42:42.435Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:42.435Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:42.435Z] #14 3.760 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:42.435Z] #14 3.786 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:42.435Z] #14 3.786 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:42.435Z] #14 4.252 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:42.435Z] #14 6.013 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:42.435Z] #14 8.446 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:42.692Z] #14 ... [2022-06-04T20:42:42.692Z] [2022-06-04T20:42:42.692Z] #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-04T20:42:42.692Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:42.692Z] #53 5.311 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-04T20:42:42.692Z] #53 6.715 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-04T20:42:42.692Z] #53 6.717 go: downloading github.com/fatih/color v1.10.0 [2022-06-04T20:42:42.692Z] #53 6.746 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T20:42:42.692Z] #53 6.877 go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T20:42:42.692Z] #53 7.257 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-04T20:42:42.692Z] #53 7.341 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-04T20:42:42.692Z] #53 7.406 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-04T20:42:42.692Z] #53 7.541 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-04T20:42:42.692Z] #53 7.593 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-04T20:42:42.692Z] #53 7.693 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-04T20:42:42.692Z] #53 7.820 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-04T20:42:42.692Z] #53 8.164 go: downloading golang.org/x/tools v0.1.0 [2022-06-04T20:42:42.692Z] #53 ... [2022-06-04T20:42:42.692Z] [2022-06-04T20:42:42.692Z] #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-04T20:42:42.692Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:42.692Z] #51 3.948 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:42:42.692Z] #51 3.973 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:42:42.692Z] #51 3.973 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:42:42.692Z] #51 4.548 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-04T20:42:42.692Z] #51 4.597 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:42:42.692Z] #51 6.053 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:42.692Z] #51 8.586 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:42.790Z] #36 20.67 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T20:42:42.949Z] #51 10.86 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-04T20:42:42.949Z] #51 ... [2022-06-04T20:42:42.949Z] [2022-06-04T20:42:42.949Z] #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-04T20:42:42.949Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:42.949Z] #55 3.984 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-04T20:42:42.949Z] #55 ... [2022-06-04T20:42:42.949Z] [2022-06-04T20:42:42.949Z] #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-04T20:42:42.949Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:42:42.949Z] #34 3.562 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-04T20:42:42.949Z] #34 3.562 Cloning into '.'... [2022-06-04T20:42:43.206Z] #34 ... [2022-06-04T20:42:43.206Z] [2022-06-04T20:42:43.206Z] #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-04T20:42:43.206Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:42:43.206Z] #57 5.459 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-04T20:42:43.206Z] #57 6.803 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-04T20:42:43.206Z] #57 6.805 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-04T20:42:43.206Z] #57 6.915 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-04T20:42:43.206Z] #57 8.833 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-04T20:42:43.206Z] #57 ... [2022-06-04T20:42:43.206Z] [2022-06-04T20:42:43.206Z] #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-04T20:42:43.206Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:42:43.206Z] #40 2.446 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-04T20:42:43.206Z] #40 3.437 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-04T20:42:43.206Z] #40 4.258 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-04T20:42:43.206Z] #40 4.461 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-04T20:42:43.206Z] #40 4.517 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-04T20:42:43.206Z] #40 7.212 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-04T20:42:43.206Z] #40 7.286 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:43.326Z] #67 ... [2022-06-04T20:42:43.326Z] [2022-06-04T20:42:43.326Z] #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-04T20:42:43.326Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:43.326Z] #53 16.78 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T20:42:43.326Z] #53 16.83 go: downloading golang.org/x/mod v0.3.0 [2022-06-04T20:42:43.326Z] #53 ... [2022-06-04T20:42:43.326Z] [2022-06-04T20:42:43.327Z] #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-04T20:42:43.327Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:43.327Z] #51 24.11 Fetched 8541 kB in 19s (442 kB/s) [2022-06-04T20:42:43.363Z] #36 21.28 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-04T20:42:43.463Z] #40 ... [2022-06-04T20:42:43.463Z] [2022-06-04T20:42:43.463Z] #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-04T20:42:43.463Z] #26 sha256:d1871540f52465c56d48d5a6a84fe5b1970e91e9e13d5bd94889379523179e37 [2022-06-04T20:42:43.463Z] #26 4.199 + RM_GOPATH=0 [2022-06-04T20:42:43.463Z] #26 4.199 + TMP_GOPATH= [2022-06-04T20:42:43.463Z] #26 4.199 + : /build [2022-06-04T20:42:43.463Z] #26 4.199 + '[' -z '' ']' [2022-06-04T20:42:43.463Z] #26 4.199 ++ mktemp -d [2022-06-04T20:42:43.463Z] #26 4.199 + export GOPATH=/tmp/tmp.MV2fw4zIeX [2022-06-04T20:42:43.463Z] #26 4.199 + GOPATH=/tmp/tmp.MV2fw4zIeX [2022-06-04T20:42:43.463Z] #26 4.199 + RM_GOPATH=1 [2022-06-04T20:42:43.463Z] #26 4.199 + case "$(go env GOARCH)" in [2022-06-04T20:42:43.463Z] #26 4.199 ++ go env GOARCH [2022-06-04T20:42:43.463Z] #26 4.220 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:43.463Z] #26 4.220 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:43.463Z] #26 4.220 ++ dirname /install.sh [2022-06-04T20:42:43.463Z] #26 4.220 + dir=/ [2022-06-04T20:42:43.463Z] #26 4.220 + bin=dockercli [2022-06-04T20:42:43.463Z] #26 4.220 + shift [2022-06-04T20:42:43.463Z] #26 4.220 + '[' '!' -f //dockercli.installer ']' [2022-06-04T20:42:43.463Z] #26 4.220 + . //dockercli.installer [2022-06-04T20:42:43.463Z] #26 4.220 ++ : stable [2022-06-04T20:42:43.463Z] #26 4.220 ++ : 17.06.2-ce [2022-06-04T20:42:43.463Z] #26 4.220 + install_dockercli [2022-06-04T20:42:43.463Z] #26 4.220 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-04T20:42:43.463Z] #26 4.220 ++ uname -m [2022-06-04T20:42:43.463Z] #26 4.225 Install docker/cli version 17.06.2-ce from stable [2022-06-04T20:42:43.463Z] #26 4.248 + arch=x86_64 [2022-06-04T20:42:43.463Z] #26 4.248 + '[' x86_64 '!=' x86_64 ']' [2022-06-04T20:42:43.463Z] #26 4.248 + url=https://download.docker.com/linux/static [2022-06-04T20:42:43.463Z] #26 4.248 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-04T20:42:43.463Z] #26 4.248 + tar -xz docker/docker [2022-06-04T20:42:43.936Z] #36 ... [2022-06-04T20:42:43.936Z] [2022-06-04T20:42:43.936Z] #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-04T20:42:43.936Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:43.936Z] #42 11.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:43.936Z] #42 14.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:43.936Z] #42 ... [2022-06-04T20:42:43.936Z] [2022-06-04T20:42:43.936Z] #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-04T20:42:43.936Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:43.936Z] #62 11.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:43.936Z] #62 14.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:44.199Z] #62 ... [2022-06-04T20:42:44.199Z] [2022-06-04T20:42:44.199Z] #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-04T20:42:44.199Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:44.199Z] #36 22.00 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-04T20:42:44.199Z] #36 22.32 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T20:42:44.199Z] #36 22.38 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-04T20:42:44.393Z] #26 ... [2022-06-04T20:42:44.393Z] [2022-06-04T20:42:44.393Z] #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-04T20:42:44.393Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af [2022-06-04T20:42:44.393Z] #67 12.19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-04T20:42:44.460Z] #36 ... [2022-06-04T20:42:44.460Z] [2022-06-04T20:42:44.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-04T20:42:44.460Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:44.460Z] #51 12.23 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:42:44.460Z] #51 15.22 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:44.460Z] #51 17.46 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-04T20:42:44.460Z] #51 ... [2022-06-04T20:42:44.460Z] [2022-06-04T20:42:44.460Z] #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-04T20:42:44.460Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:44.460Z] #53 16.61 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-04T20:42:44.460Z] #53 16.64 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-04T20:42:44.460Z] #53 16.74 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-04T20:42:44.460Z] #53 19.14 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T20:42:44.460Z] #53 19.30 go: downloading golang.org/x/mod v0.3.0 [2022-06-04T20:42:44.722Z] #53 ... [2022-06-04T20:42:44.722Z] [2022-06-04T20:42:44.722Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:42:44.722Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:44.722Z] #14 12.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:42:44.837Z] Fetching without tags [2022-06-04T20:42:44.956Z] #67 12.77 go: downloading github.com/google/uuid v1.3.0 [2022-06-04T20:42:44.956Z] #67 12.86 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-04T20:42:44.984Z] #14 ... [2022-06-04T20:42:44.984Z] [2022-06-04T20:42:44.984Z] #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-04T20:42:44.984Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:42:44.984Z] #67 20.85 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:45.060Z] Merging remotes/origin/master commit a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 into PR head commit 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:42:45.213Z] #67 ... [2022-06-04T20:42:45.213Z] [2022-06-04T20:42:45.213Z] #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-04T20:42:45.213Z] #26 sha256:d1871540f52465c56d48d5a6a84fe5b1970e91e9e13d5bd94889379523179e37 [2022-06-04T20:42:45.213Z] #26 12.26 + mkdir -p /build [2022-06-04T20:42:45.213Z] #26 12.26 + mv docker/docker /build/ [2022-06-04T20:42:45.213Z] #26 12.28 + rmdir docker [2022-06-04T20:42:45.213Z] #26 DONE 13.0s [2022-06-04T20:42:45.470Z] [2022-06-04T20:42:45.470Z] #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-04T20:42:45.470Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:45.470Z] #36 4.095 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-04T20:42:44.790Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:42:44.800Z] > git config --add remote.origin.fetch +refs/pull/43693/head:refs/remotes/origin/PR-43693 # timeout=10 [2022-06-04T20:42:44.811Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:42:44.826Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-04T20:42:44.840Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-04T20:42:44.840Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:42:44.841Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43693/head:refs/remotes/origin/PR-43693 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-04T20:42:45.067Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:42:45.092Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:42:45.849Z] #51 24.11 Reading package lists... [2022-06-04T20:42:45.849Z] #51 ... [2022-06-04T20:42:45.849Z] [2022-06-04T20:42:45.849Z] #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-04T20:42:45.849Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:45.849Z] #47 27.32 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-04T20:42:45.849Z] #47 27.76 + git checkout -q v2.3.0 [2022-06-04T20:42:45.876Z] Merge succeeded, producing 89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:42:45.876Z] Checking out Revision 89db5a6fd4d3603cc6b110c3779669d5b879c146 (PR-43693) [2022-06-04T20:42:46.033Z] #36 14.25 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-04T20:42:46.034Z] #36 14.25 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T20:42:46.106Z] #47 29.53 + 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-04T20:42:46.290Z] #36 ... [2022-06-04T20:42:46.290Z] [2022-06-04T20:42:46.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-04T20:42:46.290Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af [2022-06-04T20:42:46.290Z] #67 14.04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-04T20:42:46.371Z] #67 ... [2022-06-04T20:42:46.371Z] [2022-06-04T20:42:46.371Z] #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-04T20:42:46.371Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:46.371Z] #38 24.34 tomll can be used in two ways: [2022-06-04T20:42:46.371Z] #38 24.35 Writing to STDIN and reading from STDOUT: [2022-06-04T20:42:46.371Z] #38 24.35 cat file.toml | tomll > file.toml [2022-06-04T20:42:46.371Z] #38 24.35 [2022-06-04T20:42:46.371Z] #38 24.35 Reading and updating a list of files: [2022-06-04T20:42:46.371Z] #38 24.35 tomll a.toml b.toml c.toml [2022-06-04T20:42:46.371Z] #38 24.35 [2022-06-04T20:42:46.371Z] #38 24.35 When given a list of files, tomll will modify all files in place without asking. [2022-06-04T20:42:46.371Z] #38 DONE 24.5s [2022-06-04T20:42:46.371Z] [2022-06-04T20:42:46.371Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-04T20:42:46.371Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:46.371Z] #36 24.07 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-04T20:42:46.371Z] #36 24.18 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-04T20:42:46.441Z] #54 ... [2022-06-04T20:42:46.441Z] [2022-06-04T20:42:46.441Z] #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-04T20:42:46.441Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-04T20:42:46.441Z] #19 32.66 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-04T20:42:46.441Z] #19 32.66 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-04T20:42:46.441Z] #19 32.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-04T20:42:46.441Z] #19 32.70 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-04T20:42:46.441Z] #19 32.73 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-04T20:42:46.441Z] #19 33.61 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-04T20:42:46.441Z] #19 33.62 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-04T20:42:46.441Z] #19 33.62 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-04T20:42:46.441Z] #19 33.64 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-04T20:42:46.441Z] #19 33.65 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-04T20:42:46.441Z] #19 33.65 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:42:46.441Z] #19 33.79 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-04T20:42:46.441Z] #19 33.79 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-04T20:42:46.441Z] #19 33.79 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-04T20:42:46.441Z] #19 33.79 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-04T20:42:46.441Z] #19 33.79 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-04T20:42:46.441Z] #19 33.80 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-04T20:42:46.441Z] #19 33.80 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-04T20:42:46.441Z] #19 33.80 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-04T20:42:46.441Z] #19 33.80 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-04T20:42:46.441Z] #19 33.81 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-04T20:42:46.441Z] #19 33.81 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-04T20:42:46.441Z] #19 33.81 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-04T20:42:46.442Z] #19 33.81 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-04T20:42:46.442Z] #19 33.81 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-04T20:42:46.442Z] #19 33.82 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-04T20:42:46.442Z] #19 33.82 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-04T20:42:46.442Z] #19 33.82 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-04T20:42:46.442Z] #19 33.82 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-04T20:42:46.442Z] #19 33.85 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-04T20:42:46.442Z] #19 33.85 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-04T20:42:46.442Z] #19 33.86 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-04T20:42:46.442Z] #19 33.87 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-04T20:42:46.442Z] #19 34.78 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-04T20:42:46.442Z] #19 34.78 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-04T20:42:46.442Z] #19 34.80 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-04T20:42:46.442Z] #19 34.82 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-04T20:42:46.442Z] #19 34.84 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-04T20:42:46.442Z] #19 35.59 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-04T20:42:46.442Z] #19 35.59 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-04T20:42:46.442Z] #19 35.59 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-04T20:42:46.442Z] #19 35.60 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-04T20:42:46.442Z] #19 35.60 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-04T20:42:46.442Z] #19 35.60 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-04T20:42:46.442Z] #19 35.60 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-04T20:42:46.442Z] #19 35.63 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-04T20:42:46.442Z] #19 35.63 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-04T20:42:46.442Z] #19 35.64 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-04T20:42:46.442Z] #19 35.65 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-04T20:42:46.442Z] #19 36.48 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-04T20:42:46.442Z] #19 36.48 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-04T20:42:46.442Z] #19 36.50 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-04T20:42:46.442Z] #19 36.53 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-04T20:42:46.442Z] #19 36.55 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-04T20:42:46.442Z] #19 37.78 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-04T20:42:46.547Z] #67 14.22 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:46.547Z] #67 14.22 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T20:42:46.547Z] #67 14.48 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T20:42:46.699Z] #19 37.79 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-04T20:42:46.699Z] #19 37.81 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-04T20:42:46.699Z] #19 37.89 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-04T20:42:46.699Z] #19 37.91 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-04T20:42:46.699Z] #19 37.93 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-04T20:42:46.699Z] #19 37.96 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-04T20:42:46.699Z] #19 37.98 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-04T20:42:46.803Z] #67 14.75 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-04T20:42:46.955Z] #19 38.06 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-04T20:42:46.955Z] #19 38.09 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-04T20:42:46.955Z] #19 38.12 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-04T20:42:46.955Z] #19 38.13 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-04T20:42:46.955Z] #19 38.14 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-04T20:42:46.955Z] #19 ... [2022-06-04T20:42:46.955Z] [2022-06-04T20:42:46.955Z] #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-04T20:42:46.955Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:46.955Z] #54 DONE 45.1s [2022-06-04T20:42:46.955Z] [2022-06-04T20:42:46.955Z] #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-04T20:42:46.955Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-04T20:42:46.955Z] #19 38.14 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-04T20:42:46.955Z] #19 38.15 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-04T20:42:47.059Z] #67 14.85 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-04T20:42:47.059Z] #67 14.96 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-04T20:42:47.211Z] #19 ... [2022-06-04T20:42:47.211Z] [2022-06-04T20:42:47.211Z] #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-04T20:42:47.211Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:47.211Z] #62 45.47 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-04T20:42:45.819Z] > git remote # timeout=10 [2022-06-04T20:42:45.837Z] > git config --get remote.origin.url # timeout=10 [2022-06-04T20:42:45.850Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-04T20:42:45.851Z] > git merge a586d536be66ea1c5bc9e6ccccb3dbf2eed1f251 # timeout=10 [2022-06-04T20:42:45.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-04T20:42:45.877Z] > git config core.sparsecheckout # timeout=10 [2022-06-04T20:42:45.893Z] > git checkout -f 89db5a6fd4d3603cc6b110c3779669d5b879c146 # timeout=10 [2022-06-04T20:42:47.761Z] #36 25.80 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-04T20:42:47.772Z] #62 DONE 46.0s [2022-06-04T20:42:47.772Z] [2022-06-04T20:42:47.772Z] #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-04T20:42:47.772Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-04T20:42:47.772Z] #19 38.94 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-04T20:42:47.772Z] #19 38.95 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-04T20:42:47.772Z] #19 38.96 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-04T20:42:47.772Z] #19 38.99 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-04T20:42:47.772Z] #19 39.02 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-04T20:42:48.003Z] #47 ... [2022-06-04T20:42:48.003Z] [2022-06-04T20:42:48.003Z] #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-04T20:42:48.003Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:48.003Z] #62 21.18 Fetched 8537 kB in 17s (496 kB/s) [2022-06-04T20:42:48.003Z] #62 21.18 Reading package lists... [2022-06-04T20:42:48.003Z] #62 27.82 Reading package lists... [2022-06-04T20:42:48.003Z] #62 ... [2022-06-04T20:42:48.003Z] [2022-06-04T20:42:48.003Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:42:48.003Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:48.003Z] #55 30.20 go: downloading github.com/fatih/color v1.13.0 [2022-06-04T20:42:48.003Z] #55 30.20 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:48.003Z] #55 30.33 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-04T20:42:48.003Z] #55 30.40 go: downloading github.com/spf13/viper v1.10.1 [2022-06-04T20:42:48.003Z] #55 30.56 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T20:42:48.003Z] #55 30.84 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-04T20:42:48.003Z] #55 30.85 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-04T20:42:48.003Z] #55 30.89 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-04T20:42:48.003Z] #55 30.95 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-04T20:42:48.698Z] #19 39.76 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-04T20:42:48.698Z] #19 39.77 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-04T20:42:48.698Z] #19 39.77 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-04T20:42:48.698Z] #19 39.78 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-04T20:42:48.698Z] #19 39.78 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-04T20:42:48.698Z] #19 39.79 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-04T20:42:48.698Z] #19 39.79 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-04T20:42:48.698Z] #19 39.79 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-04T20:42:48.698Z] #19 39.81 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-04T20:42:48.698Z] #19 39.81 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-04T20:42:48.698Z] #19 39.83 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-04T20:42:48.698Z] #19 39.83 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-04T20:42:49.375Z] #55 ... [2022-06-04T20:42:49.375Z] [2022-06-04T20:42:49.375Z] #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-04T20:42:49.375Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:49.375Z] #42 22.89 Fetched 8537 kB in 18s (469 kB/s) [2022-06-04T20:42:49.375Z] #42 22.89 Reading package lists... [2022-06-04T20:42:49.375Z] #42 28.71 Reading package lists... [2022-06-04T20:42:49.375Z] #42 ... [2022-06-04T20:42:49.375Z] [2022-06-04T20:42:49.375Z] #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-04T20:42:49.375Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:49.375Z] #62 27.82 Reading package lists... [2022-06-04T20:42:49.580Z] #67 17.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:42:49.580Z] #67 ... [2022-06-04T20:42:49.580Z] [2022-06-04T20:42:49.580Z] #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-04T20:42:49.580Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-04T20:42:49.580Z] #38 17.33 tomll can be used in two ways: [2022-06-04T20:42:49.580Z] #38 17.33 Writing to STDIN and reading from STDOUT: [2022-06-04T20:42:49.580Z] #38 17.33 cat file.toml | tomll > file.toml [2022-06-04T20:42:49.580Z] #38 17.33 [2022-06-04T20:42:49.580Z] #38 17.33 Reading and updating a list of files: [2022-06-04T20:42:49.580Z] #38 17.33 tomll a.toml b.toml c.toml [2022-06-04T20:42:49.580Z] #38 17.33 [2022-06-04T20:42:49.580Z] #38 17.33 When given a list of files, tomll will modify all files in place without asking. [2022-06-04T20:42:49.580Z] #38 DONE 17.8s [2022-06-04T20:42:49.624Z] #19 40.52 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-04T20:42:49.624Z] #19 40.53 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-04T20:42:49.624Z] #19 40.54 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-04T20:42:49.624Z] #19 40.56 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-04T20:42:49.624Z] #19 40.58 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-04T20:42:49.837Z] [2022-06-04T20:42:49.837Z] #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-04T20:42:49.837Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:42:49.837Z] #36 14.73 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-04T20:42:49.837Z] #36 15.05 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-04T20:42:49.837Z] #36 15.26 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T20:42:49.837Z] #36 15.49 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-04T20:42:49.837Z] #36 15.55 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-04T20:42:49.837Z] #36 15.58 go: downloading github.com/peterh/liner v1.2.2 [2022-06-04T20:42:49.837Z] #36 15.99 go: downloading github.com/google/go-dap v0.6.0 [2022-06-04T20:42:49.837Z] #36 16.24 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T20:42:49.837Z] #36 16.66 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-04T20:42:49.837Z] #36 17.33 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-04T20:42:49.837Z] #36 17.58 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T20:42:49.837Z] #36 17.75 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-04T20:42:49.879Z] #19 41.25 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-04T20:42:50.135Z] #19 41.25 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-04T20:42:50.135Z] #19 41.51 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:50.368Z] Commit message: "vendor: github.com/containerd/containerd v1.6.5" [2022-06-04T20:42:50.390Z] #19 41.61 Fetched 788 MB in 14s (56.7 MB/s) [2022-06-04T20:42:50.390Z] #19 41.63 Selecting previously unselected package liblocale-gettext-perl. [2022-06-04T20:42:50.390Z] #19 41.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:42:50.390Z] #19 41.64 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-04T20:42:50.390Z] #19 41.64 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-04T20:42:50.390Z] #19 41.67 Selecting previously unselected package bzip2. [2022-06-04T20:42:50.390Z] #19 41.67 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-04T20:42:50.390Z] #19 41.68 Unpacking bzip2 (1.0.8-4) ... [2022-06-04T20:42:50.390Z] #19 41.70 Selecting previously unselected package libmagic-mgc. [2022-06-04T20:42:50.390Z] #19 41.71 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-04T20:42:50.390Z] #19 41.71 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-04T20:42:50.390Z] > git --version # timeout=10 [2022-06-04T20:42:50.397Z] > git --version # 'git version 2.25.1' [2022-06-04T20:42:50.401Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-04T20:42:50.646Z] #19 41.78 Selecting previously unselected package libmagic1:amd64. [2022-06-04T20:42:50.646Z] #19 41.78 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-04T20:42:50.646Z] #19 41.79 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-04T20:42:50.646Z] #19 41.82 Selecting previously unselected package file. [2022-06-04T20:42:50.646Z] #19 41.82 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-04T20:42:50.646Z] #19 41.83 Unpacking file (1:5.39-3) ... [2022-06-04T20:42:50.646Z] #19 41.86 Selecting previously unselected package xz-utils. [2022-06-04T20:42:50.646Z] #19 41.86 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-04T20:42:50.646Z] #19 41.87 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:42:50.646Z] #19 41.91 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-04T20:42:50.646Z] #19 41.91 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-04T20:42:50.646Z] #19 41.91 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-04T20:42:50.745Z] #62 32.93 Building dependency tree... [2022-06-04T20:42:51.206Z] #19 42.21 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-04T20:42:51.207Z] #19 42.21 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-04T20:42:51.207Z] #19 42.22 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-04T20:42:51.277Z] + docker version [2022-06-04T20:42:51.462Z] #19 42.51 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-04T20:42:51.462Z] #19 42.51 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-04T20:42:51.462Z] #19 42.51 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-04T20:42:51.718Z] #19 42.79 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-04T20:42:51.718Z] #19 42.79 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-04T20:42:51.718Z] #19 42.79 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-04T20:42:51.718Z] #19 43.04 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-04T20:42:51.727Z] #36 19.55 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-04T20:42:51.727Z] #36 19.65 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-04T20:42:51.973Z] #19 43.04 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-04T20:42:51.973Z] #19 43.05 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-04T20:42:51.973Z] #19 43.26 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-04T20:42:51.973Z] #19 43.26 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:42:51.973Z] #19 43.26 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:42:51.973Z] #19 43.30 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-04T20:42:52.228Z] #19 43.30 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:42:52.228Z] #19 43.30 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:42:52.641Z] #62 35.98 The following additional packages will be installed: [2022-06-04T20:42:52.641Z] #62 35.99 libbtrfs0 [2022-06-04T20:42:52.641Z] #62 36.15 The following NEW packages will be installed: [2022-06-04T20:42:52.641Z] #62 36.17 libbtrfs-dev libbtrfs0 [2022-06-04T20:42:52.668Z] #36 20.69 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-04T20:42:53.204Z] #62 36.61 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:53.204Z] #62 36.61 Need to get 460 kB of archives. [2022-06-04T20:42:53.204Z] #62 36.61 After this operation, 1237 kB of additional disk space will be used. [2022-06-04T20:42:53.204Z] #62 36.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:42:53.204Z] #62 36.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:42:54.140Z] #62 37.73 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:42:54.366Z] #36 ... [2022-06-04T20:42:54.366Z] [2022-06-04T20:42:54.366Z] #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-04T20:42:54.366Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:54.366Z] #47 31.42 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-04T20:42:54.366Z] #47 31.68 + git checkout -q v2.3.0 [2022-06-04T20:42:54.398Z] #62 37.96 Fetched 460 kB in 0s (1414 kB/s) [2022-06-04T20:42:54.658Z] #62 38.08 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:42:54.658Z] #62 38.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:42:54.658Z] #62 38.13 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:42:54.658Z] #62 38.14 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:42:54.658Z] #62 ... [2022-06-04T20:42:54.658Z] [2022-06-04T20:42:54.658Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:54.658Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:54.658Z] #14 22.96 Reading package lists... [2022-06-04T20:42:54.658Z] #14 28.44 Reading package lists... [2022-06-04T20:42:54.658Z] #14 33.47 Building dependency tree... [2022-06-04T20:42:54.658Z] #14 36.50 The following additional packages will be installed: [2022-06-04T20:42:54.658Z] #14 36.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:42:54.658Z] #14 36.51 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-04T20:42:54.658Z] #14 36.51 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-04T20:42:54.658Z] #14 36.51 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-04T20:42:54.658Z] #14 36.51 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-04T20:42:54.658Z] #14 36.52 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-04T20:42:54.658Z] #14 36.52 mingw-w64-common mingw-w64-x86-64-dev [2022-06-04T20:42:54.658Z] #14 36.52 Suggested packages: [2022-06-04T20:42:54.658Z] #14 36.54 gcc-10-locales seccomp wine64 [2022-06-04T20:42:54.658Z] #14 37.94 The following NEW packages will be installed: [2022-06-04T20:42:54.658Z] #14 37.94 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:42:54.658Z] #14 37.94 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-04T20:42:54.658Z] #14 37.94 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-04T20:42:54.658Z] #14 37.94 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-04T20:42:54.658Z] #14 37.94 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-04T20:42:54.658Z] #14 37.94 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-04T20:42:54.658Z] #14 37.95 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-04T20:42:54.658Z] #14 37.95 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-04T20:42:54.658Z] #14 37.96 mingw-w64-x86-64-dev [2022-06-04T20:42:54.915Z] #14 38.35 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:54.915Z] #14 38.35 Need to get 115 MB of archives. [2022-06-04T20:42:54.915Z] #14 38.35 After this operation, 645 MB of additional disk space will be used. [2022-06-04T20:42:54.915Z] #14 38.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-04T20:42:54.915Z] #14 ... [2022-06-04T20:42:54.915Z] [2022-06-04T20:42:54.915Z] #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-04T20:42:54.915Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:54.915Z] #62 38.40 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:42:54.915Z] #62 38.40 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:42:54.915Z] #62 38.41 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:42:55.180Z] #62 38.79 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:42:55.190Z] #36 ... [2022-06-04T20:42:55.190Z] [2022-06-04T20:42:55.190Z] #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-04T20:42:55.190Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:55.311Z] #47 ... [2022-06-04T20:42:55.311Z] [2022-06-04T20:42:55.311Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:55.311Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:55.311Z] #14 23.37 Fetched 8537 kB in 19s (456 kB/s) [2022-06-04T20:42:55.311Z] #14 23.37 Reading package lists... [2022-06-04T20:42:55.437Z] #62 38.84 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:42:55.437Z] #62 38.87 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:42:55.573Z] #14 31.56 Reading package lists... [2022-06-04T20:42:55.573Z] #14 ... [2022-06-04T20:42:55.573Z] [2022-06-04T20:42:55.573Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:42:55.573Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:55.573Z] #55 31.88 go: downloading github.com/fatih/color v1.13.0 [2022-06-04T20:42:55.573Z] #55 31.89 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:42:55.573Z] #55 31.96 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-04T20:42:55.573Z] #55 32.03 go: downloading github.com/spf13/viper v1.10.1 [2022-06-04T20:42:55.573Z] #55 32.20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T20:42:55.573Z] #55 32.73 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-04T20:42:55.573Z] #55 32.78 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-04T20:42:55.573Z] #55 32.82 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-04T20:42:55.573Z] #55 32.84 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-04T20:42:56.011Z] #47 23.19 Updating files: 78% (1716/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-04T20:42:56.011Z] #47 23.69 + git checkout -q v2.3.0 [2022-06-04T20:42:56.146Z] #55 34.21 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-04T20:42:56.146Z] #55 34.22 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-04T20:42:56.374Z] #62 DONE 39.7s [2022-06-04T20:42:56.374Z] [2022-06-04T20:42:56.374Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-04T20:42:56.374Z] #63 sha256:a277514e78949d2e14e33e11a48977083e5400f560e6b197c23904ba980352a4 [2022-06-04T20:42:56.374Z] #63 DONE 0.1s [2022-06-04T20:42:56.374Z] [2022-06-04T20:42:56.374Z] #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-04T20:42:56.374Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:42:56.374Z] #64 ... [2022-06-04T20:42:56.374Z] [2022-06-04T20:42:56.374Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-04T20:42:56.374Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:56.374Z] #51 24.11 Reading package lists... [2022-06-04T20:42:56.374Z] #51 29.69 Reading package lists... [2022-06-04T20:42:56.374Z] #51 35.05 Building dependency tree... [2022-06-04T20:42:56.374Z] #51 38.37 The following additional packages will be installed: [2022-06-04T20:42:56.374Z] #51 38.38 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:42:56.374Z] #51 38.38 python3-protobuf python3-six [2022-06-04T20:42:56.374Z] #51 38.40 Suggested packages: [2022-06-04T20:42:56.374Z] #51 38.40 python3-setuptools [2022-06-04T20:42:56.374Z] #51 38.40 Recommended packages: [2022-06-04T20:42:56.374Z] #51 38.40 iproute2 | iproute [2022-06-04T20:42:56.374Z] #51 39.21 The following NEW packages will be installed: [2022-06-04T20:42:56.374Z] #51 39.23 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:42:56.374Z] #51 39.23 python3-protobuf python3-six [2022-06-04T20:42:56.374Z] #51 39.72 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:42:56.374Z] #51 39.72 Need to get 2314 kB of archives. [2022-06-04T20:42:56.374Z] #51 39.72 After this operation, 11.1 MB of additional disk space will be used. [2022-06-04T20:42:56.374Z] #51 39.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-04T20:42:56.391Z] #19 47.39 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-04T20:42:56.391Z] #19 47.39 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:42:56.391Z] #19 47.39 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:42:56.391Z] #19 47.43 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-04T20:42:56.391Z] #19 47.43 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:42:56.391Z] #19 47.44 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:42:56.576Z] #47 ... [2022-06-04T20:42:56.576Z] [2022-06-04T20:42:56.576Z] #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-04T20:42:56.576Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:42:56.576Z] #53 14.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T20:42:56.576Z] #53 14.46 go: downloading golang.org/x/mod v0.3.0 [2022-06-04T20:42:56.576Z] #53 ... [2022-06-04T20:42:56.576Z] [2022-06-04T20:42:56.576Z] #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-04T20:42:56.576Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:56.576Z] #62 18.65 Fetched 8537 kB in 14s (609 kB/s) [2022-06-04T20:42:56.576Z] #62 18.65 Reading package lists... [2022-06-04T20:42:56.632Z] #51 39.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:42:56.632Z] #51 ... [2022-06-04T20:42:56.632Z] [2022-06-04T20:42:56.632Z] #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-04T20:42:56.632Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:56.632Z] #55 34.77 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-04T20:42:56.632Z] #55 35.25 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-04T20:42:56.632Z] #55 35.26 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-04T20:42:56.632Z] #55 35.27 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-04T20:42:56.632Z] #55 35.32 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:42:56.632Z] #55 35.33 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-04T20:42:56.632Z] #55 35.66 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T20:42:56.633Z] #55 35.72 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-04T20:42:56.633Z] #55 35.74 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-04T20:42:56.633Z] #55 35.80 go: downloading github.com/spf13/afero v1.6.0 [2022-06-04T20:42:56.633Z] #55 35.81 go: downloading github.com/spf13/cast v1.4.1 [2022-06-04T20:42:56.633Z] #55 35.85 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-04T20:42:56.633Z] #55 35.90 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-04T20:42:56.633Z] #55 35.95 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-04T20:42:56.633Z] #55 36.10 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-04T20:42:56.633Z] #55 36.10 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-04T20:42:56.633Z] #55 36.22 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-04T20:42:56.633Z] #55 36.31 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-04T20:42:56.633Z] #55 36.36 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-04T20:42:56.633Z] #55 36.40 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-04T20:42:56.633Z] #55 37.16 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-04T20:42:56.633Z] #55 37.23 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-04T20:42:56.633Z] #55 37.25 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-04T20:42:56.633Z] #55 37.29 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-04T20:42:56.633Z] #55 37.37 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-04T20:42:56.633Z] #55 37.40 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-04T20:42:56.633Z] #55 37.60 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-04T20:42:56.633Z] #55 37.66 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-04T20:42:56.633Z] #55 37.71 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-04T20:42:56.633Z] #55 37.75 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-04T20:42:56.633Z] #55 37.78 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-04T20:42:56.633Z] #55 37.87 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-04T20:42:56.633Z] #55 37.95 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-04T20:42:56.633Z] #55 37.98 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-04T20:42:56.633Z] #55 38.05 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-04T20:42:56.633Z] #55 38.08 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-04T20:42:56.633Z] #55 38.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-04T20:42:56.633Z] #55 38.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-04T20:42:56.633Z] #55 38.21 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-04T20:42:56.633Z] #55 38.50 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-04T20:42:56.633Z] #55 38.60 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-04T20:42:56.633Z] #55 38.70 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-04T20:42:56.633Z] #55 38.72 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-04T20:42:56.633Z] #55 39.26 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-04T20:42:56.633Z] #55 39.28 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-04T20:42:56.633Z] #55 39.31 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-04T20:42:56.633Z] #55 39.34 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-04T20:42:56.633Z] #55 39.36 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-04T20:42:56.633Z] #55 39.38 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-04T20:42:56.633Z] #55 39.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-04T20:42:56.633Z] #55 39.47 go: downloading github.com/julz/importas v0.1.0 [2022-06-04T20:42:56.633Z] #55 39.50 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-04T20:42:56.633Z] #55 39.59 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-04T20:42:56.633Z] #55 39.74 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-04T20:42:56.633Z] #55 39.82 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-04T20:42:56.633Z] #55 39.82 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-04T20:42:56.633Z] #55 39.84 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-04T20:42:56.633Z] #55 39.99 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-04T20:42:56.633Z] #55 40.06 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-04T20:42:56.633Z] #55 40.16 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-04T20:42:56.633Z] #55 40.24 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-04T20:42:56.890Z] #55 40.28 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-04T20:42:56.890Z] #55 40.38 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-04T20:42:57.094Z] #55 ... [2022-06-04T20:42:57.094Z] [2022-06-04T20:42:57.094Z] #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-04T20:42:57.094Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:57.094Z] #62 25.07 Fetched 8537 kB in 19s (448 kB/s) [2022-06-04T20:42:57.094Z] #62 25.07 Reading package lists... [2022-06-04T20:42:57.094Z] #62 32.04 Reading package lists... [2022-06-04T20:42:57.094Z] #62 ... [2022-06-04T20:42:57.094Z] [2022-06-04T20:42: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-04T20:42:57.094Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:57.094Z] #42 25.22 Fetched 8537 kB in 20s (437 kB/s) [2022-06-04T20:42:57.094Z] #42 25.22 Reading package lists... [2022-06-04T20:42:57.148Z] #55 ... [2022-06-04T20:42:57.148Z] [2022-06-04T20:42:57.148Z] #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-04T20:42:57.148Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:42:57.148Z] #64 0.875 + RM_GOPATH=0 [2022-06-04T20:42:57.148Z] #64 0.875 + TMP_GOPATH= [2022-06-04T20:42:57.148Z] #64 0.875 + : /build [2022-06-04T20:42:57.148Z] #64 0.875 + '[' -z '' ']' [2022-06-04T20:42:57.148Z] #64 0.876 ++ mktemp -d [2022-06-04T20:42:57.148Z] #64 0.883 + export GOPATH=/tmp/tmp.pigNZdKmzY [2022-06-04T20:42:57.148Z] #64 0.883 + GOPATH=/tmp/tmp.pigNZdKmzY [2022-06-04T20:42:57.148Z] #64 0.884 + RM_GOPATH=1 [2022-06-04T20:42:57.148Z] #64 0.886 + case "$(go env GOARCH)" in [2022-06-04T20:42:57.148Z] #64 0.888 ++ go env GOARCH [2022-06-04T20:42:57.148Z] #64 0.933 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:57.148Z] #64 0.934 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:42:57.148Z] #64 0.934 ++ dirname /install.sh [2022-06-04T20:42:57.148Z] #64 0.942 + dir=/ [2022-06-04T20:42:57.148Z] #64 0.942 + bin=containerd [2022-06-04T20:42:57.148Z] #64 0.942 + shift [2022-06-04T20:42:57.148Z] #64 0.942 + '[' '!' -f //containerd.installer ']' [2022-06-04T20:42:57.148Z] #64 0.942 + . //containerd.installer [2022-06-04T20:42:57.148Z] #64 0.943 ++ set -e [2022-06-04T20:42:57.148Z] #64 0.943 ++ : v1.6.4 [2022-06-04T20:42:57.148Z] #64 0.943 + install_containerd [2022-06-04T20:42:57.148Z] #64 0.944 + echo 'Install containerd version v1.6.4' [2022-06-04T20:42:57.148Z] #64 0.946 Install containerd version v1.6.4 [2022-06-04T20:42:57.148Z] #64 0.946 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pigNZdKmzY/src/github.com/containerd/containerd [2022-06-04T20:42:57.148Z] #64 0.951 Cloning into '/tmp/tmp.pigNZdKmzY/src/github.com/containerd/containerd'... [2022-06-04T20:42:57.361Z] #42 32.41 Reading package lists... [2022-06-04T20:42:57.361Z] #42 ... [2022-06-04T20:42:57.361Z] [2022-06-04T20:42:57.361Z] #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-04T20:42:57.361Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:57.362Z] #47 33.84 + 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-04T20:42:57.406Z] #64 ... [2022-06-04T20:42:57.406Z] [2022-06-04T20:42:57.406Z] #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-04T20:42:57.406Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:42:57.406Z] #57 40.82 v3.0.2 [2022-06-04T20:42:57.406Z] #57 DONE 40.9s [2022-06-04T20:42:57.406Z] [2022-06-04T20:42:57.406Z] #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-04T20:42:57.406Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:42:57.406Z] #55 41.06 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-04T20:42:57.406Z] #55 41.06 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-04T20:42:57.506Z] #62 24.73 Reading package lists... [2022-06-04T20:42:57.506Z] #62 ... [2022-06-04T20:42:57.506Z] [2022-06-04T20:42:57.506Z] #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-04T20:42:57.506Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:42:57.506Z] #42 19.17 Fetched 8537 kB in 14s (607 kB/s) [2022-06-04T20:42:57.506Z] #42 19.17 Reading package lists... [2022-06-04T20:42:57.664Z] #55 41.09 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-04T20:42:57.664Z] #55 41.15 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-04T20:42:57.664Z] #55 41.27 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-04T20:42:57.871Z] Client: Docker Engine - Community [2022-06-04T20:42:57.871Z] Version: 20.10.14 [2022-06-04T20:42:57.871Z] API version: 1.41 [2022-06-04T20:42:57.871Z] Go version: go1.16.15 [2022-06-04T20:42:57.871Z] Git commit: a224086 [2022-06-04T20:42:57.871Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-04T20:42:57.871Z] OS/Arch: linux/arm64 [2022-06-04T20:42:57.871Z] Context: default [2022-06-04T20:42:57.871Z] Experimental: true [2022-06-04T20:42:57.871Z] [2022-06-04T20:42:57.871Z] Server: Docker Engine - Community [2022-06-04T20:42:57.871Z] Engine: [2022-06-04T20:42:57.871Z] Version: 20.10.14 [2022-06-04T20:42:57.871Z] API version: 1.41 (minimum version 1.12) [2022-06-04T20:42:57.871Z] Go version: go1.16.15 [2022-06-04T20:42:57.871Z] Git commit: 87a90dc [2022-06-04T20:42:57.871Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-04T20:42:57.871Z] OS/Arch: linux/arm64 [2022-06-04T20:42:57.871Z] Experimental: true [2022-06-04T20:42:57.871Z] containerd: [2022-06-04T20:42:57.871Z] Version: 1.5.11 [2022-06-04T20:42:57.871Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:42:57.871Z] runc: [2022-06-04T20:42:57.871Z] Version: 1.0.3 [2022-06-04T20:42:57.871Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-04T20:42:57.871Z] docker-init: [2022-06-04T20:42:57.871Z] Version: 0.19.0 [2022-06-04T20:42:57.871Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-04T20:42:57.923Z] #55 41.41 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-04T20:42:57.923Z] #55 41.45 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-04T20:42:57.923Z] #55 41.51 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-04T20:42:58.070Z] #42 24.91 Reading package lists... [2022-06-04T20:42:58.070Z] #42 ... [2022-06-04T20:42:58.070Z] [2022-06-04T20:42:58.070Z] #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-04T20:42:58.070Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:42:58.070Z] #47 25.78 + 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-04T20:42:58.180Z] #55 41.57 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-04T20:42:58.191Z] + docker info [2022-06-04T20:42:58.327Z] #47 ... [2022-06-04T20:42:58.327Z] [2022-06-04T20:42:58.327Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:58.327Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:58.327Z] #14 16.32 Fetched 8537 kB in 13s (668 kB/s) [2022-06-04T20:42:58.327Z] #14 16.32 Reading package lists... [2022-06-04T20:42:58.327Z] #14 22.30 Reading package lists... [2022-06-04T20:42:58.327Z] #14 ... [2022-06-04T20:42:58.327Z] [2022-06-04T20:42:58.327Z] #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-04T20:42:58.327Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:58.327Z] #51 18.31 Fetched 8541 kB in 15s (584 kB/s) [2022-06-04T20:42:58.327Z] #51 18.31 Reading package lists... [2022-06-04T20:42:58.438Z] #55 41.86 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-04T20:42:58.438Z] #55 41.88 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-04T20:42:58.438Z] #55 41.92 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-04T20:42:58.438Z] #55 41.93 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-04T20:42:58.438Z] #55 41.94 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-04T20:42:58.697Z] #55 42.05 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-04T20:42:58.697Z] #55 42.22 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-04T20:42:58.697Z] #55 42.27 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-04T20:42:58.756Z] #47 ... [2022-06-04T20:42:58.756Z] [2022-06-04T20:42:58.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-04T20:42:58.756Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:42:58.756Z] #51 26.52 Fetched 8541 kB in 21s (417 kB/s) [2022-06-04T20:42:58.756Z] #51 26.52 Reading package lists... [2022-06-04T20:42:59.102Z] #51 32.47 Reading package lists... [2022-06-04T20:42:59.102Z] #51 ... [2022-06-04T20:42:59.102Z] [2022-06-04T20:42:59.102Z] #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-04T20:42:59.102Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:42:59.102Z] #62 32.04 Reading package lists... [2022-06-04T20:42:59.111Z] #55 42.28 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-04T20:42:59.111Z] #55 42.32 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-04T20:42:59.111Z] #55 42.33 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-04T20:42:59.111Z] #55 42.39 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-04T20:42:59.111Z] #55 42.47 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-04T20:42:59.111Z] #55 42.48 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-04T20:42:59.111Z] #55 42.48 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-04T20:42:59.111Z] #55 42.51 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-04T20:42:59.111Z] #55 42.55 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-04T20:42:59.370Z] #55 43.04 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-04T20:42:59.697Z] #51 24.39 Reading package lists... [2022-06-04T20:42:59.697Z] #51 ... [2022-06-04T20:42:59.697Z] [2022-06-04T20:42:59.697Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:42:59.697Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:42:59.697Z] #14 22.30 Reading package lists... [2022-06-04T20:42:59.935Z] #55 43.22 go: downloading honnef.co/go/tools v0.2.2 [2022-06-04T20:43:00.194Z] #55 ... [2022-06-04T20:43:00.194Z] [2022-06-04T20:43:00.194Z] #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-04T20:43:00.194Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:00.194Z] #42 28.71 Reading package lists... [2022-06-04T20:43:00.194Z] #42 33.72 Building dependency tree... [2022-06-04T20:43:00.194Z] #42 37.12 The following additional packages will be installed: [2022-06-04T20:43:00.194Z] #42 37.13 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-04T20:43:00.194Z] #42 37.16 Suggested packages: [2022-06-04T20:43:00.194Z] #42 37.16 cmake-doc ninja-build lrzip [2022-06-04T20:43:00.194Z] #42 37.16 Recommended packages: [2022-06-04T20:43:00.194Z] #42 37.16 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-04T20:43:00.194Z] #42 37.99 The following NEW packages will be installed: [2022-06-04T20:43:00.194Z] #42 37.99 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-04T20:43:00.194Z] #42 38.00 vim-common xxd [2022-06-04T20:43:00.194Z] #42 38.41 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:00.194Z] #42 38.41 Need to get 17.7 MB of archives. [2022-06-04T20:43:00.194Z] #42 38.41 After this operation, 70.7 MB of additional disk space will be used. [2022-06-04T20:43:00.194Z] #42 38.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:43:00.194Z] #42 38.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-04T20:43:00.194Z] #42 38.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-04T20:43:00.194Z] #42 38.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:43:00.194Z] #42 38.99 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-04T20:43:00.194Z] #42 39.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-04T20:43:00.194Z] #42 39.02 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-04T20:43:00.194Z] #42 39.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-04T20:43:00.194Z] #42 39.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-04T20:43:00.194Z] #42 39.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-04T20:43:00.194Z] #42 40.82 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:00.194Z] #42 41.32 Fetched 17.7 MB in 1s (13.6 MB/s) [2022-06-04T20:43:00.194Z] #42 41.57 Selecting previously unselected package xxd. [2022-06-04T20:43:00.194Z] #42 41.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 ... 15718 files and directories currently installed.) [2022-06-04T20:43:00.194Z] #42 41.62 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:43:00.194Z] #42 41.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:00.194Z] #42 42.18 Selecting previously unselected package vim-common. [2022-06-04T20:43:00.194Z] #42 42.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:43:00.194Z] #42 42.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:00.194Z] #42 42.53 Selecting previously unselected package cmake-data. [2022-06-04T20:43:00.194Z] #42 42.53 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-04T20:43:00.194Z] #42 42.54 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:00.455Z] #42 ... [2022-06-04T20:43:00.455Z] [2022-06-04T20:43:00.455Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-04T20:43:00.455Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:43:00.455Z] #40 43.94 NAME: [2022-06-04T20:43:00.455Z] #40 43.95 go-winres - A tool for embedding resources in Windows executables [2022-06-04T20:43:00.455Z] #40 43.96 [2022-06-04T20:43:00.455Z] #40 43.96 USAGE: [2022-06-04T20:43:00.455Z] #40 43.96 go-winres [global options] command [command options] [arguments...] [2022-06-04T20:43:00.455Z] #40 43.96 [2022-06-04T20:43:00.455Z] #40 43.97 COMMANDS: [2022-06-04T20:43:00.455Z] #40 43.97 init Create an initial ./winres/winres.json [2022-06-04T20:43:00.455Z] #40 43.97 make Make syso files for the "go build" command [2022-06-04T20:43:00.455Z] #40 43.97 simply Make syso files for the "go build" command (simplified) [2022-06-04T20:43:00.455Z] #40 43.97 extract Extract all resources from an executable [2022-06-04T20:43:00.455Z] #40 43.97 patch Replace resources in an executable file (exe, dll) [2022-06-04T20:43:00.455Z] #40 43.98 help, h Shows a list of commands or help for one command [2022-06-04T20:43:00.455Z] #40 43.98 [2022-06-04T20:43:00.455Z] #40 43.98 GLOBAL OPTIONS: [2022-06-04T20:43:00.455Z] #40 43.98 --help, -h show help (default: false) [2022-06-04T20:43:00.495Z] #62 37.17 Building dependency tree... [2022-06-04T20:43:00.553Z] #19 51.27 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-04T20:43:00.554Z] #19 51.28 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:00.554Z] #19 51.28 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:43:00.554Z] #19 51.31 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-04T20:43:00.554Z] #19 51.32 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:00.554Z] #19 51.32 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:43:01.148Z] #40 DONE 44.7s [2022-06-04T20:43:01.148Z] [2022-06-04T20:43:01.148Z] #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-04T20:43:01.148Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:01.148Z] #55 44.60 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-04T20:43:01.148Z] #55 44.61 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-04T20:43:01.148Z] #55 44.64 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-04T20:43:01.321Z] #14 27.99 Building dependency tree... [2022-06-04T20:43:01.406Z] #55 44.77 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-04T20:43:01.406Z] #55 44.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-04T20:43:01.406Z] #55 44.85 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-04T20:43:01.406Z] #55 44.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-04T20:43:01.406Z] #55 44.89 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-04T20:43:01.406Z] #55 44.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-04T20:43:01.406Z] #55 44.92 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-04T20:43:01.676Z] #55 45.02 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-04T20:43:01.676Z] #55 45.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-04T20:43:01.676Z] #55 45.23 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T20:43:01.936Z] #55 45.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-04T20:43:01.936Z] #55 45.48 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-04T20:43:02.503Z] #55 45.81 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-04T20:43:02.503Z] #55 46.06 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T20:43:02.503Z] #55 46.13 go: downloading golang.org/x/text v0.3.7 [2022-06-04T20:43:02.517Z] #62 40.60 The following additional packages will be installed: [2022-06-04T20:43:02.517Z] #62 40.60 libbtrfs0 [2022-06-04T20:43:02.779Z] #62 ... [2022-06-04T20:43:02.779Z] [2022-06-04T20:43:02.779Z] #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-04T20:43:02.779Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:43:02.779Z] #57 40.48 v3.0.2 [2022-06-04T20:43:02.779Z] #57 DONE 40.8s [2022-06-04T20:43:02.779Z] [2022-06-04T20:43:02.779Z] #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-04T20:43:02.779Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:43:02.779Z] #62 40.92 The following NEW packages will be installed: [2022-06-04T20:43:02.779Z] #62 40.92 libbtrfs-dev libbtrfs0 [2022-06-04T20:43:03.352Z] #62 41.40 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:03.352Z] #62 41.40 Need to get 460 kB of archives. [2022-06-04T20:43:03.352Z] #62 41.40 After this operation, 1237 kB of additional disk space will be used. [2022-06-04T20:43:03.352Z] #62 41.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:43:03.352Z] #62 41.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:43:03.853Z] #14 31.72 The following additional packages will be installed: [2022-06-04T20:43:03.853Z] #14 31.73 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:43:03.853Z] #14 31.73 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-04T20:43:03.853Z] #14 31.74 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-04T20:43:03.853Z] #14 31.74 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-04T20:43:03.853Z] #14 31.74 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-04T20:43:03.853Z] #14 31.74 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-04T20:43:03.853Z] #14 31.74 mingw-w64-common mingw-w64-x86-64-dev [2022-06-04T20:43:03.853Z] #14 31.78 Suggested packages: [2022-06-04T20:43:03.853Z] #14 31.78 gcc-10-locales seccomp wine64 [2022-06-04T20:43:04.744Z] #62 42.63 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:04.744Z] #62 42.81 Fetched 460 kB in 0s (936 kB/s) [2022-06-04T20:43:04.744Z] #62 42.92 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:43:04.753Z] #19 55.19 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-04T20:43:04.753Z] #19 55.19 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:04.753Z] #19 55.19 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:43:04.753Z] #19 55.23 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-04T20:43:04.753Z] #19 55.23 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:04.753Z] #19 55.23 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:05.006Z] #62 42.92 (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-04T20:43:05.006Z] #62 43.00 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:43:05.006Z] #62 43.02 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:43:05.027Z] #55 ... [2022-06-04T20:43:05.027Z] [2022-06-04T20:43:05.027Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:05.027Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:05.027Z] #14 38.49 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-04T20:43:05.027Z] #14 38.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-04T20:43:05.027Z] #14 38.67 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-04T20:43:05.027Z] #14 38.69 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-04T20:43:05.027Z] #14 38.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-04T20:43:05.027Z] #14 38.96 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-04T20:43:05.027Z] #14 39.23 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-04T20:43:05.027Z] #14 39.23 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-04T20:43:05.027Z] #14 40.17 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-04T20:43:05.027Z] #14 41.89 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-04T20:43:05.027Z] #14 42.62 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-04T20:43:05.027Z] #14 43.34 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-04T20:43:05.027Z] #14 44.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-04T20:43:05.027Z] #14 45.70 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-04T20:43:05.027Z] #14 45.70 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-04T20:43:05.027Z] #14 45.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-04T20:43:05.027Z] #14 45.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:43:05.027Z] #14 45.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:43:05.027Z] #14 45.72 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-04T20:43:05.027Z] #14 45.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-04T20:43:05.027Z] #14 45.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-04T20:43:05.027Z] #14 45.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-04T20:43:05.027Z] #14 45.80 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-04T20:43:05.027Z] #14 45.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-04T20:43:05.027Z] #14 45.80 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-04T20:43:05.027Z] #14 45.94 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-04T20:43:05.027Z] #14 45.94 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-04T20:43:05.027Z] #14 45.94 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-04T20:43:05.027Z] #14 45.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-04T20:43:05.027Z] #14 46.87 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:05.027Z] #14 47.03 Fetched 115 MB in 8s (14.4 MB/s) [2022-06-04T20:43:05.027Z] #14 47.12 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-04T20:43:05.027Z] #14 47.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:43:05.027Z] #14 47.19 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:05.027Z] #14 47.20 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:05.027Z] #14 ... [2022-06-04T20:43:05.027Z] [2022-06-04T20:43:05.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-04T20:43:05.027Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:43:05.027Z] #34 48.10 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-04T20:43:05.027Z] #34 48.33 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-04T20:43:05.223Z] #14 33.17 The following NEW packages will be installed: [2022-06-04T20:43:05.223Z] #14 33.18 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:43:05.223Z] #14 33.18 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-04T20:43:05.224Z] #14 33.18 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-04T20:43:05.224Z] #14 33.18 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-04T20:43:05.224Z] #14 33.18 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-04T20:43:05.224Z] #14 33.18 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-04T20:43:05.224Z] #14 33.18 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-04T20:43:05.224Z] #14 33.19 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-04T20:43:05.224Z] #14 33.19 mingw-w64-x86-64-dev [2022-06-04T20:43:05.268Z] #62 43.23 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:43:05.268Z] #62 43.24 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:43:05.268Z] #62 43.24 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:43:05.481Z] #14 33.65 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:05.481Z] #14 33.65 Need to get 115 MB of archives. [2022-06-04T20:43:05.481Z] #14 33.65 After this operation, 645 MB of additional disk space will be used. [2022-06-04T20:43:05.481Z] #14 33.65 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-04T20:43:05.530Z] #62 43.57 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:43:05.530Z] #62 43.61 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:43:05.530Z] #62 43.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:05.738Z] #14 33.79 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-04T20:43:05.792Z] #62 DONE 44.0s [2022-06-04T20:43:05.792Z] [2022-06-04T20:43:05.792Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-04T20:43:05.792Z] #63 sha256:dec0179da6f9e366bc580837c825e83d16342e24cebecc66d293f2f9e7d2eeb7 [2022-06-04T20:43:05.995Z] #14 33.97 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-04T20:43:05.995Z] #14 33.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-04T20:43:05.996Z] #14 33.98 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-04T20:43:05.996Z] #14 33.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-04T20:43:06.002Z] #34 49.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:43:06.054Z] #63 DONE 0.2s [2022-06-04T20:43:06.054Z] [2022-06-04T20:43:06.054Z] #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-04T20:43:06.054Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:06.054Z] #55 37.20 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:43:06.054Z] #55 37.22 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-04T20:43:06.054Z] #55 37.28 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-04T20:43:06.054Z] #55 37.51 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-04T20:43:06.054Z] #55 37.57 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T20:43:06.054Z] #55 37.65 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-04T20:43:06.054Z] #55 37.70 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-04T20:43:06.054Z] #55 37.73 go: downloading github.com/spf13/afero v1.6.0 [2022-06-04T20:43:06.054Z] #55 37.76 go: downloading github.com/spf13/cast v1.4.1 [2022-06-04T20:43:06.054Z] #55 37.77 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-04T20:43:06.054Z] #55 37.78 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-04T20:43:06.054Z] #55 37.81 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-04T20:43:06.054Z] #55 38.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-04T20:43:06.054Z] #55 38.11 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-04T20:43:06.054Z] #55 38.15 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-04T20:43:06.054Z] #55 38.18 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-04T20:43:06.054Z] #55 38.20 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-04T20:43:06.054Z] #55 38.22 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-04T20:43:06.054Z] #55 38.25 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-04T20:43:06.054Z] #55 38.26 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-04T20:43:06.054Z] #55 38.43 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-04T20:43:06.054Z] #55 38.93 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-04T20:43:06.054Z] #55 39.12 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-04T20:43:06.054Z] #55 39.17 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-04T20:43:06.054Z] #55 39.22 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-04T20:43:06.054Z] #55 39.27 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-04T20:43:06.054Z] #55 39.29 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-04T20:43:06.054Z] #55 40.18 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-04T20:43:06.054Z] #55 40.20 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-04T20:43:06.054Z] #55 40.28 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-04T20:43:06.054Z] #55 40.29 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-04T20:43:06.054Z] #55 40.35 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-04T20:43:06.054Z] #55 40.36 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-04T20:43:06.054Z] #55 40.45 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-04T20:43:06.054Z] #55 40.46 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-04T20:43:06.054Z] #55 40.70 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-04T20:43:06.054Z] #55 40.73 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-04T20:43:06.054Z] #55 40.88 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-04T20:43:06.054Z] #55 41.00 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-04T20:43:06.054Z] #55 41.06 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-04T20:43:06.054Z] #55 41.14 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-04T20:43:06.054Z] #55 41.28 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-04T20:43:06.054Z] #55 41.30 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-04T20:43:06.054Z] #55 41.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-04T20:43:06.054Z] #55 41.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-04T20:43:06.054Z] #55 41.55 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-04T20:43:06.054Z] #55 41.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-04T20:43:06.054Z] #55 41.98 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-04T20:43:06.054Z] #55 41.98 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-04T20:43:06.054Z] #55 42.00 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-04T20:43:06.054Z] #55 42.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-04T20:43:06.054Z] #55 42.12 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-04T20:43:06.054Z] #55 42.26 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-04T20:43:06.054Z] #55 42.34 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-04T20:43:06.054Z] #55 42.39 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-04T20:43:06.054Z] #55 42.42 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-04T20:43:06.054Z] #55 42.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-04T20:43:06.054Z] #55 42.43 go: downloading github.com/julz/importas v0.1.0 [2022-06-04T20:43:06.054Z] #55 42.45 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-04T20:43:06.054Z] #55 42.52 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-04T20:43:06.054Z] #55 42.52 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-04T20:43:06.054Z] #55 42.57 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-04T20:43:06.054Z] #55 42.58 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-04T20:43:06.054Z] #55 42.62 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-04T20:43:06.054Z] #55 42.65 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-04T20:43:06.054Z] #55 42.67 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-04T20:43:06.054Z] #55 42.80 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-04T20:43:06.054Z] #55 42.84 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-04T20:43:06.054Z] #55 42.86 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-04T20:43:06.054Z] #55 42.89 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-04T20:43:06.054Z] #55 43.37 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-04T20:43:06.054Z] #55 43.38 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-04T20:43:06.054Z] #55 43.44 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-04T20:43:06.054Z] #55 43.45 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-04T20:43:06.054Z] #55 43.54 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-04T20:43:06.054Z] #55 43.55 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-04T20:43:06.054Z] #55 43.57 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-04T20:43:06.054Z] #55 43.62 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-04T20:43:06.054Z] #55 43.64 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-04T20:43:06.054Z] #55 43.89 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-04T20:43:06.054Z] #55 43.92 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-04T20:43:06.054Z] #55 43.94 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-04T20:43:06.054Z] #55 43.95 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-04T20:43:06.054Z] #55 43.96 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-04T20:43:06.054Z] #55 44.04 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-04T20:43:06.054Z] #55 44.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-04T20:43:06.054Z] #55 44.16 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-04T20:43:06.054Z] #55 44.25 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-04T20:43:06.252Z] #14 34.34 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-04T20:43:06.316Z] #55 44.40 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-04T20:43:06.560Z] #14 34.54 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-04T20:43:06.560Z] #14 34.54 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-04T20:43:06.579Z] #55 44.46 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-04T20:43:06.579Z] #55 44.56 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-04T20:43:06.579Z] #55 44.69 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-04T20:43:06.579Z] #55 44.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-04T20:43:06.579Z] #55 44.72 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-04T20:43:06.579Z] #55 44.82 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-04T20:43:06.841Z] #55 44.91 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-04T20:43:06.871Z] #14 ... [2022-06-04T20:43:06.871Z] [2022-06-04T20:43:06.871Z] #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-04T20:43:06.871Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:06.871Z] #55 34.85 go: downloading github.com/fatih/color v1.13.0 [2022-06-04T20:43:06.871Z] #55 34.87 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:43:06.871Z] #55 34.93 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-04T20:43:06.871Z] #55 34.96 go: downloading github.com/spf13/viper v1.10.1 [2022-06-04T20:43:06.941Z] #34 ... [2022-06-04T20:43:06.941Z] [2022-06-04T20:43:06.941Z] #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-04T20:43:06.941Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:06.941Z] #51 39.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-04T20:43:06.941Z] #51 39.93 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-04T20:43:06.941Z] #51 40.02 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-04T20:43:06.941Z] #51 40.04 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-04T20:43:06.941Z] #51 40.08 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-04T20:43:06.941Z] #51 42.34 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-04T20:43:06.941Z] #51 43.75 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:06.941Z] #51 44.11 Fetched 2314 kB in 3s (698 kB/s) [2022-06-04T20:43:06.941Z] #51 44.42 Selecting previously unselected package libprotobuf23:amd64. [2022-06-04T20:43:06.941Z] #51 44.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:43:06.941Z] #51 44.56 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 44.59 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:06.941Z] #51 45.89 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:43:06.941Z] #51 45.92 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:43:06.941Z] #51 45.96 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:06.941Z] #51 46.15 Selecting previously unselected package python3-six. [2022-06-04T20:43:06.941Z] #51 46.16 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-04T20:43:06.941Z] #51 46.17 Unpacking python3-six (1.16.0-2) ... [2022-06-04T20:43:06.941Z] #51 46.26 Selecting previously unselected package python3-protobuf. [2022-06-04T20:43:06.941Z] #51 46.27 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 46.28 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:06.941Z] #51 46.75 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:43:06.941Z] #51 46.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 46.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:06.941Z] #51 46.91 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:43:06.941Z] #51 46.92 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 46.92 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:06.941Z] #51 47.06 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:43:06.941Z] #51 47.06 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 47.06 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:06.941Z] #51 47.22 Selecting previously unselected package criu. [2022-06-04T20:43:06.941Z] #51 47.22 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-04T20:43:06.941Z] #51 47.23 Unpacking criu (3.17-1) ... [2022-06-04T20:43:06.941Z] #51 47.98 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:06.941Z] #51 49.86 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:06.941Z] #51 49.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:06.941Z] #51 49.90 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:06.941Z] #51 49.91 Setting up python3-six (1.16.0-2) ... [2022-06-04T20:43:07.103Z] #55 ... [2022-06-04T20:43:07.103Z] [2022-06-04T20:43:07.103Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:43:07.103Z] #64 sha256:3c0e35ff072730d7cfa2735419920691f06126214c0b7813923a5a2741040444 [2022-06-04T20:43:07.103Z] #64 0.868 + RM_GOPATH=0 [2022-06-04T20:43:07.103Z] #64 0.868 + TMP_GOPATH= [2022-06-04T20:43:07.103Z] #64 0.868 + : /build [2022-06-04T20:43:07.103Z] #64 0.868 + '[' -z '' ']' [2022-06-04T20:43:07.103Z] #64 0.869 ++ mktemp -d [2022-06-04T20:43:07.103Z] #64 0.871 + export GOPATH=/tmp/tmp.eahZdTRqnn [2022-06-04T20:43:07.103Z] #64 0.871 + GOPATH=/tmp/tmp.eahZdTRqnn [2022-06-04T20:43:07.103Z] #64 0.871 + RM_GOPATH=1 [2022-06-04T20:43:07.103Z] #64 0.872 + case "$(go env GOARCH)" in [2022-06-04T20:43:07.103Z] #64 0.872 ++ go env GOARCH [2022-06-04T20:43:07.103Z] #64 0.905 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:07.103Z] #64 0.905 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:07.103Z] #64 0.906 ++ dirname /install.sh [2022-06-04T20:43:07.103Z] #64 0.907 + dir=/ [2022-06-04T20:43:07.103Z] #64 0.908 + bin=containerd [2022-06-04T20:43:07.103Z] #64 0.908 + shift [2022-06-04T20:43:07.103Z] #64 0.908 + '[' '!' -f //containerd.installer ']' [2022-06-04T20:43:07.103Z] #64 0.908 + . //containerd.installer [2022-06-04T20:43:07.103Z] #64 0.909 ++ set -e [2022-06-04T20:43:07.103Z] #64 0.909 ++ : v1.6.4 [2022-06-04T20:43:07.103Z] #64 0.909 + install_containerd [2022-06-04T20:43:07.103Z] #64 0.910 + echo 'Install containerd version v1.6.4' [2022-06-04T20:43:07.103Z] #64 0.910 Install containerd version v1.6.4 [2022-06-04T20:43:07.103Z] #64 0.910 + git clone https://github.com/containerd/containerd.git /tmp/tmp.eahZdTRqnn/src/github.com/containerd/containerd [2022-06-04T20:43:07.103Z] #64 0.911 Cloning into '/tmp/tmp.eahZdTRqnn/src/github.com/containerd/containerd'... [2022-06-04T20:43:07.133Z] #55 35.20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T20:43:07.796Z] #55 35.89 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-04T20:43:07.796Z] #55 35.94 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-04T20:43:07.796Z] #55 36.02 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-04T20:43:07.870Z] #51 51.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:07.870Z] #51 51.24 Setting up python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:08.017Z] #19 58.96 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-04T20:43:08.017Z] #19 58.96 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:08.017Z] #19 58.97 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:43:08.017Z] #19 59.00 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-04T20:43:08.017Z] #19 59.00 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:08.017Z] #19 59.01 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:08.058Z] #55 36.04 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-04T20:43:08.127Z] #51 ... [2022-06-04T20:43:08.127Z] [2022-06-04T20:43:08.127Z] #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-04T20:43:08.127Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:08.127Z] #55 51.58 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-04T20:43:08.127Z] #55 51.59 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-04T20:43:08.127Z] #55 51.69 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-04T20:43:08.310Z] Client: [2022-06-04T20:43:08.310Z] Context: default [2022-06-04T20:43:08.310Z] Debug Mode: false [2022-06-04T20:43:08.310Z] Plugins: [2022-06-04T20:43:08.310Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-04T20:43:08.310Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-04T20:43:08.310Z] [2022-06-04T20:43:08.310Z] Server: [2022-06-04T20:43:08.310Z] Containers: 0 [2022-06-04T20:43:08.310Z] Running: 0 [2022-06-04T20:43:08.310Z] Paused: 0 [2022-06-04T20:43:08.310Z] Stopped: 0 [2022-06-04T20:43:08.310Z] Images: 0 [2022-06-04T20:43:08.310Z] Server Version: 20.10.14 [2022-06-04T20:43:08.310Z] Storage Driver: overlay2 [2022-06-04T20:43:08.310Z] Backing Filesystem: extfs [2022-06-04T20:43:08.310Z] Supports d_type: true [2022-06-04T20:43:08.310Z] Native Overlay Diff: true [2022-06-04T20:43:08.310Z] userxattr: false [2022-06-04T20:43:08.310Z] Logging Driver: json-file [2022-06-04T20:43:08.310Z] Cgroup Driver: cgroupfs [2022-06-04T20:43:08.310Z] Cgroup Version: 1 [2022-06-04T20:43:08.310Z] Plugins: [2022-06-04T20:43:08.310Z] Volume: local [2022-06-04T20:43:08.310Z] Network: bridge host ipvlan macvlan null overlay [2022-06-04T20:43:08.310Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-04T20:43:08.310Z] Swarm: inactive [2022-06-04T20:43:08.310Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-04T20:43:08.310Z] Default Runtime: runc [2022-06-04T20:43:08.310Z] Init Binary: docker-init [2022-06-04T20:43:08.310Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-04T20:43:08.310Z] runc version: v1.0.3-0-gf46b6ba [2022-06-04T20:43:08.310Z] init version: de40ad0 [2022-06-04T20:43:08.310Z] Security Options: [2022-06-04T20:43:08.310Z] apparmor [2022-06-04T20:43:08.310Z] seccomp [2022-06-04T20:43:08.310Z] Profile: default [2022-06-04T20:43:08.310Z] Kernel Version: 5.13.0-1021-aws [2022-06-04T20:43:08.310Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-04T20:43:08.310Z] OSType: linux [2022-06-04T20:43:08.310Z] Architecture: aarch64 [2022-06-04T20:43:08.310Z] CPUs: 2 [2022-06-04T20:43:08.310Z] Total Memory: 7.562GiB [2022-06-04T20:43:08.310Z] Name: ip-10-100-43-74 [2022-06-04T20:43:08.310Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-04T20:43:08.310Z] Docker Root Dir: /var/lib/docker [2022-06-04T20:43:08.310Z] Debug Mode: false [2022-06-04T20:43:08.310Z] Registry: https://index.docker.io/v1/ [2022-06-04T20:43:08.310Z] Labels: [2022-06-04T20:43:08.310Z] Experimental: true [2022-06-04T20:43:08.310Z] Insecure Registries: [2022-06-04T20:43:08.310Z] 127.0.0.0/8 [2022-06-04T20:43:08.310Z] Live Restore Enabled: true [2022-06-04T20:43:08.310Z] [Pipeline] sh [2022-06-04T20:43:08.386Z] #55 51.73 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-04T20:43:08.386Z] #55 51.73 go: downloading golang.org/x/mod v0.5.1 [2022-06-04T20:43:08.386Z] #55 51.77 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-04T20:43:08.386Z] #55 51.83 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-04T20:43:08.386Z] #55 51.91 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-04T20:43:08.386Z] #55 52.03 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-04T20:43:08.386Z] #55 52.07 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-04T20:43:08.558Z] #64 ... [2022-06-04T20:43:08.559Z] [2022-06-04T20:43:08.559Z] #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-04T20:43:08.559Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:43:08.559Z] #40 46.06 NAME: [2022-06-04T20:43:08.559Z] #40 46.06 go-winres - A tool for embedding resources in Windows executables [2022-06-04T20:43:08.559Z] #40 46.06 [2022-06-04T20:43:08.559Z] #40 46.06 USAGE: [2022-06-04T20:43:08.559Z] #40 46.06 go-winres [global options] command [command options] [arguments...] [2022-06-04T20:43:08.559Z] #40 46.06 [2022-06-04T20:43:08.559Z] #40 46.06 COMMANDS: [2022-06-04T20:43:08.559Z] #40 46.06 init Create an initial ./winres/winres.json [2022-06-04T20:43:08.559Z] #40 46.06 make Make syso files for the "go build" command [2022-06-04T20:43:08.559Z] #40 46.06 simply Make syso files for the "go build" command (simplified) [2022-06-04T20:43:08.559Z] #40 46.06 extract Extract all resources from an executable [2022-06-04T20:43:08.559Z] #40 46.06 patch Replace resources in an executable file (exe, dll) [2022-06-04T20:43:08.559Z] #40 46.07 help, h Shows a list of commands or help for one command [2022-06-04T20:43:08.559Z] #40 46.07 [2022-06-04T20:43:08.559Z] #40 46.07 GLOBAL OPTIONS: [2022-06-04T20:43:08.559Z] #40 46.07 --help, -h show help (default: false) [2022-06-04T20:43:08.559Z] #40 DONE 46.3s [2022-06-04T20:43:08.559Z] [2022-06-04T20:43:08.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-04T20:43:08.559Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:08.559Z] #42 32.41 Reading package lists... [2022-06-04T20:43:08.559Z] #42 37.97 Building dependency tree... [2022-06-04T20:43:08.559Z] #42 41.75 The following additional packages will be installed: [2022-06-04T20:43:08.559Z] #42 41.76 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-04T20:43:08.559Z] #42 41.82 Suggested packages: [2022-06-04T20:43:08.559Z] #42 41.82 cmake-doc ninja-build lrzip [2022-06-04T20:43:08.559Z] #42 41.82 Recommended packages: [2022-06-04T20:43:08.559Z] #42 41.82 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-04T20:43:08.559Z] #42 42.59 The following NEW packages will be installed: [2022-06-04T20:43:08.559Z] #42 42.60 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-04T20:43:08.559Z] #42 42.61 vim-common xxd [2022-06-04T20:43:08.559Z] #42 42.97 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:08.559Z] #42 42.97 Need to get 17.7 MB of archives. [2022-06-04T20:43:08.559Z] #42 42.97 After this operation, 70.7 MB of additional disk space will be used. [2022-06-04T20:43:08.559Z] #42 42.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-04T20:43:08.559Z] #42 42.98 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-04T20:43:08.559Z] #42 42.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-04T20:43:08.559Z] #42 43.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:43:08.559Z] #42 43.47 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-04T20:43:08.559Z] #42 43.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-04T20:43:08.559Z] #42 43.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-04T20:43:08.559Z] #42 43.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-04T20:43:08.559Z] #42 43.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-04T20:43:08.559Z] #42 43.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-04T20:43:08.559Z] #42 45.09 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:08.559Z] #42 45.35 Fetched 17.7 MB in 1s (14.8 MB/s) [2022-06-04T20:43:08.559Z] #42 45.44 Selecting previously unselected package xxd. [2022-06-04T20:43:08.559Z] #42 45.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-04T20:43:08.559Z] #42 45.53 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:43:08.559Z] #42 45.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:08.559Z] #42 45.74 Selecting previously unselected package vim-common. [2022-06-04T20:43:08.559Z] #42 45.74 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:43:08.559Z] #42 45.76 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:08.559Z] #42 46.31 Selecting previously unselected package cmake-data. [2022-06-04T20:43:08.559Z] #42 46.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-04T20:43:08.559Z] #42 46.38 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:08.600Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:43:08.600Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-04T20:43:08.600Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43693/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-04T20:43:08.600Z] + bash /home/ubuntu/workspace/moby_PR-43693/check-config.sh [2022-06-04T20:43:08.600Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-04T20:43:08.600Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-04T20:43:08.600Z] [2022-06-04T20:43:08.600Z] Generally Necessary: [2022-06-04T20:43:08.600Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-04T20:43:08.600Z] - apparmor: enabled and tools installed [2022-06-04T20:43:08.600Z] - CONFIG_NAMESPACES: enabled [2022-06-04T20:43:08.600Z] - CONFIG_NET_NS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_PID_NS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_IPC_NS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_UTS_NS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CGROUPS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-04T20:43:08.600Z] - CONFIG_CPUSETS: enabled [2022-06-04T20:43:08.600Z] - CONFIG_MEMCG: enabled [2022-06-04T20:43:08.643Z] #55 52.21 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-04T20:43:08.821Z] #42 ... [2022-06-04T20:43:08.821Z] [2022-06-04T20:43:08.821Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:08.821Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:08.821Z] #14 31.56 Reading package lists... [2022-06-04T20:43:08.821Z] #14 37.11 Building dependency tree... [2022-06-04T20:43:08.821Z] #14 41.14 The following additional packages will be installed: [2022-06-04T20:43:08.821Z] #14 41.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:43:08.821Z] #14 41.15 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-04T20:43:08.821Z] #14 41.15 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-04T20:43:08.821Z] #14 41.15 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-04T20:43:08.821Z] #14 41.15 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-04T20:43:08.821Z] #14 41.15 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-04T20:43:08.821Z] #14 41.15 mingw-w64-common mingw-w64-x86-64-dev [2022-06-04T20:43:08.821Z] #14 41.22 Suggested packages: [2022-06-04T20:43:08.821Z] #14 41.22 gcc-10-locales seccomp wine64 [2022-06-04T20:43:08.821Z] #14 42.95 The following NEW packages will be installed: [2022-06-04T20:43:08.821Z] #14 42.95 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:43:08.821Z] #14 42.95 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-04T20:43:08.821Z] #14 42.95 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-04T20:43:08.821Z] #14 42.95 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-04T20:43:08.821Z] #14 42.95 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-04T20:43:08.821Z] #14 42.96 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-04T20:43:08.821Z] #14 42.96 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-04T20:43:08.821Z] #14 42.96 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-04T20:43:08.821Z] #14 42.96 mingw-w64-x86-64-dev [2022-06-04T20:43:08.821Z] #14 43.30 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:08.821Z] #14 43.30 Need to get 115 MB of archives. [2022-06-04T20:43:08.821Z] #14 43.30 After this operation, 645 MB of additional disk space will be used. [2022-06-04T20:43:08.821Z] #14 43.30 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-04T20:43:08.821Z] #14 43.41 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-04T20:43:08.821Z] #14 43.56 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-04T20:43:08.821Z] #14 43.56 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-04T20:43:08.821Z] #14 43.58 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-04T20:43:08.821Z] #14 43.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-04T20:43:08.821Z] #14 43.84 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-04T20:43:08.821Z] #14 44.07 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-04T20:43:08.821Z] #14 44.08 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-04T20:43:08.821Z] #14 44.75 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-04T20:43:08.821Z] #14 46.23 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-04T20:43:08.821Z] #14 46.96 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-04T20:43:08.862Z] - CONFIG_KEYS: enabled [2022-06-04T20:43:08.862Z] - CONFIG_VETH: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-04T20:43:08.862Z] - CONFIG_CGROUP_BPF: enabled [2022-06-04T20:43:08.862Z] [2022-06-04T20:43:08.862Z] Optional Features: [2022-06-04T20:43:08.862Z] - CONFIG_USER_NS: enabled [2022-06-04T20:43:08.862Z] - CONFIG_SECCOMP: enabled [2022-06-04T20:43:08.862Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-04T20:43:08.862Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-04T20:43:08.862Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-04T20:43:08.862Z] (cgroup swap accounting is currently enabled) [2022-06-04T20:43:08.862Z] - CONFIG_BLK_CGROUP: enabled [2022-06-04T20:43:08.862Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-04T20:43:08.862Z] - CONFIG_CGROUP_PERF: enabled [2022-06-04T20:43:08.862Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-04T20:43:08.862Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-04T20:43:08.862Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-04T20:43:08.862Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-04T20:43:08.862Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-04T20:43:08.862Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_IP_VS: enabled (as module) [2022-06-04T20:43:08.862Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-04T20:43:09.012Z] #55 37.20 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-04T20:43:09.124Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-04T20:43:09.124Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-04T20:43:09.124Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-04T20:43:09.124Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-04T20:43:09.124Z] - CONFIG_EXT4_FS: enabled [2022-06-04T20:43:09.124Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-04T20:43:09.124Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-04T20:43:09.124Z] - Network Drivers: [2022-06-04T20:43:09.124Z] - "overlay": [2022-06-04T20:43:09.124Z] - CONFIG_VXLAN: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-04T20:43:09.124Z] Optional (for encrypted networks): [2022-06-04T20:43:09.124Z] - CONFIG_CRYPTO: enabled [2022-06-04T20:43:09.124Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-04T20:43:09.124Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-04T20:43:09.124Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-04T20:43:09.124Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-04T20:43:09.124Z] - CONFIG_XFRM: enabled [2022-06-04T20:43:09.124Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-04T20:43:09.124Z] - "ipvlan": [2022-06-04T20:43:09.124Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-04T20:43:09.124Z] - "macvlan": [2022-06-04T20:43:09.124Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_DUMMY: enabled (as module) [2022-06-04T20:43:09.124Z] - "ftp,tftp client in container": [2022-06-04T20:43:09.124Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-04T20:43:09.124Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-04T20:43:09.124Z] - Storage Drivers: [2022-06-04T20:43:09.124Z] - "aufs": [2022-06-04T20:43:09.124Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-04T20:43:09.124Z] - "btrfs": [2022-06-04T20:43:09.124Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-04T20:43:09.206Z] #55 52.59 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T20:43:09.206Z] #55 52.66 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-04T20:43:09.268Z] #55 37.22 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-04T20:43:09.386Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-04T20:43:09.386Z] - "devicemapper": [2022-06-04T20:43:09.386Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-04T20:43:09.386Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-04T20:43:09.386Z] - "overlay": [2022-06-04T20:43:09.386Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-04T20:43:09.386Z] - "zfs": [2022-06-04T20:43:09.386Z] - /dev/zfs: present [2022-06-04T20:43:09.386Z] - zfs command: missing [2022-06-04T20:43:09.386Z] - zpool command: missing [2022-06-04T20:43:09.386Z] [2022-06-04T20:43:09.386Z] Limits: [2022-06-04T20:43:09.386Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-04T20:43:09.386Z] [2022-06-04T20:43:09.386Z] + true [Pipeline] } [2022-06-04T20:43:09.395Z] #14 ... [2022-06-04T20:43:09.395Z] [2022-06-04T20:43:09.395Z] #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-04T20:43:09.395Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:09.395Z] #55 45.28 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-04T20:43:09.395Z] #55 45.38 go: downloading honnef.co/go/tools v0.2.2 [2022-06-04T20:43:09.395Z] #55 47.17 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-04T20:43:09.395Z] #55 47.18 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-04T20:43:09.395Z] #55 47.42 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-04T20:43:09.395Z] #55 47.55 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T20:43:09.395Z] #55 47.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-04T20:43:09.463Z] #55 52.86 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-04T20:43:09.463Z] #55 52.99 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-04T20:43:09.524Z] #55 ... [2022-06-04T20:43:09.524Z] [2022-06-04T20:43:09.524Z] #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-04T20:43:09.524Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-04T20:43:09.524Z] #40 37.41 NAME: [2022-06-04T20:43:09.524Z] #40 37.41 go-winres - A tool for embedding resources in Windows executables [2022-06-04T20:43:09.524Z] #40 37.41 [2022-06-04T20:43:09.524Z] #40 37.41 USAGE: [2022-06-04T20:43:09.524Z] #40 37.41 go-winres [global options] command [command options] [arguments...] [2022-06-04T20:43:09.524Z] #40 37.42 [2022-06-04T20:43:09.524Z] #40 37.42 COMMANDS: [2022-06-04T20:43:09.524Z] #40 37.42 init Create an initial ./winres/winres.json [2022-06-04T20:43:09.524Z] #40 37.42 make Make syso files for the "go build" command [2022-06-04T20:43:09.524Z] #40 37.42 simply Make syso files for the "go build" command (simplified) [2022-06-04T20:43:09.524Z] #40 37.42 extract Extract all resources from an executable [2022-06-04T20:43:09.524Z] #40 37.42 patch Replace resources in an executable file (exe, dll) [2022-06-04T20:43:09.524Z] #40 37.42 help, h Shows a list of commands or help for one command [2022-06-04T20:43:09.524Z] #40 37.42 [2022-06-04T20:43:09.524Z] #40 37.42 GLOBAL OPTIONS: [2022-06-04T20:43:09.524Z] #40 37.42 --help, -h show help (default: false) [2022-06-04T20:43:09.524Z] #40 DONE 37.7s [2022-06-04T20:43:09.524Z] [2022-06-04T20:43:09.524Z] #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-04T20:43:09.524Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-04T20:43:09.524Z] #62 24.73 Reading package lists... [2022-06-04T20:43:09.524Z] #62 30.35 Building dependency tree... [2022-06-04T20:43:09.524Z] #62 34.12 The following additional packages will be installed: [2022-06-04T20:43:09.524Z] #62 34.14 libbtrfs0 [2022-06-04T20:43:09.524Z] #62 34.35 The following NEW packages will be installed: [2022-06-04T20:43:09.524Z] #62 34.36 libbtrfs-dev libbtrfs0 [2022-06-04T20:43:09.524Z] #62 34.78 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:09.524Z] #62 34.78 Need to get 460 kB of archives. [2022-06-04T20:43:09.524Z] #62 34.78 After this operation, 1237 kB of additional disk space will be used. [2022-06-04T20:43:09.524Z] #62 34.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:43:09.524Z] #62 34.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:43:09.524Z] #62 35.99 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:09.524Z] #62 36.34 Fetched 460 kB in 0s (1417 kB/s) [2022-06-04T20:43:09.524Z] #62 36.44 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:43:09.524Z] #62 36.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-04T20:43:09.524Z] #62 36.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:43:09.524Z] #62 36.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:43:09.524Z] #62 36.80 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:43:09.524Z] #62 36.80 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:43:09.524Z] #62 36.81 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:43:09.524Z] #62 37.23 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:43:09.524Z] #62 37.27 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:43:09.524Z] #62 37.28 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:09.524Z] #62 DONE 37.7s [2022-06-04T20:43:09.658Z] #55 47.59 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-04T20:43:09.658Z] #55 47.70 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-04T20:43:09.720Z] #55 53.20 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-04T20:43:09.720Z] #55 53.22 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-04T20:43:09.722Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 . [2022-06-04T20:43:09.784Z] [2022-06-04T20:43:09.784Z] #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-04T20:43:09.784Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-04T20:43:09.784Z] #57 37.90 v3.0.2 [2022-06-04T20:43:09.919Z] #55 ... [2022-06-04T20:43:09.919Z] [2022-06-04T20:43:09.919Z] #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-04T20:43:09.919Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:09.919Z] #51 32.47 Reading package lists... [2022-06-04T20:43:09.919Z] #51 37.76 Building dependency tree... [2022-06-04T20:43:09.919Z] #51 41.87 The following additional packages will be installed: [2022-06-04T20:43:09.919Z] #51 41.88 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:43:09.919Z] #51 41.89 python3-protobuf python3-six [2022-06-04T20:43:09.919Z] #51 41.89 Suggested packages: [2022-06-04T20:43:09.919Z] #51 41.91 python3-setuptools [2022-06-04T20:43:09.919Z] #51 41.91 Recommended packages: [2022-06-04T20:43:09.919Z] #51 41.91 iproute2 | iproute [2022-06-04T20:43:09.919Z] #51 42.53 The following NEW packages will be installed: [2022-06-04T20:43:09.919Z] #51 42.56 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:43:09.919Z] #51 42.56 python3-protobuf python3-six [2022-06-04T20:43:09.919Z] #51 42.99 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:09.919Z] #51 42.99 Need to get 2314 kB of archives. [2022-06-04T20:43:09.919Z] #51 42.99 After this operation, 11.1 MB of additional disk space will be used. [2022-06-04T20:43:09.919Z] #51 42.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-04T20:43:09.919Z] #51 43.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:43:09.919Z] #51 43.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-04T20:43:09.920Z] #51 43.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-04T20:43:09.920Z] #51 43.05 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-04T20:43:09.920Z] #51 43.05 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-04T20:43:09.920Z] #51 43.07 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-04T20:43:09.920Z] #51 45.34 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-04T20:43:09.920Z] #51 47.18 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:09.920Z] #51 47.49 Fetched 2314 kB in 3s (758 kB/s) [2022-06-04T20:43:09.920Z] #51 47.59 Selecting previously unselected package libprotobuf23:amd64. [2022-06-04T20:43:09.920Z] #51 47.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-04T20:43:09.920Z] #51 47.64 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-04T20:43:09.920Z] #51 47.66 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:09.920Z] #51 ... [2022-06-04T20:43:09.920Z] [2022-06-04T20:43:09.920Z] #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-04T20:43:09.920Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:09.920Z] #55 47.95 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T20:43:09.920Z] #55 47.95 go: downloading golang.org/x/text v0.3.7 [2022-06-04T20:43:09.979Z] #55 53.37 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T20:43:09.979Z] #55 53.40 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T20:43:09.979Z] #55 53.41 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T20:43:09.979Z] #55 53.45 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-04T20:43:09.979Z] #55 53.65 go: downloading github.com/prometheus/common v0.10.0 [2022-06-04T20:43:09.985Z] #1 [internal] load build definition from Dockerfile [2022-06-04T20:43:09.985Z] #1 sha256:de1485e7bf40344176b652293a5a566dbe4efcd23249a9fd67ecb2cc6c3104e2 [2022-06-04T20:43:09.985Z] #1 transferring dockerfile: 17.93kB done [2022-06-04T20:43:09.985Z] #1 DONE 0.2s [2022-06-04T20:43:09.985Z] [2022-06-04T20:43:09.985Z] #2 [internal] load .dockerignore [2022-06-04T20:43:09.985Z] #2 sha256:0234602cc7dac3fc13efbf0b2c831050cde1add7a529814f8e2d404e79aa16d3 [2022-06-04T20:43:09.985Z] #2 transferring context: 145B done [2022-06-04T20:43:09.985Z] #2 DONE 0.0s [2022-06-04T20:43:09.985Z] [2022-06-04T20:43:09.985Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-04T20:43:09.985Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-04T20:43:10.049Z] #57 DONE 38.2s [2022-06-04T20:43:10.049Z] [2022-06-04T20:43:10.049Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-04T20:43:10.049Z] #63 sha256:3faabdcd4fbf347a356275b38aca3e3bf59e069054df335af1cfefbb4abc01ed [2022-06-04T20:43:10.049Z] #63 DONE 0.5s [2022-06-04T20:43:10.049Z] [2022-06-04T20:43:10.049Z] #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-04T20:43:10.049Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:43:10.545Z] #55 53.85 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-04T20:43:10.545Z] #55 53.94 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-04T20:43:10.545Z] #55 54.03 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T20:43:10.557Z] #3 DONE 0.5s [2022-06-04T20:43:10.557Z] [2022-06-04T20:43:10.557Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-04T20:43:10.557Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-04T20:43:10.557Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-04T20:43:10.557Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-04T20:43:10.557Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-04T20:43:10.557Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-04T20:43:10.557Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-06-04T20:43:10.819Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2022-06-04T20:43:11.086Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-06-04T20:43:11.086Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-04T20:43:11.086Z] #4 DONE 0.7s [2022-06-04T20:43:11.280Z] #19 62.57 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-04T20:43:11.280Z] #19 62.57 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:11.280Z] #19 62.58 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:11.280Z] #19 62.60 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-04T20:43:11.280Z] #19 62.60 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:11.280Z] #19 62.61 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:43:11.280Z] #19 62.63 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-04T20:43:11.280Z] #19 62.63 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:11.349Z] [2022-06-04T20:43:11.349Z] #5 [internal] load build definition from Dockerfile [2022-06-04T20:43:11.349Z] #5 sha256:1d1b856468d652813b1858ac1b4a51f6c1f7f3f21f519329deace3cd6a5649e4 [2022-06-04T20:43:11.349Z] #5 DONE 0.0s [2022-06-04T20:43:11.349Z] [2022-06-04T20:43:11.349Z] #6 [internal] load .dockerignore [2022-06-04T20:43:11.349Z] #6 sha256:bca23379a7c4ead3b732dddcbc1c10e19d9dbef4eaa66dfbf333a20e9b1b2b46 [2022-06-04T20:43:11.349Z] #6 DONE 0.0s [2022-06-04T20:43:11.349Z] [2022-06-04T20:43:11.349Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:43:11.349Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:43:11.536Z] #19 62.64 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:43:11.536Z] #19 62.66 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-04T20:43:11.536Z] #19 62.66 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:11.536Z] #19 62.67 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:11.536Z] #19 62.69 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-04T20:43:11.536Z] #19 62.69 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:11.536Z] #19 62.70 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:11.536Z] #19 62.72 Selecting previously unselected package cross-config. [2022-06-04T20:43:11.536Z] #19 62.72 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-04T20:43:11.536Z] #19 62.73 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-04T20:43:11.536Z] #19 62.75 Selecting previously unselected package gcc-10-cross-base. [2022-06-04T20:43:11.536Z] #19 62.75 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.536Z] #19 62.76 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-04T20:43:11.536Z] #19 62.80 Selecting previously unselected package libc6-arm64-cross. [2022-06-04T20:43:11.536Z] #19 62.80 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:11.536Z] #19 62.80 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-04T20:43:11.792Z] #19 62.92 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-04T20:43:11.792Z] #19 62.93 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.792Z] #19 62.93 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:11.792Z] #19 62.96 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-04T20:43:11.792Z] #19 62.96 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.792Z] #19 62.97 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:11.792Z] #19 63.00 Selecting previously unselected package libitm1-arm64-cross. [2022-06-04T20:43:11.792Z] #19 63.00 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.792Z] #19 63.01 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:11.792Z] #19 63.04 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-04T20:43:11.792Z] #19 63.04 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.792Z] #19 63.04 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:11.792Z] #19 63.06 Selecting previously unselected package libasan6-arm64-cross. [2022-06-04T20:43:11.792Z] #19 63.07 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:11.792Z] #19 63.07 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:11.915Z] #55 55.49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T20:43:12.048Z] #19 63.28 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-04T20:43:12.048Z] #19 63.28 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:12.048Z] #19 63.29 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:12.048Z] #19 63.38 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-04T20:43:12.048Z] #19 63.38 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:12.294Z] #10 ... [2022-06-04T20:43:12.294Z] [2022-06-04T20:43:12.294Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:43:12.294Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-04T20:43:12.294Z] #9 DONE 1.1s [2022-06-04T20:43:12.294Z] [2022-06-04T20:43:12.294Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-04T20:43:12.294Z] #8 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-04T20:43:12.294Z] #8 DONE 1.1s [2022-06-04T20:43:12.303Z] #19 63.39 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:12.303Z] #19 63.59 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-04T20:43:12.303Z] #19 63.59 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:12.303Z] #19 63.60 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:12.303Z] #19 63.66 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-04T20:43:12.556Z] [2022-06-04T20:43:12.556Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-04T20:43:12.556Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-04T20:43:12.556Z] #7 DONE 1.1s [2022-06-04T20:43:12.556Z] [2022-06-04T20:43:12.556Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-04T20:43:12.556Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-04T20:43:12.556Z] #10 DONE 1.2s [2022-06-04T20:43:12.558Z] #19 63.66 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:12.558Z] #19 63.66 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:12.558Z] #19 63.76 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-04T20:43:12.558Z] #19 63.77 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:12.558Z] #19 63.77 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:12.558Z] #19 63.89 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-04T20:43:12.567Z] #64 ... [2022-06-04T20:43:12.567Z] [2022-06-04T20:43:12.567Z] #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-04T20:43:12.567Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:12.567Z] #51 24.39 Reading package lists... [2022-06-04T20:43:12.567Z] #51 30.13 Building dependency tree... [2022-06-04T20:43:12.567Z] #51 33.92 The following additional packages will be installed: [2022-06-04T20:43:12.567Z] #51 33.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:43:12.567Z] #51 33.92 python3-protobuf python3-six [2022-06-04T20:43:12.567Z] #51 33.94 Suggested packages: [2022-06-04T20:43:12.567Z] #51 33.95 python3-setuptools [2022-06-04T20:43:12.567Z] #51 33.95 Recommended packages: [2022-06-04T20:43:12.567Z] #51 33.95 iproute2 | iproute [2022-06-04T20:43:12.567Z] #51 34.65 The following NEW packages will be installed: [2022-06-04T20:43:12.567Z] #51 34.67 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:43:12.567Z] #51 34.68 python3-protobuf python3-six [2022-06-04T20:43:12.567Z] #51 35.17 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:12.567Z] #51 35.17 Need to get 2314 kB of archives. [2022-06-04T20:43:12.567Z] #51 35.17 After this operation, 11.1 MB of additional disk space will be used. [2022-06-04T20:43:12.567Z] #51 35.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-04T20:43:12.567Z] #51 35.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:43:12.567Z] #51 35.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-04T20:43:12.567Z] #51 35.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-04T20:43:12.567Z] #51 35.24 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-04T20:43:12.567Z] #51 35.24 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-04T20:43:12.567Z] #51 35.25 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-04T20:43:12.567Z] #51 37.76 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-04T20:43:12.567Z] #51 39.39 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:12.567Z] #51 39.53 Fetched 2314 kB in 3s (717 kB/s) [2022-06-04T20:43:12.567Z] #51 39.67 Selecting previously unselected package libprotobuf23:amd64. [2022-06-04T20:43:12.567Z] #51 39.67 (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-04T20:43:12.567Z] #51 39.67 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-04T20:43:12.567Z] #51 39.69 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:12.567Z] #51 ... [2022-06-04T20:43:12.567Z] [2022-06-04T20:43:12.567Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-04T20:43:12.567Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:12.567Z] #42 24.91 Reading package lists... [2022-06-04T20:43:12.567Z] #42 30.51 Building dependency tree... [2022-06-04T20:43:12.567Z] #42 34.34 The following additional packages will be installed: [2022-06-04T20:43:12.567Z] #42 34.36 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-04T20:43:12.567Z] #42 34.39 Suggested packages: [2022-06-04T20:43:12.567Z] #42 34.39 cmake-doc ninja-build lrzip [2022-06-04T20:43:12.567Z] #42 34.39 Recommended packages: [2022-06-04T20:43:12.567Z] #42 34.39 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-04T20:43:12.567Z] #42 35.39 The following NEW packages will be installed: [2022-06-04T20:43:12.567Z] #42 35.40 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-04T20:43:12.567Z] #42 35.41 vim-common xxd [2022-06-04T20:43:12.567Z] #42 35.95 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:12.567Z] #42 35.95 Need to get 17.7 MB of archives. [2022-06-04T20:43:12.567Z] #42 35.95 After this operation, 70.7 MB of additional disk space will be used. [2022-06-04T20:43:12.567Z] #42 35.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-04T20:43:12.567Z] #42 35.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-04T20:43:12.567Z] #42 35.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-04T20:43:12.567Z] #42 36.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:43:12.567Z] #42 36.79 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-04T20:43:12.567Z] #42 36.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-04T20:43:12.567Z] #42 36.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-04T20:43:12.567Z] #42 36.85 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-04T20:43:12.567Z] #42 36.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-04T20:43:12.567Z] #42 36.88 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-04T20:43:12.567Z] #42 38.37 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:12.567Z] #42 38.65 Fetched 17.7 MB in 2s (10.5 MB/s) [2022-06-04T20:43:12.567Z] #42 38.72 Selecting previously unselected package xxd. [2022-06-04T20:43:12.567Z] #42 38.72 (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-04T20:43:12.567Z] #42 38.79 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:43:12.567Z] #42 38.79 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:12.567Z] #42 38.94 Selecting previously unselected package vim-common. [2022-06-04T20:43:12.567Z] #42 38.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:43:12.567Z] #42 38.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:12.567Z] #42 39.28 Selecting previously unselected package cmake-data. [2022-06-04T20:43:12.567Z] #42 39.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-04T20:43:12.567Z] #42 39.28 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:12.567Z] #42 ... [2022-06-04T20:43:12.567Z] [2022-06-04T20:43:12.567Z] #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-04T20:43:12.567Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:12.567Z] #55 40.33 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:43:12.567Z] #55 40.33 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-04T20:43:12.567Z] #55 40.39 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-04T20:43:12.567Z] #55 40.39 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-04T20:43:12.567Z] #55 40.53 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T20:43:12.567Z] #55 40.64 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/spf13/afero v1.6.0 [2022-06-04T20:43:12.567Z] #55 40.72 go: downloading github.com/spf13/cast v1.4.1 [2022-06-04T20:43:12.567Z] #55 40.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-04T20:43:12.814Z] #19 63.89 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:12.814Z] #19 63.90 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:12.823Z] #55 40.84 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-04T20:43:12.824Z] #55 40.84 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-04T20:43:12.824Z] #55 41.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-04T20:43:12.847Z] #55 ... [2022-06-04T20:43:12.847Z] [2022-06-04T20:43:12.847Z] #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-04T20:43:12.847Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:12.847Z] #42 46.40 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:43:12.847Z] #42 46.41 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 46.43 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:12.847Z] #42 53.09 Selecting previously unselected package libxml2:amd64. [2022-06-04T20:43:12.847Z] #42 53.10 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 53.12 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:12.847Z] #42 53.68 Selecting previously unselected package libarchive13:amd64. [2022-06-04T20:43:12.847Z] #42 53.69 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 53.70 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:12.847Z] #42 54.00 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-04T20:43:12.847Z] #42 54.00 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 54.01 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:12.847Z] #42 54.17 Selecting previously unselected package librhash0:amd64. [2022-06-04T20:43:12.847Z] #42 54.17 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 54.17 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:12.847Z] #42 54.38 Selecting previously unselected package libuv1:amd64. [2022-06-04T20:43:12.847Z] #42 54.38 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 54.39 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:12.847Z] #42 54.55 Selecting previously unselected package cmake. [2022-06-04T20:43:12.847Z] #42 54.56 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-04T20:43:12.847Z] #42 54.57 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:13.080Z] #55 41.10 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-04T20:43:13.081Z] #55 41.10 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-04T20:43:13.081Z] #55 41.15 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-04T20:43:13.081Z] #55 41.15 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-04T20:43:13.349Z] #55 41.27 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-04T20:43:13.349Z] #55 41.27 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-04T20:43:13.605Z] #55 41.81 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-04T20:43:13.860Z] #55 41.93 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-04T20:43:13.860Z] #55 41.96 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-04T20:43:14.117Z] #55 42.03 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-04T20:43:14.117Z] #55 42.07 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-04T20:43:14.117Z] #55 42.11 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-04T20:43:14.679Z] #55 42.77 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-04T20:43:14.679Z] #55 42.77 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-04T20:43:14.679Z] #55 42.83 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-04T20:43:14.935Z] #55 42.87 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-04T20:43:14.935Z] #55 42.90 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-04T20:43:14.935Z] #55 43.08 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-04T20:43:14.935Z] #55 43.08 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-04T20:43:15.191Z] #55 43.35 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-04T20:43:15.191Z] #55 43.41 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-04T20:43:15.230Z] #55 ... [2022-06-04T20:43:15.230Z] [2022-06-04T20:43:15.230Z] #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-04T20:43:15.230Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:43:15.230Z] #34 52.10 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-04T20:43:15.230Z] #34 52.36 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-04T20:43:15.230Z] #34 52.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:43:15.406Z] #42 ... [2022-06-04T20:43:15.406Z] [2022-06-04T20:43:15.406Z] #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-04T20:43:15.406Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:15.406Z] #51 54.92 Setting up criu (3.17-1) ... [2022-06-04T20:43:15.406Z] #51 56.87 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:15.406Z] #51 DONE 58.6s [2022-06-04T20:43:15.406Z] [2022-06-04T20:43:15.406Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:15.406Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:15.406Z] #14 49.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-04T20:43:15.406Z] #14 49.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:15.406Z] #14 49.19 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:15.406Z] #14 51.71 Selecting previously unselected package binutils-mingw-w64. [2022-06-04T20:43:15.406Z] #14 51.75 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-04T20:43:15.406Z] #14 51.77 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:43:15.406Z] #14 51.91 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-04T20:43:15.406Z] #14 51.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:15.406Z] #14 51.94 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:43:15.406Z] #14 52.14 Selecting previously unselected package dmsetup. [2022-06-04T20:43:15.406Z] #14 52.14 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:15.406Z] #14 52.15 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:43:15.406Z] #14 52.35 Selecting previously unselected package mingw-w64-common. [2022-06-04T20:43:15.406Z] #14 52.35 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-04T20:43:15.406Z] #14 52.36 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-04T20:43:15.406Z] #14 58.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-04T20:43:15.406Z] #14 58.26 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-04T20:43:15.406Z] #14 58.28 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:43:15.406Z] #14 ... [2022-06-04T20:43:15.406Z] [2022-06-04T20:43:15.406Z] #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-04T20:43:15.406Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:15.448Z] #55 43.49 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-04T20:43:15.448Z] #55 43.54 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-04T20:43:15.448Z] #55 43.54 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-04T20:43:15.448Z] #55 43.58 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-04T20:43:15.448Z] #55 43.61 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-04T20:43:15.448Z] #55 43.63 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-04T20:43:15.448Z] #55 43.63 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-04T20:43:15.448Z] #55 43.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-04T20:43:15.664Z] #42 58.98 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:15.664Z] #42 59.06 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:15.664Z] #42 59.10 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:15.664Z] #42 59.12 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:15.664Z] #42 59.16 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:15.664Z] #42 59.18 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:15.664Z] #42 59.19 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:15.704Z] #55 43.73 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-04T20:43:15.704Z] #55 43.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-04T20:43:15.704Z] #55 43.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-04T20:43:15.867Z] [2022-06-04T20:43:15.867Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:43:15.867Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:43:15.867Z] #73 DONE 0.1s [2022-06-04T20:43:15.867Z] [2022-06-04T20:43:15.867Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:15.867Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:15.867Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-04T20:43:15.867Z] #11 DONE 0.1s [2022-06-04T20:43:15.867Z] [2022-06-04T20:43:15.867Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:43:15.867Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-04T20:43:15.867Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-04T20:43:15.867Z] #28 DONE 0.0s [2022-06-04T20:43:15.867Z] [2022-06-04T20:43:15.867Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:43:15.867Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:43:15.867Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-04T20:43:15.867Z] #71 DONE 0.1s [2022-06-04T20:43:15.867Z] [2022-06-04T20:43:15.867Z] #24 [internal] load build context [2022-06-04T20:43:15.867Z] #24 sha256:59186fcca5e9c950fdf58f064ce98a4516ddb2d154e43ffdba99741048abde5f [2022-06-04T20:43:15.867Z] #24 transferring context: 30B [2022-06-04T20:43:15.920Z] #42 59.21 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:15.920Z] #42 59.25 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:15.920Z] #42 59.27 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:15.920Z] #42 59.30 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:15.962Z] #55 44.03 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-04T20:43:15.962Z] #55 44.03 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-04T20:43:15.962Z] #55 44.08 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-04T20:43:15.962Z] #55 44.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-04T20:43:15.962Z] #55 44.17 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-04T20:43:15.962Z] #55 44.21 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-04T20:43:16.220Z] #55 44.27 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-04T20:43:16.220Z] #55 44.27 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-04T20:43:16.220Z] #55 44.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-04T20:43:16.220Z] #55 44.38 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-04T20:43:16.220Z] #55 44.41 go: downloading github.com/julz/importas v0.1.0 [2022-06-04T20:43:16.220Z] #55 44.41 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-04T20:43:16.220Z] #55 44.45 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-04T20:43:16.477Z] #55 44.49 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-04T20:43:16.477Z] #55 44.53 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-04T20:43:16.477Z] #55 44.56 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-04T20:43:16.477Z] #55 44.57 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-04T20:43:16.477Z] #55 44.67 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-04T20:43:16.488Z] #42 DONE 59.9s [2022-06-04T20:43:16.488Z] [2022-06-04T20:43:16.488Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-04T20:43:16.488Z] #43 sha256:8cb422d9fbb61dfdd628be48f8ec2b95751e9750a7aea9abb7b1d035e8e33b11 [2022-06-04T20:43:16.488Z] #43 DONE 0.2s [2022-06-04T20:43:16.488Z] [2022-06-04T20:43:16.488Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-04T20:43:16.488Z] #44 sha256:7eee0f33b75a28ee5f7e5309629506fa8f89994bba41ccc838c4c321450cfd7a [2022-06-04T20:43:16.734Z] #55 44.70 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-04T20:43:16.734Z] #55 44.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-04T20:43:16.734Z] #55 44.71 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-04T20:43:16.734Z] #55 44.72 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-04T20:43:16.734Z] #55 44.76 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-04T20:43:17.297Z] #55 45.53 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-04T20:43:17.297Z] #55 45.53 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-04T20:43:17.297Z] #55 ... [2022-06-04T20:43:17.297Z] [2022-06-04T20:43:17.297Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:43:17.297Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:17.297Z] #14 35.49 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-04T20:43:17.297Z] #14 36.93 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-04T20:43:17.297Z] #14 37.38 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-04T20:43:17.297Z] #14 38.05 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-04T20:43:17.297Z] #14 39.80 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-04T20:43:17.297Z] #14 40.33 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-04T20:43:17.297Z] #14 40.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-04T20:43:17.297Z] #14 40.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-04T20:43:17.297Z] #14 40.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:43:17.297Z] #14 40.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:43:17.297Z] #14 40.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-04T20:43:17.297Z] #14 40.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-04T20:43:17.297Z] #14 40.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-04T20:43:17.297Z] #14 40.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-04T20:43:17.297Z] #14 40.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-04T20:43:17.297Z] #14 40.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-04T20:43:17.297Z] #14 40.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-04T20:43:17.297Z] #14 40.44 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-04T20:43:17.297Z] #14 40.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-04T20:43:17.297Z] #14 40.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-04T20:43:17.297Z] #14 40.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-04T20:43:17.297Z] #14 41.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:17.297Z] #14 41.58 Fetched 115 MB in 7s (16.0 MB/s) [2022-06-04T20:43:17.297Z] #14 41.72 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-04T20:43:17.297Z] #14 41.72 (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-04T20:43:17.297Z] #14 41.75 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:17.297Z] #14 41.81 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:17.297Z] #14 43.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-04T20:43:17.297Z] #14 43.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:17.297Z] #14 43.95 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:17.554Z] #14 ... [2022-06-04T20:43:17.554Z] [2022-06-04T20:43:17.554Z] #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-04T20:43:17.554Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:17.554Z] #55 45.58 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-04T20:43:17.554Z] #55 45.58 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-04T20:43:17.554Z] #55 45.80 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-04T20:43:17.806Z] #24 ... [2022-06-04T20:43:17.806Z] [2022-06-04T20:43:17.806Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-04T20:43:17.806Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-04T20:43:17.806Z] #49 DONE 0.0s [2022-06-04T20:43:17.806Z] [2022-06-04T20:43:17.806Z] #24 [internal] load build context [2022-06-04T20:43:17.806Z] #24 sha256:59186fcca5e9c950fdf58f064ce98a4516ddb2d154e43ffdba99741048abde5f [2022-06-04T20:43:17.811Z] #55 45.83 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-04T20:43:17.861Z] #44 1.139 + RM_GOPATH=0 [2022-06-04T20:43:17.861Z] #44 1.139 + TMP_GOPATH= [2022-06-04T20:43:17.861Z] #44 1.139 + : /build [2022-06-04T20:43:17.861Z] #44 1.139 + '[' -z '' ']' [2022-06-04T20:43:17.861Z] #44 1.139 ++ mktemp -d [2022-06-04T20:43:17.861Z] #44 1.145 + export GOPATH=/tmp/tmp.UEWKVbO2rM [2022-06-04T20:43:17.861Z] #44 1.145 + GOPATH=/tmp/tmp.UEWKVbO2rM [2022-06-04T20:43:17.861Z] #44 1.145 + RM_GOPATH=1 [2022-06-04T20:43:17.861Z] #44 1.145 + case "$(go env GOARCH)" in [2022-06-04T20:43:17.861Z] #44 1.145 ++ go env GOARCH [2022-06-04T20:43:17.861Z] #44 1.164 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:17.861Z] #44 1.164 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:17.861Z] #44 1.164 ++ dirname /install.sh [2022-06-04T20:43:17.861Z] #44 1.166 + dir=/ [2022-06-04T20:43:17.861Z] #44 1.166 + bin=tini [2022-06-04T20:43:17.861Z] #44 1.166 + shift [2022-06-04T20:43:17.861Z] #44 1.166 + '[' '!' -f //tini.installer ']' [2022-06-04T20:43:17.861Z] #44 1.166 + . //tini.installer [2022-06-04T20:43:17.861Z] #44 1.166 Install tini version v0.19.0 [2022-06-04T20:43:17.861Z] #44 1.166 ++ : v0.19.0 [2022-06-04T20:43:17.861Z] #44 1.166 + install_tini [2022-06-04T20:43:17.861Z] #44 1.166 + echo 'Install tini version v0.19.0' [2022-06-04T20:43:17.861Z] #44 1.166 + git clone https://github.com/krallin/tini.git /tmp/tmp.UEWKVbO2rM/tini [2022-06-04T20:43:17.861Z] #44 1.185 Cloning into '/tmp/tmp.UEWKVbO2rM/tini'... [2022-06-04T20:43:18.053Z] #19 68.53 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-04T20:43:18.053Z] #19 68.54 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:18.053Z] #19 68.54 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:18.053Z] #19 68.57 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-04T20:43:18.053Z] #19 68.57 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-04T20:43:18.053Z] #19 68.57 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-04T20:43:18.053Z] #19 68.71 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-04T20:43:18.053Z] #19 68.71 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:18.053Z] #19 68.71 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-04T20:43:18.053Z] #19 68.92 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-04T20:43:18.053Z] #19 68.92 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:18.053Z] #19 68.93 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:43:18.053Z] #19 69.13 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-04T20:43:18.053Z] #19 69.13 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:18.053Z] #19 69.14 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:18.067Z] #24 transferring context: 61.15MB 2.1s done [2022-06-04T20:43:18.068Z] #55 46.28 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-04T20:43:18.068Z] #55 46.28 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-04T20:43:18.068Z] #55 46.30 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-04T20:43:18.068Z] #55 46.32 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-04T20:43:18.325Z] #55 46.45 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-04T20:43:18.325Z] #55 46.50 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-04T20:43:18.325Z] #55 46.50 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-04T20:43:18.325Z] #55 46.51 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-04T20:43:18.325Z] #55 46.58 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-04T20:43:18.328Z] #24 DONE 2.6s [2022-06-04T20:43:18.328Z] [2022-06-04T20:43:18.328Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:18.328Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:18.328Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-04T20:43:18.328Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done [2022-06-04T20:43:18.328Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done [2022-06-04T20:43:18.328Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 0.5s done [2022-06-04T20:43:18.328Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 1.7s done [2022-06-04T20:43:18.328Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.7s done [2022-06-04T20:43:18.328Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 2.5s [2022-06-04T20:43:18.328Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 2.5s [2022-06-04T20:43:18.328Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 0.4s [2022-06-04T20:43:18.425Z] #44 1.869 + cd /tmp/tmp.UEWKVbO2rM/tini [2022-06-04T20:43:18.425Z] #44 1.869 + git checkout -q v0.19.0 [2022-06-04T20:43:18.425Z] #44 1.883 + cmake . [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-04T20:43:18.582Z] #55 46.69 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-04T20:43:18.590Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 2.5s done [2022-06-04T20:43:18.590Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 2.6s [2022-06-04T20:43:18.682Z] #44 2.313 -- The C compiler identification is GNU 10.2.1 [2022-06-04T20:43:18.939Z] #44 2.423 -- Detecting C compiler ABI info [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-04T20:43:19.145Z] #55 47.12 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-04T20:43:19.145Z] #55 47.18 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-04T20:43:19.145Z] #55 47.20 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-04T20:43:19.145Z] #55 47.24 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-04T20:43:19.145Z] #55 47.32 go: downloading honnef.co/go/tools v0.2.2 [2022-06-04T20:43:19.503Z] #44 2.960 -- Detecting C compiler ABI info - done [2022-06-04T20:43:19.535Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 3.6s done [2022-06-04T20:43:19.535Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 1.8s done [2022-06-04T20:43:19.535Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 3.6s done [2022-06-04T20:43:19.535Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0B / 108.88MB 3.7s [2022-06-04T20:43:19.760Z] #44 3.065 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-04T20:43:19.760Z] #44 3.069 -- Detecting C compile features [2022-06-04T20:43:19.760Z] #44 3.073 -- Detecting C compile features - done [2022-06-04T20:43:19.760Z] #44 3.106 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-04T20:43:19.760Z] #44 3.242 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-04T20:43:19.797Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 18.87MB / 108.88MB 3.9s [2022-06-04T20:43:19.797Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 [2022-06-04T20:43:20.027Z] #44 3.358 -- Configuring done [2022-06-04T20:43:20.027Z] #44 3.374 -- Generating done [2022-06-04T20:43:20.027Z] #44 3.390 -- Build files have been written to: /tmp/tmp.UEWKVbO2rM/tini [2022-06-04T20:43:20.027Z] #44 3.407 + make tini-static [2022-06-04T20:43:20.059Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 32.51MB / 108.88MB 4.0s [2022-06-04T20:43:20.059Z] #11 ... [2022-06-04T20:43:20.059Z] [2022-06-04T20:43:20.059Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-04T20:43:20.059Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-04T20:43:20.059Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done [2022-06-04T20:43:20.059Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-04T20:43:20.059Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done [2022-06-04T20:43:20.059Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 1.6s done [2022-06-04T20:43:20.059Z] #28 DONE 4.4s [2022-06-04T20:43:20.059Z] [2022-06-04T20:43:20.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:20.059Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:20.059Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 47.19MB / 108.88MB 4.2s [2022-06-04T20:43:20.059Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.3s done [2022-06-04T20:43:20.284Z] #44 3.752 Scanning dependencies of target tini-static [2022-06-04T20:43:20.284Z] #44 3.812 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-04T20:43:20.330Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 66.06MB / 108.88MB 4.4s [2022-06-04T20:43:20.330Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef [2022-06-04T20:43:20.529Z] #34 ... [2022-06-04T20:43:20.529Z] [2022-06-04T20:43:20.529Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:20.529Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:20.529Z] #14 47.83 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-04T20:43:20.529Z] #14 49.30 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-04T20:43:20.529Z] #14 49.79 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-04T20:43:20.529Z] #14 49.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-04T20:43:20.529Z] #14 49.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-04T20:43:20.529Z] #14 49.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:43:20.529Z] #14 49.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:43:20.529Z] #14 49.80 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-04T20:43:20.529Z] #14 49.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-04T20:43:20.529Z] #14 49.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-04T20:43:20.530Z] #14 49.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-04T20:43:20.530Z] #14 49.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-04T20:43:20.530Z] #14 49.85 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-04T20:43:20.530Z] #14 49.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-04T20:43:20.530Z] #14 49.89 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-04T20:43:20.530Z] #14 49.89 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-04T20:43:20.530Z] #14 49.91 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-04T20:43:20.530Z] #14 49.91 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-04T20:43:20.530Z] #14 50.69 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:20.530Z] #14 50.93 Fetched 115 MB in 7s (16.6 MB/s) [2022-06-04T20:43:20.530Z] #14 51.01 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-04T20:43:20.530Z] #14 51.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-04T20:43:20.530Z] #14 51.08 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:20.530Z] #14 51.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:20.530Z] #14 53.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-04T20:43:20.530Z] #14 53.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:43:20.530Z] #14 53.30 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:43:20.530Z] #14 55.94 Selecting previously unselected package binutils-mingw-w64. [2022-06-04T20:43:20.530Z] #14 55.96 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-04T20:43:20.530Z] #14 55.97 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:43:20.530Z] #14 56.09 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-04T20:43:20.530Z] #14 56.11 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:20.530Z] #14 56.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:43:20.530Z] #14 56.31 Selecting previously unselected package dmsetup. [2022-06-04T20:43:20.530Z] #14 56.31 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:20.530Z] #14 56.31 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:43:20.530Z] #14 56.50 Selecting previously unselected package mingw-w64-common. [2022-06-04T20:43:20.530Z] #14 56.50 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-04T20:43:20.530Z] #14 56.51 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-04T20:43:20.593Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 77.59MB / 108.88MB 4.6s [2022-06-04T20:43:20.593Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 87.09MB / 108.88MB 4.7s [2022-06-04T20:43:20.793Z] #14 ... [2022-06-04T20:43:20.793Z] [2022-06-04T20:43:20.793Z] #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-04T20:43:20.793Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:20.793Z] #51 48.56 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:43:20.793Z] #51 48.56 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:43:20.793Z] #51 48.56 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:20.793Z] #51 48.77 Selecting previously unselected package python3-six. [2022-06-04T20:43:20.793Z] #51 48.77 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-04T20:43:20.793Z] #51 48.78 Unpacking python3-six (1.16.0-2) ... [2022-06-04T20:43:20.793Z] #51 48.88 Selecting previously unselected package python3-protobuf. [2022-06-04T20:43:20.793Z] #51 48.89 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-04T20:43:20.793Z] #51 48.90 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:20.793Z] #51 49.41 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:43:20.793Z] #51 49.42 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:43:20.793Z] #51 49.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:20.793Z] #51 49.71 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:43:20.793Z] #51 49.72 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:43:20.793Z] #51 49.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:20.793Z] #51 49.88 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:43:20.793Z] #51 49.88 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:43:20.793Z] #51 49.90 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:20.793Z] #51 50.04 Selecting previously unselected package criu. [2022-06-04T20:43:20.793Z] #51 50.04 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-04T20:43:20.793Z] #51 50.04 Unpacking criu (3.17-1) ... [2022-06-04T20:43:20.793Z] #51 50.75 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:20.793Z] #51 52.47 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:20.793Z] #51 52.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:20.793Z] #51 52.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:20.793Z] #51 52.55 Setting up python3-six (1.16.0-2) ... [2022-06-04T20:43:20.793Z] #51 53.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:20.793Z] #51 53.87 Setting up python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:20.793Z] #51 57.39 Setting up criu (3.17-1) ... [2022-06-04T20:43:20.793Z] #51 ... [2022-06-04T20:43:20.793Z] [2022-06-04T20:43:20.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-04T20:43:20.793Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:20.793Z] #55 53.34 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-04T20:43:20.793Z] #55 53.39 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-04T20:43:20.793Z] #55 53.43 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-04T20:43:20.793Z] #55 53.48 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-04T20:43:20.793Z] #55 53.51 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-04T20:43:20.793Z] #55 53.53 go: downloading golang.org/x/mod v0.5.1 [2022-06-04T20:43:20.793Z] #55 53.58 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-04T20:43:20.793Z] #55 53.69 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-04T20:43:20.793Z] #55 53.74 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-04T20:43:20.793Z] #55 53.78 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-04T20:43:20.793Z] #55 53.81 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-04T20:43:20.793Z] #55 53.86 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-04T20:43:20.793Z] #55 54.27 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T20:43:20.793Z] #55 54.39 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-04T20:43:20.793Z] #55 54.43 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-04T20:43:20.793Z] #55 54.75 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-04T20:43:20.793Z] #55 54.75 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-04T20:43:20.793Z] #55 54.86 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T20:43:20.793Z] #55 54.89 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T20:43:20.793Z] #55 54.94 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T20:43:20.793Z] #55 55.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-04T20:43:20.793Z] #55 55.21 go: downloading github.com/prometheus/common v0.10.0 [2022-06-04T20:43:20.793Z] #55 55.41 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-04T20:43:20.793Z] #55 55.57 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-04T20:43:20.793Z] #55 55.73 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T20:43:20.793Z] #55 57.10 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T20:43:20.854Z] #11 ... [2022-06-04T20:43:20.854Z] [2022-06-04T20:43:20.854Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:43:20.854Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-04T20:43:20.854Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:43:20.854Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-04T20:43:20.854Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-04T20:43:20.854Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done [2022-06-04T20:43:20.854Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-06-04T20:43:20.854Z] #71 DONE 5.0s [2022-06-04T20:43:20.854Z] [2022-06-04T20:43:20.854Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:20.854Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:20.854Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 101.71MB / 108.88MB 4.9s [2022-06-04T20:43:21.040Z] #55 48.94 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-04T20:43:21.040Z] #55 48.95 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-04T20:43:21.040Z] #55 49.03 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-04T20:43:21.040Z] #55 49.12 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T20:43:21.116Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 5.0s [2022-06-04T20:43:21.116Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.7s done [2022-06-04T20:43:21.339Z] #55 49.23 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-04T20:43:21.339Z] #55 49.25 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-04T20:43:21.339Z] #55 49.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-04T20:43:21.367Z] #55 ... [2022-06-04T20:43:21.367Z] [2022-06-04T20:43:21.367Z] #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-04T20:43:21.367Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:21.367Z] #51 59.35 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:21.600Z] #55 49.58 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T20:43:21.600Z] #55 49.66 go: downloading golang.org/x/text v0.3.7 [2022-06-04T20:43:21.655Z] #44 ... [2022-06-04T20:43:21.655Z] [2022-06-04T20:43:21.655Z] #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-04T20:43:21.655Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:43:21.655Z] #53 64.37 gotestsum version dev [2022-06-04T20:43:21.655Z] #53 DONE 64.8s [2022-06-04T20:43:21.655Z] [2022-06-04T20:43:21.655Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:21.655Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:21.655Z] #14 65.03 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-04T20:43:21.655Z] #14 65.06 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:21.655Z] #14 65.07 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:43:21.914Z] #14 65.39 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-04T20:43:21.914Z] #14 65.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:21.914Z] #14 65.43 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:43:22.060Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb [2022-06-04T20:43:22.216Z] #19 73.48 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-04T20:43:22.314Z] #51 ... [2022-06-04T20:43:22.314Z] [2022-06-04T20:43:22.314Z] #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-04T20:43:22.314Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:22.314Z] #42 50.07 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:43:22.314Z] #42 50.10 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 50.11 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:22.314Z] #42 55.95 Selecting previously unselected package libxml2:amd64. [2022-06-04T20:43:22.314Z] #42 55.95 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 55.96 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:22.314Z] #42 56.43 Selecting previously unselected package libarchive13:amd64. [2022-06-04T20:43:22.314Z] #42 56.44 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 56.45 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:22.314Z] #42 56.73 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-04T20:43:22.314Z] #42 56.74 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 56.75 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:22.314Z] #42 56.91 Selecting previously unselected package librhash0:amd64. [2022-06-04T20:43:22.314Z] #42 56.91 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 56.92 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:22.314Z] #42 57.10 Selecting previously unselected package libuv1:amd64. [2022-06-04T20:43:22.314Z] #42 57.12 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 57.13 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:22.314Z] #42 57.36 Selecting previously unselected package cmake. [2022-06-04T20:43:22.314Z] #42 57.37 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-04T20:43:22.314Z] #42 57.39 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:22.472Z] #19 73.49 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:22.472Z] #19 73.49 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:22.472Z] #19 73.51 Selecting previously unselected package patch. [2022-06-04T20:43:22.472Z] #19 73.52 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-04T20:43:22.472Z] #19 73.52 Unpacking patch (2.7.6-7) ... [2022-06-04T20:43:22.472Z] #19 73.56 Selecting previously unselected package dpkg-dev. [2022-06-04T20:43:22.472Z] #19 73.56 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-04T20:43:22.472Z] #19 73.56 Unpacking dpkg-dev (1.20.10) ... [2022-06-04T20:43:22.472Z] #19 73.70 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-04T20:43:22.472Z] #19 73.70 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-04T20:43:22.472Z] #19 73.70 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-04T20:43:22.472Z] #19 73.73 Selecting previously unselected package libio-string-perl. [2022-06-04T20:43:22.472Z] #19 73.73 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-04T20:43:22.472Z] #19 73.73 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-04T20:43:22.472Z] #19 73.76 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:43:22.530Z] #55 ... [2022-06-04T20:43:22.530Z] [2022-06-04T20:43:22.530Z] #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-04T20:43:22.530Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:22.530Z] #51 40.44 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:43:22.530Z] #51 40.44 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:43:22.530Z] #51 40.49 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:22.530Z] #51 40.93 Selecting previously unselected package python3-six. [2022-06-04T20:43:22.530Z] #51 40.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-04T20:43:22.530Z] #51 40.93 Unpacking python3-six (1.16.0-2) ... [2022-06-04T20:43:22.530Z] #51 40.93 Selecting previously unselected package python3-protobuf. [2022-06-04T20:43:22.530Z] #51 40.93 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-04T20:43:22.530Z] #51 40.93 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:22.530Z] #51 41.35 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:43:22.530Z] #51 41.35 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:43:22.530Z] #51 41.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:22.530Z] #51 41.51 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:43:22.530Z] #51 41.51 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:43:22.530Z] #51 41.52 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:22.530Z] #51 41.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:43:22.530Z] #51 41.77 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:43:22.530Z] #51 41.80 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:22.530Z] #51 41.91 Selecting previously unselected package criu. [2022-06-04T20:43:22.530Z] #51 41.91 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-04T20:43:22.530Z] #51 41.91 Unpacking criu (3.17-1) ... [2022-06-04T20:43:22.530Z] #51 42.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:43:22.530Z] #51 44.34 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-04T20:43:22.530Z] #51 44.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:43:22.530Z] #51 44.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:43:22.530Z] #51 44.38 Setting up python3-six (1.16.0-2) ... [2022-06-04T20:43:22.530Z] #51 45.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:43:22.530Z] #51 45.66 Setting up python3-protobuf (3.12.4-1) ... [2022-06-04T20:43:22.530Z] #51 49.90 Setting up criu (3.17-1) ... [2022-06-04T20:43:22.728Z] #19 73.76 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:43:22.728Z] #19 73.76 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:22.787Z] #51 ... [2022-06-04T20:43:22.787Z] [2022-06-04T20:43:22.787Z] #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-04T20:43:22.787Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:22.787Z] #42 42.57 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:43:22.787Z] #42 42.57 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 42.61 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:22.787Z] #42 48.86 Selecting previously unselected package libxml2:amd64. [2022-06-04T20:43:22.787Z] #42 48.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 48.89 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:22.787Z] #42 49.41 Selecting previously unselected package libarchive13:amd64. [2022-06-04T20:43:22.787Z] #42 49.41 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 49.41 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:22.787Z] #42 49.88 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-04T20:43:22.787Z] #42 49.88 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 49.89 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:22.787Z] #42 50.04 Selecting previously unselected package librhash0:amd64. [2022-06-04T20:43:22.787Z] #42 50.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 50.07 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:22.787Z] #42 50.25 Selecting previously unselected package libuv1:amd64. [2022-06-04T20:43:22.787Z] #42 50.26 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 50.26 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:22.787Z] #42 50.45 Selecting previously unselected package cmake. [2022-06-04T20:43:22.787Z] #42 50.49 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-04T20:43:22.787Z] #42 50.50 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:23.269Z] #42 ... [2022-06-04T20:43:23.269Z] [2022-06-04T20:43:23.269Z] #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-04T20:43:23.269Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:23.269Z] #51 DONE 61.1s [2022-06-04T20:43:23.285Z] #14 ... [2022-06-04T20:43:23.285Z] [2022-06-04T20:43:23.285Z] #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-04T20:43:23.285Z] #44 sha256:7eee0f33b75a28ee5f7e5309629506fa8f89994bba41ccc838c4c321450cfd7a [2022-06-04T20:43:23.285Z] #44 5.126 [100%] Linking C executable tini-static [2022-06-04T20:43:23.285Z] #44 6.198 [100%] Built target tini-static [2022-06-04T20:43:23.285Z] #44 6.246 + mkdir -p /build [2022-06-04T20:43:23.285Z] #44 6.250 + cp tini-static /build/docker-init [2022-06-04T20:43:23.285Z] #44 DONE 6.3s [2022-06-04T20:43:23.285Z] [2022-06-04T20:43:23.285Z] #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-04T20:43:23.285Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:43:23.288Z] #19 74.52 Selecting previously unselected package libxml2:amd64. [2022-06-04T20:43:23.288Z] #19 74.53 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-04T20:43:23.288Z] #19 74.53 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:23.289Z] #19 74.61 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-04T20:43:23.289Z] #19 74.61 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-04T20:43:23.289Z] #19 74.61 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-04T20:43:23.534Z] [2022-06-04T20:43:23.534Z] #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-04T20:43:23.534Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:23.534Z] #42 61.47 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:23.534Z] #42 61.49 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:23.534Z] #42 61.50 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:23.534Z] #42 61.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:23.534Z] #42 61.71 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:23.544Z] #19 74.64 Selecting previously unselected package libxml-sax-base-perl. [2022-06-04T20:43:23.544Z] #19 74.64 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-04T20:43:23.544Z] #19 74.64 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-04T20:43:23.544Z] #19 74.67 Selecting previously unselected package libxml-sax-perl. [2022-06-04T20:43:23.544Z] #19 74.67 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-04T20:43:23.544Z] #19 74.68 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-04T20:43:23.544Z] #19 74.71 Selecting previously unselected package libxml-libxml-perl. [2022-06-04T20:43:23.544Z] #19 74.71 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-04T20:43:23.544Z] #19 74.72 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-04T20:43:23.544Z] #19 74.77 Selecting previously unselected package libxml-simple-perl. [2022-06-04T20:43:23.544Z] #19 74.77 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-04T20:43:23.544Z] #19 74.78 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-04T20:43:23.544Z] #19 74.81 Selecting previously unselected package libyaml-perl. [2022-06-04T20:43:23.544Z] #19 74.81 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-04T20:43:23.544Z] #19 74.81 Unpacking libyaml-perl (1.30-1) ... [2022-06-04T20:43:23.544Z] #19 74.84 Selecting previously unselected package libconfig-auto-perl. [2022-06-04T20:43:23.796Z] #42 61.73 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:23.796Z] #42 61.75 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:23.796Z] #42 61.77 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:23.796Z] #42 61.79 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:23.796Z] #42 61.80 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:23.796Z] #42 61.82 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:23.799Z] #19 74.84 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-04T20:43:23.799Z] #19 74.85 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-04T20:43:23.799Z] #19 74.87 Selecting previously unselected package libfile-which-perl. [2022-06-04T20:43:23.799Z] #19 74.87 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-04T20:43:23.799Z] #19 74.88 Unpacking libfile-which-perl (1.23-1) ... [2022-06-04T20:43:23.799Z] #19 74.90 Selecting previously unselected package libfile-homedir-perl. [2022-06-04T20:43:23.799Z] #19 74.90 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-04T20:43:23.799Z] #19 74.91 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-04T20:43:23.799Z] #19 74.94 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-04T20:43:23.799Z] #19 74.94 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-04T20:43:23.799Z] #19 74.95 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-04T20:43:23.799Z] #19 74.98 Selecting previously unselected package dpkg-cross. [2022-06-04T20:43:23.799Z] #19 74.98 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-04T20:43:23.799Z] #19 74.99 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-04T20:43:23.799Z] #19 75.01 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-04T20:43:23.799Z] #19 75.02 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-04T20:43:23.799Z] #19 75.02 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-04T20:43:23.799Z] #19 75.05 Selecting previously unselected package libc6-armel-cross. [2022-06-04T20:43:23.799Z] #19 75.05 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:23.799Z] #19 75.05 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-04T20:43:23.799Z] #19 75.17 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-04T20:43:23.980Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 7.8s done [2022-06-04T20:43:24.055Z] #19 75.17 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.055Z] #19 75.17 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.055Z] #19 75.20 Selecting previously unselected package libgomp1-armel-cross. [2022-06-04T20:43:24.055Z] #19 75.21 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.055Z] #19 75.21 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.055Z] #19 75.25 Selecting previously unselected package libatomic1-armel-cross. [2022-06-04T20:43:24.055Z] #19 75.25 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.055Z] #19 75.25 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.055Z] #19 75.28 Selecting previously unselected package libasan6-armel-cross. [2022-06-04T20:43:24.055Z] #19 75.28 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.055Z] #19 75.29 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.158Z] #42 ... [2022-06-04T20:43:24.158Z] [2022-06-04T20:43:24.158Z] #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-04T20:43:24.158Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:24.158Z] #51 52.11 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:24.243Z] #11 ... [2022-06-04T20:43:24.243Z] [2022-06-04T20:43:24.243Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-04T20:43:24.243Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-04T20:43:24.243Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-04T20:43:24.243Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-04T20:43:24.243Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-04T20:43:24.243Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s done [2022-06-04T20:43:24.243Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-06-04T20:43:24.243Z] #73 DONE 8.3s [2022-06-04T20:43:24.243Z] [2022-06-04T20:43:24.243Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:24.243Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:24.310Z] #19 75.49 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-04T20:43:24.310Z] #19 75.49 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.310Z] #19 75.50 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.310Z] #19 75.56 Selecting previously unselected package libubsan1-armel-cross. [2022-06-04T20:43:24.310Z] #19 75.56 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.310Z] #19 75.57 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.310Z] #19 75.69 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-04T20:43:24.368Z] #42 DONE 62.5s [2022-06-04T20:43:24.369Z] [2022-06-04T20:43:24.369Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-04T20:43:24.369Z] #43 sha256:98209fd4fafe90f4fa182f8acfa37858d67b1f8ea5c31fc8d9d3468cb6fa5d72 [2022-06-04T20:43:24.565Z] #19 75.69 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:24.565Z] #19 75.79 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:24.632Z] #43 DONE 0.2s [2022-06-04T20:43:24.632Z] [2022-06-04T20:43:24.632Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:43:24.632Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:24.632Z] #14 62.18 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-04T20:43:24.632Z] #14 62.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-04T20:43:24.632Z] #14 62.19 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:43:25.093Z] #51 ... [2022-06-04T20:43:25.093Z] [2022-06-04T20:43:25.093Z] #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-04T20:43:25.093Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:43:25.093Z] #34 42.72 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-04T20:43:25.093Z] #34 42.97 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-04T20:43:25.093Z] #34 43.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:43:25.093Z] #34 ... [2022-06-04T20:43:25.093Z] [2022-06-04T20:43: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-04T20:43:25.093Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:25.093Z] #14 46.21 Selecting previously unselected package binutils-mingw-w64. [2022-06-04T20:43:25.093Z] #14 46.21 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-04T20:43:25.093Z] #14 46.21 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:43:25.093Z] #14 46.43 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-04T20:43:25.093Z] #14 46.43 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:25.093Z] #14 46.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:43:25.093Z] #14 46.54 Selecting previously unselected package dmsetup. [2022-06-04T20:43:25.093Z] #14 46.54 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:43:25.093Z] #14 46.54 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:43:25.093Z] #14 46.77 Selecting previously unselected package mingw-w64-common. [2022-06-04T20:43:25.093Z] #14 46.77 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-04T20:43:25.093Z] #14 46.77 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-04T20:43:25.093Z] #14 52.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-04T20:43:25.093Z] #14 52.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-04T20:43:25.093Z] #14 52.42 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:43:25.270Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 3.4s done [2022-06-04T20:43:25.491Z] #19 76.69 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-04T20:43:25.491Z] #19 76.69 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:25.533Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 [2022-06-04T20:43:25.659Z] #14 ... [2022-06-04T20:43:25.659Z] [2022-06-04T20:43:25.659Z] #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-04T20:43:25.659Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-04T20:43:25.659Z] #51 DONE 53.5s [2022-06-04T20:43:25.659Z] [2022-06-04T20:43:25.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-04T20:43:25.659Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:43:25.659Z] #64 7.994 + RM_GOPATH=0 [2022-06-04T20:43:25.659Z] #64 7.994 + TMP_GOPATH= [2022-06-04T20:43:25.659Z] #64 7.994 + : /build [2022-06-04T20:43:25.659Z] #64 7.994 + '[' -z '' ']' [2022-06-04T20:43:25.659Z] #64 7.994 ++ mktemp -d [2022-06-04T20:43:25.659Z] #64 7.994 + export GOPATH=/tmp/tmp.4vEf4QWv8m [2022-06-04T20:43:25.659Z] #64 7.994 + GOPATH=/tmp/tmp.4vEf4QWv8m [2022-06-04T20:43:25.659Z] #64 7.994 + RM_GOPATH=1 [2022-06-04T20:43:25.659Z] #64 7.994 + case "$(go env GOARCH)" in [2022-06-04T20:43:25.659Z] #64 7.994 ++ go env GOARCH [2022-06-04T20:43:25.659Z] #64 7.994 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:25.659Z] #64 7.994 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:25.659Z] #64 7.994 ++ dirname /install.sh [2022-06-04T20:43:25.659Z] #64 7.994 + dir=/ [2022-06-04T20:43:25.659Z] #64 7.994 + bin=containerd [2022-06-04T20:43:25.659Z] #64 7.994 + shift [2022-06-04T20:43:25.659Z] #64 7.994 + '[' '!' -f //containerd.installer ']' [2022-06-04T20:43:25.659Z] #64 7.994 + . //containerd.installer [2022-06-04T20:43:25.659Z] #64 7.994 ++ set -e [2022-06-04T20:43:25.659Z] #64 7.994 ++ : v1.6.4 [2022-06-04T20:43:25.659Z] #64 7.994 + install_containerd [2022-06-04T20:43:25.659Z] #64 7.994 + echo 'Install containerd version v1.6.4' [2022-06-04T20:43:25.659Z] #64 7.994 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd [2022-06-04T20:43:25.659Z] #64 7.994 Install containerd version v1.6.4 [2022-06-04T20:43:25.659Z] #64 8.008 Cloning into '/tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd'... [2022-06-04T20:43:25.747Z] #19 76.85 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:43:27.029Z] #64 ... [2022-06-04T20:43:27.029Z] [2022-06-04T20:43:27.029Z] #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-04T20:43:27.029Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-04T20:43:27.029Z] #42 54.95 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:43:27.029Z] #42 54.96 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:27.029Z] #42 54.97 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:43:27.029Z] #42 54.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:43:27.029Z] #42 55.03 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:43:27.029Z] #42 55.06 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:43:27.029Z] #42 55.07 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:43:27.029Z] #42 55.12 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:43:27.029Z] #42 55.12 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:43:27.029Z] #42 55.14 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:43:27.029Z] #42 55.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:27.959Z] #42 DONE 55.8s [2022-06-04T20:43:27.959Z] [2022-06-04T20:43:27.959Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-04T20:43:27.959Z] #43 sha256:933351095ef730f95216cf3de35ef68fb237f7ff1332f36905f447d79cfe00a4 [2022-06-04T20:43:27.959Z] #43 DONE 0.4s [2022-06-04T20:43:27.959Z] [2022-06-04T20:43:27.959Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:43:27.959Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:43:27.959Z] #55 55.63 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-04T20:43:27.959Z] #55 55.68 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-04T20:43:27.959Z] #55 55.68 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-04T20:43:27.959Z] #55 55.84 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-04T20:43:27.959Z] #55 55.95 go: downloading golang.org/x/mod v0.5.1 [2022-06-04T20:43:27.959Z] #55 55.95 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-04T20:43:27.959Z] #55 55.97 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-04T20:43:27.959Z] #55 56.12 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-04T20:43:27.959Z] #55 56.13 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-04T20:43:28.097Z] #11 ... [2022-06-04T20:43:28.097Z] [2022-06-04T20:43:28.097Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-04T20:43:28.097Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-04T20:43:28.097Z] #72 DONE 1.2s [2022-06-04T20:43:28.097Z] [2022-06-04T20:43:28.097Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:28.097Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:28.216Z] #55 56.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-04T20:43:28.216Z] #55 56.25 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-04T20:43:28.216Z] #55 56.32 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-04T20:43:28.473Z] #55 56.65 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T20:43:28.473Z] #55 56.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-04T20:43:28.473Z] #55 56.75 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-04T20:43:28.541Z] #36 ... [2022-06-04T20:43:28.541Z] [2022-06-04T20:43:28.541Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:43:28.541Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:28.541Z] #14 72.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-04T20:43:28.541Z] #14 72.04 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:28.541Z] #14 72.05 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:43:29.037Z] #55 57.06 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-04T20:43:29.037Z] #55 57.11 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-04T20:43:29.040Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 3.4s done [2022-06-04T20:43:29.294Z] #55 57.27 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T20:43:29.294Z] #55 57.29 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T20:43:29.294Z] #55 57.35 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-04T20:43:29.294Z] #55 57.37 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T20:43:29.551Z] #55 57.57 go: downloading github.com/prometheus/common v0.10.0 [2022-06-04T20:43:29.551Z] #55 57.68 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-04T20:43:29.551Z] #55 57.80 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-04T20:43:29.612Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 [2022-06-04T20:43:29.808Z] #55 57.90 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T20:43:29.912Z] #19 81.20 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-04T20:43:29.927Z] #14 ... [2022-06-04T20:43:29.927Z] [2022-06-04T20:43:29.927Z] #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-04T20:43:29.927Z] #44 sha256:695713d62590bc5fe26dc1512749ac886e6f067f1183250a62c789566b0bed11 [2022-06-04T20:43:29.927Z] #44 0.980 + RM_GOPATH=0 [2022-06-04T20:43:29.927Z] #44 0.980 + TMP_GOPATH= [2022-06-04T20:43:29.927Z] #44 0.980 + : /build [2022-06-04T20:43:29.927Z] #44 0.980 + '[' -z '' ']' [2022-06-04T20:43:29.927Z] #44 0.980 ++ mktemp -d [2022-06-04T20:43:29.927Z] #44 0.992 + export GOPATH=/tmp/tmp.7HWil3nlCo [2022-06-04T20:43:29.927Z] #44 1.001 + GOPATH=/tmp/tmp.7HWil3nlCo [2022-06-04T20:43:29.927Z] #44 1.001 + RM_GOPATH=1 [2022-06-04T20:43:29.927Z] #44 1.001 + case "$(go env GOARCH)" in [2022-06-04T20:43:29.927Z] #44 1.001 ++ go env GOARCH [2022-06-04T20:43:29.927Z] #44 1.024 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:29.927Z] #44 1.024 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:29.927Z] #44 1.024 ++ dirname /install.sh [2022-06-04T20:43:29.927Z] #44 1.025 + dir=/ [2022-06-04T20:43:29.927Z] #44 1.026 + bin=tini [2022-06-04T20:43:29.927Z] #44 1.026 + shift [2022-06-04T20:43:29.927Z] #44 1.026 + '[' '!' -f //tini.installer ']' [2022-06-04T20:43:29.927Z] #44 1.026 + . //tini.installer [2022-06-04T20:43:29.927Z] #44 1.026 ++ : v0.19.0 [2022-06-04T20:43:29.927Z] #44 1.026 + install_tini [2022-06-04T20:43:29.927Z] #44 1.026 + echo 'Install tini version v0.19.0' [2022-06-04T20:43:29.927Z] #44 1.026 Install tini version v0.19.0 [2022-06-04T20:43:29.927Z] #44 1.026 + git clone https://github.com/krallin/tini.git /tmp/tmp.7HWil3nlCo/tini [2022-06-04T20:43:29.927Z] #44 1.028 Cloning into '/tmp/tmp.7HWil3nlCo/tini'... [2022-06-04T20:43:29.927Z] #44 1.756 + cd /tmp/tmp.7HWil3nlCo/tini [2022-06-04T20:43:29.927Z] #44 1.760 + git checkout -q v0.19.0 [2022-06-04T20:43:29.927Z] #44 1.766 + cmake . [2022-06-04T20:43:29.927Z] #44 2.288 -- The C compiler identification is GNU 10.2.1 [2022-06-04T20:43:29.927Z] #44 2.371 -- Detecting C compiler ABI info [2022-06-04T20:43:29.927Z] #44 3.049 -- Detecting C compiler ABI info - done [2022-06-04T20:43:29.927Z] #44 3.164 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-04T20:43:29.927Z] #44 3.168 -- Detecting C compile features [2022-06-04T20:43:29.927Z] #44 3.169 -- Detecting C compile features - done [2022-06-04T20:43:29.927Z] #44 3.213 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-04T20:43:29.927Z] #44 3.448 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-04T20:43:29.927Z] #44 3.588 -- Configuring done [2022-06-04T20:43:29.927Z] #44 3.609 -- Generating done [2022-06-04T20:43:29.927Z] #44 3.610 -- Build files have been written to: /tmp/tmp.7HWil3nlCo/tini [2022-06-04T20:43:29.927Z] #44 3.625 + make tini-static [2022-06-04T20:43:29.927Z] #44 3.938 Scanning dependencies of target tini-static [2022-06-04T20:43:29.927Z] #44 4.053 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-04T20:43:29.927Z] #44 5.238 [100%] Linking C executable tini-static [2022-06-04T20:43:30.168Z] #19 81.20 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:30.168Z] #19 81.20 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:43:30.168Z] #19 81.23 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-04T20:43:30.168Z] #19 81.23 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-04T20:43:30.168Z] #19 81.23 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-04T20:43:30.168Z] #19 81.38 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-04T20:43:30.168Z] #19 81.38 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:30.168Z] #19 81.38 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-04T20:43:30.185Z] #11 ... [2022-06-04T20:43:30.185Z] [2022-06-04T20:43:30.185Z] #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-04T20:43:30.185Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-04T20:43:30.185Z] #29 1.306 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:43:30.185Z] #29 1.307 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:43:30.185Z] #29 1.359 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:43:30.185Z] #29 1.581 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:43:30.185Z] #29 1.743 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:43:30.185Z] #29 2.171 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:43:30.185Z] #29 3.076 Fetched 8424 kB in 2s (4125 kB/s) [2022-06-04T20:43:30.185Z] #29 3.076 Reading package lists... [2022-06-04T20:43:30.185Z] #29 3.648 Reading package lists... [2022-06-04T20:43:30.185Z] #29 4.303 Building dependency tree... [2022-06-04T20:43:30.185Z] #29 4.652 The following additional packages will be installed: [2022-06-04T20:43:30.185Z] #29 4.652 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-04T20:43:30.185Z] #29 4.652 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-04T20:43:30.185Z] #29 4.652 Recommended packages: [2022-06-04T20:43:30.185Z] #29 4.652 libldap-common publicsuffix libsasl2-modules [2022-06-04T20:43:30.185Z] #29 4.744 The following NEW packages will be installed: [2022-06-04T20:43:30.185Z] #29 4.744 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-04T20:43:30.185Z] #29 4.744 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-04T20:43:30.185Z] #29 4.748 libssh2-1 openssl [2022-06-04T20:43:30.185Z] #29 5.026 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:43:30.185Z] #29 5.026 Need to get 2935 kB of archives. [2022-06-04T20:43:30.185Z] #29 5.026 After this operation, 6476 kB of additional disk space will be used. [2022-06-04T20:43:30.185Z] #29 5.026 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-04T20:43:30.185Z] #29 5.026 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB] [2022-06-04T20:43:30.185Z] #29 5.042 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-04T20:43:30.185Z] #29 5.089 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-04T20:43:30.185Z] #29 5.091 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-04T20:43:30.185Z] #29 5.217 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-04T20:43:30.185Z] #29 5.217 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-04T20:43:30.185Z] #29 5.225 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-04T20:43:30.186Z] #29 5.227 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-04T20:43:30.186Z] #29 5.229 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-04T20:43:30.186Z] #29 5.239 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-04T20:43:30.186Z] #29 5.272 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-04T20:43:30.186Z] #29 5.274 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-04T20:43:30.186Z] #29 5.281 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-04T20:43:30.186Z] #29 5.283 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-04T20:43:30.186Z] #29 5.515 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:43:30.186Z] #29 5.557 Fetched 2935 kB in 1s (5481 kB/s) [2022-06-04T20:43:30.186Z] #29 5.773 Selecting previously unselected package openssl. [2022-06-04T20:43:30.186Z] #29 5.773 (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-04T20:43:30.186Z] #29 5.779 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 5.835 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:43:30.186Z] #29 5.992 Selecting previously unselected package ca-certificates. [2022-06-04T20:43:30.186Z] #29 5.992 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-04T20:43:30.186Z] #29 5.998 Unpacking ca-certificates (20210119) ... [2022-06-04T20:43:30.186Z] #29 6.457 Selecting previously unselected package libbrotli1:arm64. [2022-06-04T20:43:30.186Z] #29 6.457 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 6.467 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-04T20:43:30.186Z] #29 6.546 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-04T20:43:30.186Z] #29 6.546 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 6.550 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:43:30.186Z] #29 7.001 Selecting previously unselected package libsasl2-2:arm64. [2022-06-04T20:43:30.186Z] #29 7.001 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.045 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:43:30.186Z] #29 7.286 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-04T20:43:30.186Z] #29 7.286 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.300 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:43:30.186Z] #29 7.570 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-04T20:43:30.186Z] #29 7.570 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.573 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-04T20:43:30.186Z] #29 7.611 Selecting previously unselected package libpsl5:arm64. [2022-06-04T20:43:30.186Z] #29 7.611 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.615 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-04T20:43:30.186Z] #29 7.667 Selecting previously unselected package librtmp1:arm64. [2022-06-04T20:43:30.186Z] #29 7.668 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.672 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:43:30.186Z] #29 7.710 Selecting previously unselected package libssh2-1:arm64. [2022-06-04T20:43:30.186Z] #29 7.710 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 7.715 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-04T20:43:30.186Z] #29 8.119 Selecting previously unselected package libcurl4:arm64. [2022-06-04T20:43:30.186Z] #29 8.119 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 8.173 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:43:30.186Z] #29 8.514 Selecting previously unselected package curl. [2022-06-04T20:43:30.186Z] #29 8.514 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 8.570 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:43:30.186Z] #29 9.091 Selecting previously unselected package libonig5:arm64. [2022-06-04T20:43:30.186Z] #29 9.093 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 9.145 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-04T20:43:30.186Z] #29 9.540 Selecting previously unselected package libjq1:arm64. [2022-06-04T20:43:30.186Z] #29 9.540 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 9.708 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-04T20:43:30.186Z] #29 9.961 Selecting previously unselected package jq. [2022-06-04T20:43:30.186Z] #29 9.961 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-04T20:43:30.186Z] #29 9.971 Unpacking jq (1.6-2.1) ... [2022-06-04T20:43:30.186Z] #29 10.00 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-04T20:43:30.186Z] #29 10.01 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-04T20:43:30.186Z] #29 10.06 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-04T20:43:30.423Z] #19 81.60 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-04T20:43:30.423Z] #19 81.61 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:30.423Z] #19 81.61 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:43:30.447Z] #29 ... [2022-06-04T20:43:30.448Z] [2022-06-04T20:43:30.448Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-04T20:43:30.448Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-04T20:43:30.448Z] #74 DONE 2.5s [2022-06-04T20:43:30.448Z] [2022-06-04T20:43:30.448Z] #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-04T20:43:30.448Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-04T20:43:30.448Z] #29 10.09 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:43:30.448Z] #29 10.12 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-04T20:43:30.448Z] #29 10.14 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-04T20:43:30.448Z] #29 10.15 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-04T20:43:30.448Z] #29 10.16 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-04T20:43:30.448Z] #29 10.18 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-04T20:43:30.448Z] #29 ... [2022-06-04T20:43:30.448Z] [2022-06-04T20:43:30.448Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:30.448Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:30.501Z] #44 5.831 [100%] Built target tini-static [2022-06-04T20:43:30.501Z] #44 5.873 + mkdir -p /build [2022-06-04T20:43:30.501Z] #44 5.878 + cp tini-static /build/docker-init [2022-06-04T20:43:30.501Z] #44 DONE 6.1s [2022-06-04T20:43:30.501Z] [2022-06-04T20:43:30.501Z] #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-04T20:43:30.501Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:43:30.501Z] #53 68.12 gotestsum version dev [2022-06-04T20:43:30.501Z] #53 DONE 68.7s [2022-06-04T20:43:30.501Z] [2022-06-04T20:43:30.501Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:30.501Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:30.501Z] #14 68.09 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-04T20:43:30.501Z] #14 68.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:30.501Z] #14 68.13 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:43:30.501Z] #14 68.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-04T20:43:30.501Z] #14 68.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:30.501Z] #14 68.50 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:43:30.679Z] #19 81.82 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-04T20:43:30.679Z] #19 81.83 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:30.679Z] #19 81.83 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:43:31.185Z] #55 59.26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T20:43:33.705Z] #55 ... [2022-06-04T20:43:33.705Z] [2022-06-04T20:43:33.705Z] #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-04T20:43:33.705Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-04T20:43:33.705Z] #53 61.17 gotestsum version dev [2022-06-04T20:43:33.705Z] #53 DONE 61.3s [2022-06-04T20:43:33.705Z] [2022-06-04T20:43:33.705Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:33.705Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:33.705Z] #14 58.50 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-04T20:43:33.705Z] #14 58.52 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:33.705Z] #14 58.52 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:43:33.705Z] #14 58.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-04T20:43:33.705Z] #14 58.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:33.705Z] #14 58.65 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:43:34.733Z] #11 ... [2022-06-04T20:43:34.733Z] [2022-06-04T20:43:34.733Z] #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-04T20:43:34.733Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-04T20:43:34.733Z] #29 10.19 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-04T20:43:34.733Z] #29 10.20 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-04T20:43:34.733Z] #29 10.21 Setting up ca-certificates (20210119) ... [2022-06-04T20:43:34.733Z] #29 10.91 Updating certificates in /etc/ssl/certs... [2022-06-04T20:43:34.733Z] #29 11.80 129 added, 0 removed; done. [2022-06-04T20:43:34.733Z] #29 11.89 Setting up jq (1.6-2.1) ... [2022-06-04T20:43:34.733Z] #29 11.90 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-04T20:43:34.733Z] #29 11.91 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-04T20:43:34.733Z] #29 11.92 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:43:34.733Z] #29 11.94 Processing triggers for ca-certificates (20210119) ... [2022-06-04T20:43:34.733Z] #29 11.95 Updating certificates in /etc/ssl/certs... [2022-06-04T20:43:34.733Z] #29 12.84 0 added, 0 removed; done. [2022-06-04T20:43:34.733Z] #29 12.84 Running hooks in /etc/ca-certificates/update.d... [2022-06-04T20:43:34.733Z] #29 12.84 done. [2022-06-04T20:43:34.733Z] #29 DONE 14.4s [2022-06-04T20:43:34.733Z] [2022-06-04T20:43:34.733Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-04T20:43:34.733Z] #30 sha256:f5cd6e219b96dad7d13bec5e73b754fb62d48facf678b36e4507bee0acc24aa6 [2022-06-04T20:43:34.733Z] #30 DONE 0.2s [2022-06-04T20:43:34.733Z] [2022-06-04T20:43:34.733Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-04T20:43:34.733Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-04T20:43:34.994Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.3s done [2022-06-04T20:43:34.994Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 [2022-06-04T20:43:35.256Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done [2022-06-04T20:43:35.519Z] #11 DONE 19.6s [2022-06-04T20:43:35.519Z] [2022-06-04T20:43:35.519Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-04T20:43:35.519Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-04T20:43:35.784Z] #12 DONE 0.4s [2022-06-04T20:43:35.784Z] [2022-06-04T20:43:35.784Z] #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-04T20:43:35.784Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:35.919Z] #19 86.79 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-04T20:43:35.919Z] #19 86.79 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:35.919Z] #19 86.93 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:43:36.361Z] #31 1.484 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-04T20:43:36.361Z] #31 ... [2022-06-04T20:43:36.361Z] [2022-06-04T20:43:36.361Z] #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-04T20:43:36.361Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b [2022-06-04T20:43:36.361Z] #13 DONE 0.5s [2022-06-04T20:43:36.479Z] #19 87.64 Selecting previously unselected package crossbuild-essential-armel. [2022-06-04T20:43:36.479Z] #19 87.65 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-04T20:43:36.479Z] #19 87.65 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-04T20:43:36.479Z] #19 87.68 Selecting previously unselected package libc6-armhf-cross. [2022-06-04T20:43:36.479Z] #19 87.68 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:36.479Z] #19 87.68 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-04T20:43:36.631Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c [2022-06-04T20:43:36.631Z] #33 DONE 0.2s [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #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-04T20:43:36.631Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:36.631Z] #31 1.770 [2022-06-04T20:43:36.631Z] #31 ... [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-04T20:43:36.631Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2 [2022-06-04T20:43:36.631Z] #46 DONE 0.3s [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #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-04T20:43:36.631Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495 [2022-06-04T20:43:36.631Z] #50 DONE 0.3s [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-04T20:43:36.631Z] #66 sha256:70cfa05effd4971a6b43dd4180b1ca1c5873f76f0d7c069cb2ff6f9113ab39d1 [2022-06-04T20:43:36.631Z] #66 DONE 0.3s [2022-06-04T20:43:36.631Z] [2022-06-04T20:43:36.631Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-04T20:43:36.631Z] #25 sha256:e6f42040d0e8d1f12b29c0251619f9670524f12a99307789588ff318b6bc4844 [2022-06-04T20:43:36.631Z] #25 DONE 0.3s [2022-06-04T20:43:36.734Z] #19 87.79 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-04T20:43:36.735Z] #19 87.79 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.735Z] #19 87.79 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.735Z] #19 87.82 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-04T20:43:36.735Z] #19 87.82 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.735Z] #19 87.83 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.735Z] #19 87.86 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-04T20:43:36.735Z] #19 87.86 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.735Z] #19 87.90 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.735Z] #19 87.93 Selecting previously unselected package libasan6-armhf-cross. [2022-06-04T20:43:36.735Z] #19 87.93 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.735Z] #19 87.94 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.895Z] [2022-06-04T20:43:36.895Z] #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-04T20:43:36.895Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:36.895Z] #31 2.001 #=#=# 0.2% ######################################################################## 100.0% [2022-06-04T20:43:36.990Z] #19 88.14 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-04T20:43:36.990Z] #19 88.14 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.990Z] #19 88.15 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.990Z] #19 88.21 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-04T20:43:36.990Z] #19 88.21 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.990Z] #19 88.21 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:36.990Z] #19 88.30 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-04T20:43:36.990Z] #19 88.30 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:36.990Z] #19 88.31 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:37.245Z] #19 88.41 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-04T20:43:37.245Z] #19 88.41 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:37.245Z] #19 88.41 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:43:37.471Z] #31 2.376 [2022-06-04T20:43:37.885Z] #14 ... [2022-06-04T20:43:37.885Z] [2022-06-04T20:43:37.885Z] #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-04T20:43:37.885Z] #44 sha256:64989bfdc2ff467f343fce304bbcff71e71838767f9eeec6ef0649d523118248 [2022-06-04T20:43:37.885Z] #44 3.709 + RM_GOPATH=0 [2022-06-04T20:43:37.885Z] #44 3.709 + TMP_GOPATH= [2022-06-04T20:43:37.885Z] #44 3.709 + : /build [2022-06-04T20:43:37.885Z] #44 3.709 + '[' -z '' ']' [2022-06-04T20:43:37.885Z] #44 3.709 ++ mktemp -d [2022-06-04T20:43:37.885Z] #44 3.709 + export GOPATH=/tmp/tmp.tuzwiLaFv4 [2022-06-04T20:43:37.885Z] #44 3.709 + GOPATH=/tmp/tmp.tuzwiLaFv4 [2022-06-04T20:43:37.885Z] #44 3.709 + RM_GOPATH=1 [2022-06-04T20:43:37.885Z] #44 3.709 + case "$(go env GOARCH)" in [2022-06-04T20:43:37.885Z] #44 3.709 ++ go env GOARCH [2022-06-04T20:43:37.885Z] #44 3.737 Install tini version v0.19.0 [2022-06-04T20:43:37.885Z] #44 3.749 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:37.885Z] #44 3.749 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:37.885Z] #44 3.749 ++ dirname /install.sh [2022-06-04T20:43:37.885Z] #44 3.749 + dir=/ [2022-06-04T20:43:37.885Z] #44 3.749 + bin=tini [2022-06-04T20:43:37.885Z] #44 3.749 + shift [2022-06-04T20:43:37.885Z] #44 3.749 + '[' '!' -f //tini.installer ']' [2022-06-04T20:43:37.885Z] #44 3.749 + . //tini.installer [2022-06-04T20:43:37.885Z] #44 3.749 ++ : v0.19.0 [2022-06-04T20:43:37.885Z] #44 3.749 + install_tini [2022-06-04T20:43:37.885Z] #44 3.749 + echo 'Install tini version v0.19.0' [2022-06-04T20:43:37.885Z] #44 3.749 + git clone https://github.com/krallin/tini.git /tmp/tmp.tuzwiLaFv4/tini [2022-06-04T20:43:37.885Z] #44 3.749 Cloning into '/tmp/tmp.tuzwiLaFv4/tini'... [2022-06-04T20:43:37.885Z] #44 4.773 + cd /tmp/tmp.tuzwiLaFv4/tini [2022-06-04T20:43:37.885Z] #44 4.773 + git checkout -q v0.19.0 [2022-06-04T20:43:37.885Z] #44 4.786 + cmake . [2022-06-04T20:43:37.885Z] #44 5.418 -- The C compiler identification is GNU 10.2.1 [2022-06-04T20:43:37.885Z] #44 5.524 -- Detecting C compiler ABI info [2022-06-04T20:43:37.885Z] #44 6.197 -- Detecting C compiler ABI info - done [2022-06-04T20:43:37.885Z] #44 6.293 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-04T20:43:37.885Z] #44 6.327 -- Detecting C compile features [2022-06-04T20:43:37.885Z] #44 6.327 -- Detecting C compile features - done [2022-06-04T20:43:37.885Z] #44 6.375 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-04T20:43:37.885Z] #44 6.565 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-04T20:43:37.885Z] #44 6.582 -- Configuring done [2022-06-04T20:43:37.885Z] #44 6.611 -- Generating done [2022-06-04T20:43:37.885Z] #44 6.611 -- Build files have been written to: /tmp/tmp.tuzwiLaFv4/tini [2022-06-04T20:43:37.885Z] #44 6.641 + make tini-static [2022-06-04T20:43:37.885Z] #44 6.985 Scanning dependencies of target tini-static [2022-06-04T20:43:37.885Z] #44 7.061 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-04T20:43:37.885Z] #44 8.360 [100%] Linking C executable tini-static [2022-06-04T20:43:37.885Z] #44 8.909 [100%] Built target tini-static [2022-06-04T20:43:37.885Z] #44 8.992 + mkdir -p /build [2022-06-04T20:43:37.885Z] #44 8.992 + cp tini-static /build/docker-init [2022-06-04T20:43:37.885Z] #44 DONE 9.9s [2022-06-04T20:43:37.885Z] [2022-06-04T20:43:37.885Z] #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-04T20:43:37.885Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:43:38.652Z] #14 75.73 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-04T20:43:38.652Z] #14 75.74 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:38.652Z] #14 75.76 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:43:38.816Z] #47 ... [2022-06-04T20:43:38.816Z] [2022-06-04T20:43:38.816Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:38.816Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:38.816Z] #14 66.78 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-04T20:43:38.816Z] #14 66.78 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:38.816Z] #14 66.81 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:43:38.867Z] #31 3.843 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-04T20:43:39.129Z] #31 4.193 [2022-06-04T20:43:39.390Z] #31 4.421 #=#=# ######################################################################## 100.0% [2022-06-04T20:43:39.655Z] #31 4.763 [2022-06-04T20:43:40.725Z] #14 ... [2022-06-04T20:43:40.725Z] [2022-06-04T20:43:40.725Z] #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-04T20:43:40.725Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:43:40.725Z] #64 43.25 Updating files: 56% (2710/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: 95% (4526/4764) Updating files: 96% (4574/4764) Updating files: 97% (4622/4764) Updating files: 98% (4669/4764) Updating files: 98% (4710/4764) Updating files: 99% (4717/4764) Updating files: 100% (4764/4764) Updating files: 100% (4764/4764), done. [2022-06-04T20:43:40.725Z] #64 44.32 + cd /tmp/tmp.pigNZdKmzY/src/github.com/containerd/containerd [2022-06-04T20:43:40.725Z] #64 44.32 + git checkout -q v1.6.4 [2022-06-04T20:43:41.406Z] #19 92.75 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-04T20:43:41.661Z] #19 92.75 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:41.662Z] #19 92.96 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:43:42.107Z] #64 45.70 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-04T20:43:42.107Z] #64 45.70 + BUILDTAGS='netgo osusergo static_build' [2022-06-04T20:43:42.107Z] #64 45.70 + export EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:43:42.107Z] #64 45.70 + EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:43:42.107Z] #64 45.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-04T20:43:42.107Z] #64 45.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-04T20:43:42.107Z] #64 45.70 + '[' '' = dynamic ']' [2022-06-04T20:43:42.107Z] #64 45.70 + make [2022-06-04T20:43:42.214Z] #31 7.551 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-04T20:43:42.214Z] #31 ... [2022-06-04T20:43:42.214Z] [2022-06-04T20:43:42.214Z] #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-04T20:43:42.214Z] #67 sha256:0b00e12dae37fdc7fdc250f7709b7b80e8cea69814c067b58a3f7767fce55766 [2022-06-04T20:43:42.214Z] #67 4.037 + RM_GOPATH=0 [2022-06-04T20:43:42.214Z] #67 4.037 + TMP_GOPATH= [2022-06-04T20:43:42.214Z] #67 4.037 + : /build [2022-06-04T20:43:42.214Z] #67 4.037 + '[' -z '' ']' [2022-06-04T20:43:42.214Z] #67 4.038 ++ mktemp -d [2022-06-04T20:43:42.214Z] #67 4.040 + export GOPATH=/tmp/tmp.7nseoFwQdC [2022-06-04T20:43:42.214Z] #67 4.040 + GOPATH=/tmp/tmp.7nseoFwQdC [2022-06-04T20:43:42.214Z] #67 4.040 + RM_GOPATH=1 [2022-06-04T20:43:42.214Z] #67 4.040 + case "$(go env GOARCH)" in [2022-06-04T20:43:42.214Z] #67 4.040 ++ go env GOARCH [2022-06-04T20:43:42.214Z] #67 4.060 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:42.214Z] #67 4.060 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:42.214Z] #67 4.062 ++ dirname /install.sh [2022-06-04T20:43:42.214Z] #67 4.075 + dir=/ [2022-06-04T20:43:42.214Z] #67 4.075 + bin=rootlesskit [2022-06-04T20:43:42.214Z] #67 4.075 + shift [2022-06-04T20:43:42.214Z] #67 4.076 + '[' '!' -f //rootlesskit.installer ']' [2022-06-04T20:43:42.214Z] #67 4.076 + . //rootlesskit.installer [2022-06-04T20:43:42.214Z] #67 4.077 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:43:42.214Z] #67 4.077 + install_rootlesskit [2022-06-04T20:43:42.214Z] #67 4.078 + case "$1" in [2022-06-04T20:43:42.214Z] #67 4.078 + export CGO_ENABLED=0 [2022-06-04T20:43:42.214Z] #67 4.078 + CGO_ENABLED=0 [2022-06-04T20:43:42.214Z] #67 4.078 + _install_rootlesskit [2022-06-04T20:43:42.214Z] #67 4.087 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-04T20:43:42.214Z] #67 4.087 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:43:42.214Z] #67 4.088 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:43:42.214Z] #67 4.088 + GOBIN=/build [2022-06-04T20:43:42.214Z] #67 4.088 + GO111MODULE=on [2022-06-04T20:43:42.214Z] #67 4.088 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:43:42.214Z] #67 4.538 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T20:43:42.587Z] #19 93.80 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-04T20:43:42.587Z] #19 93.80 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-04T20:43:42.842Z] #19 93.97 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-04T20:43:43.623Z] #67 6.913 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:43:43.623Z] #67 6.919 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-04T20:43:43.768Z] #19 94.86 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-04T20:43:43.768Z] #19 94.87 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:43.768Z] #19 95.02 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-04T20:43:43.885Z] #67 ... [2022-06-04T20:43:43.885Z] [2022-06-04T20:43:43.885Z] #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-04T20:43:43.885Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:43.885Z] #31 9.045 [2022-06-04T20:43:44.002Z] #64 47.46 + bin/ctr [2022-06-04T20:43:44.696Z] #19 95.93 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-04T20:43:44.696Z] #19 95.94 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:44.951Z] #19 96.09 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:43:45.510Z] #31 9.441 #=#=# 0.0% ############# 18.4% #################### 28.3% ########################## 37.4% ################################### 49.1% ######################################## 56.6% ################################################ 67.3% ##################################################### 74.6% ############################################################ 83.8% ###################################################################### 97.8% ######################################################################## 100.0% [2022-06-04T20:43:45.511Z] #19 96.70 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-04T20:43:45.511Z] #19 96.70 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:45.512Z] #19 96.70 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:43:46.455Z] #31 ... [2022-06-04T20:43:46.455Z] [2022-06-04T20:43:46.455Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-04T20:43:46.455Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-04T20:43:46.455Z] #40 4.510 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-04T20:43:46.455Z] #40 5.115 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-04T20:43:46.455Z] #40 6.234 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-04T20:43:46.455Z] #40 6.519 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-04T20:43:46.455Z] #40 6.559 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-04T20:43:46.455Z] #40 9.559 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-04T20:43:46.455Z] #40 9.662 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:43:46.455Z] #40 ... [2022-06-04T20:43:46.455Z] [2022-06-04T20:43:46.455Z] #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-04T20:43:46.455Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-04T20:43:46.455Z] #57 4.326 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-04T20:43:46.455Z] #57 5.339 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-04T20:43:46.455Z] #57 5.340 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-04T20:43:46.455Z] #57 5.434 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-04T20:43:46.455Z] #57 6.847 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-04T20:43:46.717Z] #57 ... [2022-06-04T20:43:46.717Z] [2022-06-04T20:43:46.717Z] #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-04T20:43:46.717Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-04T20:43:46.717Z] #38 4.459 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-04T20:43:46.717Z] #38 ... [2022-06-04T20:43:46.717Z] [2022-06-04T20:43:46.717Z] #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-04T20:43:46.717Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-04T20:43:46.717Z] #62 3.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:43:46.717Z] #62 3.446 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:43:46.717Z] #62 3.447 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:43:46.717Z] #62 3.822 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:43:46.717Z] #62 5.221 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:43:46.717Z] #62 7.745 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:43:46.981Z] #62 ... [2022-06-04T20:43:46.981Z] [2022-06-04T20:43:46.981Z] #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-04T20:43:46.981Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-04T20:43:46.981Z] #47 3.530 + git clone https://github.com/docker/distribution.git . [2022-06-04T20:43:46.981Z] #47 3.531 Cloning into '.'... [2022-06-04T20:43:47.243Z] #47 ... [2022-06-04T20:43:47.243Z] [2022-06-04T20:43:47.243Z] #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-04T20:43:47.243Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-04T20:43:47.243Z] #34 4.133 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-04T20:43:47.243Z] #34 4.161 Cloning into '.'... [2022-06-04T20:43:47.243Z] #34 ... [2022-06-04T20:43:47.243Z] [2022-06-04T20:43:47.243Z] #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-04T20:43:47.243Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-04T20:43:47.243Z] #53 4.497 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-04T20:43:47.243Z] #53 5.960 go: downloading github.com/fatih/color v1.10.0 [2022-06-04T20:43:47.243Z] #53 6.219 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-04T20:43:47.243Z] #53 6.240 go: downloading golang.org/x/tools v0.1.0 [2022-06-04T20:43:47.243Z] #53 6.481 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T20:43:47.243Z] #53 6.506 go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T20:43:47.243Z] #53 6.813 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-04T20:43:47.243Z] #53 6.887 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-04T20:43:47.243Z] #53 7.199 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-04T20:43:47.243Z] #53 7.290 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-04T20:43:47.243Z] #53 7.436 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-04T20:43:47.243Z] #53 7.478 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-04T20:43:47.243Z] #53 7.752 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-04T20:43:47.505Z] #53 ... [2022-06-04T20:43:47.505Z] [2022-06-04T20:43:47.505Z] #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-04T20:43:47.505Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:43:47.505Z] #55 4.179 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-04T20:43:47.505Z] #55 ... [2022-06-04T20:43:47.505Z] [2022-06-04T20:43:47.505Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:47.505Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:43:47.505Z] #14 4.392 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:43:47.505Z] #14 4.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:43:47.505Z] #14 4.418 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:43:47.505Z] #14 5.084 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:43:47.505Z] #14 7.168 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:43:47.505Z] #14 10.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:43:47.767Z] #14 ... [2022-06-04T20:43:47.767Z] [2022-06-04T20:43:47.767Z] #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-04T20:43:47.767Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:43:47.767Z] #26 3.944 + RM_GOPATH=0 [2022-06-04T20:43:47.767Z] #26 3.944 + TMP_GOPATH= [2022-06-04T20:43:47.767Z] #26 3.944 + : /build [2022-06-04T20:43:47.767Z] #26 3.945 + '[' -z '' ']' [2022-06-04T20:43:47.767Z] #26 3.948 ++ mktemp -d [2022-06-04T20:43:47.767Z] #26 3.949 + export GOPATH=/tmp/tmp.pZXCcetDQa [2022-06-04T20:43:47.767Z] #26 3.949 + GOPATH=/tmp/tmp.pZXCcetDQa [2022-06-04T20:43:47.767Z] #26 3.949 + RM_GOPATH=1 [2022-06-04T20:43:47.767Z] #26 3.949 + case "$(go env GOARCH)" in [2022-06-04T20:43:47.767Z] #26 3.950 ++ go env GOARCH [2022-06-04T20:43:47.767Z] #26 3.961 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:47.767Z] #26 3.961 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:43:47.767Z] #26 3.962 ++ dirname /install.sh [2022-06-04T20:43:47.767Z] #26 3.967 + dir=/ [2022-06-04T20:43:47.767Z] #26 3.967 + bin=dockercli [2022-06-04T20:43:47.767Z] #26 3.967 + shift [2022-06-04T20:43:47.767Z] #26 3.967 + '[' '!' -f //dockercli.installer ']' [2022-06-04T20:43:47.767Z] #26 3.967 + . //dockercli.installer [2022-06-04T20:43:47.767Z] #26 3.967 ++ : stable [2022-06-04T20:43:47.767Z] #26 3.967 ++ : 17.06.2-ce [2022-06-04T20:43:47.767Z] #26 3.967 + install_dockercli [2022-06-04T20:43:47.767Z] #26 3.967 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-04T20:43:47.767Z] #26 3.967 ++ uname -m [2022-06-04T20:43:47.767Z] #26 3.968 Install docker/cli version 17.06.2-ce from stable [2022-06-04T20:43:47.767Z] #26 3.968 + arch=aarch64 [2022-06-04T20:43:47.767Z] #26 3.968 + '[' aarch64 '!=' x86_64 ']' [2022-06-04T20:43:47.767Z] #26 3.968 + '[' aarch64 '!=' s390x ']' [2022-06-04T20:43:47.767Z] #26 3.968 + '[' aarch64 '!=' armhf ']' [2022-06-04T20:43:47.767Z] #26 3.968 + build_dockercli [2022-06-04T20:43:47.767Z] #26 3.968 + git clone https://github.com/docker/docker-ce /tmp/tmp.pZXCcetDQa/tmp/docker-ce [2022-06-04T20:43:47.767Z] #26 3.973 Cloning into '/tmp/tmp.pZXCcetDQa/tmp/docker-ce'... [2022-06-04T20:43:47.767Z] #26 ... [2022-06-04T20:43:47.767Z] [2022-06-04T20:43:47.767Z] #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-04T20:43:47.767Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-04T20:43:47.767Z] #51 4.390 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:43:47.767Z] #51 4.402 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:43:47.767Z] #51 4.402 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:43:47.767Z] #51 5.092 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-04T20:43:47.767Z] #51 5.350 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:43:47.767Z] #51 7.495 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:43:47.767Z] #51 10.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:43:48.029Z] #51 ... [2022-06-04T20:43:48.029Z] [2022-06-04T20:43:48.029Z] #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-04T20:43:48.029Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-04T20:43:48.029Z] #42 4.698 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:43:48.029Z] #42 4.712 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:43:48.029Z] #42 4.712 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:43:48.029Z] #42 5.453 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:43:48.030Z] #42 6.848 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:43:48.030Z] #42 9.561 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:43:48.030Z] #42 ... [2022-06-04T20:43:48.030Z] [2022-06-04T20:43:48.030Z] #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-04T20:43:48.030Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-04T20:43:48.030Z] #36 3.790 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-04T20:43:48.030Z] #36 11.22 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-04T20:43:48.030Z] #36 11.23 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T20:43:48.030Z] #36 11.71 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-04T20:43:48.291Z] #36 11.81 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-04T20:43:48.291Z] #36 ... [2022-06-04T20:43:48.291Z] [2022-06-04T20:43:48.291Z] #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-04T20:43:48.291Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-04T20:43:48.291Z] #53 11.74 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T20:43:48.291Z] #53 11.77 go: downloading golang.org/x/mod v0.3.0 [2022-06-04T20:43:48.663Z] #14 ... [2022-06-04T20:43:48.663Z] [2022-06-04T20:43:48.663Z] #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-04T20:43:48.663Z] #64 sha256:3c0e35ff072730d7cfa2735419920691f06126214c0b7813923a5a2741040444 [2022-06-04T20:43:49.453Z] #64 42.62 Updating files: 61% (2934/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: 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-04T20:43:49.453Z] #64 43.52 + cd /tmp/tmp.eahZdTRqnn/src/github.com/containerd/containerd [2022-06-04T20:43:49.675Z] #19 100.8 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-04T20:43:49.675Z] #19 100.8 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:49.675Z] #19 100.8 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:43:49.675Z] #19 100.8 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-04T20:43:49.675Z] #19 100.8 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-04T20:43:49.675Z] #19 100.8 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-04T20:43:49.675Z] #19 100.9 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-04T20:43:49.675Z] #19 100.9 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:49.675Z] #19 100.9 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-04T20:43:49.715Z] #64 43.52 + git checkout -q v1.6.4 [2022-06-04T20:43:49.930Z] #19 101.0 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-04T20:43:49.930Z] #19 101.0 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:49.930Z] #19 101.0 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:49.930Z] #19 101.0 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-04T20:43:49.930Z] #19 101.1 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:49.930Z] #19 101.1 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:49.930Z] #19 101.1 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-04T20:43:49.930Z] #19 101.1 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:49.930Z] #19 101.1 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:49.930Z] #19 101.1 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-04T20:43:49.930Z] #19 101.1 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:49.930Z] #19 101.1 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:49.930Z] #19 101.2 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-04T20:43:49.930Z] #19 101.2 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:49.930Z] #19 101.2 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:50.186Z] #19 101.4 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-04T20:43:50.186Z] #19 101.4 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:50.186Z] #19 101.4 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:50.186Z] #19 101.5 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-04T20:43:50.441Z] #19 101.5 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:50.441Z] #19 101.5 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:50.441Z] #19 101.7 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-04T20:43:50.441Z] #19 101.7 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:50.441Z] #19 101.7 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:51.103Z] #64 44.91 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-04T20:43:51.103Z] #64 44.92 + BUILDTAGS='netgo osusergo static_build' [2022-06-04T20:43:51.103Z] #64 44.92 + export EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:43:51.104Z] #64 44.92 + EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:43:51.104Z] #64 44.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-04T20:43:51.104Z] #64 44.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-04T20:43:51.104Z] #64 44.92 + '[' '' = dynamic ']' [2022-06-04T20:43:51.104Z] #64 44.92 + make [2022-06-04T20:43:51.367Z] #19 102.6 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-04T20:43:51.367Z] #19 102.6 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:51.622Z] #19 102.8 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:52.100Z] #64 ... [2022-06-04T20:43:52.100Z] [2022-06-04T20:43:52.100Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:43:52.100Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:43:52.100Z] #14 84.22 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-04T20:43:52.100Z] #14 84.22 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:52.100Z] #14 84.26 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:43:52.100Z] #14 90.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-04T20:43:52.100Z] #14 90.12 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:52.100Z] #14 90.13 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:43:52.181Z] #19 103.6 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-04T20:43:52.181Z] #19 103.6 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:52.436Z] #19 103.6 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:52.436Z] #19 103.6 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-04T20:43:52.436Z] #19 103.6 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:52.436Z] #19 103.6 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:52.615Z] #14 95.93 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-04T20:43:52.615Z] #14 95.95 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:52.615Z] #14 95.95 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:43:52.692Z] #19 103.8 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-04T20:43:52.692Z] #19 103.8 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:52.692Z] #19 103.8 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:53.020Z] #64 46.67 + bin/ctr [2022-06-04T20:43:53.601Z] #53 ... [2022-06-04T20:43:53.602Z] [2022-06-04T20:43:53.602Z] #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-04T20:43:53.602Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-04T20:43:53.602Z] #38 15.22 tomll can be used in two ways: [2022-06-04T20:43:53.602Z] #38 15.22 Writing to STDIN and reading from STDOUT: [2022-06-04T20:43:53.602Z] #38 15.22 cat file.toml | tomll > file.toml [2022-06-04T20:43:53.602Z] #38 15.22 [2022-06-04T20:43:53.602Z] #38 15.22 Reading and updating a list of files: [2022-06-04T20:43:53.602Z] #38 15.22 tomll a.toml b.toml c.toml [2022-06-04T20:43:53.602Z] #38 15.22 [2022-06-04T20:43:53.602Z] #38 15.22 When given a list of files, tomll will modify all files in place without asking. [2022-06-04T20:43:53.663Z] #14 79.59 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-04T20:43:53.663Z] #14 79.59 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:53.663Z] #14 79.62 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:43:54.175Z] #38 ... [2022-06-04T20:43:54.175Z] [2022-06-04T20:43:54.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-04T20:43:54.175Z] #67 sha256:0b00e12dae37fdc7fdc250f7709b7b80e8cea69814c067b58a3f7767fce55766 [2022-06-04T20:43:54.175Z] #67 7.426 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-04T20:43:54.175Z] #67 9.925 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-04T20:43:54.175Z] #67 10.68 go: downloading github.com/google/uuid v1.3.0 [2022-06-04T20:43:54.175Z] #67 10.74 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-04T20:43:54.175Z] #67 10.81 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-04T20:43:54.175Z] #67 11.04 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:43:54.175Z] #67 11.10 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T20:43:54.175Z] #67 11.42 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T20:43:54.175Z] #67 11.84 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-04T20:43:54.175Z] #67 11.95 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-04T20:43:54.175Z] #67 13.70 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-04T20:43:54.175Z] #67 13.91 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:43:54.175Z] #67 ... [2022-06-04T20:43:54.175Z] [2022-06-04T20:43:54.175Z] #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-04T20:43:54.175Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-04T20:43:54.175Z] #36 12.11 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T20:43:54.175Z] #36 12.39 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T20:43:54.175Z] #36 12.58 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-04T20:43:54.175Z] #36 12.59 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-04T20:43:54.175Z] #36 12.62 go: downloading github.com/peterh/liner v1.2.2 [2022-06-04T20:43:54.175Z] #36 12.91 go: downloading github.com/google/go-dap v0.6.0 [2022-06-04T20:43:54.175Z] #36 13.07 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-04T20:43:54.175Z] #36 13.47 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-04T20:43:54.175Z] #36 13.89 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-04T20:43:54.175Z] #36 14.07 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T20:43:54.175Z] #36 14.12 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-04T20:43:54.175Z] #36 15.10 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-04T20:43:55.128Z] #36 ... [2022-06-04T20:43:55.128Z] [2022-06-04T20:43:55.128Z] #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-04T20:43:55.128Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-04T20:43:55.128Z] #38 DONE 18.6s [2022-06-04T20:43:55.128Z] [2022-06-04T20:43:55.128Z] #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-04T20:43:55.128Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:55.128Z] #31 11.93 [2022-06-04T20:43:55.128Z] #31 16.81 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-04T20:43:55.128Z] #31 17.99 [2022-06-04T20:43:55.128Z] #31 18.39 #=#=# ######################################################################## 100.0% [2022-06-04T20:43:55.128Z] #31 19.50 [2022-06-04T20:43:55.702Z] #31 ... [2022-06-04T20:43:55.702Z] [2022-06-04T20:43:55.702Z] #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-04T20:43:55.702Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-04T20:43:56.488Z] #47 19.08 Updating files: 69% (1511/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-04T20:43:56.488Z] #47 19.86 + git checkout -q v2.3.0 [2022-06-04T20:43:56.854Z] #19 108.0 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-04T20:43:56.854Z] #19 108.0 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:43:56.854Z] #19 108.0 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:43:56.854Z] #19 108.0 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-04T20:43:56.854Z] #19 108.0 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-04T20:43:56.854Z] #19 108.0 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-04T20:43:56.931Z] #14 85.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-04T20:43:56.931Z] #14 85.07 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:43:56.931Z] #14 85.08 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:43:57.109Z] #19 108.2 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-04T20:43:57.109Z] #19 108.2 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-04T20:43:57.109Z] #19 108.2 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-04T20:43:57.109Z] #19 108.4 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-04T20:43:57.365Z] #19 108.4 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:43:57.365Z] #19 108.4 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:43:57.365Z] #19 108.7 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-04T20:43:57.621Z] #19 108.7 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:43:57.621Z] #19 108.8 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:43:58.297Z] #14 ... [2022-06-04T20:43:58.297Z] [2022-06-04T20:43:58.297Z] #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-04T20:43:58.297Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:43:58.416Z] #47 21.48 + 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-04T20:43:59.321Z] #64 47.95 Updating files: 55% (2631/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% (4321/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-04T20:43:59.321Z] #64 49.29 + cd /tmp/tmp.4vEf4QWv8m/src/github.com/containerd/containerd [2022-06-04T20:43:59.321Z] #64 49.30 + git checkout -q v1.6.4 [2022-06-04T20:43:59.360Z] #47 ... [2022-06-04T20:43:59.360Z] [2022-06-04T20:43:59.360Z] #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-04T20:43:59.360Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-04T20:43:59.360Z] #62 12.96 Fetched 8424 kB in 10s (861 kB/s) [2022-06-04T20:43:59.360Z] #62 12.96 Reading package lists... [2022-06-04T20:43:59.620Z] #62 18.12 Reading package lists... [2022-06-04T20:43:59.620Z] #62 ... [2022-06-04T20:43:59.620Z] [2022-06-04T20:43:59.621Z] #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-04T20:43:59.621Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-04T20:43:59.621Z] #51 12.89 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-04T20:43:59.621Z] #51 16.55 Fetched 8428 kB in 13s (673 kB/s) [2022-06-04T20:43:59.621Z] #51 16.55 Reading package lists... [2022-06-04T20:43:59.621Z] #51 22.09 Reading package lists... [2022-06-04T20:43:59.621Z] #51 ... [2022-06-04T20:43:59.621Z] [2022-06-04T20:43:59.621Z] #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-04T20:43:59.621Z] #31 sha256:6bb3e9343406c333cc3c6c71bc36ca11869db0e5557ec0ada8d13ef634eb7277 [2022-06-04T20:43:59.621Z] #31 22.45 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-04T20:43:59.621Z] #31 24.09 #=#=# [2022-06-04T20:43:59.621Z] #31 24.41 #=#=# ######################################################################## 100.0% [2022-06-04T20:44:00.563Z] #31 25.54 [2022-06-04T20:44:00.687Z] #64 50.52 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-04T20:44:00.687Z] #64 50.52 + BUILDTAGS='netgo osusergo static_build' [2022-06-04T20:44:00.687Z] #64 50.52 + export EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:00.687Z] #64 50.52 + EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:00.687Z] #64 50.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-04T20:44:00.687Z] #64 50.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-04T20:44:00.687Z] #64 50.52 + '[' '' = dynamic ']' [2022-06-04T20:44:00.687Z] #64 50.52 + make [2022-06-04T20:44:00.824Z] #31 25.94 Download of images into '/build' complete. [2022-06-04T20:44:00.824Z] #31 25.94 Use something like the following to load the result into a Docker daemon: [2022-06-04T20:44:00.824Z] #31 25.94 tar -cC '/build' . | docker load [2022-06-04T20:44:01.168Z] #64 ... [2022-06-04T20:44:01.168Z] [2022-06-04T20:44:01.168Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:01.168Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:01.168Z] #14 88.97 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-04T20:44:01.169Z] #14 88.98 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:01.169Z] #14 88.98 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:01.169Z] #14 94.60 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-04T20:44:01.169Z] #14 94.61 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:01.169Z] #14 94.62 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:01.397Z] #31 DONE 26.5s [2022-06-04T20:44:01.397Z] [2022-06-04T20:44:01.397Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:44:01.397Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:01.397Z] #55 22.65 go: downloading github.com/fatih/color v1.13.0 [2022-06-04T20:44:01.397Z] #55 22.65 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:44:01.397Z] #55 22.69 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-04T20:44:01.397Z] #55 22.71 go: downloading github.com/spf13/viper v1.10.1 [2022-06-04T20:44:01.397Z] #55 22.86 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T20:44:01.397Z] #55 23.28 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-04T20:44:01.397Z] #55 23.28 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-04T20:44:01.397Z] #55 23.33 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-04T20:44:01.397Z] #55 23.79 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-04T20:44:01.397Z] #55 23.79 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-04T20:44:01.397Z] #55 23.80 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-04T20:44:01.397Z] #55 ... [2022-06-04T20:44:01.397Z] [2022-06-04T20:44:01.397Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:01.397Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:01.397Z] #14 15.14 Fetched 8424 kB in 11s (765 kB/s) [2022-06-04T20:44:01.397Z] #14 15.14 Reading package lists... [2022-06-04T20:44:01.661Z] #14 20.82 Reading package lists... [2022-06-04T20:44:01.661Z] #14 ... [2022-06-04T20:44:01.661Z] [2022-06-04T20:44:01.661Z] #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-04T20:44:01.661Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-04T20:44:01.661Z] #62 18.12 Reading package lists... [2022-06-04T20:44:01.661Z] #62 23.40 Building dependency tree... [2022-06-04T20:44:01.661Z] #62 ... [2022-06-04T20:44:01.661Z] [2022-06-04T20:44:01.661Z] #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-04T20:44:01.661Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-04T20:44:01.661Z] #42 15.42 Fetched 8424 kB in 11s (767 kB/s) [2022-06-04T20:44:01.661Z] #42 15.42 Reading package lists... [2022-06-04T20:44:01.781Z] #19 112.8 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-04T20:44:01.781Z] #19 112.8 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:44:01.781Z] #19 112.8 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:01.781Z] #19 112.8 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-04T20:44:01.781Z] #19 112.8 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-04T20:44:01.781Z] #19 112.8 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-04T20:44:01.781Z] #19 112.8 Selecting previously unselected package libc6-s390x-cross. [2022-06-04T20:44:01.781Z] #19 112.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-04T20:44:01.781Z] #19 112.8 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-04T20:44:01.781Z] #19 113.0 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-04T20:44:01.781Z] #19 113.0 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:01.781Z] #19 113.0 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:01.781Z] #19 113.0 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-04T20:44:01.781Z] #19 113.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:01.781Z] #19 113.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:01.781Z] #19 113.0 Selecting previously unselected package libitm1-s390x-cross. [2022-06-04T20:44:01.923Z] #42 20.86 Reading package lists... [2022-06-04T20:44:01.924Z] #42 ... [2022-06-04T20:44:01.924Z] [2022-06-04T20:44:01.924Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:44:01.924Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:02.037Z] #19 113.0 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.037Z] #19 113.0 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.037Z] #19 113.1 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-04T20:44:02.037Z] #19 113.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.037Z] #19 113.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.037Z] #19 113.1 Selecting previously unselected package libasan6-s390x-cross. [2022-06-04T20:44:02.037Z] #19 113.1 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.037Z] #19 113.1 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.037Z] #19 113.3 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-04T20:44:02.292Z] #19 113.3 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.292Z] #19 113.3 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.292Z] #19 113.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-04T20:44:02.292Z] #19 113.4 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.292Z] #19 113.4 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.292Z] #19 113.5 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-04T20:44:02.292Z] #19 113.5 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:02.292Z] #19 113.5 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:02.292Z] #19 113.6 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-04T20:44:02.547Z] #19 113.6 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:44:02.547Z] #19 113.6 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:02.576Z] #64 52.54 + bin/ctr [2022-06-04T20:44:03.085Z] #14 100.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-04T20:44:03.085Z] #14 100.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:03.085Z] #14 100.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:03.314Z] #14 25.44 Building dependency tree... [2022-06-04T20:44:05.246Z] #14 28.98 The following additional packages will be installed: [2022-06-04T20:44:05.246Z] #14 28.98 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:44:05.246Z] #14 28.98 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-04T20:44:05.246Z] #14 28.98 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-04T20:44:05.246Z] #14 28.99 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-04T20:44:05.246Z] #14 28.99 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-04T20:44:05.246Z] #14 28.99 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-04T20:44:05.246Z] #14 29.00 mingw-w64-common mingw-w64-x86-64-dev [2022-06-04T20:44:05.246Z] #14 29.00 Suggested packages: [2022-06-04T20:44:05.246Z] #14 29.02 gcc-10-locales seccomp wine64 [2022-06-04T20:44:06.636Z] #14 30.14 The following NEW packages will be installed: [2022-06-04T20:44:06.637Z] #14 30.15 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:44:06.637Z] #14 30.15 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-04T20:44:06.637Z] #14 30.15 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-04T20:44:06.637Z] #14 30.15 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-04T20:44:06.637Z] #14 30.15 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-04T20:44:06.637Z] #14 30.15 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-04T20:44:06.637Z] #14 30.16 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-04T20:44:06.637Z] #14 30.16 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-04T20:44:06.637Z] #14 30.16 mingw-w64-x86-64-dev [2022-06-04T20:44:06.710Z] #19 117.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-04T20:44:06.710Z] #19 117.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:44:06.710Z] #19 117.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:06.710Z] #19 117.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-04T20:44:06.710Z] #19 117.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-04T20:44:06.710Z] #19 117.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-04T20:44:06.710Z] #19 117.8 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-04T20:44:06.710Z] #19 117.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-04T20:44:06.710Z] #19 117.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-04T20:44:06.710Z] #19 118.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-04T20:44:06.710Z] #19 118.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-04T20:44:06.710Z] #19 118.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:06.899Z] #14 30.58 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:06.899Z] #14 30.58 Need to get 108 MB of archives. [2022-06-04T20:44:06.899Z] #14 30.58 After this operation, 620 MB of additional disk space will be used. [2022-06-04T20:44:06.899Z] #14 30.58 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-04T20:44:06.965Z] #19 118.2 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-04T20:44:07.161Z] #14 30.77 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-04T20:44:07.161Z] #14 30.94 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-04T20:44:07.161Z] #14 30.94 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-04T20:44:07.161Z] #14 30.96 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-04T20:44:07.161Z] #14 30.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-04T20:44:07.221Z] #19 118.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-04T20:44:07.221Z] #19 118.2 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:07.424Z] #14 ... [2022-06-04T20:44:07.424Z] [2022-06-04T20:44:07.424Z] #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-04T20:44:07.424Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:07.424Z] #55 27.13 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:44:07.424Z] #55 27.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-04T20:44:07.424Z] #55 27.20 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-04T20:44:07.424Z] #55 27.24 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-04T20:44:07.424Z] #55 27.31 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T20:44:07.424Z] #55 27.39 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-04T20:44:07.424Z] #55 27.48 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-04T20:44:07.424Z] #55 27.48 go: downloading github.com/spf13/afero v1.6.0 [2022-06-04T20:44:07.424Z] #55 27.54 go: downloading github.com/spf13/cast v1.4.1 [2022-06-04T20:44:07.424Z] #55 27.58 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-04T20:44:07.424Z] #55 27.60 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-04T20:44:07.424Z] #55 27.62 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-04T20:44:07.424Z] #55 27.73 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-04T20:44:07.424Z] #55 27.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-04T20:44:07.424Z] #55 27.91 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-04T20:44:07.424Z] #55 27.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-04T20:44:07.424Z] #55 27.94 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-04T20:44:07.424Z] #55 27.96 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-04T20:44:07.424Z] #55 28.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-04T20:44:07.424Z] #55 28.04 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-04T20:44:07.424Z] #55 28.07 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-04T20:44:07.424Z] #55 28.66 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-04T20:44:07.424Z] #55 28.75 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-04T20:44:07.424Z] #55 28.76 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-04T20:44:07.424Z] #55 28.86 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-04T20:44:07.424Z] #55 28.89 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-04T20:44:07.424Z] #55 28.96 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-04T20:44:07.424Z] #55 29.52 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-04T20:44:07.424Z] #55 29.59 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-04T20:44:07.424Z] #55 29.64 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-04T20:44:07.424Z] #55 29.69 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-04T20:44:07.424Z] #55 29.72 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-04T20:44:07.424Z] #55 29.73 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-04T20:44:07.424Z] #55 29.74 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-04T20:44:07.424Z] #55 29.95 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-04T20:44:07.424Z] #55 29.99 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-04T20:44:07.424Z] #55 30.05 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-04T20:44:07.424Z] #55 30.18 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-04T20:44:07.424Z] #55 30.18 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-04T20:44:07.424Z] #55 30.19 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-04T20:44:07.424Z] #55 30.20 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-04T20:44:07.424Z] #55 30.25 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-04T20:44:07.424Z] #55 30.25 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-04T20:44:07.424Z] #55 30.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-04T20:44:07.424Z] #55 30.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-04T20:44:07.424Z] #55 30.32 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-04T20:44:07.424Z] #55 30.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-04T20:44:07.424Z] #55 30.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-04T20:44:07.424Z] #55 30.44 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-04T20:44:07.424Z] #55 30.46 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-04T20:44:07.424Z] #55 30.50 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-04T20:44:07.424Z] #55 30.54 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-04T20:44:07.424Z] #55 30.60 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-04T20:44:07.424Z] #55 30.64 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-04T20:44:07.424Z] #55 30.67 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-04T20:44:07.424Z] #55 30.68 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-04T20:44:07.424Z] #55 30.72 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-04T20:44:07.424Z] #55 30.76 go: downloading github.com/julz/importas v0.1.0 [2022-06-04T20:44:07.424Z] #55 30.77 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-04T20:44:07.424Z] #55 30.79 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-04T20:44:07.424Z] #55 30.82 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-04T20:44:07.424Z] #55 30.87 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-04T20:44:07.424Z] #55 30.89 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-04T20:44:07.424Z] #55 30.90 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-04T20:44:07.424Z] #55 30.91 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-04T20:44:07.424Z] #55 30.95 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-04T20:44:07.424Z] #55 31.01 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-04T20:44:07.424Z] #55 31.02 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-04T20:44:07.424Z] #55 31.05 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-04T20:44:07.424Z] #55 31.06 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-04T20:44:07.474Z] #14 108.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-04T20:44:07.474Z] #14 108.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:07.474Z] #14 108.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:08.003Z] #55 31.62 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-04T20:44:08.003Z] #55 31.63 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-04T20:44:08.003Z] #55 31.64 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-04T20:44:08.003Z] #55 31.65 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-04T20:44:08.003Z] #55 31.71 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-04T20:44:08.003Z] #55 31.73 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-04T20:44:08.003Z] #55 31.78 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-04T20:44:08.003Z] #55 31.79 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-04T20:44:08.003Z] #55 31.82 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-04T20:44:08.281Z] #55 31.97 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-04T20:44:08.544Z] #55 31.97 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-04T20:44:08.544Z] #55 31.98 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-04T20:44:08.544Z] #55 31.98 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-04T20:44:08.544Z] #55 31.99 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-04T20:44:08.544Z] #55 31.99 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-04T20:44:08.544Z] #55 32.04 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-04T20:44:08.544Z] #55 32.04 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-04T20:44:08.544Z] #55 ... [2022-06-04T20:44:08.544Z] [2022-06-04T20:44:08.544Z] #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-04T20:44:08.544Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-04T20:44:08.544Z] #62 27.15 The following additional packages will be installed: [2022-06-04T20:44:08.544Z] #62 27.17 libbtrfs0 [2022-06-04T20:44:08.544Z] #62 27.39 The following NEW packages will be installed: [2022-06-04T20:44:08.544Z] #62 27.40 libbtrfs-dev libbtrfs0 [2022-06-04T20:44:08.544Z] #62 27.82 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:08.544Z] #62 27.82 Need to get 454 kB of archives. [2022-06-04T20:44:08.544Z] #62 27.82 After this operation, 1275 kB of additional disk space will be used. [2022-06-04T20:44:08.544Z] #62 27.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-04T20:44:08.544Z] #62 27.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-04T20:44:08.544Z] #62 28.84 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:08.544Z] #62 29.08 Fetched 454 kB in 0s (1338 kB/s) [2022-06-04T20:44:08.544Z] #62 29.21 Selecting previously unselected package libbtrfs0:arm64. [2022-06-04T20:44:08.544Z] #62 29.21 (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-04T20:44:08.544Z] #62 29.26 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-04T20:44:08.544Z] #62 29.29 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-04T20:44:08.544Z] #62 29.52 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-04T20:44:08.544Z] #62 29.53 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-04T20:44:08.544Z] #62 29.54 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-04T20:44:08.544Z] #62 29.97 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-04T20:44:08.544Z] #62 29.99 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-04T20:44:08.544Z] #62 30.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:08.544Z] #62 DONE 32.1s [2022-06-04T20:44:08.544Z] [2022-06-04T20:44:08.544Z] #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-04T20:44:08.544Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-04T20:44:08.544Z] #57 31.84 v3.0.2 [2022-06-04T20:44:08.544Z] #57 DONE 32.2s [2022-06-04T20:44:08.544Z] [2022-06-04T20:44:08.544Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:44:08.544Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:08.544Z] #55 32.14 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-04T20:44:08.544Z] #55 32.18 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-04T20:44:08.544Z] #55 32.20 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-04T20:44:08.544Z] #55 32.26 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-04T20:44:08.544Z] #55 ... [2022-06-04T20:44:08.544Z] [2022-06-04T20:44:08.544Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-04T20:44:08.544Z] #63 sha256:f61eafc579bbb470d84f34b94855ca455da54fcf4d67e47841d68337b368004b [2022-06-04T20:44:08.809Z] #63 DONE 0.4s [2022-06-04T20:44:08.809Z] [2022-06-04T20:44:08.809Z] #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-04T20:44:08.809Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:08.809Z] #55 32.53 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-04T20:44:08.809Z] #55 32.59 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-04T20:44:08.809Z] #55 32.64 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-04T20:44:09.072Z] #55 32.68 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-04T20:44:09.072Z] #55 32.74 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-04T20:44:09.335Z] #55 32.91 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-04T20:44:09.597Z] #55 33.22 go: downloading honnef.co/go/tools v0.2.2 [2022-06-04T20:44:09.994Z] #14 ... [2022-06-04T20:44:09.994Z] [2022-06-04T20:44:09.994Z] #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-04T20:44:09.994Z] #67 sha256:e1989dd244f256728a78289f604b34c33f7d90225c31004591858e6bacbd22ad [2022-06-04T20:44:09.994Z] #67 112.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:44:09.994Z] #67 112.9 + GOBIN=/build [2022-06-04T20:44:09.994Z] #67 112.9 + GO111MODULE=on [2022-06-04T20:44:09.994Z] #67 112.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:10.987Z] #55 ... [2022-06-04T20:44:10.987Z] [2022-06-04T20:44:10.987Z] #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-04T20:44:10.987Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-04T20:44:10.987Z] #40 34.03 NAME: [2022-06-04T20:44:10.987Z] #40 34.03 go-winres - A tool for embedding resources in Windows executables [2022-06-04T20:44:10.987Z] #40 34.03 [2022-06-04T20:44:10.987Z] #40 34.03 USAGE: [2022-06-04T20:44:10.987Z] #40 34.03 go-winres [global options] command [command options] [arguments...] [2022-06-04T20:44:10.987Z] #40 34.03 [2022-06-04T20:44:10.987Z] #40 34.03 COMMANDS: [2022-06-04T20:44:10.987Z] #40 34.03 init Create an initial ./winres/winres.json [2022-06-04T20:44:10.987Z] #40 34.03 make Make syso files for the "go build" command [2022-06-04T20:44:10.987Z] #40 34.03 simply Make syso files for the "go build" command (simplified) [2022-06-04T20:44:10.987Z] #40 34.03 extract Extract all resources from an executable [2022-06-04T20:44:10.987Z] #40 34.03 patch Replace resources in an executable file (exe, dll) [2022-06-04T20:44:10.987Z] #40 34.03 help, h Shows a list of commands or help for one command [2022-06-04T20:44:10.987Z] #40 34.03 [2022-06-04T20:44:10.987Z] #40 34.03 GLOBAL OPTIONS: [2022-06-04T20:44:10.987Z] #40 34.03 --help, -h show help (default: false) [2022-06-04T20:44:10.987Z] #40 DONE 34.4s [2022-06-04T20:44:10.987Z] [2022-06-04T20:44:10.987Z] #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-04T20:44:10.987Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:44:10.987Z] #64 0.807 + RM_GOPATH=0 [2022-06-04T20:44:10.987Z] #64 0.807 + TMP_GOPATH= [2022-06-04T20:44:10.987Z] #64 0.807 + : /build [2022-06-04T20:44:10.987Z] #64 0.807 + '[' -z '' ']' [2022-06-04T20:44:10.987Z] #64 0.807 ++ mktemp -d [2022-06-04T20:44:10.987Z] #64 0.813 + export GOPATH=/tmp/tmp.KZ4usKPpMQ [2022-06-04T20:44:10.987Z] #64 0.813 + GOPATH=/tmp/tmp.KZ4usKPpMQ [2022-06-04T20:44:10.987Z] #64 0.813 + RM_GOPATH=1 [2022-06-04T20:44:10.987Z] #64 0.813 + case "$(go env GOARCH)" in [2022-06-04T20:44:10.987Z] #64 0.846 ++ go env GOARCH [2022-06-04T20:44:10.987Z] #64 0.900 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:10.987Z] #64 0.900 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:10.987Z] #64 0.956 ++ dirname /install.sh [2022-06-04T20:44:10.987Z] #64 0.965 + dir=/ [2022-06-04T20:44:10.987Z] #64 0.965 + bin=containerd [2022-06-04T20:44:10.987Z] #64 0.965 + shift [2022-06-04T20:44:10.987Z] #64 0.965 + '[' '!' -f //containerd.installer ']' [2022-06-04T20:44:10.987Z] #64 0.965 + . //containerd.installer [2022-06-04T20:44:10.987Z] #64 0.965 ++ set -e [2022-06-04T20:44:10.987Z] #64 0.965 ++ : v1.6.4 [2022-06-04T20:44:10.987Z] #64 0.965 + install_containerd [2022-06-04T20:44:10.988Z] #64 1.015 + echo 'Install containerd version v1.6.4' [2022-06-04T20:44:10.988Z] #64 1.019 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KZ4usKPpMQ/src/github.com/containerd/containerd [2022-06-04T20:44:10.988Z] #64 1.019 Install containerd version v1.6.4 [2022-06-04T20:44:10.988Z] #64 1.053 Cloning into '/tmp/tmp.KZ4usKPpMQ/src/github.com/containerd/containerd'... [2022-06-04T20:44:11.385Z] #19 122.1 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-04T20:44:11.385Z] #19 122.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-04T20:44:11.385Z] #19 122.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:11.385Z] #19 122.1 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-04T20:44:11.385Z] #19 122.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-04T20:44:11.385Z] #19 122.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libfile-which-perl (1.23-1) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-04T20:44:11.385Z] #19 122.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up file (1:5.39-3) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up bzip2 (1.0.8-4) ... [2022-06-04T20:44:11.385Z] #19 122.3 Setting up libyaml-perl (1.30-1) ... [2022-06-04T20:44:11.385Z] #19 122.4 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-04T20:44:11.385Z] #19 122.4 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-04T20:44:11.385Z] #19 122.4 Setting up libio-string-perl (1.08-3.1) ... [2022-06-04T20:44:11.385Z] #19 122.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-04T20:44:11.385Z] #19 122.4 Setting up cross-config (2.6.18+nmu1) ... [2022-06-04T20:44:11.385Z] #19 122.5 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:44:11.385Z] #19 122.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up patch (2.7.6-7) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:44:11.385Z] #19 122.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:44:11.385Z] #19 122.8 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-04T20:44:11.385Z] #19 122.8 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 122.9 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 123.0 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-04T20:44:11.640Z] #19 123.0 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.640Z] #19 123.0 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:11.896Z] #19 123.0 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-04T20:44:11.896Z] #19 123.1 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-04T20:44:11.896Z] #19 123.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-04T20:44:11.951Z] #64 ... [2022-06-04T20:44:11.951Z] [2022-06-04T20:44:11.951Z] #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-04T20:44:11.951Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-04T20:44:11.951Z] #42 25.61 Building dependency tree... [2022-06-04T20:44:11.951Z] #42 29.11 The following additional packages will be installed: [2022-06-04T20:44:11.951Z] #42 29.16 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-04T20:44:11.951Z] #42 29.17 Suggested packages: [2022-06-04T20:44:11.951Z] #42 29.17 cmake-doc ninja-build lrzip [2022-06-04T20:44:11.951Z] #42 29.17 Recommended packages: [2022-06-04T20:44:11.951Z] #42 29.17 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-04T20:44:11.951Z] #42 29.88 The following NEW packages will be installed: [2022-06-04T20:44:11.951Z] #42 29.90 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-04T20:44:11.951Z] #42 29.90 vim-common xxd [2022-06-04T20:44:11.951Z] #42 30.31 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:11.951Z] #42 30.31 Need to get 15.6 MB of archives. [2022-06-04T20:44:11.951Z] #42 30.31 After this operation, 67.4 MB of additional disk space will be used. [2022-06-04T20:44:11.951Z] #42 30.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:44:11.951Z] #42 30.35 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-04T20:44:11.951Z] #42 30.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-04T20:44:11.951Z] #42 30.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-04T20:44:11.951Z] #42 31.06 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-04T20:44:11.951Z] #42 31.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-04T20:44:11.951Z] #42 31.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-04T20:44:11.951Z] #42 31.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-04T20:44:11.951Z] #42 31.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-04T20:44:11.951Z] #42 31.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-04T20:44:11.951Z] #42 32.59 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:11.951Z] #42 32.95 Fetched 15.6 MB in 1s (11.6 MB/s) [2022-06-04T20:44:11.951Z] #42 33.23 Selecting previously unselected package xxd. [2022-06-04T20:44:11.951Z] #42 33.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-04T20:44:11.951Z] #42 33.31 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-04T20:44:11.951Z] #42 33.32 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:11.951Z] #42 33.89 Selecting previously unselected package vim-common. [2022-06-04T20:44:11.951Z] #42 33.90 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:44:11.951Z] #42 33.98 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:11.951Z] #42 34.31 Selecting previously unselected package cmake-data. [2022-06-04T20:44:11.951Z] #42 34.31 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-04T20:44:11.951Z] #42 34.34 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:44:12.151Z] #19 123.3 [2022-06-04T20:44:12.151Z] #19 123.3 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-04T20:44:12.151Z] #19 123.3 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.3 Setting up dpkg-dev (1.20.10) ... [2022-06-04T20:44:12.151Z] #19 123.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:44:12.151Z] #19 123.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.151Z] #19 123.5 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-04T20:44:12.151Z] #19 123.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-04T20:44:12.213Z] #42 ... [2022-06-04T20:44:12.213Z] [2022-06-04T20:44:12.213Z] #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-04T20:44:12.213Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:12.213Z] #55 34.69 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-04T20:44:12.213Z] #55 34.70 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-04T20:44:12.213Z] #55 34.82 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-04T20:44:12.213Z] #55 35.00 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T20:44:12.213Z] #55 35.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-04T20:44:12.213Z] #55 35.11 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-04T20:44:12.213Z] #55 35.19 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-04T20:44:12.213Z] #55 35.53 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T20:44:12.213Z] #55 35.53 go: downloading golang.org/x/text v0.3.7 [2022-06-04T20:44:12.407Z] #19 123.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-04T20:44:12.407Z] #19 123.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-04T20:44:12.407Z] #19 123.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-04T20:44:12.662Z] #19 123.8 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up libxml-simple-perl (2.25-1) ... [2022-06-04T20:44:12.662Z] #19 123.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.662Z] #19 124.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.663Z] #19 124.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-04T20:44:12.663Z] #19 124.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.663Z] #19 124.1 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:12.918Z] #19 124.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-04T20:44:12.918Z] #19 124.3 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:13.160Z] #55 ... [2022-06-04T20:44:13.160Z] [2022-06-04T20:44:13.161Z] #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-04T20:44:13.161Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-04T20:44:13.161Z] #51 22.09 Reading package lists... [2022-06-04T20:44:13.161Z] #51 26.71 Building dependency tree... [2022-06-04T20:44:13.161Z] #51 30.30 The following additional packages will be installed: [2022-06-04T20:44:13.161Z] #51 30.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:44:13.161Z] #51 30.31 python3-protobuf python3-six [2022-06-04T20:44:13.161Z] #51 30.34 Suggested packages: [2022-06-04T20:44:13.161Z] #51 30.34 python3-setuptools [2022-06-04T20:44:13.161Z] #51 30.34 Recommended packages: [2022-06-04T20:44:13.161Z] #51 30.34 iproute2 | iproute [2022-06-04T20:44:13.161Z] #51 30.91 The following NEW packages will be installed: [2022-06-04T20:44:13.161Z] #51 30.91 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-04T20:44:13.161Z] #51 30.91 python3-protobuf python3-six [2022-06-04T20:44:13.161Z] #51 31.43 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:13.161Z] #51 31.43 Need to get 2136 kB of archives. [2022-06-04T20:44:13.161Z] #51 31.43 After this operation, 10.8 MB of additional disk space will be used. [2022-06-04T20:44:13.161Z] #51 31.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-04T20:44:13.161Z] #51 31.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:44:13.161Z] #51 31.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-04T20:44:13.161Z] #51 31.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-04T20:44:13.161Z] #51 31.59 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-04T20:44:13.161Z] #51 31.60 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-04T20:44:13.161Z] #51 31.62 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-04T20:44:13.161Z] #51 33.92 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-04T20:44:13.161Z] #51 35.55 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:13.161Z] #51 35.80 Fetched 2136 kB in 3s (644 kB/s) [2022-06-04T20:44:13.161Z] #51 36.09 Selecting previously unselected package libprotobuf23:arm64. [2022-06-04T20:44:13.161Z] #51 36.09 (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-04T20:44:13.161Z] #51 36.13 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-04T20:44:13.161Z] #51 36.14 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up crossbuild-essential-armel (12.9) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-04T20:44:13.173Z] #19 124.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-04T20:44:13.173Z] #19 124.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:13.422Z] #51 ... [2022-06-04T20:44:13.422Z] [2022-06-04T20:44:13.422Z] #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-04T20:44:13.422Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-04T20:44:13.422Z] #34 36.82 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-04T20:44:13.691Z] #34 37.14 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-04T20:44:14.845Z] #64 ... [2022-06-04T20:44:14.845Z] [2022-06-04T20:44:14.845Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:14.845Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:14.845Z] #14 91.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-04T20:44:14.845Z] #14 91.04 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:14.845Z] #14 91.06 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.101Z] #14 103.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-04T20:44:15.101Z] #14 103.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:15.101Z] #14 103.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.249Z] #67 ... [2022-06-04T20:44:15.249Z] [2022-06-04T20:44:15.249Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:15.249Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:15.249Z] #14 114.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-04T20:44:15.249Z] #14 114.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-04T20:44:15.249Z] #14 114.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.249Z] #14 114.4 Selecting previously unselected package libapparmor1:amd64. [2022-06-04T20:44:15.249Z] #14 114.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 114.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:15.249Z] #14 114.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-04T20:44:15.249Z] #14 114.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 114.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:15.249Z] #14 114.7 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:44:15.249Z] #14 114.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 114.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:15.249Z] #14 115.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:44:15.249Z] #14 115.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 115.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:15.249Z] #14 115.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-04T20:44:15.249Z] #14 115.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 115.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:15.249Z] #14 115.7 Selecting previously unselected package libudev-dev:amd64. [2022-06-04T20:44:15.249Z] #14 115.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 115.7 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:15.249Z] #14 115.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-04T20:44:15.249Z] #14 115.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 115.9 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:15.249Z] #14 116.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-04T20:44:15.249Z] #14 116.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 116.2 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 116.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-04T20:44:15.249Z] #14 116.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 116.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 116.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-04T20:44:15.249Z] #14 116.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 116.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 116.6 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-04T20:44:15.249Z] #14 116.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 116.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 117.1 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-04T20:44:15.249Z] #14 117.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 117.2 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:15.249Z] #14 117.4 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-04T20:44:15.249Z] #14 117.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 117.4 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:15.249Z] #14 117.5 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-04T20:44:15.249Z] #14 117.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 117.5 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:15.249Z] #14 117.7 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-04T20:44:15.249Z] #14 117.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:15.249Z] #14 117.7 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:15.249Z] #14 118.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:15.249Z] #14 118.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:15.249Z] #14 118.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:15.249Z] #14 118.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:15.249Z] #14 118.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:15.249Z] #14 118.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 118.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:15.249Z] #14 118.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 118.4 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:15.249Z] #14 118.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:15.249Z] #14 118.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:15.249Z] #14 118.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:15.249Z] #14 118.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:15.250Z] #14 118.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:15.250Z] #14 118.5 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:15.250Z] #14 118.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:15.250Z] #14 118.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:15.250Z] #14 118.6 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:15.250Z] #14 118.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.6 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-04T20:44:15.250Z] #14 118.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-04T20:44:15.250Z] #14 118.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:15.250Z] #14 118.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.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-04T20:44:15.250Z] #14 118.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.250Z] #14 118.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:15.328Z] #14 113.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-04T20:44:15.328Z] #14 113.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:15.328Z] #14 113.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:15.866Z] #14 119.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:16.159Z] #14 119.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:16.416Z] #14 119.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:16.673Z] #14 120.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:16.715Z] #14 ... [2022-06-04T20:44:16.715Z] [2022-06-04T20:44:16.715Z] #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-04T20:44:16.715Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:44:16.715Z] #67 114.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:44:16.715Z] #67 114.5 + GOBIN=/build [2022-06-04T20:44:16.715Z] #67 114.5 + GO111MODULE=on [2022-06-04T20:44:16.715Z] #67 114.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:17.335Z] #19 DONE 128.1s [2022-06-04T20:44:17.335Z] [2022-06-04T20:44:17.335Z] #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-04T20:44:17.335Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-04T20:44:17.335Z] #49 ... [2022-06-04T20:44:17.335Z] [2022-06-04T20:44:17.335Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-04T20:44:17.335Z] #73 sha256:1110f0a64c24fe803a0d6d0d334f2a3cdb7a1b2dc428421507ef72cf7e7f9228 [2022-06-04T20:44:17.335Z] #73 DONE 0.1s [2022-06-04T20:44:17.335Z] [2022-06-04T20:44:17.335Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-04T20:44:17.335Z] #32 sha256:d88fd40cad8f0e2012eae4e7f52436fe142088d1333878956601f22349e85c8c [2022-06-04T20:44:17.335Z] #32 DONE 0.1s [2022-06-04T20:44:17.335Z] [2022-06-04T20:44:17.335Z] #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-04T20:44:17.335Z] #33 sha256:75a4f70ae7ed1daa36c0e8a097fdc39a4e21c29a35f0ced946ddbe0e593d4397 [2022-06-04T20:44:17.604Z] #14 ... [2022-06-04T20:44:17.605Z] [2022-06-04T20:44:17.605Z] #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-04T20:44:17.605Z] #67 sha256:e1989dd244f256728a78289f604b34c33f7d90225c31004591858e6bacbd22ad [2022-06-04T20:44:17.605Z] #67 118.3 rootlesskit version 1.0.0 [2022-06-04T20:44:17.605Z] #67 118.3 Usage of /build/rootlesskit-docker-proxy: [2022-06-04T20:44:17.605Z] #67 118.4 -container-ip string [2022-06-04T20:44:17.605Z] #67 118.4 container ip [2022-06-04T20:44:17.605Z] #67 118.4 -container-port int [2022-06-04T20:44:17.605Z] #67 118.4 container port (default -1) [2022-06-04T20:44:17.605Z] #67 118.4 -host-ip string [2022-06-04T20:44:17.605Z] #67 118.4 host ip [2022-06-04T20:44:17.605Z] #67 118.4 -host-port int [2022-06-04T20:44:17.605Z] #67 118.4 host port (default -1) [2022-06-04T20:44:17.605Z] #67 118.4 -proto string [2022-06-04T20:44:17.605Z] #67 118.4 proxy protocol (default "tcp") [2022-06-04T20:44:17.605Z] #67 DONE 120.9s [2022-06-04T20:44:17.862Z] [2022-06-04T20:44:17.862Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:44:17.862Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:17.862Z] #14 DONE 121.2s [2022-06-04T20:44:17.862Z] [2022-06-04T20:44:17.862Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-04T20:44:17.862Z] #68 sha256:c491f51a5a61a3234f849157de2211a8e2a2702a77035e5ac2430abfd98546ed [2022-06-04T20:44:17.862Z] #68 DONE 0.1s [2022-06-04T20:44:17.862Z] [2022-06-04T20:44:17.862Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-04T20:44:17.862Z] #59 sha256:5645e11432634a9495104dea2570ce04c48e9bfa68f16b575812a29c4a9e4853 [2022-06-04T20:44:17.862Z] #59 DONE 0.2s [2022-06-04T20:44:17.862Z] [2022-06-04T20:44:17.862Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-04T20:44:17.862Z] #69 sha256:ccf759ec7e1fa4e0b0df98d2af1093c83de30b9b8eec38a500e957cc06cac764 [2022-06-04T20:44:17.898Z] #33 0.965 + RM_GOPATH=0 [2022-06-04T20:44:17.898Z] #33 0.965 + TMP_GOPATH= [2022-06-04T20:44:17.898Z] #33 0.965 + : /build [2022-06-04T20:44:17.911Z] #34 ... [2022-06-04T20:44:17.911Z] [2022-06-04T20:44:17.911Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:17.911Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:17.911Z] #14 31.23 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-04T20:44:17.911Z] #14 31.39 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-04T20:44:17.911Z] #14 31.40 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-04T20:44:17.911Z] #14 31.88 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-04T20:44:17.911Z] #14 33.24 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-04T20:44:17.911Z] #14 33.85 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-04T20:44:17.911Z] #14 34.28 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-04T20:44:17.911Z] #14 35.87 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-04T20:44:17.911Z] #14 36.38 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-04T20:44:17.911Z] #14 36.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-04T20:44:17.911Z] #14 36.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-04T20:44:17.911Z] #14 36.41 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-04T20:44:17.911Z] #14 36.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-04T20:44:17.911Z] #14 36.43 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-04T20:44:17.911Z] #14 36.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-04T20:44:17.911Z] #14 36.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-04T20:44:17.911Z] #14 36.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-04T20:44:17.911Z] #14 36.47 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-04T20:44:17.911Z] #14 36.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-04T20:44:17.911Z] #14 36.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-04T20:44:17.911Z] #14 36.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-04T20:44:17.911Z] #14 36.51 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-04T20:44:17.911Z] #14 36.52 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-04T20:44:17.911Z] #14 36.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-04T20:44:17.911Z] #14 37.50 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:17.911Z] #14 37.72 Fetched 108 MB in 6s (17.2 MB/s) [2022-06-04T20:44:17.911Z] #14 37.80 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-04T20:44:17.911Z] #14 37.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-04T20:44:17.911Z] #14 37.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-04T20:44:17.911Z] #14 37.84 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:17.911Z] #14 39.57 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-04T20:44:17.911Z] #14 39.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-04T20:44:17.911Z] #14 39.58 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:17.911Z] #14 ... [2022-06-04T20:44:17.911Z] [2022-06-04T20:44:17.911Z] #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-04T20:44:17.911Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:17.911Z] #55 39.42 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-04T20:44:17.911Z] #55 39.49 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-04T20:44:17.911Z] #55 39.60 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-04T20:44:17.911Z] #55 39.64 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-04T20:44:17.911Z] #55 39.70 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-04T20:44:17.911Z] #55 39.71 go: downloading golang.org/x/mod v0.5.1 [2022-06-04T20:44:17.911Z] #55 39.76 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-04T20:44:17.911Z] #55 39.79 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-04T20:44:17.911Z] #55 39.81 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-04T20:44:17.911Z] #55 39.94 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-04T20:44:17.911Z] #55 39.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-04T20:44:17.911Z] #55 40.07 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-04T20:44:17.911Z] #55 40.36 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T20:44:17.911Z] #55 40.48 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-04T20:44:17.911Z] #55 40.50 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-04T20:44:17.911Z] #55 40.88 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-04T20:44:17.911Z] #55 40.89 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-04T20:44:17.911Z] #55 40.98 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T20:44:17.911Z] #55 40.98 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T20:44:17.911Z] #55 40.99 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-04T20:44:17.912Z] #55 41.00 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T20:44:17.912Z] #55 41.16 go: downloading github.com/prometheus/common v0.10.0 [2022-06-04T20:44:17.912Z] #55 41.32 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-04T20:44:17.912Z] #55 41.42 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-04T20:44:17.912Z] #55 41.53 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T20:44:18.120Z] #69 DONE 0.1s [2022-06-04T20:44:18.120Z] [2022-06-04T20:44:18.120Z] #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-04T20:44:18.120Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:44:18.158Z] #33 0.965 + '[' -z '' ']' [2022-06-04T20:44:18.158Z] #33 0.965 ++ mktemp -d [2022-06-04T20:44:18.158Z] #33 0.966 + export GOPATH=/tmp/tmp.MiVZ0r0E6I [2022-06-04T20:44:18.158Z] #33 0.966 + GOPATH=/tmp/tmp.MiVZ0r0E6I [2022-06-04T20:44:18.158Z] #33 0.966 + RM_GOPATH=1 [2022-06-04T20:44:18.158Z] #33 0.966 + case "$(go env GOARCH)" in [2022-06-04T20:44:18.158Z] #33 0.966 ++ go env GOARCH [2022-06-04T20:44:18.158Z] #33 0.970 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:18.158Z] #33 0.970 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:18.158Z] #33 0.970 ++ dirname /install.sh [2022-06-04T20:44:18.158Z] #33 0.971 + dir=/ [2022-06-04T20:44:18.158Z] #33 0.971 + bin=dockercli [2022-06-04T20:44:18.158Z] #33 0.971 + shift [2022-06-04T20:44:18.158Z] #33 0.971 + '[' '!' -f //dockercli.installer ']' [2022-06-04T20:44:18.158Z] #33 0.971 + . //dockercli.installer [2022-06-04T20:44:18.158Z] #33 0.971 ++ : stable [2022-06-04T20:44:18.158Z] #33 0.971 ++ : 17.06.2-ce [2022-06-04T20:44:18.158Z] #33 0.971 + install_dockercli [2022-06-04T20:44:18.158Z] #33 0.971 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-04T20:44:18.158Z] #33 0.971 Install docker/cli version 17.06.2-ce from stable [2022-06-04T20:44:18.158Z] #33 0.971 ++ uname -m [2022-06-04T20:44:18.158Z] #33 0.972 + arch=x86_64 [2022-06-04T20:44:18.158Z] #33 0.972 + '[' x86_64 '!=' x86_64 ']' [2022-06-04T20:44:18.158Z] #33 0.972 + url=https://download.docker.com/linux/static [2022-06-04T20:44:18.158Z] #33 0.973 + tar -xz docker/docker [2022-06-04T20:44:18.158Z] #33 0.973 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-04T20:44:19.100Z] #33 2.117 + mkdir -p /build [2022-06-04T20:44:19.100Z] #33 2.118 + mv docker/docker /build/ [2022-06-04T20:44:19.100Z] #33 2.120 + rmdir docker [2022-06-04T20:44:19.303Z] #55 42.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T20:44:19.356Z] #33 DONE 2.4s [2022-06-04T20:44:19.356Z] [2022-06-04T20:44:19.356Z] #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-04T20:44:19.356Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-04T20:44:19.356Z] #49 1.309 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:19.356Z] #49 1.325 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:19.356Z] #49 1.346 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:19.356Z] #49 1.464 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-04T20:44:19.356Z] #49 1.807 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:44:19.356Z] #49 1.951 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-04T20:44:19.356Z] #49 2.073 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:19.356Z] #49 2.178 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-04T20:44:19.356Z] #49 2.265 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-04T20:44:19.356Z] #49 2.360 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:19.356Z] #49 2.363 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-04T20:44:19.356Z] #49 2.365 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-04T20:44:19.356Z] #49 2.367 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:44:19.356Z] #49 2.370 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-04T20:44:19.356Z] #49 2.373 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-04T20:44:19.356Z] #49 2.375 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:19.356Z] #49 2.376 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-04T20:44:19.356Z] #49 2.377 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-04T20:44:19.356Z] #49 2.378 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:44:19.356Z] #49 2.381 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-04T20:44:19.356Z] #49 2.381 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-04T20:44:20.016Z] #60 2.021 + RM_GOPATH=0 [2022-06-04T20:44:20.016Z] #60 2.021 + TMP_GOPATH= [2022-06-04T20:44:20.016Z] #60 2.021 + : /build [2022-06-04T20:44:20.016Z] #60 2.021 + '[' -z '' ']' [2022-06-04T20:44:20.016Z] #60 2.021 ++ mktemp -d [2022-06-04T20:44:20.016Z] #60 2.027 + export GOPATH=/tmp/tmp.SGjSV6e2Wn [2022-06-04T20:44:20.016Z] #60 2.027 + GOPATH=/tmp/tmp.SGjSV6e2Wn [2022-06-04T20:44:20.016Z] #60 2.027 + RM_GOPATH=1 [2022-06-04T20:44:20.016Z] #60 2.027 + case "$(go env GOARCH)" in [2022-06-04T20:44:20.016Z] #60 2.027 ++ go env GOARCH [2022-06-04T20:44:20.016Z] #60 2.047 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:20.016Z] #60 2.047 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:20.016Z] #60 2.047 ++ dirname /install.sh [2022-06-04T20:44:20.016Z] #60 ... [2022-06-04T20:44:20.016Z] [2022-06-04T20:44:20.016Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-04T20:44:20.016Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-04T20:44:20.016Z] #15 DONE 2.4s [2022-06-04T20:44:20.016Z] [2022-06-04T20:44:20.016Z] #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-04T20:44:20.016Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:44:20.016Z] #60 2.059 Install runc version v1.1.2 (build tags: seccomp) [2022-06-04T20:44:20.016Z] #60 2.060 + dir=/ [2022-06-04T20:44:20.016Z] #60 2.060 + bin=runc [2022-06-04T20:44:20.016Z] #60 2.060 + shift [2022-06-04T20:44:20.016Z] #60 2.060 + '[' '!' -f //runc.installer ']' [2022-06-04T20:44:20.016Z] #60 2.060 + . //runc.installer [2022-06-04T20:44:20.016Z] #60 2.060 ++ set -e [2022-06-04T20:44:20.016Z] #60 2.060 ++ : v1.1.2 [2022-06-04T20:44:20.016Z] #60 2.060 + install_runc [2022-06-04T20:44:20.016Z] #60 2.060 + RUNC_BUILDTAGS=seccomp [2022-06-04T20:44:20.016Z] #60 2.060 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-04T20:44:20.016Z] #60 2.060 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SGjSV6e2Wn/src/github.com/opencontainers/runc [2022-06-04T20:44:20.016Z] #60 2.096 Cloning into '/tmp/tmp.SGjSV6e2Wn/src/github.com/opencontainers/runc'... [2022-06-04T20:44:21.386Z] #60 ... [2022-06-04T20:44:21.386Z] [2022-06-04T20:44:21.386Z] #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-04T20:44:21.386Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-04T20:44:21.386Z] #16 DONE 1.3s [2022-06-04T20:44:21.638Z] #14 108.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-04T20:44:21.638Z] #14 108.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-04T20:44:21.638Z] #14 108.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:21.638Z] #14 108.8 Selecting previously unselected package libapparmor1:amd64. [2022-06-04T20:44:21.638Z] #14 108.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-04T20:44:21.638Z] #14 108.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:21.638Z] #14 108.9 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-04T20:44:21.638Z] #14 108.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-04T20:44:21.638Z] #14 108.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:21.639Z] #14 109.1 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:44:21.639Z] #14 109.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:44:21.639Z] #14 109.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:21.639Z] #14 109.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:44:21.639Z] #14 109.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:44:21.639Z] #14 109.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:21.639Z] #14 109.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-04T20:44:21.639Z] #14 109.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:21.639Z] #14 109.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:21.639Z] #14 109.6 Selecting previously unselected package libudev-dev:amd64. [2022-06-04T20:44:21.639Z] #14 109.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:21.639Z] #14 109.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:21.639Z] #14 109.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-04T20:44:21.639Z] #14 109.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-04T20:44:21.639Z] #14 109.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:21.644Z] [2022-06-04T20:44:21.644Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-04T20:44:21.644Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-04T20:44:21.896Z] #14 110.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-04T20:44:21.896Z] #14 110.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-04T20:44:21.896Z] #14 110.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:22.037Z] #67 ... [2022-06-04T20:44:22.037Z] [2022-06-04T20:44:22.037Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:22.037Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:22.037Z] #14 118.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-04T20:44:22.037Z] #14 118.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-04T20:44:22.037Z] #14 118.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:22.037Z] #14 118.3 Selecting previously unselected package libapparmor1:amd64. [2022-06-04T20:44:22.037Z] #14 118.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 118.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:22.037Z] #14 118.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-04T20:44:22.037Z] #14 118.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 118.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:22.037Z] #14 118.9 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:44:22.037Z] #14 118.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 118.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:22.037Z] #14 119.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:44:22.037Z] #14 119.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 119.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:22.037Z] #14 119.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-04T20:44:22.037Z] #14 119.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 119.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:22.037Z] #14 119.4 Selecting previously unselected package libudev-dev:amd64. [2022-06-04T20:44:22.037Z] #14 119.4 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 119.4 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:22.037Z] #14 119.5 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-04T20:44:22.037Z] #14 119.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 119.5 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:22.037Z] #14 119.8 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-04T20:44:22.037Z] #14 119.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 119.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:22.037Z] #14 120.1 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-04T20:44:22.037Z] #14 120.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-04T20:44:22.037Z] #14 120.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:22.153Z] #14 110.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-04T20:44:22.153Z] #14 110.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-04T20:44:22.153Z] #14 110.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:22.153Z] #14 110.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-04T20:44:22.211Z] #17 0.862 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-04T20:44:22.410Z] #14 110.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-04T20:44:22.410Z] #14 110.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:22.410Z] #14 110.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-04T20:44:22.410Z] #14 110.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-04T20:44:22.410Z] #14 110.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:22.469Z] #17 DONE 1.0s [2022-06-04T20:44:22.469Z] [2022-06-04T20:44:22.469Z] #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-04T20:44:22.469Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:44:22.469Z] #55 ... [2022-06-04T20:44:22.469Z] [2022-06-04T20:44:22.469Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-04T20:44:22.469Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-04T20:44:22.664Z] #55 ... [2022-06-04T20:44:22.664Z] [2022-06-04T20:44:22.664Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:22.664Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:22.664Z] #14 41.94 Selecting previously unselected package binutils-mingw-w64. [2022-06-04T20:44:22.664Z] #14 41.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-04T20:44:22.664Z] #14 41.95 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:22.664Z] #14 42.12 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-04T20:44:22.664Z] #14 42.13 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-04T20:44:22.664Z] #14 42.14 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:44:22.664Z] #14 42.33 Selecting previously unselected package dmsetup. [2022-06-04T20:44:22.664Z] #14 42.33 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-04T20:44:22.664Z] #14 42.34 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:22.664Z] #14 42.54 Selecting previously unselected package mingw-w64-common. [2022-06-04T20:44:22.664Z] #14 42.54 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-04T20:44:22.664Z] #14 42.55 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:22.974Z] #14 111.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-04T20:44:22.974Z] #14 111.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-04T20:44:22.974Z] #14 111.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:22.974Z] #14 111.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-04T20:44:23.004Z] #14 121.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-04T20:44:23.004Z] #14 121.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-04T20:44:23.232Z] #14 111.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:23.232Z] #14 111.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:23.232Z] #14 111.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-04T20:44:23.232Z] #14 111.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-04T20:44:23.232Z] #14 111.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:23.232Z] #14 111.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-04T20:44:23.232Z] #14 111.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:23.232Z] #14 111.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:23.273Z] #14 121.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:23.401Z] #18 DONE 0.9s [2022-06-04T20:44:23.401Z] [2022-06-04T20:44:23.401Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-04T20:44:23.401Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-04T20:44:23.490Z] #14 ... [2022-06-04T20:44:23.490Z] [2022-06-04T20:44:23.490Z] #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-04T20:44:23.490Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af [2022-06-04T20:44:23.490Z] #67 111.4 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:44:23.668Z] #14 ... [2022-06-04T20:44:23.668Z] [2022-06-04T20:44:23.668Z] #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-04T20:44:23.668Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-04T20:44:23.668Z] #51 36.83 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:44:23.668Z] #51 36.83 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:44:23.668Z] #51 36.84 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:44:23.668Z] #51 37.08 Selecting previously unselected package python3-six. [2022-06-04T20:44:23.668Z] #51 37.10 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-04T20:44:23.668Z] #51 37.11 Unpacking python3-six (1.16.0-2) ... [2022-06-04T20:44:23.668Z] #51 37.22 Selecting previously unselected package python3-protobuf. [2022-06-04T20:44:23.668Z] #51 37.22 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-04T20:44:23.668Z] #51 37.24 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-04T20:44:23.668Z] #51 37.73 Selecting previously unselected package libnet1:arm64. [2022-06-04T20:44:23.668Z] #51 37.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-04T20:44:23.668Z] #51 37.76 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:44:23.668Z] #51 37.88 Selecting previously unselected package libnl-3-200:arm64. [2022-06-04T20:44:23.668Z] #51 37.88 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-04T20:44:23.668Z] #51 37.89 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-04T20:44:23.668Z] #51 37.99 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-04T20:44:23.668Z] #51 38.01 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-04T20:44:23.668Z] #51 38.01 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-04T20:44:23.668Z] #51 38.14 Selecting previously unselected package criu. [2022-06-04T20:44:23.668Z] #51 38.14 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-04T20:44:23.668Z] #51 38.14 Unpacking criu (3.17-1) ... [2022-06-04T20:44:23.668Z] #51 38.78 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:44:23.668Z] #51 40.24 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-04T20:44:23.668Z] #51 40.25 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:44:23.668Z] #51 40.27 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-04T20:44:23.668Z] #51 40.28 Setting up python3-six (1.16.0-2) ... [2022-06-04T20:44:23.668Z] #51 41.20 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-04T20:44:23.668Z] #51 41.23 Setting up python3-protobuf (3.12.4-1) ... [2022-06-04T20:44:23.668Z] #51 44.56 Setting up criu (3.17-1) ... [2022-06-04T20:44:23.668Z] #51 46.14 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:23.746Z] #67 111.4 + GOBIN=/build [2022-06-04T20:44:23.746Z] #67 111.4 + GO111MODULE=on [2022-06-04T20:44:23.746Z] #67 111.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:23.847Z] #14 121.8 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-04T20:44:23.847Z] #14 121.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-04T20:44:23.847Z] #14 121.9 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:24.376Z] #51 ... [2022-06-04T20:44:24.377Z] [2022-06-04T20:44:24.377Z] #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-04T20:44:24.377Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-04T20:44:24.377Z] #42 37.84 Selecting previously unselected package libicu67:arm64. [2022-06-04T20:44:24.377Z] #42 37.84 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 37.85 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-04T20:44:24.377Z] #42 42.89 Selecting previously unselected package libxml2:arm64. [2022-06-04T20:44:24.377Z] #42 42.90 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 42.90 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:44:24.377Z] #42 43.31 Selecting previously unselected package libarchive13:arm64. [2022-06-04T20:44:24.377Z] #42 43.31 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 43.32 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-04T20:44:24.377Z] #42 43.65 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-04T20:44:24.377Z] #42 43.67 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 43.67 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-04T20:44:24.377Z] #42 43.83 Selecting previously unselected package librhash0:arm64. [2022-06-04T20:44:24.377Z] #42 43.83 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 43.83 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-04T20:44:24.377Z] #42 44.01 Selecting previously unselected package libuv1:arm64. [2022-06-04T20:44:24.377Z] #42 44.02 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 44.03 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-04T20:44:24.377Z] #42 44.19 Selecting previously unselected package cmake. [2022-06-04T20:44:24.377Z] #42 44.19 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-04T20:44:24.377Z] #42 44.21 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:44:24.439Z] #19 DONE 1.1s [2022-06-04T20:44:24.439Z] [2022-06-04T20:44:24.439Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-04T20:44:24.439Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:24.693Z] #42 48.32 Setting up libicu67:arm64 (67.1-7) ... [2022-06-04T20:44:24.699Z] #36 ... [2022-06-04T20:44:24.699Z] [2022-06-04T20:44:24.699Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-04T20:44:24.699Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-04T20:44:24.791Z] #14 122.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-04T20:44:24.791Z] #14 122.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-04T20:44:24.791Z] #14 122.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:24.791Z] #14 ... [2022-06-04T20:44:24.791Z] [2022-06-04T20:44:24.791Z] #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-04T20:44:24.791Z] #67 sha256:1f23633a70cff9fdfa39232b67fc439cf56859fc23ebd9014e4fa0e434890fcc [2022-06-04T20:44:24.791Z] #67 119.9 rootlesskit version 1.0.0 [2022-06-04T20:44:24.791Z] #67 119.9 Usage of /build/rootlesskit-docker-proxy: [2022-06-04T20:44:24.791Z] #67 119.9 -container-ip string [2022-06-04T20:44:24.791Z] #67 119.9 container ip [2022-06-04T20:44:24.791Z] #67 119.9 -container-port int [2022-06-04T20:44:24.791Z] #67 119.9 container port (default -1) [2022-06-04T20:44:24.791Z] #67 119.9 -host-ip string [2022-06-04T20:44:24.791Z] #67 119.9 host ip [2022-06-04T20:44:24.791Z] #67 119.9 -host-port int [2022-06-04T20:44:24.791Z] #67 119.9 host port (default -1) [2022-06-04T20:44:24.791Z] #67 119.9 -proto string [2022-06-04T20:44:24.791Z] #67 119.9 proxy protocol (default "tcp") [2022-06-04T20:44:24.791Z] #67 DONE 122.8s [2022-06-04T20:44:24.955Z] #42 48.76 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:25.052Z] [2022-06-04T20:44:25.052Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-04T20:44:25.052Z] #68 sha256:af9bfa190ec406a303e3526fa261618a7857d3d4f15452bbc75ac08b77a0abe5 [2022-06-04T20:44:25.052Z] #68 DONE 0.1s [2022-06-04T20:44:25.052Z] [2022-06-04T20:44:25.052Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:25.052Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:25.052Z] #14 123.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-04T20:44:25.052Z] #14 123.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:25.052Z] #14 123.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:25.052Z] #14 ... [2022-06-04T20:44:25.052Z] [2022-06-04T20:44:25.052Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-04T20:44:25.052Z] #69 sha256:8991cd6aea2683477217b7ec32a56cc4f9e60248cd2ea1d8b0defcf9483f9dc2 [2022-06-04T20:44:25.052Z] #69 DONE 0.1s [2022-06-04T20:44:25.052Z] [2022-06-04T20:44:25.052Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:25.052Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:25.052Z] #14 123.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-04T20:44:25.052Z] #14 123.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-04T20:44:25.052Z] #14 123.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:25.321Z] #42 48.81 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-04T20:44:25.582Z] #42 48.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:25.625Z] #14 123.5 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-04T20:44:25.625Z] #14 123.5 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:25.625Z] #14 123.5 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:25.653Z] #20 DONE 1.1s [2022-06-04T20:44:25.653Z] [2022-06-04T20:44:25.653Z] #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-04T20:44:25.653Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:25.857Z] #42 49.48 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-04T20:44:25.857Z] #42 49.56 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-04T20:44:25.857Z] #42 49.59 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:44:25.857Z] #42 ... [2022-06-04T20:44:25.857Z] [2022-06-04T20:44:25.857Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:25.857Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:25.857Z] #14 49.51 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-04T20:44:25.857Z] #14 49.52 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-04T20:44:25.857Z] #14 49.55 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:25.952Z] #49 ... [2022-06-04T20:44:25.952Z] [2022-06-04T20:44:25.952Z] #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-04T20:44:25.952Z] #74 sha256:53fcf0d9ad096433fc561928a404d5019294215be319e13ea336680283243b80 [2022-06-04T20:44:25.952Z] #74 0.786 + RM_GOPATH=0 [2022-06-04T20:44:25.952Z] #74 0.786 + TMP_GOPATH= [2022-06-04T20:44:25.952Z] #74 0.786 + : /build [2022-06-04T20:44:25.952Z] #74 0.786 + '[' -z '' ']' [2022-06-04T20:44:25.952Z] #74 0.786 ++ mktemp -d [2022-06-04T20:44:25.952Z] #74 0.787 + export GOPATH=/tmp/tmp.dexfj8rzzL [2022-06-04T20:44:25.952Z] #74 0.787 + GOPATH=/tmp/tmp.dexfj8rzzL [2022-06-04T20:44:25.952Z] #74 0.787 + RM_GOPATH=1 [2022-06-04T20:44:25.952Z] #74 0.787 + case "$(go env GOARCH)" in [2022-06-04T20:44:25.952Z] #74 0.788 ++ go env GOARCH [2022-06-04T20:44:25.952Z] #74 0.794 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:25.952Z] #74 0.794 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:25.952Z] #74 0.794 ++ dirname /install.sh [2022-06-04T20:44:25.952Z] #74 0.795 + dir=/ [2022-06-04T20:44:25.952Z] #74 0.795 + bin=rootlesskit [2022-06-04T20:44:25.952Z] #74 0.795 + shift [2022-06-04T20:44:25.952Z] #74 0.795 + '[' '!' -f //rootlesskit.installer ']' [2022-06-04T20:44:25.952Z] #74 0.795 + . //rootlesskit.installer [2022-06-04T20:44:25.952Z] #74 0.795 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:25.952Z] #74 0.795 + install_rootlesskit [2022-06-04T20:44:25.952Z] #74 0.795 + case "$1" in [2022-06-04T20:44:25.952Z] #74 0.795 + export CGO_ENABLED=0 [2022-06-04T20:44:25.952Z] #74 0.795 + CGO_ENABLED=0 [2022-06-04T20:44:25.952Z] #74 0.795 + _install_rootlesskit [2022-06-04T20:44:25.952Z] #74 0.795 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-04T20:44:25.952Z] #74 0.795 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:25.952Z] #74 0.796 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:44:25.952Z] #74 0.796 + GOBIN=/build [2022-06-04T20:44:25.952Z] #74 0.796 + GO111MODULE=on [2022-06-04T20:44:25.952Z] #74 0.796 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:25.952Z] #74 0.824 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T20:44:25.952Z] #74 1.784 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T20:44:25.952Z] #74 1.785 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T20:44:25.952Z] #74 1.785 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-04T20:44:25.953Z] #74 1.786 go: downloading github.com/google/uuid v1.3.0 [2022-06-04T20:44:25.953Z] #74 1.786 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-04T20:44:25.953Z] #74 1.786 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-04T20:44:25.953Z] #74 1.786 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T20:44:25.953Z] #74 1.788 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T20:44:25.953Z] #74 1.808 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-04T20:44:25.953Z] #74 1.822 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-04T20:44:25.953Z] #74 2.045 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-04T20:44:25.953Z] #74 2.047 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-04T20:44:25.953Z] #74 2.240 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-04T20:44:25.953Z] #74 2.273 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-04T20:44:25.953Z] #74 8.076 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:44:25.953Z] #74 8.076 + GOBIN=/build [2022-06-04T20:44:25.953Z] #74 8.076 + GO111MODULE=on [2022-06-04T20:44:25.953Z] #74 8.076 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:44:25.953Z] #74 9.045 rootlesskit version 1.0.0 [2022-06-04T20:44:25.953Z] #74 9.047 Usage of /build/rootlesskit-docker-proxy: [2022-06-04T20:44:25.953Z] #74 9.047 -container-ip string [2022-06-04T20:44:25.953Z] #74 9.047 container ip [2022-06-04T20:44:25.953Z] #74 9.047 -container-port int [2022-06-04T20:44:25.953Z] #74 9.047 container port (default -1) [2022-06-04T20:44:25.953Z] #74 9.047 -host-ip string [2022-06-04T20:44:25.953Z] #74 9.047 host ip [2022-06-04T20:44:25.953Z] #74 9.047 -host-port int [2022-06-04T20:44:25.953Z] #74 9.047 host port (default -1) [2022-06-04T20:44:25.953Z] #74 9.047 -proto string [2022-06-04T20:44:25.953Z] #74 9.047 proxy protocol (default "tcp") [2022-06-04T20:44:26.202Z] #14 124.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:26.202Z] #14 124.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:26.208Z] #74 ... [2022-06-04T20:44:26.208Z] [2022-06-04T20:44:26.208Z] #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-04T20:44:26.208Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-04T20:44:26.208Z] #49 9.274 Fetched 49.0 MB in 8s (5966 kB/s) [2022-06-04T20:44:26.310Z] #67 ... [2022-06-04T20:44:26.310Z] [2022-06-04T20:44:26.310Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:44:26.310Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-04T20:44:26.310Z] #14 111.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:26.310Z] #14 112.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:26.310Z] #14 112.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:26.310Z] #14 112.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.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-04T20:44:26.310Z] #14 112.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.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-04T20:44:26.310Z] #14 112.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.310Z] #14 112.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:26.310Z] #14 112.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:26.310Z] #14 112.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:26.310Z] #14 112.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:26.310Z] #14 112.4 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:26.310Z] #14 DONE 114.2s [2022-06-04T20:44:26.310Z] [2022-06-04T20:44:26.310Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-04T20:44:26.310Z] #59 sha256:dda9449ce2617176b4b010f4db6a8fe3b93f8b7756d6441c8d97b7be7ebcc12f [2022-06-04T20:44:26.310Z] #59 DONE 0.2s [2022-06-04T20:44:26.310Z] [2022-06-04T20:44:26.310Z] #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-04T20:44:26.310Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383 [2022-06-04T20:44:26.463Z] #14 124.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:26.463Z] #14 124.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:26.724Z] #14 124.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:26.724Z] #14 124.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:26.724Z] #14 124.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:26.724Z] #14 124.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:26.724Z] #14 124.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:26.724Z] #14 124.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:26.724Z] #14 124.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:26.724Z] #14 124.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:26.724Z] #14 124.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:26.724Z] #14 124.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:26.770Z] #49 9.274 Reading package lists... [2022-06-04T20:44:26.770Z] #49 ... [2022-06-04T20:44:26.770Z] [2022-06-04T20:44:26.770Z] #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-04T20:44:26.770Z] #74 sha256:53fcf0d9ad096433fc561928a404d5019294215be319e13ea336680283243b80 [2022-06-04T20:44:26.770Z] #74 DONE 9.8s [2022-06-04T20:44:26.770Z] [2022-06-04T20:44:26.770Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-04T20:44:26.770Z] #75 sha256:b7d484133c78faead3540e8fee45d4243a90b80de869f8412ef44c137cd8af57 [2022-06-04T20:44:26.770Z] #75 DONE 0.0s [2022-06-04T20:44:26.811Z] #14 ... [2022-06-04T20:44:26.811Z] [2022-06-04T20:44:26.811Z] #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-04T20:44:26.811Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-04T20:44:26.811Z] #51 DONE 50.0s [2022-06-04T20:44:26.811Z] [2022-06-04T20:44:26.811Z] #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-04T20:44:26.811Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-04T20:44:26.811Z] #42 49.59 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:44:26.811Z] #42 49.65 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-04T20:44:26.811Z] #42 49.72 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-04T20:44:26.811Z] #42 49.75 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:44:26.811Z] #42 49.79 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:26.985Z] #14 124.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:26.985Z] #14 124.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-04T20:44:26.985Z] #14 124.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.985Z] #14 124.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-04T20:44:26.985Z] #14 125.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:26.985Z] #14 125.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.985Z] #14 125.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-04T20:44:26.985Z] #14 125.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:26.985Z] #14 125.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:26.985Z] #14 125.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:26.985Z] #14 125.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:26.985Z] #14 125.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:27.020Z] #21 1.320 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:27.020Z] #21 1.334 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:27.020Z] #21 1.338 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:27.027Z] [2022-06-04T20:44:27.027Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-04T20:44:27.027Z] #76 sha256:96037952656187a2389ab84bfddb30b9423b786b60467d5a036c24ab73956b33 [2022-06-04T20:44:27.027Z] #76 DONE 0.0s [2022-06-04T20:44:27.027Z] [2022-06-04T20:44:27.027Z] #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-04T20:44:27.027Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-04T20:44:27.027Z] #69 1.056 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:27.027Z] #69 1.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:27.027Z] #69 1.090 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:27.027Z] #69 1.176 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-04T20:44:27.027Z] #69 1.460 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:27.027Z] #69 1.788 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:44:27.027Z] #69 1.947 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-04T20:44:27.027Z] #69 2.033 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-04T20:44:27.027Z] #69 2.113 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-04T20:44:27.027Z] #69 2.235 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-04T20:44:27.027Z] #69 2.236 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-04T20:44:27.027Z] #69 2.237 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:27.027Z] #69 2.239 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-04T20:44:27.027Z] #69 2.241 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:44:27.027Z] #69 2.242 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-04T20:44:27.027Z] #69 2.244 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:27.027Z] #69 2.245 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-04T20:44:27.027Z] #69 2.245 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-04T20:44:27.027Z] #69 2.250 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-04T20:44:27.027Z] #69 2.250 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-04T20:44:27.027Z] #69 2.265 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:44:27.027Z] #69 8.824 Fetched 49.0 MB in 8s (6093 kB/s) [2022-06-04T20:44:27.027Z] #69 8.824 Reading package lists... [2022-06-04T20:44:27.027Z] #69 ... [2022-06-04T20:44:27.027Z] [2022-06-04T20:44:27.027Z] #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-04T20:44:27.027Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-04T20:44:27.027Z] #20 0.882 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:27.027Z] #20 0.892 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:27.027Z] #20 0.892 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:27.027Z] #20 0.996 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-04T20:44:27.027Z] #20 1.134 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-04T20:44:27.027Z] #20 1.372 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:44:27.027Z] #20 1.580 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-04T20:44:27.027Z] #20 1.857 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:27.027Z] #20 1.957 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-04T20:44:27.027Z] #20 2.044 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-04T20:44:27.027Z] #20 2.064 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:27.027Z] #20 2.068 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-04T20:44:27.027Z] #20 2.071 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-04T20:44:27.027Z] #20 2.073 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:44:27.027Z] #20 2.074 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-04T20:44:27.027Z] #20 2.080 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-04T20:44:27.027Z] #20 2.081 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-04T20:44:27.027Z] #20 2.082 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:27.027Z] #20 2.082 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-04T20:44:27.027Z] #20 2.083 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-04T20:44:27.027Z] #20 2.084 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:44:27.027Z] #20 8.481 Fetched 49.0 MB in 8s (6193 kB/s) [2022-06-04T20:44:27.073Z] #42 DONE 50.7s [2022-06-04T20:44:27.073Z] [2022-06-04T20:44:27.073Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:44:27.073Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:44:27.073Z] #55 ... [2022-06-04T20:44:27.073Z] [2022-06-04T20:44:27.073Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-04T20:44:27.073Z] #43 sha256:74eded85b159d94f7ae4088da6812071950a7b01f6113000702839078b17c600 [2022-06-04T20:44:27.246Z] #14 125.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:27.246Z] #14 125.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:27.336Z] #43 DONE 0.2s [2022-06-04T20:44:27.336Z] [2022-06-04T20:44:27.336Z] #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-04T20:44:27.336Z] #44 sha256:627eb1651ade1da7896dada2c62158d85c8fb2acf2f482c11a89ebdc4a883f4c [2022-06-04T20:44:27.507Z] #14 DONE 125.5s [2022-06-04T20:44:27.507Z] [2022-06-04T20:44:27.507Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-04T20:44:27.507Z] #59 sha256:c2dd0d9507f00814414802aa5200bee348c2a0e10a425819519cd695d1a37a65 [2022-06-04T20:44:27.582Z] #21 1.800 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:27.768Z] #59 DONE 0.2s [2022-06-04T20:44:27.768Z] [2022-06-04T20:44:27.768Z] #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-04T20:44:27.768Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:44:28.289Z] #44 1.084 + RM_GOPATH=0 [2022-06-04T20:44:28.513Z] #21 2.789 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:28.551Z] #44 1.091 + TMP_GOPATH= [2022-06-04T20:44:28.551Z] #44 1.094 + : /build [2022-06-04T20:44:28.551Z] #44 1.095 + '[' -z '' ']' [2022-06-04T20:44:28.551Z] #44 1.095 ++ mktemp -d [2022-06-04T20:44:28.551Z] #44 1.104 + export GOPATH=/tmp/tmp.eLgRRLZrU6 [2022-06-04T20:44:28.551Z] #44 1.110 + GOPATH=/tmp/tmp.eLgRRLZrU6 [2022-06-04T20:44:28.551Z] #44 1.111 + RM_GOPATH=1 [2022-06-04T20:44:28.551Z] #44 1.111 + case "$(go env GOARCH)" in [2022-06-04T20:44:28.551Z] #44 1.112 ++ go env GOARCH [2022-06-04T20:44:28.551Z] #44 1.125 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:28.551Z] #44 1.125 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:28.551Z] #44 1.126 ++ dirname /install.sh [2022-06-04T20:44:28.551Z] #44 1.132 + dir=/ [2022-06-04T20:44:28.551Z] #44 1.135 + bin=tini [2022-06-04T20:44:28.551Z] #44 1.136 + shift [2022-06-04T20:44:28.551Z] #44 1.136 + '[' '!' -f //tini.installer ']' [2022-06-04T20:44:28.551Z] #44 1.136 + . //tini.installer [2022-06-04T20:44:28.551Z] #44 1.136 ++ : v0.19.0 [2022-06-04T20:44:28.551Z] #44 1.136 + install_tini [2022-06-04T20:44:28.551Z] #44 1.137 + echo 'Install tini version v0.19.0' [2022-06-04T20:44:28.551Z] #44 1.150 Install tini version v0.19.0 [2022-06-04T20:44:28.551Z] #44 1.151 + git clone https://github.com/krallin/tini.git /tmp/tmp.eLgRRLZrU6/tini [2022-06-04T20:44:28.551Z] #44 1.153 Cloning into '/tmp/tmp.eLgRRLZrU6/tini'... [2022-06-04T20:44:28.710Z] #60 1.124 + RM_GOPATH=0 [2022-06-04T20:44:28.710Z] #60 1.124 + TMP_GOPATH= [2022-06-04T20:44:28.710Z] #60 1.124 + : /build [2022-06-04T20:44:28.710Z] #60 1.125 + '[' -z '' ']' [2022-06-04T20:44:28.710Z] #60 1.125 ++ mktemp -d [2022-06-04T20:44:28.710Z] #60 1.129 + export GOPATH=/tmp/tmp.CdO2el0oZn [2022-06-04T20:44:28.710Z] #60 1.129 + GOPATH=/tmp/tmp.CdO2el0oZn [2022-06-04T20:44:28.710Z] #60 1.129 + RM_GOPATH=1 [2022-06-04T20:44:28.710Z] #60 1.130 + case "$(go env GOARCH)" in [2022-06-04T20:44:28.710Z] #60 1.130 ++ go env GOARCH [2022-06-04T20:44:28.710Z] #60 1.144 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:28.915Z] #20 8.481 Reading package lists... [2022-06-04T20:44:28.915Z] #20 11.88 Reading package lists... [2022-06-04T20:44:28.915Z] #20 ... [2022-06-04T20:44:28.915Z] [2022-06-04T20:44:28.915Z] #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-04T20:44:28.915Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-04T20:44:28.915Z] #69 8.824 Reading package lists... [2022-06-04T20:44:28.971Z] #60 ... [2022-06-04T20:44:28.971Z] [2022-06-04T20:44:28.971Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-04T20:44:28.971Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-04T20:44:28.971Z] #15 DONE 1.4s [2022-06-04T20:44:28.971Z] [2022-06-04T20:44:28.971Z] #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-04T20:44:28.971Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:44:28.971Z] #60 1.144 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:28.971Z] #60 1.145 ++ dirname /install.sh [2022-06-04T20:44:28.971Z] #60 1.149 + dir=/ [2022-06-04T20:44:28.971Z] #60 1.149 + bin=runc [2022-06-04T20:44:28.971Z] #60 1.149 + shift [2022-06-04T20:44:28.971Z] #60 1.149 + '[' '!' -f //runc.installer ']' [2022-06-04T20:44:28.971Z] #60 1.150 + . //runc.installer [2022-06-04T20:44:28.971Z] #60 1.150 ++ set -e [2022-06-04T20:44:28.971Z] #60 1.150 ++ : v1.1.2 [2022-06-04T20:44:28.971Z] #60 1.150 + install_runc [2022-06-04T20:44:28.971Z] #60 1.151 + RUNC_BUILDTAGS=seccomp [2022-06-04T20:44:28.971Z] #60 1.151 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-04T20:44:28.971Z] #60 1.151 Install runc version v1.1.2 (build tags: seccomp) [2022-06-04T20:44:28.971Z] #60 1.151 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CdO2el0oZn/src/github.com/opencontainers/runc [2022-06-04T20:44:28.971Z] #60 1.158 Cloning into '/tmp/tmp.CdO2el0oZn/src/github.com/opencontainers/runc'... [2022-06-04T20:44:29.497Z] #44 ... [2022-06-04T20:44:29.497Z] [2022-06-04T20:44:29.497Z] #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-04T20:44:29.497Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-04T20:44:29.497Z] #53 52.47 gotestsum version dev [2022-06-04T20:44:29.497Z] #53 DONE 53.0s [2022-06-04T20:44:29.497Z] [2022-06-04T20:44:29.497Z] #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-04T20:44:29.497Z] #44 sha256:627eb1651ade1da7896dada2c62158d85c8fb2acf2f482c11a89ebdc4a883f4c [2022-06-04T20:44:29.497Z] #44 2.035 + cd /tmp/tmp.eLgRRLZrU6/tini [2022-06-04T20:44:29.497Z] #44 2.038 + git checkout -q v0.19.0 [2022-06-04T20:44:29.497Z] #44 2.045 + cmake . [2022-06-04T20:44:29.619Z] #60 2.980 + RM_GOPATH=0 [2022-06-04T20:44:29.619Z] #60 2.981 + TMP_GOPATH= [2022-06-04T20:44:29.619Z] #60 2.981 + : /build [2022-06-04T20:44:29.619Z] #60 2.981 + '[' -z '' ']' [2022-06-04T20:44:29.619Z] #60 2.982 ++ mktemp -d [2022-06-04T20:44:29.619Z] #60 2.985 + export GOPATH=/tmp/tmp.9hm1wzAeqR [2022-06-04T20:44:29.619Z] #60 2.986 + GOPATH=/tmp/tmp.9hm1wzAeqR [2022-06-04T20:44:29.619Z] #60 2.986 + RM_GOPATH=1 [2022-06-04T20:44:29.619Z] #60 2.986 + case "$(go env GOARCH)" in [2022-06-04T20:44:29.619Z] #60 2.986 ++ go env GOARCH [2022-06-04T20:44:29.619Z] #60 2.993 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:29.619Z] #60 2.997 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:29.619Z] #60 2.997 ++ dirname /install.sh [2022-06-04T20:44:29.619Z] #60 2.999 + dir=/ [2022-06-04T20:44:29.619Z] #60 3.005 + bin=runc [2022-06-04T20:44:29.619Z] #60 3.005 + shift [2022-06-04T20:44:29.619Z] #60 3.005 + '[' '!' -f //runc.installer ']' [2022-06-04T20:44:29.619Z] #60 3.006 + . //runc.installer [2022-06-04T20:44:29.619Z] #60 3.006 ++ set -e [2022-06-04T20:44:29.619Z] #60 3.006 ++ : v1.1.2 [2022-06-04T20:44:29.619Z] #60 3.008 + install_runc [2022-06-04T20:44:29.619Z] #60 3.008 + RUNC_BUILDTAGS=seccomp [2022-06-04T20:44:29.619Z] #60 3.008 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-04T20:44:29.619Z] #60 3.009 Install runc version v1.1.2 (build tags: seccomp) [2022-06-04T20:44:29.619Z] #60 3.009 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc [2022-06-04T20:44:29.619Z] #60 3.012 Cloning into '/tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc'... [2022-06-04T20:44:29.619Z] #60 ... [2022-06-04T20:44:29.619Z] [2022-06-04T20:44:29.619Z] #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-04T20:44:29.619Z] #67 sha256:d7f55d19713e7505203afa84a97701708edc9969849c53540f0f3de777f283af [2022-06-04T20:44:29.619Z] #67 117.2 rootlesskit version 1.0.0 [2022-06-04T20:44:29.619Z] #67 117.2 Usage of /build/rootlesskit-docker-proxy: [2022-06-04T20:44:29.619Z] #67 117.2 -container-ip string [2022-06-04T20:44:29.619Z] #67 117.2 container ip [2022-06-04T20:44:29.619Z] #67 117.2 -container-port int [2022-06-04T20:44:29.619Z] #67 117.2 container port (default -1) [2022-06-04T20:44:29.619Z] #67 117.2 -host-ip string [2022-06-04T20:44:29.619Z] #67 117.2 host ip [2022-06-04T20:44:29.619Z] #67 117.2 -host-port int [2022-06-04T20:44:29.619Z] #67 117.2 host port (default -1) [2022-06-04T20:44:29.619Z] #67 117.2 -proto string [2022-06-04T20:44:29.619Z] #67 117.2 proxy protocol (default "tcp") [2022-06-04T20:44:29.619Z] #67 DONE 117.3s [2022-06-04T20:44:29.619Z] [2022-06-04T20:44:29.619Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-04T20:44:29.619Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-04T20:44:29.619Z] #15 DONE 3.3s [2022-06-04T20:44:29.619Z] [2022-06-04T20:44:29.619Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-04T20:44:29.619Z] #68 sha256:94341cf061eab6beb02deffa8fe66197910510527b36f1c3460c0fb2a283f135 [2022-06-04T20:44:29.619Z] #68 DONE 0.1s [2022-06-04T20:44:29.619Z] [2022-06-04T20:44:29.619Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-04T20:44:29.619Z] #69 sha256:778666c4209ab75003b50d9e5489a7ce2ec89558ae6a2843f837862d180a2451 [2022-06-04T20:44:29.875Z] #69 DONE 0.1s [2022-06-04T20:44:29.875Z] [2022-06-04T20:44:29.875Z] #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-04T20:44:29.875Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-04T20:44:29.882Z] #21 4.091 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:29.916Z] #60 ... [2022-06-04T20:44:29.916Z] [2022-06-04T20:44:29.916Z] #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-04T20:44:29.916Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-04T20:44:29.916Z] #16 DONE 1.1s [2022-06-04T20:44:30.177Z] [2022-06-04T20:44:30.177Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-04T20:44:30.177Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-04T20:44:30.445Z] #44 2.872 -- The C compiler identification is GNU 10.2.1 [2022-06-04T20:44:30.445Z] #44 3.024 -- Detecting C compiler ABI info [2022-06-04T20:44:30.709Z] #44 3.456 -- Detecting C compiler ABI info - done [2022-06-04T20:44:30.709Z] #44 3.532 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-04T20:44:30.709Z] #44 3.543 -- Detecting C compile features [2022-06-04T20:44:30.709Z] #44 3.547 -- Detecting C compile features - done [2022-06-04T20:44:30.709Z] #44 3.591 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-04T20:44:30.752Z] #17 0.899 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-04T20:44:30.971Z] #44 3.736 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-04T20:44:30.971Z] #44 3.811 -- Configuring done [2022-06-04T20:44:30.971Z] #44 3.834 -- Generating done [2022-06-04T20:44:30.971Z] #44 3.838 -- Build files have been written to: /tmp/tmp.eLgRRLZrU6/tini [2022-06-04T20:44:31.014Z] #17 DONE 1.0s [2022-06-04T20:44:31.014Z] [2022-06-04T20:44:31.014Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-04T20:44:31.014Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-04T20:44:31.234Z] #44 3.851 + make tini-static [2022-06-04T20:44:31.497Z] #44 4.256 Scanning dependencies of target tini-static [2022-06-04T20:44:31.497Z] #44 4.371 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-04T20:44:31.777Z] #21 ... [2022-06-04T20:44:31.777Z] [2022-06-04T20:44:31.777Z] #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-04T20:44:31.777Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:44:31.777Z] #60 13.48 + cd /tmp/tmp.SGjSV6e2Wn/src/github.com/opencontainers/runc [2022-06-04T20:44:31.777Z] #60 13.49 + git checkout -q v1.1.2 [2022-06-04T20:44:31.959Z] #18 DONE 1.0s [2022-06-04T20:44:31.959Z] [2022-06-04T20:44:31.959Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-04T20:44:31.959Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-04T20:44:32.034Z] #60 13.90 + '[' -z '' ']' [2022-06-04T20:44:32.034Z] #60 13.90 + target=static [2022-06-04T20:44:32.034Z] #60 13.90 + make BUILDTAGS=seccomp static [2022-06-04T20:44:32.181Z] #69 12.13 Reading package lists... [2022-06-04T20:44:32.597Z] #60 14.51 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-04T20:44:32.888Z] #44 5.594 [100%] Linking C executable tini-static [2022-06-04T20:44:32.904Z] #19 DONE 1.1s [2022-06-04T20:44:32.904Z] [2022-06-04T20:44:32.904Z] #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-04T20:44:32.904Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:33.108Z] #69 15.31 Building dependency tree... [2022-06-04T20:44:33.143Z] #16 DONE 3.3s [2022-06-04T20:44:33.143Z] [2022-06-04T20:44:33.143Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-04T20:44:33.143Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-04T20:44:33.165Z] #36 ... [2022-06-04T20:44:33.165Z] [2022-06-04T20:44:33.165Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-04T20:44:33.165Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-04T20:44:33.464Z] #44 6.081 [100%] Built target tini-static [2022-06-04T20:44:33.464Z] #44 6.150 + mkdir -p /build [2022-06-04T20:44:33.464Z] #44 6.152 + cp tini-static /build/docker-init [2022-06-04T20:44:33.669Z] #69 16.83 The following additional packages will be installed: [2022-06-04T20:44:33.669Z] #69 16.83 libbtrfs0 [2022-06-04T20:44:33.925Z] #69 16.92 The following NEW packages will be installed: [2022-06-04T20:44:33.925Z] #69 16.92 libbtrfs-dev libbtrfs0 [2022-06-04T20:44:34.109Z] #20 DONE 1.0s [2022-06-04T20:44:34.109Z] [2022-06-04T20:44:34.109Z] #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-04T20:44:34.109Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:34.109Z] #36 ... [2022-06-04T20:44:34.109Z] [2022-06-04T20:44:34.109Z] #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-04T20:44:34.109Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:34.181Z] #69 17.24 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:34.181Z] #69 17.24 Need to get 460 kB of archives. [2022-06-04T20:44:34.181Z] #69 17.24 After this operation, 1237 kB of additional disk space will be used. [2022-06-04T20:44:34.181Z] #69 17.24 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:44:34.181Z] #69 17.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:44:34.436Z] #69 17.55 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:34.436Z] #69 17.70 Fetched 460 kB in 0s (1700 kB/s) [2022-06-04T20:44:34.693Z] #69 17.76 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:44:34.693Z] #69 17.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 ... 30256 files and directories currently installed.) [2022-06-04T20:44:34.693Z] #69 17.77 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:44:34.693Z] #69 17.78 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:34.693Z] #69 17.94 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:44:34.693Z] #69 17.94 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:44:34.693Z] #69 17.95 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:34.950Z] #69 18.21 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:35.206Z] #69 18.28 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:35.206Z] #69 18.29 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:35.206Z] #69 DONE 18.4s [2022-06-04T20:44:35.206Z] [2022-06-04T20:44:35.206Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-04T20:44:35.206Z] #70 sha256:1cd9fb99c38a486253bd51a3be83aa0ffbd511c856c8437df6cb9aef6144e6b4 [2022-06-04T20:44:35.206Z] #70 DONE 0.0s [2022-06-04T20:44:35.206Z] [2022-06-04T20:44:35.206Z] #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-04T20:44:35.206Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-04T20:44:35.206Z] #20 11.88 Reading package lists... [2022-06-04T20:44:35.206Z] #20 15.05 Building dependency tree... [2022-06-04T20:44:35.206Z] #20 16.60 The following additional packages will be installed: [2022-06-04T20:44:35.206Z] #20 16.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:44:35.206Z] #20 16.60 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-04T20:44:35.206Z] #20 16.60 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-04T20:44:35.206Z] #20 16.60 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-04T20:44:35.206Z] #20 16.61 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-04T20:44:35.206Z] #20 16.61 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-04T20:44:35.206Z] #20 16.61 mingw-w64-common mingw-w64-x86-64-dev [2022-06-04T20:44:35.206Z] #20 16.62 Suggested packages: [2022-06-04T20:44:35.206Z] #20 16.62 gcc-10-locales seccomp wine64 [2022-06-04T20:44:35.206Z] #20 16.91 The following NEW packages will be installed: [2022-06-04T20:44:35.206Z] #20 16.91 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-04T20:44:35.206Z] #20 16.91 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-04T20:44:35.206Z] #20 16.91 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-04T20:44:35.206Z] #20 16.91 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-04T20:44:35.206Z] #20 16.91 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-04T20:44:35.206Z] #20 16.91 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-04T20:44:35.206Z] #20 16.92 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-04T20:44:35.206Z] #20 16.92 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-04T20:44:35.206Z] #20 16.92 mingw-w64-x86-64-dev [2022-06-04T20:44:35.206Z] #20 17.24 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:35.206Z] #20 17.24 Need to get 115 MB of archives. [2022-06-04T20:44:35.206Z] #20 17.24 After this operation, 645 MB of additional disk space will be used. [2022-06-04T20:44:35.206Z] #20 17.24 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-04T20:44:35.206Z] #20 17.29 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-04T20:44:35.206Z] #20 17.31 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-04T20:44:35.206Z] #20 17.31 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-04T20:44:35.206Z] #20 17.31 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-04T20:44:35.206Z] #20 17.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-04T20:44:35.206Z] #20 17.35 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-04T20:44:35.206Z] #20 17.37 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-04T20:44:35.206Z] #20 17.38 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-04T20:44:35.206Z] #20 17.45 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-04T20:44:35.206Z] #20 17.64 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-04T20:44:35.206Z] #20 17.71 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-04T20:44:35.206Z] #20 17.89 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-04T20:44:35.206Z] #20 18.26 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-04T20:44:35.206Z] #20 18.36 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-04T20:44:35.206Z] #20 18.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-04T20:44:35.206Z] #20 18.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-04T20:44:35.206Z] #20 18.36 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-04T20:44:35.206Z] #20 18.37 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-04T20:44:35.206Z] #20 18.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-04T20:44:35.206Z] #20 18.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-04T20:44:35.206Z] #20 18.37 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-04T20:44:35.206Z] #20 18.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-04T20:44:35.206Z] #20 18.38 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-04T20:44:35.206Z] #20 18.38 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-04T20:44:35.206Z] #20 18.38 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-04T20:44:35.206Z] #20 18.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-04T20:44:35.206Z] #20 18.39 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-04T20:44:35.206Z] #20 18.39 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-04T20:44:35.206Z] #20 18.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-04T20:44:35.384Z] #44 DONE 7.9s [2022-06-04T20:44:35.384Z] [2022-06-04T20:44:35.384Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:44:35.384Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:35.384Z] #14 55.77 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-04T20:44:35.384Z] #14 55.79 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:35.384Z] #14 55.79 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:35.384Z] #14 55.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-04T20:44:35.384Z] #14 55.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:35.384Z] #14 55.96 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:35.500Z] #21 1.470 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:35.500Z] #21 1.499 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:35.500Z] #21 1.500 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:35.661Z] #17 2.932 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-04T20:44:35.767Z] #20 18.71 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:35.767Z] #20 18.86 Fetched 115 MB in 1s (80.5 MB/s) [2022-06-04T20:44:35.767Z] #20 18.88 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-04T20:44:35.767Z] #20 18.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-04T20:44:35.767Z] #20 18.90 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:44:35.767Z] #20 18.90 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:36.023Z] #20 19.20 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-04T20:44:36.023Z] #20 19.20 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-04T20:44:36.023Z] #20 19.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:36.074Z] #21 1.937 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:36.223Z] #17 DONE 3.2s [2022-06-04T20:44:36.223Z] [2022-06-04T20:44:36.223Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-04T20:44:36.223Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-04T20:44:36.279Z] #20 19.52 Selecting previously unselected package binutils-mingw-w64. [2022-06-04T20:44:36.535Z] #20 19.52 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-04T20:44:36.535Z] #20 19.53 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:36.535Z] #20 19.57 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-04T20:44:36.535Z] #20 19.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:36.535Z] #20 19.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:36.535Z] #20 19.63 Selecting previously unselected package dmsetup. [2022-06-04T20:44:36.535Z] #20 19.63 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:36.535Z] #20 19.63 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:36.535Z] #20 19.68 Selecting previously unselected package mingw-w64-common. [2022-06-04T20:44:36.535Z] #20 19.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-04T20:44:36.535Z] #20 19.69 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:37.018Z] #21 2.952 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:37.461Z] #20 20.37 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-04T20:44:37.461Z] #20 20.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-04T20:44:37.461Z] #20 20.39 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:37.461Z] #20 ... [2022-06-04T20:44:37.461Z] [2022-06-04T20:44:37.461Z] #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-04T20:44:37.461Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-04T20:44:37.461Z] #49 9.274 Reading package lists... [2022-06-04T20:44:37.461Z] #49 12.53 Reading package lists... [2022-06-04T20:44:37.461Z] #49 15.74 Building dependency tree... [2022-06-04T20:44:37.461Z] #49 17.25 The following additional packages will be installed: [2022-06-04T20:44:37.461Z] #49 17.26 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-04T20:44:37.461Z] #49 17.27 Suggested packages: [2022-06-04T20:44:37.461Z] #49 17.27 cmake-doc ninja-build lrzip [2022-06-04T20:44:37.461Z] #49 17.27 Recommended packages: [2022-06-04T20:44:37.461Z] #49 17.27 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-04T20:44:37.461Z] #49 17.59 The following NEW packages will be installed: [2022-06-04T20:44:37.461Z] #49 17.60 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-04T20:44:37.461Z] #49 17.95 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:37.461Z] #49 17.95 Need to get 8418 kB of archives. [2022-06-04T20:44:37.461Z] #49 17.95 After this operation, 34.9 MB of additional disk space will be used. [2022-06-04T20:44:37.461Z] #49 17.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-04T20:44:37.461Z] #49 17.95 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-04T20:44:37.461Z] #49 17.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-04T20:44:37.461Z] #49 17.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-04T20:44:37.461Z] #49 17.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-04T20:44:37.461Z] #49 17.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-04T20:44:37.461Z] #49 17.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-04T20:44:37.461Z] #49 17.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-04T20:44:37.461Z] #49 18.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:37.461Z] #49 18.55 Fetched 8418 kB in 0s (21.9 MB/s) [2022-06-04T20:44:37.461Z] #49 18.57 Selecting previously unselected package xxd. [2022-06-04T20:44:37.461Z] #49 18.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-04T20:44:37.461Z] #49 18.59 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 18.59 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 18.64 Selecting previously unselected package vim-common. [2022-06-04T20:44:37.461Z] #49 18.65 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:44:37.461Z] #49 18.65 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 18.71 Selecting previously unselected package cmake-data. [2022-06-04T20:44:37.461Z] #49 18.71 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-04T20:44:37.461Z] #49 18.72 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.08 Selecting previously unselected package libarchive13:amd64. [2022-06-04T20:44:37.461Z] #49 19.08 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 19.09 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.15 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-04T20:44:37.461Z] #49 19.16 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 19.16 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:44:37.461Z] #49 19.21 Selecting previously unselected package librhash0:amd64. [2022-06-04T20:44:37.461Z] #49 19.21 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 19.21 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:44:37.461Z] #49 19.27 Selecting previously unselected package libuv1:amd64. [2022-06-04T20:44:37.461Z] #49 19.27 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 19.27 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:44:37.461Z] #49 19.31 Selecting previously unselected package cmake. [2022-06-04T20:44:37.461Z] #49 19.32 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-04T20:44:37.461Z] #49 19.32 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.89 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.91 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.92 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-04T20:44:37.461Z] #49 19.93 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.95 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-04T20:44:37.461Z] #49 19.96 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-04T20:44:37.461Z] #49 19.97 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 19.99 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-04T20:44:37.461Z] #49 20.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:37.461Z] #49 DONE 20.5s [2022-06-04T20:44:37.461Z] [2022-06-04T20:44:37.461Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-04T20:44:37.461Z] #50 sha256:87b6998ff71347551b57480d1251b185e52eb91c614145206e2bd6f7ae1a2dc0 [2022-06-04T20:44:37.461Z] #50 DONE 0.1s [2022-06-04T20:44:37.461Z] [2022-06-04T20:44:37.461Z] #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-04T20:44:37.461Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:44:37.461Z] #71 0.423 + RM_GOPATH=0 [2022-06-04T20:44:37.461Z] #71 0.423 + TMP_GOPATH= [2022-06-04T20:44:37.461Z] #71 0.423 + : /build [2022-06-04T20:44:37.461Z] #71 0.423 + '[' -z '' ']' [2022-06-04T20:44:37.461Z] #71 0.423 ++ mktemp -d [2022-06-04T20:44:37.461Z] #71 0.424 + export GOPATH=/tmp/tmp.kLPktMukAx [2022-06-04T20:44:37.461Z] #71 0.424 + GOPATH=/tmp/tmp.kLPktMukAx [2022-06-04T20:44:37.461Z] #71 0.424 + RM_GOPATH=1 [2022-06-04T20:44:37.462Z] #71 0.424 + case "$(go env GOARCH)" in [2022-06-04T20:44:37.462Z] #71 0.425 ++ go env GOARCH [2022-06-04T20:44:37.462Z] #71 0.428 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:37.462Z] #71 0.428 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:37.462Z] #71 0.428 ++ dirname /install.sh [2022-06-04T20:44:37.462Z] #71 0.429 + dir=/ [2022-06-04T20:44:37.462Z] #71 0.429 + bin=containerd [2022-06-04T20:44:37.462Z] #71 0.429 + shift [2022-06-04T20:44:37.462Z] #71 0.429 + '[' '!' -f //containerd.installer ']' [2022-06-04T20:44:37.462Z] #71 0.429 + . //containerd.installer [2022-06-04T20:44:37.462Z] #71 0.429 ++ set -e [2022-06-04T20:44:37.462Z] #71 0.429 ++ : v1.6.4 [2022-06-04T20:44:37.462Z] #71 0.429 + install_containerd [2022-06-04T20:44:37.462Z] #71 0.430 + echo 'Install containerd version v1.6.4' [2022-06-04T20:44:37.462Z] #71 0.430 Install containerd version v1.6.4 [2022-06-04T20:44:37.462Z] #71 0.430 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kLPktMukAx/src/github.com/containerd/containerd [2022-06-04T20:44:37.462Z] #71 0.431 Cloning into '/tmp/tmp.kLPktMukAx/src/github.com/containerd/containerd'... [2022-06-04T20:44:37.937Z] #14 61.53 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-04T20:44:37.937Z] #14 61.53 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:37.937Z] #14 61.53 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:38.405Z] #21 4.283 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:39.351Z] #71 ... [2022-06-04T20:44:39.351Z] [2022-06-04T20:44:39.351Z] #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-04T20:44:39.351Z] #51 sha256:b8fbe58900f77b5107fa81c29294221cd67baf81275f59a0894bf908fdbfca3f [2022-06-04T20:44:39.351Z] #51 0.516 + RM_GOPATH=0 [2022-06-04T20:44:39.351Z] #51 0.516 + TMP_GOPATH= [2022-06-04T20:44:39.351Z] #51 0.516 + : /build [2022-06-04T20:44:39.351Z] #51 0.516 + '[' -z '' ']' [2022-06-04T20:44:39.351Z] #51 0.517 ++ mktemp -d [2022-06-04T20:44:39.351Z] #51 0.518 + export GOPATH=/tmp/tmp.69GUlVuXmR [2022-06-04T20:44:39.351Z] #51 0.518 + GOPATH=/tmp/tmp.69GUlVuXmR [2022-06-04T20:44:39.351Z] #51 0.518 + RM_GOPATH=1 [2022-06-04T20:44:39.351Z] #51 0.518 + case "$(go env GOARCH)" in [2022-06-04T20:44:39.351Z] #51 0.518 ++ go env GOARCH [2022-06-04T20:44:39.351Z] #51 0.522 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:39.351Z] #51 0.522 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:44:39.351Z] #51 0.522 ++ dirname /install.sh [2022-06-04T20:44:39.351Z] #51 0.522 + dir=/ [2022-06-04T20:44:39.351Z] #51 0.522 + bin=tini [2022-06-04T20:44:39.351Z] #51 0.522 + shift [2022-06-04T20:44:39.351Z] #51 0.522 + '[' '!' -f //tini.installer ']' [2022-06-04T20:44:39.351Z] #51 0.523 + . //tini.installer [2022-06-04T20:44:39.351Z] #51 0.523 ++ : v0.19.0 [2022-06-04T20:44:39.351Z] #51 0.523 + install_tini [2022-06-04T20:44:39.351Z] #51 0.523 + echo 'Install tini version v0.19.0' [2022-06-04T20:44:39.351Z] #51 0.523 + git clone https://github.com/krallin/tini.git /tmp/tmp.69GUlVuXmR/tini [2022-06-04T20:44:39.351Z] #51 0.523 Install tini version v0.19.0 [2022-06-04T20:44:39.351Z] #51 0.525 Cloning into '/tmp/tmp.69GUlVuXmR/tini'... [2022-06-04T20:44:39.351Z] #51 0.698 + cd /tmp/tmp.69GUlVuXmR/tini [2022-06-04T20:44:39.351Z] #51 0.698 + git checkout -q v0.19.0 [2022-06-04T20:44:39.351Z] #51 0.703 + cmake . [2022-06-04T20:44:39.351Z] #51 0.784 -- The C compiler identification is GNU 10.2.1 [2022-06-04T20:44:39.351Z] #51 0.795 -- Detecting C compiler ABI info [2022-06-04T20:44:39.351Z] #51 0.885 -- Detecting C compiler ABI info - done [2022-06-04T20:44:39.351Z] #51 0.906 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-04T20:44:39.351Z] #51 0.906 -- Detecting C compile features [2022-06-04T20:44:39.351Z] #51 0.907 -- Detecting C compile features - done [2022-06-04T20:44:39.351Z] #51 0.914 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-04T20:44:39.351Z] #51 0.942 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-04T20:44:39.351Z] #51 0.955 -- Configuring done [2022-06-04T20:44:39.351Z] #51 0.959 -- Generating done [2022-06-04T20:44:39.351Z] #51 0.959 -- Build files have been written to: /tmp/tmp.69GUlVuXmR/tini [2022-06-04T20:44:39.351Z] #51 0.961 + make tini-static [2022-06-04T20:44:39.351Z] #51 1.007 Scanning dependencies of target tini-static [2022-06-04T20:44:39.351Z] #51 1.018 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-04T20:44:39.351Z] #51 1.186 [100%] Linking C executable tini-static [2022-06-04T20:44:39.351Z] #51 1.280 [100%] Built target tini-static [2022-06-04T20:44:39.351Z] #51 1.291 + mkdir -p /build [2022-06-04T20:44:39.351Z] #51 1.292 + cp tini-static /build/docker-init [2022-06-04T20:44:39.351Z] #51 DONE 1.7s [2022-06-04T20:44:39.351Z] [2022-06-04T20:44:39.351Z] #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-04T20:44:39.351Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-04T20:44:39.351Z] #20 21.09 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-04T20:44:39.351Z] #20 21.09 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:39.351Z] #20 21.10 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:39.351Z] #20 21.14 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-04T20:44:39.351Z] #20 21.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:39.351Z] #20 21.14 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:39.351Z] #20 22.37 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-04T20:44:39.351Z] #20 22.38 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:39.351Z] #20 22.38 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:39.352Z] #21 ... [2022-06-04T20:44:39.352Z] [2022-06-04T20:44:39.352Z] #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-04T20:44:39.352Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:44:39.352Z] #60 11.66 + cd /tmp/tmp.CdO2el0oZn/src/github.com/opencontainers/runc [2022-06-04T20:44:39.352Z] #60 11.67 + git checkout -q v1.1.2 [2022-06-04T20:44:39.494Z] #18 DONE 3.5s [2022-06-04T20:44:39.494Z] [2022-06-04T20:44:39.494Z] #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-04T20:44:39.494Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383 [2022-06-04T20:44:39.494Z] #60 12.62 + cd /tmp/tmp.9hm1wzAeqR/src/github.com/opencontainers/runc [2022-06-04T20:44:39.494Z] #60 12.62 + git checkout -q v1.1.2 [2022-06-04T20:44:39.614Z] #60 12.09 + '[' -z '' ']' [2022-06-04T20:44:39.750Z] #60 13.48 + '[' -z '' ']' [2022-06-04T20:44:39.750Z] #60 13.48 + target=static [2022-06-04T20:44:39.750Z] #60 13.48 + make BUILDTAGS=seccomp static [2022-06-04T20:44:39.875Z] #60 12.09 + target=static [2022-06-04T20:44:39.875Z] #60 12.09 + make BUILDTAGS=seccomp static [2022-06-04T20:44:40.312Z] #60 13.83 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-04T20:44:40.447Z] #60 12.70 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-04T20:44:40.694Z] #60 ... [2022-06-04T20:44:40.694Z] [2022-06-04T20:44:40.694Z] #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-04T20:44:40.694Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:40.694Z] #21 7.996 Fetched 8537 kB in 7s (1229 kB/s) [2022-06-04T20:44:40.694Z] #21 7.996 Reading package lists... [2022-06-04T20:44:40.694Z] #21 10.90 Reading package lists... [2022-06-04T20:44:40.694Z] #21 13.70 Building dependency tree... [2022-06-04T20:44:40.951Z] #21 15.46 The following additional packages will be installed: [2022-06-04T20:44:40.951Z] #21 15.47 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:44:40.951Z] #21 15.47 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-04T20:44:40.951Z] #21 15.47 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-04T20:44:40.951Z] #21 15.47 python3-pkg-resources vim-runtime xxd [2022-06-04T20:44:40.951Z] #21 15.47 Suggested packages: [2022-06-04T20:44:40.951Z] #21 15.47 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-04T20:44:40.951Z] #21 15.47 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-04T20:44:40.951Z] #21 15.47 acl attr quota [2022-06-04T20:44:40.951Z] #21 15.47 Recommended packages: [2022-06-04T20:44:40.951Z] #21 15.47 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-04T20:44:41.679Z] #60 ... [2022-06-04T20:44:41.679Z] [2022-06-04T20:44:41.679Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-04T20:44:41.679Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-04T20:44:41.679Z] #19 DONE 1.9s [2022-06-04T20:44:41.679Z] [2022-06-04T20:44:41.679Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-04T20:44:41.679Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-04T20:44:41.868Z] #20 24.74 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-04T20:44:41.868Z] #20 24.75 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:41.868Z] #20 24.75 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:42.322Z] #21 16.71 The following NEW packages will be installed: [2022-06-04T20:44:42.322Z] #21 16.72 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-04T20:44:42.322Z] #21 16.72 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:44:42.322Z] #21 16.72 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-04T20:44:42.322Z] #21 16.72 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-04T20:44:42.322Z] #21 16.72 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-04T20:44:42.322Z] #21 16.72 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-04T20:44:42.322Z] #21 16.72 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-04T20:44:42.322Z] #21 16.72 xz-utils zip zstd [2022-06-04T20:44:42.579Z] #21 17.05 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:42.579Z] #21 17.05 Need to get 27.6 MB of archives. [2022-06-04T20:44:42.579Z] #21 17.05 After this operation, 106 MB of additional disk space will be used. [2022-06-04T20:44:42.579Z] #21 17.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-04T20:44:42.579Z] #21 17.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-04T20:44:42.579Z] #21 17.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-04T20:44:42.579Z] #21 17.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-04T20:44:42.579Z] #21 17.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-04T20:44:42.579Z] #21 17.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-04T20:44:42.579Z] #21 17.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-04T20:44:42.579Z] #21 17.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-04T20:44:42.579Z] #21 17.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:44:42.837Z] #21 17.16 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-04T20:44:42.837Z] #21 17.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-04T20:44:42.837Z] #21 17.17 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-04T20:44:42.837Z] #21 17.18 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-04T20:44:42.837Z] #21 17.19 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-04T20:44:42.837Z] #21 17.23 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-04T20:44:42.837Z] #21 17.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-04T20:44:42.837Z] #21 17.23 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-04T20:44:42.837Z] #21 17.24 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-04T20:44:42.837Z] #21 17.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-04T20:44:42.837Z] #21 17.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-04T20:44:42.837Z] #21 17.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-04T20:44:42.837Z] #21 17.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:44:42.837Z] #21 17.29 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:44:42.837Z] #21 17.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:44:42.837Z] #21 17.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-04T20:44:42.837Z] #21 17.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-04T20:44:42.837Z] #21 17.32 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:44:43.235Z] #20 26.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-04T20:44:43.236Z] #20 26.10 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:43.236Z] #20 26.11 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:43.401Z] #21 17.83 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-04T20:44:43.401Z] #21 17.84 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-04T20:44:43.401Z] #21 17.84 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-04T20:44:43.401Z] #21 17.84 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-04T20:44:43.401Z] #21 17.85 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-04T20:44:43.401Z] #21 17.87 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-04T20:44:43.401Z] #21 17.87 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-04T20:44:43.401Z] #21 17.94 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-04T20:44:43.569Z] #20 DONE 2.2s [2022-06-04T20:44:43.569Z] [2022-06-04T20:44:43.569Z] #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-04T20:44:43.569Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:44:43.681Z] #21 17.95 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-04T20:44:43.681Z] #21 17.95 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:44:43.681Z] #21 17.97 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-04T20:44:43.681Z] #21 17.99 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-04T20:44:43.681Z] #21 17.99 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-04T20:44:43.681Z] #21 18.00 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-04T20:44:43.681Z] #21 18.05 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-04T20:44:43.681Z] #21 ... [2022-06-04T20:44:43.681Z] [2022-06-04T20:44:43.681Z] #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-04T20:44:43.681Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:44:43.681Z] #34 DONE 147.0s [2022-06-04T20:44:43.681Z] [2022-06-04T20:44:43.681Z] #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-04T20:44:43.681Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:43.681Z] #21 18.14 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-04T20:44:43.681Z] #21 18.14 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-04T20:44:43.825Z] #34 ... [2022-06-04T20:44:43.825Z] [2022-06-04T20:44:43.825Z] #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-04T20:44:43.825Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:44.245Z] #21 18.52 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-04T20:44:44.245Z] #21 18.55 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-04T20:44:44.245Z] #21 18.59 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-04T20:44:44.245Z] #21 18.61 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-04T20:44:44.604Z] #20 27.66 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-04T20:44:44.604Z] #20 27.66 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:44.604Z] #20 27.67 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:45.176Z] #21 ... [2022-06-04T20:44:45.176Z] [2022-06-04T20:44:45.176Z] #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-04T20:44:45.176Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:45.176Z] #36 148.5 Delve is a source level debugger for Go programs. [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-04T20:44:45.176Z] #36 148.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 Pass flags to the program you are debugging using `--`, for example: [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 Usage: [2022-06-04T20:44:45.176Z] #36 148.5 dlv [command] [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 Available Commands: [2022-06-04T20:44:45.176Z] #36 148.5 attach Attach to running process and begin debugging. [2022-06-04T20:44:45.176Z] #36 148.5 connect Connect to a headless debug server with a terminal client. [2022-06-04T20:44:45.176Z] #36 148.5 core Examine a core dump. [2022-06-04T20:44:45.176Z] #36 148.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-04T20:44:45.176Z] #36 148.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-04T20:44:45.176Z] #36 148.5 exec Execute a precompiled binary, and begin a debug session. [2022-06-04T20:44:45.176Z] #36 148.5 help Help about any command [2022-06-04T20:44:45.176Z] #36 148.5 run Deprecated command. Use 'debug' instead. [2022-06-04T20:44:45.176Z] #36 148.5 test Compile test binary and begin debugging program. [2022-06-04T20:44:45.176Z] #36 148.5 trace Compile and begin tracing program. [2022-06-04T20:44:45.176Z] #36 148.5 version Prints version. [2022-06-04T20:44:45.176Z] #36 148.5 [2022-06-04T20:44:45.176Z] #36 148.5 Flags: [2022-06-04T20:44:45.176Z] #36 148.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-04T20:44:45.176Z] #36 148.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-04T20:44:45.176Z] #36 148.5 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-04T20:44:45.176Z] #36 148.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-04T20:44:45.176Z] #36 148.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-04T20:44:45.176Z] #36 148.5 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-04T20:44:45.176Z] #36 148.5 --disable-aslr Disables address space randomization [2022-06-04T20:44:45.176Z] #36 148.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-04T20:44:45.176Z] #36 148.5 -h, --help help for dlv [2022-06-04T20:44:45.176Z] #36 148.5 --init string Init file, executed by the terminal client. [2022-06-04T20:44:45.176Z] #36 148.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-04T20:44:45.176Z] #36 148.5 --log Enable debugging server logging. [2022-06-04T20:44:45.176Z] #36 148.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-04T20:44:45.177Z] #36 148.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-04T20:44:45.177Z] #36 148.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-04T20:44:45.177Z] #36 148.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-04T20:44:45.177Z] #36 148.5 --wd string Working directory for running the program. [2022-06-04T20:44:45.177Z] #36 148.5 [2022-06-04T20:44:45.177Z] #36 148.5 Additional help topics: [2022-06-04T20:44:45.177Z] #36 148.5 dlv backend Help about the --backend flag. [2022-06-04T20:44:45.177Z] #36 148.5 dlv log Help about logging flags. [2022-06-04T20:44:45.177Z] #36 148.5 dlv redirect Help about file redirection. [2022-06-04T20:44:45.177Z] #36 148.5 [2022-06-04T20:44:45.177Z] #36 148.5 Use "dlv [command] --help" for more information about a command. [2022-06-04T20:44:45.177Z] #36 DONE 148.6s [2022-06-04T20:44:45.177Z] [2022-06-04T20:44:45.177Z] #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-04T20:44:45.177Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:45.177Z] #21 19.69 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:45.716Z] #21 2.042 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:44:45.716Z] #21 2.071 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:44:45.716Z] #21 2.071 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:44:45.741Z] #21 19.95 Fetched 27.6 MB in 2s (14.6 MB/s) [2022-06-04T20:44:45.741Z] #21 20.07 Selecting previously unselected package pigz. [2022-06-04T20:44:45.741Z] #21 20.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-04T20:44:45.741Z] #21 20.15 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-04T20:44:45.741Z] #21 20.17 Unpacking pigz (2.6-1) ... [2022-06-04T20:44:45.998Z] #21 20.37 Selecting previously unselected package libelf1:amd64. [2022-06-04T20:44:45.998Z] #21 20.38 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-04T20:44:45.998Z] #21 20.39 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-04T20:44:46.255Z] #21 20.70 Selecting previously unselected package libbpf0:amd64. [2022-06-04T20:44:46.255Z] #21 20.70 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-04T20:44:46.255Z] #21 20.70 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:44:46.255Z] #21 20.79 Selecting previously unselected package libcap2:amd64. [2022-06-04T20:44:46.255Z] #21 20.79 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-04T20:44:46.279Z] #21 2.604 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:44:46.512Z] #21 20.80 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:44:46.513Z] #21 20.87 Selecting previously unselected package libmnl0:amd64. [2022-06-04T20:44:46.513Z] #21 20.87 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-04T20:44:46.513Z] #21 20.88 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:44:46.513Z] #21 20.94 Selecting previously unselected package libxtables12:amd64. [2022-06-04T20:44:46.513Z] #21 20.94 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-04T20:44:46.513Z] #21 20.95 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:44:46.513Z] #21 20.99 Selecting previously unselected package libcap2-bin. [2022-06-04T20:44:46.513Z] #21 21.00 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-04T20:44:46.513Z] #21 21.00 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-04T20:44:46.513Z] #21 21.08 Selecting previously unselected package iproute2. [2022-06-04T20:44:46.771Z] #21 21.08 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-04T20:44:46.771Z] #21 21.08 Unpacking iproute2 (5.10.0-4) ... [2022-06-04T20:44:47.029Z] #21 21.50 Selecting previously unselected package xxd. [2022-06-04T20:44:47.029Z] #21 21.51 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:44:47.029Z] #21 21.52 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:47.029Z] #21 21.63 Selecting previously unselected package vim-common. [2022-06-04T20:44:47.209Z] #21 3.412 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:44:47.286Z] #21 21.63 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:44:47.286Z] #21 21.65 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:47.543Z] #21 21.80 Selecting previously unselected package bash-completion. [2022-06-04T20:44:47.543Z] #21 21.80 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-04T20:44:47.877Z] #20 30.74 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-04T20:44:47.877Z] #20 30.74 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-04T20:44:47.877Z] #20 30.75 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:47.954Z] #14 ... [2022-06-04T20:44:47.954Z] [2022-06-04T20:44:47.954Z] #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-04T20:44:47.954Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:44:47.954Z] #64 37.86 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-04T20:44:47.954Z] #64 38.71 + cd /tmp/tmp.KZ4usKPpMQ/src/github.com/containerd/containerd [2022-06-04T20:44:47.954Z] #64 38.71 + git checkout -q v1.6.4 [2022-06-04T20:44:48.578Z] #21 4.715 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:44:48.598Z] #60 ... [2022-06-04T20:44:48.598Z] [2022-06-04T20:44:48.598Z] #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-04T20:44:48.598Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:48.598Z] #21 8.182 Fetched 8537 kB in 7s (1187 kB/s) [2022-06-04T20:44:48.598Z] #21 8.182 Reading package lists... [2022-06-04T20:44:48.598Z] #21 11.03 Reading package lists... [2022-06-04T20:44:48.598Z] #21 13.86 Building dependency tree... [2022-06-04T20:44:48.899Z] #64 40.02 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-04T20:44:48.899Z] #64 40.02 + BUILDTAGS='netgo osusergo static_build' [2022-06-04T20:44:48.899Z] #64 40.02 + export EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:48.899Z] #64 40.02 + EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:48.899Z] #64 40.02 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-04T20:44:48.899Z] #64 40.02 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-04T20:44:48.899Z] #64 40.02 + '[' '' = dynamic ']' [2022-06-04T20:44:48.899Z] #64 40.02 + make [2022-06-04T20:44:49.171Z] #21 15.30 The following additional packages will be installed: [2022-06-04T20:44:49.171Z] #21 15.30 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:44:49.171Z] #21 15.30 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-04T20:44:49.171Z] #21 15.30 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-04T20:44:49.171Z] #21 15.30 python3-pkg-resources vim-runtime xxd [2022-06-04T20:44:49.171Z] #21 15.30 Suggested packages: [2022-06-04T20:44:49.171Z] #21 15.31 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-04T20:44:49.171Z] #21 15.31 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-04T20:44:49.171Z] #21 15.31 acl attr quota [2022-06-04T20:44:49.171Z] #21 15.31 Recommended packages: [2022-06-04T20:44:49.171Z] #21 15.31 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-04T20:44:49.245Z] #20 32.19 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-04T20:44:49.245Z] #20 32.20 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-04T20:44:49.245Z] #20 32.21 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:49.245Z] #20 32.29 Selecting previously unselected package libapparmor1:amd64. [2022-06-04T20:44:49.245Z] #20 32.30 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-04T20:44:49.245Z] #20 32.30 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:49.245Z] #20 32.36 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-04T20:44:49.245Z] #20 32.36 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-04T20:44:49.245Z] #20 32.37 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:49.245Z] #20 32.43 Selecting previously unselected package libbtrfs0:amd64. [2022-06-04T20:44:49.438Z] #21 23.52 Unpacking bash-completion (1:2.11-2) ... [2022-06-04T20:44:49.438Z] #21 23.89 Selecting previously unselected package bzip2. [2022-06-04T20:44:49.438Z] #21 23.90 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-04T20:44:49.438Z] #21 23.90 Unpacking bzip2 (1.0.8-4) ... [2022-06-04T20:44:49.438Z] #21 23.98 Selecting previously unselected package xz-utils. [2022-06-04T20:44:49.438Z] #21 23.98 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-04T20:44:49.502Z] #20 32.43 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-04T20:44:49.502Z] #20 32.44 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:49.502Z] #20 32.49 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-04T20:44:49.502Z] #20 32.50 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-04T20:44:49.502Z] #20 32.50 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:49.502Z] #20 32.59 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-04T20:44:49.502Z] #20 32.60 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:49.502Z] #20 32.60 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:49.502Z] #20 32.64 Selecting previously unselected package libudev-dev:amd64. [2022-06-04T20:44:49.502Z] #20 32.65 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:49.502Z] #20 32.65 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:49.502Z] #20 32.73 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-04T20:44:49.695Z] #21 23.99 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:44:49.696Z] #21 24.14 Selecting previously unselected package apparmor. [2022-06-04T20:44:49.696Z] #21 24.15 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-04T20:44:49.696Z] #21 24.21 Unpacking apparmor (2.13.6-10) ... [2022-06-04T20:44:49.758Z] #20 32.74 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-04T20:44:49.758Z] #20 32.74 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:49.758Z] #20 32.84 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-04T20:44:49.758Z] #20 32.84 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-04T20:44:49.758Z] #20 32.85 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:49.758Z] #20 32.92 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-04T20:44:49.758Z] #20 32.92 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-04T20:44:49.758Z] #20 32.93 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:50.015Z] #20 33.01 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-04T20:44:50.015Z] #20 33.01 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-04T20:44:50.015Z] #20 33.02 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:50.015Z] #20 33.07 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-04T20:44:50.015Z] #20 33.08 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-04T20:44:50.015Z] #20 33.08 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:50.015Z] #20 33.23 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-04T20:44:50.015Z] #20 33.24 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-04T20:44:50.015Z] #20 33.24 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:50.260Z] #21 24.58 Selecting previously unselected package inetutils-ping. [2022-06-04T20:44:50.260Z] #21 24.58 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-04T20:44:50.260Z] #21 24.59 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-04T20:44:50.260Z] #21 24.69 Selecting previously unselected package libip4tc2:amd64. [2022-06-04T20:44:50.260Z] #21 24.70 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:44:50.260Z] #21 24.71 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:44:50.260Z] #21 24.77 Selecting previously unselected package libip6tc2:amd64. [2022-06-04T20:44:50.260Z] #21 24.77 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:44:50.260Z] #21 24.78 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:44:50.260Z] #21 24.84 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-04T20:44:50.271Z] #20 33.32 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-04T20:44:50.271Z] #20 33.32 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-04T20:44:50.271Z] #20 33.33 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:50.271Z] #20 33.39 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-04T20:44:50.271Z] #20 33.39 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-04T20:44:50.271Z] #20 33.40 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:50.271Z] #20 33.46 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-04T20:44:50.271Z] #20 33.47 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-04T20:44:50.271Z] #20 33.47 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:50.517Z] #21 24.86 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-04T20:44:50.517Z] #21 24.87 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:44:50.517Z] #21 24.92 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-04T20:44:50.517Z] #21 24.92 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-04T20:44:50.517Z] #21 24.93 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:44:50.517Z] #21 24.98 Selecting previously unselected package libnftnl11:amd64. [2022-06-04T20:44:50.517Z] #21 24.98 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-04T20:44:50.517Z] #21 24.99 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:44:50.528Z] #20 33.63 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-04T20:44:50.528Z] #20 33.65 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-04T20:44:50.528Z] #20 33.66 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:50.528Z] #20 33.67 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-04T20:44:50.528Z] #20 33.68 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:44:50.528Z] #20 33.69 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-04T20:44:50.528Z] #20 33.71 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-04T20:44:50.528Z] #20 33.72 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-04T20:44:50.528Z] #20 33.73 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-04T20:44:50.528Z] #20 33.74 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-04T20:44:50.528Z] #20 33.75 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:44:50.528Z] #20 ... [2022-06-04T20:44:50.528Z] [2022-06-04T20:44:50.528Z] #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-04T20:44:50.528Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:44:50.528Z] #71 5.262 + cd /tmp/tmp.kLPktMukAx/src/github.com/containerd/containerd [2022-06-04T20:44:50.528Z] #71 5.262 + git checkout -q v1.6.4 [2022-06-04T20:44:50.528Z] #71 5.750 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-04T20:44:50.528Z] #71 5.750 + BUILDTAGS='netgo osusergo static_build' [2022-06-04T20:44:50.528Z] #71 5.750 + export EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:50.528Z] #71 5.750 + EXTRA_FLAGS=-buildmode=pie [2022-06-04T20:44:50.528Z] #71 5.750 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-04T20:44:50.528Z] #71 5.750 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-04T20:44:50.528Z] #71 5.750 + '[' '' = dynamic ']' [2022-06-04T20:44:50.528Z] #71 5.750 + make [2022-06-04T20:44:50.528Z] #71 6.188 + bin/ctr [2022-06-04T20:44:50.774Z] #21 25.08 Selecting previously unselected package iptables. [2022-06-04T20:44:50.774Z] #21 25.10 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-04T20:44:50.774Z] #21 25.10 Unpacking iptables (1.8.7-1) ... [2022-06-04T20:44:50.795Z] #71 ... [2022-06-04T20:44:50.795Z] [2022-06-04T20:44:50.795Z] #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-04T20:44:50.795Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-04T20:44:50.795Z] #20 33.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-04T20:44:50.795Z] #20 33.78 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.79 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-04T20:44:50.795Z] #20 33.80 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-04T20:44:50.795Z] #20 33.81 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-04T20:44:50.795Z] #20 33.82 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:44:50.795Z] #20 33.84 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-04T20:44:50.795Z] #20 33.85 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-04T20:44:50.795Z] #20 33.86 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.88 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.90 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-04T20:44:50.795Z] #20 33.91 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.92 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-04T20:44:50.795Z] #20 33.92 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:44:50.795Z] #20 33.94 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.95 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-04T20:44:50.795Z] #20 33.96 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:50.795Z] #20 33.97 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:44:50.840Z] #64 41.68 + bin/ctr [2022-06-04T20:44:51.031Z] #21 25.38 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:44:51.031Z] #21 25.39 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:44:51.031Z] #21 25.40 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:44:51.053Z] #20 34.01 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:51.053Z] #20 34.03 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:44:51.053Z] #20 34.04 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:51.053Z] #20 34.06 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-04T20:44:51.053Z] #20 34.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:44:51.087Z] #21 16.76 The following NEW packages will be installed: [2022-06-04T20:44:51.087Z] #21 16.76 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-04T20:44:51.087Z] #21 16.76 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:44:51.087Z] #21 16.76 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-04T20:44:51.087Z] #21 16.76 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-04T20:44:51.087Z] #21 16.76 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-04T20:44:51.087Z] #21 16.76 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-04T20:44:51.087Z] #21 16.76 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-04T20:44:51.087Z] #21 16.76 xz-utils zip zstd [2022-06-04T20:44:51.087Z] #21 17.09 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:44:51.087Z] #21 17.09 Need to get 27.6 MB of archives. [2022-06-04T20:44:51.087Z] #21 17.09 After this operation, 106 MB of additional disk space will be used. [2022-06-04T20:44:51.087Z] #21 17.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-04T20:44:51.087Z] #21 17.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-04T20:44:51.087Z] #21 17.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-04T20:44:51.087Z] #21 17.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-04T20:44:51.087Z] #21 17.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-04T20:44:51.087Z] #21 17.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-04T20:44:51.087Z] #21 17.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-04T20:44:51.088Z] #21 17.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-04T20:44:51.088Z] #21 17.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:44:51.088Z] #21 17.18 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-04T20:44:51.088Z] #21 17.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-04T20:44:51.088Z] #21 17.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-04T20:44:51.088Z] #21 17.20 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-04T20:44:51.088Z] #21 17.21 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-04T20:44:51.088Z] #21 17.24 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-04T20:44:51.289Z] #21 25.56 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:44:51.289Z] #21 25.57 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:44:51.289Z] #21 25.58 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:44:51.289Z] #21 25.68 Selecting previously unselected package jq. [2022-06-04T20:44:51.289Z] #21 25.69 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:44:51.289Z] #21 25.70 Unpacking jq (1.6-2.1) ... [2022-06-04T20:44:51.349Z] #21 17.25 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-04T20:44:51.349Z] #21 17.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-04T20:44:51.349Z] #21 17.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-04T20:44:51.349Z] #21 17.26 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-04T20:44:51.349Z] #21 17.27 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-04T20:44:51.349Z] #21 17.28 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-04T20:44:51.349Z] #21 17.28 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:44:51.349Z] #21 17.30 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:44:51.349Z] #21 17.31 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:44:51.349Z] #21 17.31 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-04T20:44:51.349Z] #21 17.32 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-04T20:44:51.349Z] #21 17.32 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:44:51.546Z] #21 25.79 Selecting previously unselected package libaio1:amd64. [2022-06-04T20:44:51.546Z] #21 25.80 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-04T20:44:51.546Z] #21 25.80 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:44:51.546Z] #21 25.87 Selecting previously unselected package libgpm2:amd64. [2022-06-04T20:44:51.546Z] #21 25.87 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-04T20:44:51.546Z] #21 25.88 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:44:51.546Z] #21 25.94 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:44:51.546Z] #21 25.95 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:44:51.546Z] #21 25.95 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:44:51.611Z] #21 17.81 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-04T20:44:51.873Z] #21 17.82 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-04T20:44:51.873Z] #21 17.82 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-04T20:44:51.873Z] #21 17.83 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-04T20:44:51.873Z] #21 17.83 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-04T20:44:51.873Z] #21 17.83 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-04T20:44:51.873Z] #21 17.85 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-04T20:44:51.873Z] #21 17.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-04T20:44:51.873Z] #21 ... [2022-06-04T20:44:51.873Z] [2022-06-04T20:44:51.873Z] #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-04T20:44:51.873Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:51.873Z] #36 149.9 Delve is a source level debugger for Go programs. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-04T20:44:51.873Z] #36 149.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Pass flags to the program you are debugging using `--`, for example: [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Usage: [2022-06-04T20:44:51.873Z] #36 149.9 dlv [command] [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Available Commands: [2022-06-04T20:44:51.873Z] #36 149.9 attach Attach to running process and begin debugging. [2022-06-04T20:44:51.873Z] #36 149.9 connect Connect to a headless debug server with a terminal client. [2022-06-04T20:44:51.873Z] #36 149.9 core Examine a core dump. [2022-06-04T20:44:51.873Z] #36 149.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-04T20:44:51.873Z] #36 149.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-04T20:44:51.873Z] #36 149.9 exec Execute a precompiled binary, and begin a debug session. [2022-06-04T20:44:51.873Z] #36 149.9 help Help about any command [2022-06-04T20:44:51.873Z] #36 149.9 run Deprecated command. Use 'debug' instead. [2022-06-04T20:44:51.873Z] #36 149.9 test Compile test binary and begin debugging program. [2022-06-04T20:44:51.873Z] #36 149.9 trace Compile and begin tracing program. [2022-06-04T20:44:51.873Z] #36 149.9 version Prints version. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Flags: [2022-06-04T20:44:51.873Z] #36 149.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-04T20:44:51.873Z] #36 149.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-04T20:44:51.873Z] #36 149.9 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-04T20:44:51.873Z] #36 149.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-04T20:44:51.873Z] #36 149.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-04T20:44:51.873Z] #36 149.9 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-04T20:44:51.873Z] #36 149.9 --disable-aslr Disables address space randomization [2022-06-04T20:44:51.873Z] #36 149.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-04T20:44:51.873Z] #36 149.9 -h, --help help for dlv [2022-06-04T20:44:51.873Z] #36 149.9 --init string Init file, executed by the terminal client. [2022-06-04T20:44:51.873Z] #36 149.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-04T20:44:51.873Z] #36 149.9 --log Enable debugging server logging. [2022-06-04T20:44:51.873Z] #36 149.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-04T20:44:51.873Z] #36 149.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-04T20:44:51.873Z] #36 149.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-04T20:44:51.873Z] #36 149.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-04T20:44:51.873Z] #36 149.9 --wd string Working directory for running the program. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Additional help topics: [2022-06-04T20:44:51.873Z] #36 149.9 dlv backend Help about the --backend flag. [2022-06-04T20:44:51.873Z] #36 149.9 dlv log Help about logging flags. [2022-06-04T20:44:51.873Z] #36 149.9 dlv redirect Help about file redirection. [2022-06-04T20:44:51.873Z] #36 149.9 [2022-06-04T20:44:51.873Z] #36 149.9 Use "dlv [command] --help" for more information about a command. [2022-06-04T20:44:51.873Z] #36 DONE 150.1s [2022-06-04T20:44:51.873Z] [2022-06-04T20:44:51.873Z] #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-04T20:44:51.873Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:44:51.873Z] #34 DONE 149.7s [2022-06-04T20:44:51.873Z] [2022-06-04T20:44:51.873Z] #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-04T20:44:51.873Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:51.873Z] #21 17.95 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-04T20:44:51.873Z] #21 17.95 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:44:51.873Z] #21 17.96 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-04T20:44:51.873Z] #21 17.98 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-04T20:44:51.873Z] #21 17.98 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-04T20:44:51.873Z] #21 18.01 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-04T20:44:52.134Z] #21 18.08 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-04T20:44:52.134Z] #21 18.11 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-04T20:44:52.134Z] #21 18.12 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-04T20:44:52.396Z] #21 18.41 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-04T20:44:52.396Z] #21 18.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-04T20:44:52.657Z] #21 18.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-04T20:44:52.657Z] #21 18.54 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-04T20:44:52.748Z] #21 8.871 Fetched 8537 kB in 7s (1201 kB/s) [2022-06-04T20:44:52.942Z] #20 DONE 35.9s [2022-06-04T20:44:52.943Z] [2022-06-04T20:44:52.943Z] #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-04T20:44:52.943Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-04T20:44:53.600Z] #21 19.47 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:44:53.601Z] #21 19.68 Fetched 27.6 MB in 2s (15.7 MB/s) [2022-06-04T20:44:53.601Z] #21 19.79 Selecting previously unselected package pigz. [2022-06-04T20:44:53.862Z] #21 19.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-04T20:44:53.862Z] #21 19.85 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-04T20:44:53.862Z] #21 19.87 Unpacking pigz (2.6-1) ... [2022-06-04T20:44:53.862Z] #21 20.01 Selecting previously unselected package libelf1:amd64. [2022-06-04T20:44:53.862Z] #21 20.01 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-04T20:44:53.871Z] #21 0.835 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-04T20:44:53.871Z] #21 0.835 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-04T20:44:53.871Z] #21 0.835 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-04T20:44:54.123Z] #21 20.02 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-04T20:44:54.384Z] #21 20.36 Selecting previously unselected package libbpf0:amd64. [2022-06-04T20:44:54.384Z] #21 20.36 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-04T20:44:54.384Z] #21 20.38 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:44:54.645Z] #21 20.60 Selecting previously unselected package libcap2:amd64. [2022-06-04T20:44:54.645Z] #21 20.60 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-04T20:44:54.645Z] #21 20.61 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:44:54.645Z] #21 20.67 Selecting previously unselected package libmnl0:amd64. [2022-06-04T20:44:54.645Z] #21 20.67 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-04T20:44:54.645Z] #21 20.68 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:44:54.645Z] #21 20.73 Selecting previously unselected package libxtables12:amd64. [2022-06-04T20:44:54.645Z] #21 20.73 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 28.93 Selecting previously unselected package libinih1:amd64. [2022-06-04T20:44:54.821Z] #21 28.95 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 28.95 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-04T20:44:54.821Z] #21 28.99 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:44:54.821Z] #21 29.00 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 29.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:44:54.821Z] #21 29.11 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:44:54.821Z] #21 29.12 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 29.12 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:44:54.821Z] #21 29.19 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:44:54.821Z] #21 29.21 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 29.22 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:44:54.821Z] #21 29.26 Selecting previously unselected package net-tools. [2022-06-04T20:44:54.821Z] #21 29.26 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-04T20:44:54.821Z] #21 29.27 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:44:54.907Z] #21 20.75 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:44:54.907Z] #21 20.81 Selecting previously unselected package libcap2-bin. [2022-06-04T20:44:54.907Z] #21 20.81 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-04T20:44:54.907Z] #21 20.82 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-04T20:44:54.907Z] #21 20.91 Selecting previously unselected package iproute2. [2022-06-04T20:44:54.907Z] #21 20.92 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-04T20:44:54.907Z] #21 20.93 Unpacking iproute2 (5.10.0-4) ... [2022-06-04T20:44:55.078Z] #21 29.42 Selecting previously unselected package patch. [2022-06-04T20:44:55.078Z] #21 29.43 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-04T20:44:55.078Z] #21 29.44 Unpacking patch (2.7.6-7) ... [2022-06-04T20:44:55.078Z] #21 29.54 Selecting previously unselected package python-pip-whl. [2022-06-04T20:44:55.078Z] #21 29.55 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:44:55.078Z] #21 29.55 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:44:55.267Z] #21 8.871 Reading package lists... [2022-06-04T20:44:55.267Z] #21 ... [2022-06-04T20:44:55.267Z] [2022-06-04T20:44:55.267Z] #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-04T20:44:55.268Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-04T20:44:55.268Z] #34 DONE 142.7s [2022-06-04T20:44:55.268Z] [2022-06-04T20:44:55.268Z] #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-04T20:44:55.268Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383 [2022-06-04T20:44:55.268Z] #60 ... [2022-06-04T20:44:55.268Z] [2022-06-04T20:44:55.268Z] #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-04T20:44:55.268Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:55.268Z] #21 8.871 Reading package lists... [2022-06-04T20:44:55.480Z] #21 21.38 Selecting previously unselected package xxd. [2022-06-04T20:44:55.480Z] #21 21.39 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:44:55.480Z] #21 21.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:55.480Z] #21 21.52 Selecting previously unselected package vim-common. [2022-06-04T20:44:55.480Z] #21 21.52 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:44:55.480Z] #21 21.53 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:55.645Z] #21 30.06 Selecting previously unselected package python3-lib2to3. [2022-06-04T20:44:55.645Z] #21 30.06 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-04T20:44:55.645Z] #21 30.07 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:44:55.645Z] #21 30.16 Selecting previously unselected package python3-distutils. [2022-06-04T20:44:55.741Z] #21 21.68 Selecting previously unselected package bash-completion. [2022-06-04T20:44:55.741Z] #21 21.69 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-04T20:44:55.902Z] #21 30.16 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-04T20:44:55.902Z] #21 30.17 Unpacking python3-distutils (3.9.2-1) ... [2022-06-04T20:44:55.902Z] #21 30.31 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:44:55.902Z] #21 30.31 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:44:55.902Z] #21 30.32 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:44:56.159Z] #21 30.43 Selecting previously unselected package python3-setuptools. [2022-06-04T20:44:56.159Z] #21 30.44 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-04T20:44:56.159Z] #21 30.44 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-04T20:44:56.159Z] #21 30.67 Selecting previously unselected package python3-wheel. [2022-06-04T20:44:56.159Z] #21 30.67 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-04T20:44:56.159Z] #21 30.67 Unpacking python3-wheel (0.34.2-1) ... [2022-06-04T20:44:56.416Z] #21 30.75 Selecting previously unselected package python3-pip. [2022-06-04T20:44:56.416Z] #21 30.76 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:44:56.416Z] #21 30.76 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:44:56.673Z] #21 31.00 Selecting previously unselected package sudo. [2022-06-04T20:44:56.673Z] #21 31.00 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-04T20:44:56.673Z] #21 31.01 Unpacking sudo (1.9.5p2-3) ... [2022-06-04T20:44:57.238Z] #21 31.51 Selecting previously unselected package thin-provisioning-tools. [2022-06-04T20:44:57.238Z] #21 31.52 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-04T20:44:57.238Z] #21 31.52 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:44:57.238Z] #21 31.70 Selecting previously unselected package uidmap. [2022-06-04T20:44:57.238Z] #21 31.71 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-04T20:44:57.238Z] #21 31.71 Unpacking uidmap (1:4.8.1-1) ... [2022-06-04T20:44:57.239Z] #21 11.74 Reading package lists... [2022-06-04T20:44:57.239Z] #21 ... [2022-06-04T20:44:57.239Z] [2022-06-04T20:44:57.239Z] #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-04T20:44:57.239Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-04T20:44:57.239Z] #36 145.0 Delve is a source level debugger for Go programs. [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-04T20:44:57.239Z] #36 145.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 Pass flags to the program you are debugging using `--`, for example: [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 Usage: [2022-06-04T20:44:57.239Z] #36 145.0 dlv [command] [2022-06-04T20:44:57.239Z] #36 145.0 [2022-06-04T20:44:57.239Z] #36 145.0 Available Commands: [2022-06-04T20:44:57.239Z] #36 145.0 attach Attach to running process and begin debugging. [2022-06-04T20:44:57.239Z] #36 145.0 connect Connect to a headless debug server with a terminal client. [2022-06-04T20:44:57.239Z] #36 145.0 core Examine a core dump. [2022-06-04T20:44:57.239Z] #36 145.0 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-04T20:44:57.239Z] #36 145.0 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-04T20:44:57.240Z] #36 145.0 exec Execute a precompiled binary, and begin a debug session. [2022-06-04T20:44:57.240Z] #36 145.0 help Help about any command [2022-06-04T20:44:57.240Z] #36 145.0 run Deprecated command. Use 'debug' instead. [2022-06-04T20:44:57.240Z] #36 145.0 test Compile test binary and begin debugging program. [2022-06-04T20:44:57.240Z] #36 145.0 trace Compile and begin tracing program. [2022-06-04T20:44:57.240Z] #36 145.0 version Prints version. [2022-06-04T20:44:57.240Z] #36 145.0 [2022-06-04T20:44:57.240Z] #36 145.0 Flags: [2022-06-04T20:44:57.240Z] #36 145.0 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-04T20:44:57.240Z] #36 145.0 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-04T20:44:57.240Z] #36 145.0 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-04T20:44:57.240Z] #36 145.0 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-04T20:44:57.240Z] #36 145.0 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-04T20:44:57.240Z] #36 145.0 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-04T20:44:57.240Z] #36 145.0 --disable-aslr Disables address space randomization [2022-06-04T20:44:57.240Z] #36 145.0 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-04T20:44:57.240Z] #36 145.0 -h, --help help for dlv [2022-06-04T20:44:57.240Z] #36 145.0 --init string Init file, executed by the terminal client. [2022-06-04T20:44:57.240Z] #36 145.0 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-04T20:44:57.240Z] #36 145.0 --log Enable debugging server logging. [2022-06-04T20:44:57.240Z] #36 145.0 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-04T20:44:57.240Z] #36 145.0 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-04T20:44:57.240Z] #36 145.0 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-04T20:44:57.240Z] #36 145.0 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-04T20:44:57.240Z] #36 145.0 --wd string Working directory for running the program. [2022-06-04T20:44:57.240Z] #36 145.0 [2022-06-04T20:44:57.240Z] #36 145.0 Additional help topics: [2022-06-04T20:44:57.240Z] #36 145.0 dlv backend Help about the --backend flag. [2022-06-04T20:44:57.240Z] #36 145.0 dlv log Help about logging flags. [2022-06-04T20:44:57.240Z] #36 145.0 dlv redirect Help about file redirection. [2022-06-04T20:44:57.240Z] #36 145.0 [2022-06-04T20:44:57.240Z] #36 145.0 Use "dlv [command] --help" for more information about a command. [2022-06-04T20:44:57.240Z] #36 DONE 145.2s [2022-06-04T20:44:57.240Z] [2022-06-04T20:44:57.240Z] #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-04T20:44:57.240Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-04T20:44:57.495Z] #21 31.84 Selecting previously unselected package vim-runtime. [2022-06-04T20:44:57.495Z] #21 31.84 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:44:57.495Z] #21 31.88 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-04T20:44:57.495Z] #21 31.90 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-04T20:44:57.495Z] #21 31.91 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:44:57.656Z] #21 23.41 Unpacking bash-completion (1:2.11-2) ... [2022-06-04T20:44:57.656Z] #21 23.81 Selecting previously unselected package bzip2. [2022-06-04T20:44:57.918Z] #21 23.82 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-04T20:44:57.918Z] #21 23.83 Unpacking bzip2 (1.0.8-4) ... [2022-06-04T20:44:57.918Z] #21 23.90 Selecting previously unselected package xz-utils. [2022-06-04T20:44:57.918Z] #21 23.91 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-04T20:44:57.918Z] #21 23.91 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:44:57.918Z] #21 24.07 Selecting previously unselected package apparmor. [2022-06-04T20:44:58.167Z] #21 11.74 Reading package lists... [2022-06-04T20:44:58.179Z] #21 24.08 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-04T20:44:58.179Z] #21 24.13 Unpacking apparmor (2.13.6-10) ... [2022-06-04T20:44:58.297Z] #21 1.332 Reading package lists... [2022-06-04T20:44:58.441Z] #21 24.49 Selecting previously unselected package inetutils-ping. [2022-06-04T20:44:58.441Z] #21 24.51 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-04T20:44:58.441Z] #21 24.51 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-04T20:44:58.702Z] #21 24.60 Selecting previously unselected package libip4tc2:amd64. [2022-06-04T20:44:58.702Z] #21 24.62 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:44:58.702Z] #21 24.62 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:44:58.702Z] #21 24.68 Selecting previously unselected package libip6tc2:amd64. [2022-06-04T20:44:58.702Z] #21 24.69 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:44:58.702Z] #21 24.70 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:44:58.702Z] #21 24.75 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-04T20:44:58.702Z] #21 24.77 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-04T20:44:58.702Z] #21 24.78 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:44:58.702Z] #21 24.82 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-04T20:44:58.964Z] #21 24.82 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-04T20:44:58.964Z] #21 24.84 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:44:58.964Z] #21 24.91 Selecting previously unselected package libnftnl11:amd64. [2022-06-04T20:44:58.964Z] #21 24.91 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-04T20:44:58.964Z] #21 24.91 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:44:58.964Z] #21 25.01 Selecting previously unselected package iptables. [2022-06-04T20:44:58.964Z] #21 25.02 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-04T20:44:58.964Z] #21 25.03 Unpacking iptables (1.8.7-1) ... [2022-06-04T20:44:58.986Z] #21 14.59 Building dependency tree... [2022-06-04T20:44:58.995Z] #64 ... [2022-06-04T20:44:58.995Z] [2022-06-04T20:44:58.995Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-04T20:44:58.995Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:44:58.995Z] #14 71.77 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-04T20:44:58.995Z] #14 71.77 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:58.995Z] #14 71.77 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:44:58.995Z] #14 76.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-04T20:44:58.995Z] #14 76.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:58.995Z] #14 76.35 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:44:58.995Z] #14 81.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-04T20:44:58.995Z] #14 81.03 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:44:58.995Z] #14 81.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:44:59.225Z] #21 25.36 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:44:59.225Z] #21 25.36 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:44:59.225Z] #21 25.37 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:44:59.486Z] #21 25.50 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:44:59.486Z] #21 25.52 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:44:59.486Z] #21 25.53 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:44:59.486Z] #21 25.61 Selecting previously unselected package jq. [2022-06-04T20:44:59.486Z] #21 25.62 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:44:59.748Z] #21 25.63 Unpacking jq (1.6-2.1) ... [2022-06-04T20:44:59.748Z] #21 25.70 Selecting previously unselected package libaio1:amd64. [2022-06-04T20:44:59.748Z] #21 25.71 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-04T20:44:59.748Z] #21 25.72 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:44:59.748Z] #21 25.78 Selecting previously unselected package libgpm2:amd64. [2022-06-04T20:44:59.748Z] #21 25.80 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-04T20:44:59.748Z] #21 25.80 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:44:59.748Z] #21 25.87 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:44:59.748Z] #21 25.88 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:44:59.912Z] #21 16.10 The following additional packages will be installed: [2022-06-04T20:44:59.913Z] #21 16.10 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:44:59.913Z] #21 16.10 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-04T20:44:59.913Z] #21 16.10 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-04T20:44:59.913Z] #21 16.10 python3-pkg-resources vim-runtime xxd [2022-06-04T20:44:59.913Z] #21 16.10 Suggested packages: [2022-06-04T20:44:59.913Z] #21 16.10 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-04T20:44:59.913Z] #21 16.10 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-04T20:44:59.913Z] #21 16.10 acl attr quota [2022-06-04T20:44:59.913Z] #21 16.10 Recommended packages: [2022-06-04T20:44:59.913Z] #21 16.10 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-04T20:45:00.011Z] #21 25.89 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:45:00.769Z] #21 34.66 Selecting previously unselected package vim. [2022-06-04T20:45:00.769Z] #21 34.66 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:00.769Z] #21 34.68 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:00.841Z] #21 17.36 The following NEW packages will be installed: [2022-06-04T20:45:00.841Z] #21 17.36 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-04T20:45:00.841Z] #21 17.36 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:45:00.841Z] #21 17.36 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-04T20:45:00.841Z] #21 17.36 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-04T20:45:00.841Z] #21 17.36 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-04T20:45:00.841Z] #21 17.36 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-04T20:45:00.841Z] #21 17.36 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-04T20:45:00.841Z] #21 17.36 xz-utils zip zstd [2022-06-04T20:45:01.026Z] #21 35.25 Selecting previously unselected package xfsprogs. [2022-06-04T20:45:01.026Z] #21 35.27 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-04T20:45:01.026Z] #21 35.28 Unpacking xfsprogs (5.10.0-4) ... [2022-06-04T20:45:01.284Z] #21 35.70 Selecting previously unselected package zip. [2022-06-04T20:45:01.284Z] #21 35.72 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-04T20:45:01.284Z] #21 35.72 Unpacking zip (3.0-12) ... [2022-06-04T20:45:01.284Z] #21 35.84 Selecting previously unselected package zstd. [2022-06-04T20:45:01.404Z] #21 17.69 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:45:01.404Z] #21 17.69 Need to get 27.6 MB of archives. [2022-06-04T20:45:01.404Z] #21 17.69 After this operation, 106 MB of additional disk space will be used. [2022-06-04T20:45:01.404Z] #21 17.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-04T20:45:01.404Z] #21 17.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-04T20:45:01.404Z] #21 17.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-04T20:45:01.404Z] #21 17.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-04T20:45:01.404Z] #21 17.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-04T20:45:01.404Z] #21 17.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-04T20:45:01.404Z] #21 17.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-04T20:45:01.404Z] #21 17.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-04T20:45:01.404Z] #21 17.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:45:01.404Z] #21 17.73 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-04T20:45:01.404Z] #21 17.75 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-04T20:45:01.404Z] #21 17.75 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-04T20:45:01.404Z] #21 17.75 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-04T20:45:01.404Z] #21 17.77 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-04T20:45:01.404Z] #21 17.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-04T20:45:01.404Z] #21 17.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-04T20:45:01.404Z] #21 17.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-04T20:45:01.404Z] #21 17.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-04T20:45:01.404Z] #21 17.80 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-04T20:45:01.404Z] #21 17.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-04T20:45:01.404Z] #21 17.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-04T20:45:01.541Z] #21 35.85 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-04T20:45:01.541Z] #21 35.85 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:01.661Z] #21 17.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:45:01.661Z] #21 17.83 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:45:01.661Z] #21 17.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:45:01.661Z] #21 17.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-04T20:45:01.661Z] #21 17.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-04T20:45:01.661Z] #21 17.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-04T20:45:01.661Z] #21 18.10 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-04T20:45:01.799Z] #21 36.23 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:01.920Z] #21 18.10 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-04T20:45:01.920Z] #21 18.10 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-04T20:45:01.920Z] #21 18.11 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-04T20:45:01.920Z] #21 18.12 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-04T20:45:01.920Z] #21 18.12 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-04T20:45:01.920Z] #21 18.12 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-04T20:45:01.920Z] #21 18.17 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-04T20:45:01.920Z] #21 18.18 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-04T20:45:01.920Z] #21 18.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:45:01.920Z] #21 18.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-04T20:45:01.920Z] #21 18.20 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-04T20:45:01.920Z] #21 18.21 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-04T20:45:01.920Z] #21 18.22 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-04T20:45:01.920Z] #21 18.25 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-04T20:45:01.920Z] #21 18.26 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-04T20:45:01.920Z] #21 18.27 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-04T20:45:02.177Z] #21 18.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-04T20:45:02.177Z] #21 18.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-04T20:45:02.177Z] #21 18.51 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-04T20:45:02.177Z] #21 18.51 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-04T20:45:02.476Z] #21 5.435 Reading package lists... [2022-06-04T20:45:02.560Z] #21 28.61 Selecting previously unselected package libinih1:amd64. [2022-06-04T20:45:02.560Z] #21 28.62 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-04T20:45:02.560Z] #21 28.64 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:02.729Z] #21 36.98 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:02.730Z] #21 36.99 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:02.730Z] #21 37.00 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:02.730Z] #21 37.01 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:45:02.730Z] #21 37.03 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:02.730Z] #21 37.04 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:02.730Z] #21 37.05 Setting up uidmap (1:4.8.1-1) ... [2022-06-04T20:45:02.730Z] #21 37.06 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:02.730Z] #21 37.07 Setting up bzip2 (1.0.8-4) ... [2022-06-04T20:45:02.730Z] #21 37.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:02.730Z] #21 37.10 Setting up python3-wheel (0.34.2-1) ... [2022-06-04T20:45:02.740Z] #21 18.99 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:45:02.740Z] #21 19.11 Fetched 27.6 MB in 1s (23.6 MB/s) [2022-06-04T20:45:02.740Z] #21 19.16 Selecting previously unselected package pigz. [2022-06-04T20:45:02.822Z] #21 28.71 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:45:02.822Z] #21 28.71 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:45:02.822Z] #21 28.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:02.822Z] #21 28.81 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:45:02.822Z] #21 28.81 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:45:02.822Z] #21 28.82 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:02.822Z] #21 28.91 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:45:02.997Z] #21 19.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-04T20:45:02.997Z] #21 19.21 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-04T20:45:02.997Z] #21 19.21 Unpacking pigz (2.6-1) ... [2022-06-04T20:45:02.997Z] #21 19.29 Selecting previously unselected package libelf1:amd64. [2022-06-04T20:45:02.997Z] #21 19.30 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-04T20:45:02.997Z] #21 19.31 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:03.084Z] #21 28.91 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:45:03.084Z] #21 28.93 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:03.084Z] #21 28.98 Selecting previously unselected package net-tools. [2022-06-04T20:45:03.084Z] #21 28.99 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-04T20:45:03.084Z] #21 29.00 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:03.084Z] #21 29.17 Selecting previously unselected package patch. [2022-06-04T20:45:03.254Z] #21 19.46 Selecting previously unselected package libbpf0:amd64. [2022-06-04T20:45:03.254Z] #21 19.46 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-04T20:45:03.254Z] #21 19.46 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:03.254Z] #21 19.52 Selecting previously unselected package libcap2:amd64. [2022-06-04T20:45:03.254Z] #21 19.53 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-04T20:45:03.254Z] #21 19.53 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:03.254Z] #21 19.60 Selecting previously unselected package libmnl0:amd64. [2022-06-04T20:45:03.254Z] #21 19.60 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-04T20:45:03.254Z] #21 19.60 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:03.254Z] #21 19.65 Selecting previously unselected package libxtables12:amd64. [2022-06-04T20:45:03.254Z] #21 19.66 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-04T20:45:03.254Z] #21 19.66 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:03.254Z] #21 19.71 Selecting previously unselected package libcap2-bin. [2022-06-04T20:45:03.294Z] #21 37.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:03.294Z] #21 37.68 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:03.294Z] #21 37.69 Setting up libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:03.294Z] #21 37.70 Setting up apparmor (2.13.6-10) ... [2022-06-04T20:45:03.346Z] #21 29.18 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-04T20:45:03.346Z] #21 29.19 Unpacking patch (2.7.6-7) ... [2022-06-04T20:45:03.346Z] #21 29.30 Selecting previously unselected package python-pip-whl. [2022-06-04T20:45:03.346Z] #21 29.32 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:03.346Z] #21 29.32 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:03.511Z] #21 19.72 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-04T20:45:03.511Z] #21 19.72 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:03.511Z] #21 19.83 Selecting previously unselected package iproute2. [2022-06-04T20:45:03.511Z] #21 19.83 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-04T20:45:03.511Z] #21 19.83 Unpacking iproute2 (5.10.0-4) ... [2022-06-04T20:45:03.662Z] #21 9.841 Building dependency tree... [2022-06-04T20:45:03.662Z] #21 10.92 Reading state information... [2022-06-04T20:45:03.769Z] #21 20.22 Selecting previously unselected package xxd. [2022-06-04T20:45:03.919Z] #21 29.86 Selecting previously unselected package python3-lib2to3. [2022-06-04T20:45:03.919Z] #21 29.89 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-04T20:45:03.919Z] #21 29.90 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:03.919Z] #21 30.00 Selecting previously unselected package python3-distutils. [2022-06-04T20:45:04.026Z] #21 20.24 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:04.026Z] #21 20.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:04.026Z] #21 20.35 Selecting previously unselected package vim-common. [2022-06-04T20:45:04.026Z] #21 20.35 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:04.026Z] #21 20.37 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:04.246Z] #21 30.00 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-04T20:45:04.246Z] #21 30.01 Unpacking python3-distutils (3.9.2-1) ... [2022-06-04T20:45:04.246Z] #21 30.14 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:45:04.246Z] #21 30.15 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:45:04.246Z] #21 30.16 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:04.246Z] #21 30.29 Selecting previously unselected package python3-setuptools. [2022-06-04T20:45:04.283Z] #21 20.52 Selecting previously unselected package bash-completion. [2022-06-04T20:45:04.283Z] #21 20.53 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-04T20:45:04.556Z] #21 30.29 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-04T20:45:04.556Z] #21 30.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:04.556Z] #21 30.66 Selecting previously unselected package python3-wheel. [2022-06-04T20:45:04.556Z] #21 30.67 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-04T20:45:04.556Z] #21 30.70 Unpacking python3-wheel (0.34.2-1) ... [2022-06-04T20:45:04.664Z] #21 39.08 Setting up zip (3.0-12) ... [2022-06-04T20:45:04.664Z] #21 39.11 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:04.664Z] #21 39.14 Setting up bash-completion (1:2.11-2) ... [2022-06-04T20:45:04.820Z] #21 30.79 Selecting previously unselected package python3-pip. [2022-06-04T20:45:04.820Z] #21 30.79 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:04.820Z] #21 30.82 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:05.032Z] #21 12.06 The following additional packages will be installed: [2022-06-04T20:45:05.032Z] #21 12.06 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-04T20:45:05.032Z] #21 12.06 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-04T20:45:05.032Z] #21 12.06 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-04T20:45:05.032Z] #21 12.06 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-04T20:45:05.032Z] #21 12.06 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-04T20:45:05.032Z] #21 12.06 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-04T20:45:05.032Z] #21 12.07 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-04T20:45:05.032Z] #21 12.09 Suggested packages: [2022-06-04T20:45:05.032Z] #21 12.09 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-04T20:45:05.032Z] #21 12.09 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-04T20:45:05.032Z] #21 12.09 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-04T20:45:05.032Z] #21 12.09 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-04T20:45:05.032Z] #21 12.09 seccomp:ppc64el seccomp:s390x [2022-06-04T20:45:05.032Z] #21 12.09 Recommended packages: [2022-06-04T20:45:05.032Z] #21 12.09 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-04T20:45:05.032Z] #21 12.09 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-04T20:45:05.032Z] #21 12.09 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-04T20:45:05.032Z] #21 12.09 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-04T20:45:05.032Z] #21 ... [2022-06-04T20:45:05.032Z] [2022-06-04T20:45:05.032Z] #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-04T20:45:05.032Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:45:05.032Z] #71 19.49 + bin/containerd [2022-06-04T20:45:05.089Z] #21 31.17 Selecting previously unselected package sudo. [2022-06-04T20:45:05.090Z] #21 31.17 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-04T20:45:05.090Z] #21 31.17 Unpacking sudo (1.9.5p2-3) ... [2022-06-04T20:45:05.289Z] #71 ... [2022-06-04T20:45:05.289Z] [2022-06-04T20:45:05.289Z] #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-04T20:45:05.289Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-04T20:45:05.289Z] #21 12.52 The following NEW packages will be installed: [2022-06-04T20:45:05.289Z] #21 12.52 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-04T20:45:05.289Z] #21 12.53 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-04T20:45:05.289Z] #21 12.53 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-04T20:45:05.289Z] #21 12.53 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-04T20:45:05.289Z] #21 12.53 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-04T20:45:05.289Z] #21 12.53 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-04T20:45:05.289Z] #21 12.53 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-04T20:45:05.289Z] #21 12.53 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-04T20:45:05.289Z] #21 12.53 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-04T20:45:05.289Z] #21 12.53 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-04T20:45:05.289Z] #21 12.53 libseccomp2:ppc64el libseccomp2:s390x [2022-06-04T20:45:05.545Z] #21 12.88 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:45:05.545Z] #21 12.88 Need to get 15.9 MB of archives. [2022-06-04T20:45:05.545Z] #21 12.88 After this operation, 73.0 MB of additional disk space will be used. [2022-06-04T20:45:05.545Z] #21 12.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-04T20:45:05.545Z] #21 12.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-04T20:45:05.803Z] #21 12.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-04T20:45:05.803Z] #21 12.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-04T20:45:05.803Z] #21 12.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-04T20:45:05.803Z] #21 12.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-04T20:45:05.803Z] #21 12.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-04T20:45:05.803Z] #21 12.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-04T20:45:05.803Z] #21 12.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-04T20:45:05.803Z] #21 12.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-04T20:45:05.803Z] #21 12.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-04T20:45:05.803Z] #21 12.96 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-04T20:45:05.803Z] #21 12.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-04T20:45:05.803Z] #21 12.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-04T20:45:05.803Z] #21 12.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-04T20:45:05.803Z] #21 12.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-04T20:45:05.803Z] #21 12.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-04T20:45:05.803Z] #21 12.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-04T20:45:05.803Z] #21 13.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-04T20:45:05.803Z] #21 13.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-04T20:45:05.803Z] #21 13.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-04T20:45:05.803Z] #21 13.01 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-04T20:45:05.803Z] #21 13.01 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-04T20:45:05.803Z] #21 13.03 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-04T20:45:05.803Z] #21 13.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-04T20:45:05.803Z] #21 13.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-04T20:45:05.803Z] #21 13.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-04T20:45:05.803Z] #21 13.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-04T20:45:05.803Z] #21 13.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-04T20:45:05.803Z] #21 13.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-04T20:45:05.803Z] #21 13.07 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-04T20:45:05.803Z] #21 13.07 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-04T20:45:05.803Z] #21 13.07 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-04T20:45:05.803Z] #21 13.07 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-04T20:45:05.803Z] #21 13.07 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-04T20:45:05.803Z] #21 13.07 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-04T20:45:05.803Z] #21 13.08 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-04T20:45:05.803Z] #21 13.08 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-04T20:45:05.803Z] #21 13.08 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-04T20:45:05.803Z] #21 13.08 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-04T20:45:06.047Z] #21 31.80 Selecting previously unselected package thin-provisioning-tools. [2022-06-04T20:45:06.047Z] #21 31.81 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-04T20:45:06.047Z] #21 31.82 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:06.047Z] #21 32.05 Selecting previously unselected package uidmap. [2022-06-04T20:45:06.047Z] #21 32.06 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-04T20:45:06.047Z] #21 32.08 Unpacking uidmap (1:4.8.1-1) ... [2022-06-04T20:45:06.177Z] #21 22.24 Unpacking bash-completion (1:2.11-2) ... [2022-06-04T20:45:06.309Z] #21 32.20 Selecting previously unselected package vim-runtime. [2022-06-04T20:45:06.309Z] #21 32.21 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:06.309Z] #21 32.26 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-04T20:45:06.309Z] #21 32.29 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-04T20:45:06.309Z] #21 32.31 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:06.369Z] #21 13.52 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:45:06.369Z] #21 13.68 Fetched 15.9 MB in 0s (33.5 MB/s) [2022-06-04T20:45:06.369Z] #21 13.72 Selecting previously unselected package gcc-10-base:armel. [2022-06-04T20:45:06.434Z] #21 22.61 Selecting previously unselected package bzip2. [2022-06-04T20:45:06.434Z] #21 22.62 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-04T20:45:06.434Z] #21 22.62 Unpacking bzip2 (1.0.8-4) ... [2022-06-04T20:45:06.434Z] #21 22.68 Selecting previously unselected package xz-utils. [2022-06-04T20:45:06.434Z] #21 22.69 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-04T20:45:06.434Z] #21 22.70 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:45:06.434Z] #21 22.83 Selecting previously unselected package apparmor. [2022-06-04T20:45:06.434Z] #21 22.83 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-04T20:45:06.434Z] #21 22.89 Unpacking apparmor (2.13.6-10) ... [2022-06-04T20:45:06.558Z] #21 40.93 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:45:06.558Z] #21 40.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-04T20:45:06.558Z] #21 40.95 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:06.558Z] #21 40.96 Setting up patch (2.7.6-7) ... [2022-06-04T20:45:06.558Z] #21 40.98 Setting up sudo (1.9.5p2-3) ... [2022-06-04T20:45:06.558Z] #21 41.04 invoke-rc.d: could not determine current runlevel [2022-06-04T20:45:06.558Z] #21 41.05 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:45:06.558Z] #21 41.05 Setting up xfsprogs (5.10.0-4) ... [2022-06-04T20:45:06.626Z] #21 13.72 (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-04T20:45:06.626Z] #21 13.74 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-04T20:45:06.626Z] #21 13.75 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-04T20:45:06.626Z] #21 13.80 Selecting previously unselected package gcc-10-base:armhf. [2022-06-04T20:45:06.626Z] #21 13.80 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-04T20:45:06.626Z] #21 13.81 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-04T20:45:06.626Z] #21 13.87 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-04T20:45:06.626Z] #21 13.88 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-04T20:45:06.626Z] #21 13.88 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-04T20:45:06.626Z] #21 13.93 Selecting previously unselected package gcc-10-base:s390x. [2022-06-04T20:45:06.626Z] #21 13.94 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-04T20:45:06.626Z] #21 13.94 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-04T20:45:06.626Z] #21 14.01 Selecting previously unselected package gcc-10-base:arm64. [2022-06-04T20:45:06.815Z] #21 41.07 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:06.815Z] #21 41.08 Setting up inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:06.815Z] #21 41.09 Setting up pigz (2.6-1) ... [2022-06-04T20:45:06.815Z] #21 41.10 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:06.815Z] #21 41.11 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:06.815Z] #21 41.14 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:06.815Z] #21 41.15 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:06.883Z] #21 14.01 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-04T20:45:06.883Z] #21 14.02 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-04T20:45:06.883Z] #21 14.07 Selecting previously unselected package libgcc-s1:armel. [2022-06-04T20:45:06.883Z] #21 14.08 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-04T20:45:06.883Z] #21 14.09 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-04T20:45:06.883Z] #21 14.16 Selecting previously unselected package libcrypt1:armel. [2022-06-04T20:45:06.883Z] #21 14.17 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-04T20:45:06.883Z] #21 14.17 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-04T20:45:06.883Z] #21 14.25 Selecting previously unselected package libc6:armel. [2022-06-04T20:45:06.883Z] #21 14.26 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-04T20:45:06.998Z] #21 23.27 Selecting previously unselected package inetutils-ping. [2022-06-04T20:45:06.998Z] #21 23.30 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-04T20:45:06.998Z] #21 23.30 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:06.998Z] #21 23.40 Selecting previously unselected package libip4tc2:amd64. [2022-06-04T20:45:06.998Z] #21 23.40 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:45:06.998Z] #21 23.41 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:06.998Z] #21 23.46 Selecting previously unselected package libip6tc2:amd64. [2022-06-04T20:45:06.998Z] #21 23.47 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:45:06.998Z] #21 23.47 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:07.141Z] #21 14.43 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-04T20:45:07.255Z] #21 23.53 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-04T20:45:07.255Z] #21 23.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-04T20:45:07.255Z] #21 23.55 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:07.255Z] #21 23.61 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-04T20:45:07.255Z] #21 23.63 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-04T20:45:07.255Z] #21 23.63 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:07.255Z] #21 23.70 Selecting previously unselected package libnftnl11:amd64. [2022-06-04T20:45:07.255Z] #21 23.71 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-04T20:45:07.255Z] #21 23.71 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:07.255Z] #21 23.78 Selecting previously unselected package iptables. [2022-06-04T20:45:07.255Z] #21 23.79 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-04T20:45:07.379Z] #21 41.82 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:07.379Z] #21 41.84 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:07.553Z] #21 23.79 Unpacking iptables (1.8.7-1) ... [2022-06-04T20:45:07.636Z] #21 42.22 Setting up libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:07.703Z] #21 14.75 Selecting previously unselected package libapparmor1:armel. [2022-06-04T20:45:07.703Z] #21 14.76 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-04T20:45:07.703Z] #21 14.76 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-04T20:45:07.703Z] #21 14.80 Selecting previously unselected package libapparmor-dev:armel. [2022-06-04T20:45:07.703Z] #21 14.80 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-04T20:45:07.703Z] #21 14.81 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-04T20:45:07.703Z] #21 14.85 Selecting previously unselected package libgcc-s1:arm64. [2022-06-04T20:45:07.703Z] #21 14.86 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-04T20:45:07.703Z] #21 14.86 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-04T20:45:07.703Z] #21 14.90 Selecting previously unselected package libcrypt1:arm64. [2022-06-04T20:45:07.703Z] #21 14.90 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-04T20:45:07.703Z] #21 14.91 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-04T20:45:07.703Z] #21 15.00 Selecting previously unselected package libc6:arm64. [2022-06-04T20:45:07.815Z] #21 24.12 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:45:07.815Z] #21 24.12 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:45:07.815Z] #21 24.12 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:07.893Z] #21 42.25 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:07.893Z] #21 42.28 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:07.893Z] #21 42.29 Setting up python3-distutils (3.9.2-1) ... [2022-06-04T20:45:07.960Z] #21 15.00 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-04T20:45:07.960Z] #21 15.15 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-04T20:45:08.072Z] #21 24.25 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:45:08.072Z] #21 24.26 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:45:08.072Z] #21 24.28 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:08.072Z] #21 24.39 Selecting previously unselected package jq. [2022-06-04T20:45:08.072Z] #21 24.41 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:45:08.072Z] #21 24.41 Unpacking jq (1.6-2.1) ... [2022-06-04T20:45:08.216Z] #21 15.52 Selecting previously unselected package libapparmor1:arm64. [2022-06-04T20:45:08.216Z] #21 15.52 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-04T20:45:08.216Z] #21 15.52 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-04T20:45:08.216Z] #21 15.56 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-04T20:45:08.329Z] #21 24.49 Selecting previously unselected package libaio1:amd64. [2022-06-04T20:45:08.329Z] #21 24.49 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-04T20:45:08.329Z] #21 24.50 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:08.329Z] #21 24.56 Selecting previously unselected package libgpm2:amd64. [2022-06-04T20:45:08.329Z] #21 24.57 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-04T20:45:08.329Z] #21 24.57 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:08.329Z] #21 24.63 Selecting previously unselected package libicu67:amd64. [2022-06-04T20:45:08.329Z] #21 24.65 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-04T20:45:08.329Z] #21 24.66 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-04T20:45:08.457Z] #21 42.76 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:08.457Z] #21 42.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-04T20:45:08.457Z] #21 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-04T20:45:08.457Z] #21 42.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-04T20:45:08.457Z] #21 42.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-04T20:45:08.457Z] #21 42.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-04T20:45:08.457Z] #21 42.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-04T20:45:08.457Z] #21 42.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-04T20:45:08.457Z] #21 42.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-04T20:45:08.457Z] #21 42.91 Setting up python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:08.472Z] #21 15.56 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-04T20:45:08.472Z] #21 15.57 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-04T20:45:08.472Z] #21 15.62 Selecting previously unselected package libgcc-s1:s390x. [2022-06-04T20:45:08.472Z] #21 15.63 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-04T20:45:08.472Z] #21 15.63 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-04T20:45:08.472Z] #21 15.67 Selecting previously unselected package libcrypt1:s390x. [2022-06-04T20:45:08.472Z] #21 15.67 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-04T20:45:08.472Z] #21 15.68 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-04T20:45:08.472Z] #21 15.78 Selecting previously unselected package libc6:s390x. [2022-06-04T20:45:08.472Z] #21 15.78 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-04T20:45:08.472Z] #21 15.88 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-04T20:45:09.008Z] #14 91.29 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-04T20:45:09.009Z] #14 91.32 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-04T20:45:09.009Z] #14 91.32 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:45:09.033Z] #21 16.17 Selecting previously unselected package libapparmor1:s390x. [2022-06-04T20:45:09.033Z] #21 16.17 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-04T20:45:09.033Z] #21 16.18 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-04T20:45:09.033Z] #21 16.22 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-04T20:45:09.033Z] #21 16.22 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-04T20:45:09.033Z] #21 16.23 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-04T20:45:09.033Z] #21 16.28 Selecting previously unselected package libgcc-s1:armhf. [2022-06-04T20:45:09.033Z] #21 16.28 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-04T20:45:09.033Z] #21 16.29 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-04T20:45:09.033Z] #21 16.32 Selecting previously unselected package libcrypt1:armhf. [2022-06-04T20:45:09.033Z] #21 16.33 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-04T20:45:09.033Z] #21 16.33 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-04T20:45:09.033Z] #21 16.38 Selecting previously unselected package libc6:armhf. [2022-06-04T20:45:09.289Z] #21 16.39 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-04T20:45:09.289Z] #21 16.48 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-04T20:45:09.544Z] #21 16.71 Selecting previously unselected package libapparmor1:armhf. [2022-06-04T20:45:09.544Z] #21 16.71 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-04T20:45:09.544Z] #21 16.72 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-04T20:45:09.544Z] #21 16.75 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-04T20:45:09.544Z] #21 16.75 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-04T20:45:09.544Z] #21 16.76 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-04T20:45:09.544Z] #21 16.80 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-04T20:45:09.544Z] #21 16.80 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-04T20:45:09.544Z] #21 16.81 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-04T20:45:09.544Z] #21 16.85 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-04T20:45:09.544Z] #21 16.85 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-04T20:45:09.544Z] #21 16.86 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-04T20:45:09.544Z] #21 16.92 Selecting previously unselected package libc6:ppc64el. [2022-06-04T20:45:09.696Z] #21 35.50 Selecting previously unselected package vim. [2022-06-04T20:45:09.696Z] #21 35.52 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:09.696Z] #21 35.54 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:09.800Z] #21 16.93 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-04T20:45:09.800Z] #21 17.05 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-04T20:45:09.830Z] #21 44.20 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:09.830Z] #21 44.22 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:09.830Z] #21 44.23 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:09.830Z] #21 44.24 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:10.056Z] #21 17.41 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-04T20:45:10.056Z] #21 17.41 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-04T20:45:10.056Z] #21 17.42 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-04T20:45:10.056Z] #21 17.45 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-04T20:45:10.269Z] #21 36.08 Selecting previously unselected package xfsprogs. [2022-06-04T20:45:10.269Z] #21 36.10 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-04T20:45:10.269Z] #21 36.11 Unpacking xfsprogs (5.10.0-4) ... [2022-06-04T20:45:10.312Z] #21 17.46 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-04T20:45:10.312Z] #21 17.46 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-04T20:45:10.312Z] #21 17.51 Selecting previously unselected package libseccomp2:s390x. [2022-06-04T20:45:10.312Z] #21 17.51 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-04T20:45:10.312Z] #21 17.52 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.312Z] #21 17.54 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-04T20:45:10.312Z] #21 17.55 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-04T20:45:10.312Z] #21 17.55 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.312Z] #21 17.60 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-04T20:45:10.312Z] #21 17.60 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-04T20:45:10.312Z] #21 17.61 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.312Z] #21 17.64 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-04T20:45:10.312Z] #21 17.64 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-04T20:45:10.312Z] #21 17.65 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.312Z] #21 17.69 Selecting previously unselected package libseccomp2:armhf. [2022-06-04T20:45:10.312Z] #21 17.69 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-04T20:45:10.312Z] #21 17.70 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.312Z] #21 17.74 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-04T20:45:10.398Z] #14 ... [2022-06-04T20:45:10.398Z] [2022-06-04T20:45:10.398Z] #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-04T20:45:10.398Z] #67 sha256:0b00e12dae37fdc7fdc250f7709b7b80e8cea69814c067b58a3f7767fce55766 [2022-06-04T20:45:10.398Z] #67 93.70 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-04T20:45:10.398Z] #67 93.70 + GOBIN=/build [2022-06-04T20:45:10.398Z] #67 93.70 + GO111MODULE=on [2022-06-04T20:45:10.398Z] #67 93.70 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-04T20:45:10.530Z] #21 36.59 Selecting previously unselected package zip. [2022-06-04T20:45:10.530Z] #21 36.60 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-04T20:45:10.530Z] #21 36.61 Unpacking zip (3.0-12) ... [2022-06-04T20:45:10.568Z] #21 17.74 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-04T20:45:10.568Z] #21 17.75 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.568Z] #21 17.80 Selecting previously unselected package libseccomp2:armel. [2022-06-04T20:45:10.568Z] #21 17.80 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-04T20:45:10.568Z] #21 17.81 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.568Z] #21 17.85 Selecting previously unselected package libseccomp-dev:armel. [2022-06-04T20:45:10.568Z] #21 17.86 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-04T20:45:10.568Z] #21 17.87 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.568Z] #21 17.91 Selecting previously unselected package libseccomp2:arm64. [2022-06-04T20:45:10.568Z] #21 17.91 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-04T20:45:10.568Z] #21 17.92 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.568Z] #21 17.95 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-04T20:45:10.568Z] #21 17.95 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-04T20:45:10.791Z] #21 36.72 Selecting previously unselected package zstd. [2022-06-04T20:45:10.791Z] #21 36.73 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-04T20:45:10.791Z] #21 36.73 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:10.824Z] #21 17.96 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:10.824Z] #21 18.01 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.02 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.04 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.05 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.06 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.07 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-04T20:45:10.824Z] #21 18.08 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-04T20:45:10.824Z] #21 18.09 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-04T20:45:10.824Z] #21 18.11 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-04T20:45:10.824Z] #21 18.12 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-04T20:45:10.824Z] #21 18.13 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.14 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.15 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-04T20:45:10.824Z] #21 18.16 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-04T20:45:11.052Z] #21 37.07 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:11.079Z] #21 18.17 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-04T20:45:11.079Z] #21 18.18 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-04T20:45:11.200Z] #21 45.28 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:11.200Z] #21 45.30 Setting up jq (1.6-2.1) ... [2022-06-04T20:45:11.200Z] #21 45.31 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:11.200Z] #21 45.32 Setting up iptables (1.8.7-1) ... [2022-06-04T20:45:11.200Z] #21 45.33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.34 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.36 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-04T20:45:11.200Z] #21 45.36 Setting up iproute2 (5.10.0-4) ... [2022-06-04T20:45:11.457Z] #21 45.74 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:11.604Z] #21 27.55 Selecting previously unselected package libinih1:amd64. [2022-06-04T20:45:11.604Z] #21 27.56 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 27.56 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:11.604Z] #21 27.62 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:45:11.604Z] #21 27.62 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 27.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:11.604Z] #21 27.69 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:45:11.604Z] #21 27.70 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 27.70 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:11.604Z] #21 27.78 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:45:11.604Z] #21 27.79 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 27.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:11.604Z] #21 27.83 Selecting previously unselected package net-tools. [2022-06-04T20:45:11.604Z] #21 27.85 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 27.85 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:11.604Z] #21 27.99 Selecting previously unselected package patch. [2022-06-04T20:45:11.604Z] #21 28.01 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-04T20:45:11.604Z] #21 28.02 Unpacking patch (2.7.6-7) ... [2022-06-04T20:45:11.861Z] #21 28.11 Selecting previously unselected package python-pip-whl. [2022-06-04T20:45:11.861Z] #21 28.12 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:11.861Z] #21 28.12 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:11.994Z] #21 37.87 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:11.994Z] #21 37.88 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:11.994Z] #21 37.90 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:11.994Z] #21 37.91 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:45:11.994Z] #21 37.93 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:11.994Z] #21 37.94 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:11.995Z] #21 37.96 Setting up uidmap (1:4.8.1-1) ... [2022-06-04T20:45:11.995Z] #21 37.97 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:11.995Z] #21 37.99 Setting up bzip2 (1.0.8-4) ... [2022-06-04T20:45:11.995Z] #21 38.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:11.995Z] #21 38.02 Setting up python3-wheel (0.34.2-1) ... [2022-06-04T20:45:12.006Z] #21 19.31 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-04T20:45:12.034Z] #21 DONE 46.4s [2022-06-04T20:45:12.034Z] [2022-06-04T20:45:12.034Z] #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-04T20:45:12.034Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-04T20:45:12.425Z] #21 28.67 Selecting previously unselected package python3-lib2to3. [2022-06-04T20:45:12.425Z] #21 28.67 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-04T20:45:12.425Z] #21 28.68 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:12.425Z] #21 28.78 Selecting previously unselected package python3-distutils. [2022-06-04T20:45:12.425Z] #21 28.79 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-04T20:45:12.425Z] #21 28.80 Unpacking python3-distutils (3.9.2-1) ... [2022-06-04T20:45:12.425Z] #21 28.90 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:45:12.566Z] #21 38.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:12.566Z] #21 38.68 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:12.567Z] #21 ... [2022-06-04T20:45:12.567Z] [2022-06-04T20:45:12.567Z] #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-04T20:45:12.567Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:45:12.567Z] #71 37.23 # github.com/containerd/containerd/cmd/containerd [2022-06-04T20:45:12.567Z] #71 37.23 /usr/bin/ld: /tmp/go-link-3509332458/000019.o: in function `New': [2022-06-04T20:45:12.567Z] #71 37.23 /tmp/tmp.kLPktMukAx/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-04T20:45:12.567Z] #71 37.29 + bin/containerd-stress [2022-06-04T20:45:12.681Z] #21 28.90 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:45:12.681Z] #21 28.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:12.681Z] #21 29.02 Selecting previously unselected package python3-setuptools. [2022-06-04T20:45:12.681Z] #21 29.03 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-04T20:45:12.681Z] #21 29.04 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:12.826Z] #21 38.70 Setting up libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:12.827Z] #21 38.72 Setting up apparmor (2.13.6-10) ... [2022-06-04T20:45:12.938Z] #21 29.29 Selecting previously unselected package python3-wheel. [2022-06-04T20:45:12.938Z] #21 29.29 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-04T20:45:12.938Z] #21 29.29 Unpacking python3-wheel (0.34.2-1) ... [2022-06-04T20:45:12.938Z] #21 29.37 Selecting previously unselected package python3-pip. [2022-06-04T20:45:12.938Z] #21 29.37 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:12.938Z] #21 29.39 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:12.962Z] #22 0.875 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-04T20:45:12.963Z] #22 0.879 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-04T20:45:12.963Z] #22 0.883 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-04T20:45:12.963Z] #22 DONE 0.9s [2022-06-04T20:45:12.963Z] [2022-06-04T20:45:12.963Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:45:12.963Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:45:12.963Z] #64 ... [2022-06-04T20:45:12.963Z] [2022-06-04T20:45:12.963Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-04T20:45:12.963Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-04T20:45:13.196Z] #21 29.59 Selecting previously unselected package sudo. [2022-06-04T20:45:13.196Z] #21 29.59 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-04T20:45:13.196Z] #21 29.62 Unpacking sudo (1.9.5p2-3) ... [2022-06-04T20:45:13.493Z] #71 38.11 + bin/containerd-shim [2022-06-04T20:45:13.759Z] #21 30.06 Selecting previously unselected package thin-provisioning-tools. [2022-06-04T20:45:13.759Z] #21 30.06 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-04T20:45:13.759Z] #21 30.07 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:14.016Z] #21 30.25 Selecting previously unselected package uidmap. [2022-06-04T20:45:14.016Z] #21 30.25 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-04T20:45:14.016Z] #21 30.26 Unpacking uidmap (1:4.8.1-1) ... [2022-06-04T20:45:14.016Z] #21 30.39 Selecting previously unselected package vim-runtime. [2022-06-04T20:45:14.016Z] #21 30.40 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:14.016Z] #21 30.43 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-04T20:45:14.016Z] #21 30.47 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-04T20:45:14.016Z] #21 30.48 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:14.211Z] #21 40.10 Setting up zip (3.0-12) ... [2022-06-04T20:45:14.211Z] #21 40.12 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:14.211Z] #21 40.15 Setting up bash-completion (1:2.11-2) ... [2022-06-04T20:45:15.697Z] #67 98.71 rootlesskit version 1.0.0 [2022-06-04T20:45:15.697Z] #67 98.73 Usage of /build/rootlesskit-docker-proxy: [2022-06-04T20:45:15.697Z] #67 98.73 -container-ip string [2022-06-04T20:45:15.697Z] #67 98.73 container ip [2022-06-04T20:45:15.697Z] #67 98.73 -container-port int [2022-06-04T20:45:15.697Z] #67 98.73 container port (default -1) [2022-06-04T20:45:15.697Z] #67 98.73 -host-ip string [2022-06-04T20:45:15.697Z] #67 98.73 host ip [2022-06-04T20:45:15.697Z] #67 98.73 -host-port int [2022-06-04T20:45:15.697Z] #67 98.73 host port (default -1) [2022-06-04T20:45:15.697Z] #67 98.73 -proto string [2022-06-04T20:45:15.697Z] #67 98.73 proxy protocol (default "tcp") [2022-06-04T20:45:15.697Z] #67 ... [2022-06-04T20:45:15.697Z] [2022-06-04T20:45:15.697Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:45:15.697Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:45:15.697Z] #14 95.98 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-04T20:45:15.697Z] #14 95.99 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-04T20:45:15.697Z] #14 96.00 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:45:15.697Z] #14 96.13 Selecting previously unselected package libapparmor1:arm64. [2022-06-04T20:45:15.697Z] #14 96.15 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 96.16 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-04T20:45:15.697Z] #14 96.26 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-04T20:45:15.697Z] #14 96.27 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 96.43 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-04T20:45:15.697Z] #14 97.09 Selecting previously unselected package libbtrfs0:arm64. [2022-06-04T20:45:15.697Z] #14 97.09 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 97.30 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-04T20:45:15.697Z] #14 97.43 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-04T20:45:15.697Z] #14 97.44 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 97.44 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-04T20:45:15.697Z] #14 97.69 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-04T20:45:15.697Z] #14 97.69 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 97.70 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:45:15.697Z] #14 97.77 Selecting previously unselected package libudev-dev:arm64. [2022-06-04T20:45:15.697Z] #14 97.78 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 97.79 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-04T20:45:15.697Z] #14 97.93 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-04T20:45:15.697Z] #14 97.95 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 97.95 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-04T20:45:15.697Z] #14 98.21 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-04T20:45:15.697Z] #14 98.21 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 98.21 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-04T20:45:15.697Z] #14 98.37 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-04T20:45:15.697Z] #14 98.37 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 98.38 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-04T20:45:15.697Z] #14 98.52 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-04T20:45:15.697Z] #14 98.53 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 98.53 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-04T20:45:15.697Z] #14 98.63 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-04T20:45:15.697Z] #14 98.63 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-04T20:45:15.697Z] #14 98.65 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-04T20:45:15.958Z] #14 99.57 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-04T20:45:15.958Z] #14 99.57 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-04T20:45:15.958Z] #14 99.58 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-04T20:45:16.126Z] #21 41.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:45:16.126Z] #21 41.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-04T20:45:16.126Z] #21 42.00 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:16.126Z] #21 42.01 Setting up patch (2.7.6-7) ... [2022-06-04T20:45:16.126Z] #21 42.03 Setting up sudo (1.9.5p2-3) ... [2022-06-04T20:45:16.126Z] #21 42.10 invoke-rc.d: could not determine current runlevel [2022-06-04T20:45:16.126Z] #21 42.11 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:45:16.126Z] #21 42.12 Setting up xfsprogs (5.10.0-4) ... [2022-06-04T20:45:16.126Z] #21 42.13 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:16.126Z] #21 42.14 Setting up inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:16.126Z] #21 42.16 Setting up pigz (2.6-1) ... [2022-06-04T20:45:16.126Z] #21 42.17 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:16.126Z] #21 42.18 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:16.126Z] #21 42.21 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:16.387Z] #21 42.22 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:16.901Z] #14 100.3 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-04T20:45:16.901Z] #14 100.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-04T20:45:16.901Z] #14 100.4 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:45:16.959Z] #21 42.96 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:16.959Z] #21 42.97 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:17.221Z] #21 43.33 Setting up libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:17.342Z] #21 33.46 Selecting previously unselected package vim. [2022-06-04T20:45:17.342Z] #21 33.46 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:17.342Z] #21 33.47 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:17.475Z] #14 101.0 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-04T20:45:17.475Z] #14 101.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-04T20:45:17.475Z] #14 101.1 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.489Z] #21 43.36 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:17.490Z] #21 43.38 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:17.490Z] #21 43.39 Setting up python3-distutils (3.9.2-1) ... [2022-06-04T20:45:17.614Z] #21 33.92 Selecting previously unselected package xfsprogs. [2022-06-04T20:45:17.614Z] #21 33.93 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-04T20:45:17.614Z] #21 33.93 Unpacking xfsprogs (5.10.0-4) ... [2022-06-04T20:45:17.663Z] #71 42.16 + bin/containerd-shim-runc-v1 [2022-06-04T20:45:17.664Z] #71 ... [2022-06-04T20:45:17.664Z] [2022-06-04T20:45:17.664Z] #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-04T20:45:17.664Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-04T20:45:17.664Z] #21 20.44 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-04T20:45:17.664Z] #21 21.59 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-04T20:45:17.664Z] #21 22.82 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-04T20:45:17.664Z] #21 24.01 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.03 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.04 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.05 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.06 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.07 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.09 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.10 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.11 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.12 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.13 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.14 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.16 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.17 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.18 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-04T20:45:17.664Z] #21 24.19 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.20 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.21 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.22 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.23 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-04T20:45:17.664Z] #21 24.25 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:17.664Z] #21 DONE 25.0s [2022-06-04T20:45:17.664Z] [2022-06-04T20:45:17.664Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-04T20:45:17.664Z] #66 sha256:12933041f287c2764b2442299175ac0dd3cfffc06c839b2aa0648e8390b5094f [2022-06-04T20:45:17.752Z] #21 43.78 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:17.753Z] #21 43.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-04T20:45:17.753Z] #21 43.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-04T20:45:17.753Z] #21 43.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-04T20:45:17.753Z] #21 43.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-04T20:45:17.753Z] #21 43.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-04T20:45:17.753Z] #21 43.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-04T20:45:17.753Z] #21 43.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-04T20:45:17.753Z] #21 43.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-04T20:45:17.753Z] #21 43.87 Setting up python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:17.870Z] #21 34.27 Selecting previously unselected package zip. [2022-06-04T20:45:17.870Z] #21 34.27 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-04T20:45:17.870Z] #21 34.28 Unpacking zip (3.0-12) ... [2022-06-04T20:45:17.921Z] #66 DONE 0.1s [2022-06-04T20:45:17.921Z] [2022-06-04T20:45:17.921Z] #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-04T20:45:17.921Z] #67 sha256:3e87d3f39b473c5634ff4a221a3bfcf9fdc229e78fd0e6ddbd503e4427746095 [2022-06-04T20:45:18.048Z] #14 101.6 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-04T20:45:18.048Z] #14 101.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-04T20:45:18.048Z] #14 101.7 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-04T20:45:18.127Z] #21 34.38 Selecting previously unselected package zstd. [2022-06-04T20:45:18.127Z] #21 34.40 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-04T20:45:18.127Z] #21 34.40 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:18.384Z] #21 34.82 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:18.858Z] #67 0.905 + RM_GOPATH=0 [2022-06-04T20:45:18.858Z] #67 0.905 + TMP_GOPATH= [2022-06-04T20:45:18.858Z] #67 0.905 + : /build [2022-06-04T20:45:18.858Z] #67 0.905 + '[' -z '' ']' [2022-06-04T20:45:18.858Z] #67 0.907 ++ mktemp -d [2022-06-04T20:45:18.858Z] #67 0.910 + export GOPATH=/tmp/tmp.kI6en4mCQz [2022-06-04T20:45:18.858Z] #67 0.910 + GOPATH=/tmp/tmp.kI6en4mCQz [2022-06-04T20:45:18.858Z] #67 0.910 + RM_GOPATH=1 [2022-06-04T20:45:18.858Z] #67 0.910 + case "$(go env GOARCH)" in [2022-06-04T20:45:18.858Z] #67 0.910 ++ go env GOARCH [2022-06-04T20:45:18.858Z] #67 0.920 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:45:18.858Z] #67 0.920 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:45:18.858Z] #67 0.923 ++ dirname /install.sh [2022-06-04T20:45:18.858Z] #67 0.928 + dir=/ [2022-06-04T20:45:18.858Z] #67 0.928 + bin=runc [2022-06-04T20:45:18.858Z] #67 0.928 + shift [2022-06-04T20:45:18.858Z] #67 0.928 + '[' '!' -f //runc.installer ']' [2022-06-04T20:45:18.858Z] #67 0.928 + . //runc.installer [2022-06-04T20:45:18.858Z] #67 0.928 ++ set -e [2022-06-04T20:45:18.858Z] #67 0.928 ++ : v1.1.2 [2022-06-04T20:45:18.858Z] #67 0.928 + install_runc [2022-06-04T20:45:18.858Z] #67 0.928 + RUNC_BUILDTAGS=seccomp [2022-06-04T20:45:18.858Z] #67 0.928 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-04T20:45:18.858Z] #67 0.928 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kI6en4mCQz/src/github.com/opencontainers/runc [2022-06-04T20:45:18.858Z] #67 0.929 Cloning into '/tmp/tmp.kI6en4mCQz/src/github.com/opencontainers/runc'... [2022-06-04T20:45:18.858Z] #67 0.931 Install runc version v1.1.2 (build tags: seccomp) [2022-06-04T20:45:18.858Z] #67 ... [2022-06-04T20:45:18.858Z] [2022-06-04T20:45:18.858Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-04T20:45:18.858Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f [2022-06-04T20:45:18.858Z] #22 DONE 1.2s [2022-06-04T20:45:19.040Z] #14 102.8 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-04T20:45:19.114Z] [2022-06-04T20:45:19.114Z] #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-04T20:45:19.114Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22 [2022-06-04T20:45:19.316Z] #21 35.65 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:19.316Z] #21 35.66 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:19.316Z] #21 35.67 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:19.316Z] #21 35.68 Setting up libicu67:amd64 (67.1-7) ... [2022-06-04T20:45:19.316Z] #21 35.69 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:19.316Z] #21 35.70 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:19.316Z] #21 35.71 Setting up uidmap (1:4.8.1-1) ... [2022-06-04T20:45:19.316Z] #21 35.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:19.316Z] #21 35.73 Setting up bzip2 (1.0.8-4) ... [2022-06-04T20:45:19.316Z] #21 35.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:19.316Z] #21 35.75 Setting up python3-wheel (0.34.2-1) ... [2022-06-04T20:45:19.637Z] #14 103.3 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-04T20:45:19.676Z] #23 DONE 0.7s [2022-06-04T20:45:19.676Z] [2022-06-04T20:45:19.676Z] #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-04T20:45:19.676Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:45:19.676Z] #71 ... [2022-06-04T20:45:19.676Z] [2022-06-04T20:45:19.676Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-04T20:45:19.676Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466 [2022-06-04T20:45:19.678Z] #21 45.31 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:19.678Z] #21 45.33 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:19.678Z] #21 45.34 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:19.678Z] #21 45.36 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:19.880Z] #21 36.36 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:19.880Z] #21 36.37 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:19.880Z] #21 36.38 Setting up libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:20.021Z] #14 103.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-04T20:45:20.138Z] #21 36.39 Setting up apparmor (2.13.6-10) ... [2022-06-04T20:45:20.239Z] #24 0.451 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-04T20:45:20.239Z] #24 DONE 0.6s [2022-06-04T20:45:20.239Z] [2022-06-04T20:45:20.239Z] #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-04T20:45:20.239Z] #67 sha256:3e87d3f39b473c5634ff4a221a3bfcf9fdc229e78fd0e6ddbd503e4427746095 [2022-06-04T20:45:20.239Z] #67 2.284 + cd /tmp/tmp.kI6en4mCQz/src/github.com/opencontainers/runc [2022-06-04T20:45:20.239Z] #67 2.284 + git checkout -q v1.1.2 [2022-06-04T20:45:20.239Z] #67 2.418 + '[' -z '' ']' [2022-06-04T20:45:20.239Z] #67 2.418 + target=static [2022-06-04T20:45:20.239Z] #67 2.418 + make BUILDTAGS=seccomp static [2022-06-04T20:45:20.289Z] #14 103.9 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-04T20:45:20.496Z] #67 2.506 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-04T20:45:20.555Z] #14 104.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-04T20:45:20.555Z] #14 104.2 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-04T20:45:20.555Z] #14 104.3 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-04T20:45:20.621Z] #21 46.46 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:20.621Z] #21 46.50 Setting up jq (1.6-2.1) ... [2022-06-04T20:45:20.621Z] #21 46.52 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:20.621Z] #21 46.54 Setting up iptables (1.8.7-1) ... [2022-06-04T20:45:20.621Z] #21 46.55 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.56 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-04T20:45:20.621Z] #21 46.60 Setting up iproute2 (5.10.0-4) ... [2022-06-04T20:45:20.817Z] #14 104.4 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-04T20:45:20.817Z] #14 104.5 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-04T20:45:20.883Z] #21 46.93 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:21.058Z] #67 ... [2022-06-04T20:45:21.058Z] [2022-06-04T20:45:21.058Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-04T20:45:21.058Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234 [2022-06-04T20:45:21.058Z] #25 DONE 0.7s [2022-06-04T20:45:21.058Z] [2022-06-04T20:45:21.058Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-04T20:45:21.058Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836 [2022-06-04T20:45:21.112Z] #14 104.7 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-04T20:45:21.112Z] #14 104.7 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-04T20:45:21.112Z] #14 104.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...#14 ... [2022-06-04T20:45:21.112Z] [2022-06-04T20:45:21.112Z] #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-04T20:45:21.112Z] #67 sha256:0b00e12dae37fdc7fdc250f7709b7b80e8cea69814c067b58a3f7767fce55766 [2022-06-04T20:45:21.112Z] #67 DONE 104.5s [2022-06-04T20:45:21.112Z] [2022-06-04T20:45:21.112Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:45:21.112Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:45:21.112Z] #14 104.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-04T20:45:21.112Z] #14 104.8 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-04T20:45:21.112Z] #14 104.8 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-04T20:45:21.112Z] #14 104.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-04T20:45:21.112Z] #14 104.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:45:21.112Z] #14 104.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-04T20:45:21.112Z] #14 104.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:45:21.112Z] #14 ... [2022-06-04T20:45:21.112Z] [2022-06-04T20:45:21.112Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-04T20:45:21.112Z] #68 sha256:583b7ee57b9dfa431785294616f92cc0a9ae983e3bfde2c22def3ae42d85bf90 [2022-06-04T20:45:21.314Z] #26 DONE 0.5s [2022-06-04T20:45:21.314Z] [2022-06-04T20:45:21.314Z] #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-04T20:45:21.314Z] #71 sha256:60c55a0722b6871fd70cf2a98fd254c7c6a9857fe4facd77b1d446ebab8d6dff [2022-06-04T20:45:21.314Z] #71 44.95 + bin/containerd-shim-runc-v2 [2022-06-04T20:45:21.314Z] #71 45.78 + binaries [2022-06-04T20:45:21.314Z] #71 45.78 + install -D bin/containerd /build/containerd [2022-06-04T20:45:21.314Z] #71 45.81 + install -D bin/containerd-shim /build/containerd-shim [2022-06-04T20:45:21.314Z] #71 45.82 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-04T20:45:21.314Z] #71 45.83 + install -D bin/ctr /build/ctr [2022-06-04T20:45:21.314Z] #71 DONE 46.0s [2022-06-04T20:45:21.314Z] [2022-06-04T20:45:21.314Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-06-04T20:45:21.314Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df [2022-06-04T20:45:21.392Z] #68 DONE 0.2s [2022-06-04T20:45:21.392Z] [2022-06-04T20:45:21.392Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:45:21.392Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:45:21.392Z] #14 104.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-04T20:45:21.392Z] #14 104.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-04T20:45:21.392Z] #14 ... [2022-06-04T20:45:21.392Z] [2022-06-04T20:45:21.392Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-04T20:45:21.392Z] #69 sha256:1fc5b8092008c7bf455e66a6c7edc04f8c92cbf3946eb1d7286a1d0e49f0865f [2022-06-04T20:45:21.392Z] #69 DONE 0.0s [2022-06-04T20:45:21.392Z] [2022-06-04T20:45:21.392Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-04T20:45:21.392Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-04T20:45:21.392Z] #14 105.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-04T20:45:21.392Z] #14 105.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-04T20:45:21.392Z] #14 105.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-04T20:45:21.392Z] #14 105.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-04T20:45:21.392Z] #14 105.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:45:21.507Z] #21 37.64 Setting up zip (3.0-12) ... [2022-06-04T20:45:21.507Z] #21 37.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:21.507Z] #21 37.67 Setting up bash-completion (1:2.11-2) ... [2022-06-04T20:45:21.699Z] #14 105.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-04T20:45:21.699Z] #14 105.3 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:45:21.699Z] #14 105.3 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-04T20:45:21.699Z] #14 105.4 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:21.826Z] #21 DONE 47.8s [2022-06-04T20:45:21.826Z] [2022-06-04T20:45:21.826Z] #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-04T20:45:21.826Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-04T20:45:21.969Z] #14 DONE 105.7s [2022-06-04T20:45:21.969Z] [2022-06-04T20:45:21.969Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:45:21.969Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:45:22.243Z] #27 DONE 0.8s [2022-06-04T20:45:22.243Z] [2022-06-04T20:45:22.243Z] #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-04T20:45:22.243Z] #67 sha256:3e87d3f39b473c5634ff4a221a3bfcf9fdc229e78fd0e6ddbd503e4427746095 [2022-06-04T20:45:22.249Z] #55 ... [2022-06-04T20:45:22.249Z] [2022-06-04T20:45:22.249Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-04T20:45:22.249Z] #59 sha256:324ea5ffe9a033f7013aef954260aa0c33738023e46f0a97cb7704be00698ddf [2022-06-04T20:45:22.526Z] #59 DONE 0.4s [2022-06-04T20:45:22.526Z] [2022-06-04T20:45:22.526Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-04T20:45:22.526Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02 [2022-06-04T20:45:22.770Z] #22 0.817 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-04T20:45:22.770Z] #22 0.822 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-04T20:45:22.770Z] #22 0.827 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-04T20:45:22.770Z] #22 DONE 0.9s [2022-06-04T20:45:22.770Z] [2022-06-04T20:45:22.770Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-04T20:45:22.770Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-04T20:45:22.916Z] #23 9.229 Collecting yamllint==1.26.1 [2022-06-04T20:45:23.173Z] #23 10.27 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-04T20:45:23.399Z] #21 39.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:45:23.400Z] #21 39.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-04T20:45:23.400Z] #21 39.48 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:23.400Z] #21 39.50 Setting up patch (2.7.6-7) ... [2022-06-04T20:45:23.400Z] #21 39.51 Setting up sudo (1.9.5p2-3) ... [2022-06-04T20:45:23.400Z] #21 39.57 invoke-rc.d: could not determine current runlevel [2022-06-04T20:45:23.400Z] #21 39.57 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:45:23.400Z] #21 39.59 Setting up xfsprogs (5.10.0-4) ... [2022-06-04T20:45:23.400Z] #21 39.60 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:23.400Z] #21 39.61 Setting up inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:23.400Z] #21 39.62 Setting up pigz (2.6-1) ... [2022-06-04T20:45:23.400Z] #21 39.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:23.400Z] #21 39.65 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:23.400Z] #21 39.67 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:23.400Z] #21 39.68 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:23.656Z] #21 40.15 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:23.656Z] #21 40.16 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:23.916Z] #15 DONE 1.8s [2022-06-04T20:45:23.916Z] [2022-06-04T20:45:23.916Z] #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-04T20:45:23.916Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4 [2022-06-04T20:45:24.219Z] #21 40.53 Setting up libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:24.219Z] #21 40.56 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:24.219Z] #21 40.57 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:24.219Z] #21 40.58 Setting up python3-distutils (3.9.2-1) ... [2022-06-04T20:45:24.475Z] #21 41.00 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:24.543Z] #23 11.40 Collecting pathspec>=0.5.3 [2022-06-04T20:45:24.543Z] #23 11.41 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-04T20:45:24.543Z] #23 11.76 Collecting pyyaml [2022-06-04T20:45:24.543Z] #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-04T20:45:24.543Z] #23 11.81 Building wheels for collected packages: yamllint [2022-06-04T20:45:24.732Z] #21 41.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-04T20:45:24.732Z] #21 41.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-04T20:45:24.732Z] #21 41.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-04T20:45:24.732Z] #21 41.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-04T20:45:24.732Z] #21 41.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-04T20:45:24.732Z] #21 41.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-04T20:45:24.732Z] #21 41.06 Setting up python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:24.800Z] #23 11.82 Building wheel for yamllint (setup.py): started [2022-06-04T20:45:24.860Z] #16 DONE 1.0s [2022-06-04T20:45:24.860Z] [2022-06-04T20:45:24.860Z] #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-04T20:45:24.860Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:45:25.517Z] #67 ... [2022-06-04T20:45:25.517Z] [2022-06-04T20:45:25.517Z] #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-04T20:45:25.517Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-04T20:45:25.517Z] #28 0.802 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:45:25.517Z] #28 0.972 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:45:25.517Z] #28 0.979 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:45:25.517Z] #28 1.190 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:45:25.517Z] #28 1.291 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-04T20:45:25.517Z] #28 1.375 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-04T20:45:25.517Z] #28 1.459 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-04T20:45:25.517Z] #28 1.545 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-04T20:45:25.517Z] #28 1.637 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-04T20:45:25.517Z] #28 1.728 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-04T20:45:25.517Z] #28 1.729 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:45:25.517Z] #28 1.730 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-04T20:45:25.517Z] #28 1.732 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-04T20:45:25.517Z] #28 1.732 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-04T20:45:25.517Z] #28 1.734 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-04T20:45:25.517Z] #28 1.893 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-04T20:45:25.517Z] #28 1.897 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-04T20:45:25.517Z] #28 1.900 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-04T20:45:25.517Z] #28 1.901 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-04T20:45:25.517Z] #28 1.914 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-04T20:45:25.517Z] #28 1.916 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:45:25.732Z] #23 12.77 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-04T20:45:25.733Z] #23 12.77 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=31f7b1eef822f83e970ec85e77048cc97112607fee6ddda52b099c603e4d71ea [2022-06-04T20:45:25.733Z] #23 12.77 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-04T20:45:25.733Z] #23 12.77 Successfully built yamllint [2022-06-04T20:45:25.733Z] #23 12.80 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-04T20:45:25.909Z] #26 105.9 Updating files: 13% (1510/11414) Updating files: 14% (1598/11414) Updating files: 15% (1713/11414) Updating files: 16% (1827/11414) Updating files: 17% (1941/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 26% (2970/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% (4191/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6562/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) [2022-06-04T20:45:25.909Z] #26 ... [2022-06-04T20:45:25.909Z] [2022-06-04T20:45:25.909Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-04T20:45:25.909Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2 [2022-06-04T20:45:25.909Z] #17 0.646 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-04T20:45:25.909Z] #17 DONE 0.9s [2022-06-04T20:45:25.909Z] [2022-06-04T20:45:25.909Z] #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-04T20:45:25.909Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:45:26.100Z] #21 42.33 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:26.100Z] #21 42.34 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:26.100Z] #21 42.35 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:26.100Z] #21 42.36 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:26.326Z] #23 13.21 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-04T20:45:26.590Z] #23 DONE 13.7s [2022-06-04T20:45:26.590Z] [2022-06-04T20:45:26.590Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:45:26.590Z] #27 sha256:6df4a10cb9c2c1833846c0cfcfaf09bd1a975dcbeef280d6a36a4a885cadc8aa [2022-06-04T20:45:26.856Z] #27 DONE 0.3s [2022-06-04T20:45:26.856Z] [2022-06-04T20:45:26.856Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-04T20:45:26.856Z] #32 sha256:7456a649a4cd5dc901de81850af6d660efbaea6ed19536aee84fd9312fa6ddd4 [2022-06-04T20:45:27.118Z] #32 DONE 0.2s [2022-06-04T20:45:27.118Z] [2022-06-04T20:45:27.118Z] #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-04T20:45:27.118Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:45:27.118Z] #60 ... [2022-06-04T20:45:27.118Z] [2022-06-04T20:45:27.118Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-04T20:45:27.118Z] #35 sha256:cf2d351c6feae83a129dce9b2b3989191eb9a827c92fc31e111a447bd1a99b96 [2022-06-04T20:45:27.216Z] #26 105.9 Updating files: 13% (1510/11414) Updating files: 14% (1598/11414) Updating files: 15% (1713/11414) Updating files: 16% (1827/11414) Updating files: 17% (1941/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 26% (2970/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% (4191/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6562/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) [2022-06-04T20:45:27.216Z] #26 ... [2022-06-04T20:45:27.216Z] [2022-06-04T20:45:27.216Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-04T20:45:27.216Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d [2022-06-04T20:45:27.216Z] #18 DONE 1.3s [2022-06-04T20:45:27.216Z] [2022-06-04T20:45:27.216Z] #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-04T20:45:27.216Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-04T20:45:27.216Z] #36 110.4 Delve is a source level debugger for Go programs. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-04T20:45:27.216Z] #36 110.4 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Pass flags to the program you are debugging using `--`, for example: [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Usage: [2022-06-04T20:45:27.216Z] #36 110.4 dlv [command] [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Available Commands: [2022-06-04T20:45:27.216Z] #36 110.4 attach Attach to running process and begin debugging. [2022-06-04T20:45:27.216Z] #36 110.4 connect Connect to a headless debug server with a terminal client. [2022-06-04T20:45:27.216Z] #36 110.4 core Examine a core dump. [2022-06-04T20:45:27.216Z] #36 110.4 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-04T20:45:27.216Z] #36 110.4 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-04T20:45:27.216Z] #36 110.4 exec Execute a precompiled binary, and begin a debug session. [2022-06-04T20:45:27.216Z] #36 110.4 help Help about any command [2022-06-04T20:45:27.216Z] #36 110.4 run Deprecated command. Use 'debug' instead. [2022-06-04T20:45:27.216Z] #36 110.4 test Compile test binary and begin debugging program. [2022-06-04T20:45:27.216Z] #36 110.4 trace Compile and begin tracing program. [2022-06-04T20:45:27.216Z] #36 110.4 version Prints version. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Flags: [2022-06-04T20:45:27.216Z] #36 110.4 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-04T20:45:27.216Z] #36 110.4 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-04T20:45:27.216Z] #36 110.4 --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-04T20:45:27.216Z] #36 110.4 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-04T20:45:27.216Z] #36 110.4 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-04T20:45:27.216Z] #36 110.4 --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-04T20:45:27.216Z] #36 110.4 --disable-aslr Disables address space randomization [2022-06-04T20:45:27.216Z] #36 110.4 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-04T20:45:27.216Z] #36 110.4 -h, --help help for dlv [2022-06-04T20:45:27.216Z] #36 110.4 --init string Init file, executed by the terminal client. [2022-06-04T20:45:27.216Z] #36 110.4 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-04T20:45:27.216Z] #36 110.4 --log Enable debugging server logging. [2022-06-04T20:45:27.216Z] #36 110.4 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-04T20:45:27.216Z] #36 110.4 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-04T20:45:27.216Z] #36 110.4 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-04T20:45:27.216Z] #36 110.4 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-04T20:45:27.216Z] #36 110.4 --wd string Working directory for running the program. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Additional help topics: [2022-06-04T20:45:27.216Z] #36 110.4 dlv backend Help about the --backend flag. [2022-06-04T20:45:27.216Z] #36 110.4 dlv log Help about logging flags. [2022-06-04T20:45:27.216Z] #36 110.4 dlv redirect Help about file redirection. [2022-06-04T20:45:27.216Z] #36 110.4 [2022-06-04T20:45:27.216Z] #36 110.4 Use "dlv [command] --help" for more information about a command. [2022-06-04T20:45:27.216Z] #36 DONE 110.8s [2022-06-04T20:45:27.216Z] [2022-06-04T20:45:27.216Z] #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-04T20:45:27.216Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:45:27.286Z] #21 43.49 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:27.286Z] #21 43.50 Setting up jq (1.6-2.1) ... [2022-06-04T20:45:27.286Z] #21 43.51 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:27.286Z] #21 43.54 Setting up iptables (1.8.7-1) ... [2022-06-04T20:45:27.287Z] #21 43.56 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-04T20:45:27.287Z] #21 43.59 Setting up iproute2 (5.10.0-4) ... [2022-06-04T20:45:27.385Z] #35 DONE 0.2s [2022-06-04T20:45:27.385Z] [2022-06-04T20:45:27.385Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-04T20:45:27.385Z] #37 sha256:cbeaba0dcff9e806502803eed2746ffb1264895941a0da7815ddd313f9c3822f [2022-06-04T20:45:27.385Z] #37 DONE 0.2s [2022-06-04T20:45:27.385Z] [2022-06-04T20:45:27.385Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-04T20:45:27.385Z] #39 sha256:76087ef723a1ec1e201e5753c93f8157758b17ca5f8422fa57ab240c8110fcf5 [2022-06-04T20:45:27.385Z] #39 DONE 0.1s [2022-06-04T20:45:27.385Z] [2022-06-04T20:45:27.385Z] #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-04T20:45:27.385Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:45:27.479Z] #26 105.9 Updating files: 13% (1510/11414) Updating files: 14% (1598/11414) Updating files: 15% (1713/11414) Updating files: 16% (1827/11414) Updating files: 17% (1941/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 26% (2970/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% (4191/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6562/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-06-04T20:45:27.479Z] #26 110.8 + cd /tmp/tmp.pZXCcetDQa/tmp/docker-ce [2022-06-04T20:45:27.479Z] #26 110.8 + git checkout -q v17.06.2-ce [2022-06-04T20:45:27.543Z] #21 43.97 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:27.641Z] #55 ... [2022-06-04T20:45:27.641Z] [2022-06-04T20:45:27.641Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-04T20:45:27.641Z] #41 sha256:36c526ddddaaae38a1ba964a55e0d45e11819af37b82ea971c0d8a4f12c906d5 [2022-06-04T20:45:27.641Z] #41 DONE 0.1s [2022-06-04T20:45:27.641Z] [2022-06-04T20:45:27.641Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-04T20:45:27.641Z] #45 sha256:f6a415c3d39e9d3f60fa19bea132c51785bd7cc1b6447f345c1fe1da9fc2176e [2022-06-04T20:45:27.641Z] #45 DONE 0.0s [2022-06-04T20:45:27.897Z] [2022-06-04T20:45:27.897Z] #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-04T20:45:27.897Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:45:28.108Z] #21 DONE 44.4s [2022-06-04T20:45:28.108Z] [2022-06-04T20:45:28.108Z] #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-04T20:45:28.108Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-04T20:45:28.423Z] #26 ... [2022-06-04T20:45:28.423Z] [2022-06-04T20:45:28.423Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-04T20:45:28.423Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d [2022-06-04T20:45:28.423Z] #19 DONE 1.4s [2022-06-04T20:45:28.685Z] [2022-06-04T20:45:28.685Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-04T20:45:28.685Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11 [2022-06-04T20:45:29.475Z] #22 1.382 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-04T20:45:29.475Z] #22 1.389 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-04T20:45:29.475Z] #22 1.393 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-04T20:45:29.475Z] #22 DONE 1.4s [2022-06-04T20:45:29.475Z] [2022-06-04T20:45:29.475Z] #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-04T20:45:29.475Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:45:29.475Z] #47 ... [2022-06-04T20:45:29.475Z] [2022-06-04T20:45:29.475Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-04T20:45:29.475Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-04T20:45:29.633Z] #20 DONE 1.0s [2022-06-04T20:45:29.633Z] [2022-06-04T20:45:29.633Z] #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-04T20:45:29.633Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-04T20:45:30.582Z] #21 1.003 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-04T20:45:30.582Z] #21 1.021 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-04T20:45:30.582Z] #21 1.023 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-04T20:45:30.844Z] #21 1.545 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-04T20:45:32.061Z] #28 9.291 Fetched 49.0 MB in 9s (5612 kB/s) [2022-06-04T20:45:32.232Z] #21 2.599 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-04T20:45:32.494Z] #21 ... [2022-06-04T20:45:32.494Z] [2022-06-04T20:45:32.494Z] #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-04T20:45:32.494Z] #60 sha256:ecde1d88393b7e85886a97d86f7b7fbde71dd3a8b8d7813f6996b84a0def01f5 [2022-06-04T20:45:32.494Z] #60 0.933 + RM_GOPATH=0 [2022-06-04T20:45:32.494Z] #60 0.948 + TMP_GOPATH= [2022-06-04T20:45:32.494Z] #60 0.948 + : /build [2022-06-04T20:45:32.494Z] #60 0.948 + '[' -z '' ']' [2022-06-04T20:45:32.494Z] #60 0.948 ++ mktemp -d [2022-06-04T20:45:32.494Z] #60 0.964 + export GOPATH=/tmp/tmp.7rkT29UA8T [2022-06-04T20:45:32.494Z] #60 0.964 + GOPATH=/tmp/tmp.7rkT29UA8T [2022-06-04T20:45:32.494Z] #60 0.964 + RM_GOPATH=1 [2022-06-04T20:45:32.494Z] #60 0.964 + case "$(go env GOARCH)" in [2022-06-04T20:45:32.494Z] #60 0.964 ++ go env GOARCH [2022-06-04T20:45:32.494Z] #60 1.044 + export GO_BUILDMODE=-buildmode=pie [2022-06-04T20:45:32.494Z] #60 1.044 + GO_BUILDMODE=-buildmode=pie [2022-06-04T20:45:32.494Z] #60 1.044 ++ dirname /install.sh [2022-06-04T20:45:32.494Z] #60 1.068 Install runc version v1.1.2 (build tags: seccomp) [2022-06-04T20:45:32.494Z] #60 1.068 + dir=/ [2022-06-04T20:45:32.494Z] #60 1.068 + bin=runc [2022-06-04T20:45:32.494Z] #60 1.068 + shift [2022-06-04T20:45:32.494Z] #60 1.068 + '[' '!' -f //runc.installer ']' [2022-06-04T20:45:32.494Z] #60 1.068 + . //runc.installer [2022-06-04T20:45:32.494Z] #60 1.068 ++ set -e [2022-06-04T20:45:32.494Z] #60 1.068 ++ : v1.1.2 [2022-06-04T20:45:32.494Z] #60 1.068 + install_runc [2022-06-04T20:45:32.494Z] #60 1.068 + RUNC_BUILDTAGS=seccomp [2022-06-04T20:45:32.494Z] #60 1.068 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-04T20:45:32.494Z] #60 1.068 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7rkT29UA8T/src/github.com/opencontainers/runc [2022-06-04T20:45:32.494Z] #60 1.077 Cloning into '/tmp/tmp.7rkT29UA8T/src/github.com/opencontainers/runc'... [2022-06-04T20:45:32.494Z] #60 9.532 + cd /tmp/tmp.7rkT29UA8T/src/github.com/opencontainers/runc [2022-06-04T20:45:32.494Z] #60 9.532 + git checkout -q v1.1.2 [2022-06-04T20:45:32.494Z] #60 9.989 + '[' -z '' ']' [2022-06-04T20:45:32.494Z] #60 9.993 + target=static [2022-06-04T20:45:32.494Z] #60 9.993 + make BUILDTAGS=seccomp static [2022-06-04T20:45:32.756Z] #60 10.29 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-04T20:45:32.756Z] #60 ... [2022-06-04T20:45:32.756Z] [2022-06-04T20:45:32.756Z] #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-04T20:45:32.756Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:45:32.756Z] #26 114.7 + mkdir -p /tmp/tmp.pZXCcetDQa/src/github.com/docker [2022-06-04T20:45:32.756Z] #26 114.7 + mv components/cli /tmp/tmp.pZXCcetDQa/src/github.com/docker/cli [2022-06-04T20:45:32.756Z] #26 114.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-04T20:45:32.774Z] #23 9.536 Collecting yamllint==1.26.1 [2022-06-04T20:45:32.991Z] #28 9.291 Reading package lists... [2022-06-04T20:45:32.991Z] #28 ... [2022-06-04T20:45:32.991Z] [2022-06-04T20:45:32.991Z] #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-04T20:45:32.991Z] #67 sha256:3e87d3f39b473c5634ff4a221a3bfcf9fdc229e78fd0e6ddbd503e4427746095 [2022-06-04T20:45:32.991Z] #67 14.99 + mkdir -p /build [2022-06-04T20:45:32.991Z] #67 14.99 + cp runc /build/runc [2022-06-04T20:45:33.247Z] #67 DONE 15.4s [2022-06-04T20:45:33.247Z] [2022-06-04T20:45:33.247Z] #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-04T20:45:33.247Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-04T20:45:33.346Z] #23 10.59 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-04T20:45:34.612Z] #28 9.291 Reading package lists... [2022-06-04T20:45:34.733Z] #23 11.65 Collecting pathspec>=0.5.3 [2022-06-04T20:45:34.733Z] #23 11.67 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-04T20:45:34.733Z] #23 12.06 Collecting pyyaml [2022-06-04T20:45:34.733Z] #23 12.07 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-04T20:45:34.733Z] #23 12.13 Building wheels for collected packages: yamllint [2022-06-04T20:45:34.733Z] #23 12.13 Building wheel for yamllint (setup.py): started [2022-06-04T20:45:35.678Z] #23 13.05 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-04T20:45:35.678Z] #23 13.05 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=857e8673dd87e7d9c3e0650fa1ec00261b95f437f41fcbfdb97424e0bd09f42d [2022-06-04T20:45:35.678Z] #23 13.06 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-04T20:45:35.678Z] #23 13.06 Successfully built yamllint [2022-06-04T20:45:35.678Z] #23 13.09 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-04T20:45:36.252Z] #23 13.46 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-04T20:45:36.513Z] #23 DONE 13.9s [2022-06-04T20:45:36.513Z] [2022-06-04T20:45:36.513Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:45:36.513Z] #27 sha256:0875f78c2a8a1ade98c6488a9a4dffb26aa089c380c7bb542c2476a02fada823 [2022-06-04T20:45:37.086Z] #27 DONE 0.3s [2022-06-04T20:45:37.086Z] [2022-06-04T20:45:37.086Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-04T20:45:37.086Z] #32 sha256:4b1cf691981b8dd77861d0fc17c05e62ac96caba19fbeb78d1887725e3b6ab7e [2022-06-04T20:45:37.347Z] #32 DONE 0.5s [2022-06-04T20:45:37.347Z] [2022-06-04T20:45:37.347Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:45:37.347Z] #64 sha256:3c0e35ff072730d7cfa2735419920691f06126214c0b7813923a5a2741040444 [2022-06-04T20:45:37.613Z] #64 ... [2022-06-04T20:45:37.613Z] [2022-06-04T20:45:37.613Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-04T20:45:37.613Z] #35 sha256:8775b53995fc879b0fa7744ea32a98986fd66a7429ce4dddc6fafd80948ad0a8 [2022-06-04T20:45:37.877Z] #28 12.51 Reading package lists... [2022-06-04T20:45:37.881Z] #35 DONE 0.3s [2022-06-04T20:45:37.881Z] [2022-06-04T20:45:37.881Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-04T20:45:37.881Z] #37 sha256:3ba3c8e693d138376e0989d9435021348fe7ecdb9c74c7c8f8df3031c64f36be [2022-06-04T20:45:38.142Z] #37 DONE 0.3s [2022-06-04T20:45:38.142Z] [2022-06-04T20:45:38.142Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-04T20:45:38.142Z] #39 sha256:13eb809717cd1f04ac547a60c82594d0c05962b4d2712dc1e05883dd749466eb [2022-06-04T20:45:38.142Z] #39 DONE 0.1s [2022-06-04T20:45:38.142Z] [2022-06-04T20:45:38.142Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-04T20:45:38.142Z] #41 sha256:cc44816dd983f9f69862db2fd12b79a851e763cb76a6df1223904cb4881e45a5 [2022-06-04T20:45:38.142Z] #41 DONE 0.1s [2022-06-04T20:45:38.142Z] [2022-06-04T20:45:38.142Z] #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-04T20:45:38.142Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:45:38.404Z] #47 ... [2022-06-04T20:45:38.404Z] [2022-06-04T20:45:38.404Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-04T20:45:38.404Z] #45 sha256:9da5425ca70edf7a012e4ee317ead11588f44672dec47e9335b42954c9aa113a [2022-06-04T20:45:38.404Z] #45 DONE 0.1s [2022-06-04T20:45:38.665Z] [2022-06-04T20:45:38.665Z] #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-04T20:45:38.665Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:45:38.803Z] #28 15.64 Building dependency tree... [2022-06-04T20:45:39.353Z] #26 ... [2022-06-04T20:45:39.353Z] [2022-06-04T20:45:39.353Z] #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-04T20:45:39.353Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-04T20:45:39.353Z] #34 DONE 121.6s [2022-06-04T20:45:39.353Z] [2022-06-04T20:45:39.353Z] #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-04T20:45:39.353Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-04T20:45:39.353Z] #21 4.033 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-04T20:45:39.353Z] #21 6.039 Fetched 8424 kB in 5s (1585 kB/s) [2022-06-04T20:45:39.353Z] #21 6.039 Reading package lists... [2022-06-04T20:45:39.363Z] #28 17.13 bzip2 is already the newest version (1.0.8-4). [2022-06-04T20:45:39.363Z] #28 17.13 patch is already the newest version (2.7.6-7). [2022-06-04T20:45:39.363Z] #28 17.13 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-04T20:45:39.363Z] #28 17.13 The following additional packages will be installed: [2022-06-04T20:45:39.363Z] #28 17.13 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-04T20:45:39.363Z] #28 17.13 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-04T20:45:39.363Z] #28 17.13 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-04T20:45:39.363Z] #28 17.13 python3-pkg-resources vim-runtime xxd [2022-06-04T20:45:39.363Z] #28 17.14 Suggested packages: [2022-06-04T20:45:39.363Z] #28 17.14 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-04T20:45:39.363Z] #28 17.14 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-04T20:45:39.363Z] #28 17.14 Recommended packages: [2022-06-04T20:45:39.363Z] #28 17.14 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-04T20:45:39.437Z] #23 9.761 Collecting yamllint==1.26.1 [2022-06-04T20:45:39.614Z] #21 8.056 Reading package lists... [2022-06-04T20:45:39.923Z] #28 17.84 The following NEW packages will be installed: [2022-06-04T20:45:40.179Z] #28 17.84 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-04T20:45:40.179Z] #28 17.84 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-04T20:45:40.179Z] #28 17.84 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-04T20:45:40.179Z] #28 17.84 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-06-04T20:45:40.179Z] #28 17.85 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-04T20:45:40.179Z] #28 17.85 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-04T20:45:40.179Z] #28 17.85 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-04T20:45:40.372Z] #23 10.81 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-04T20:45:40.435Z] #28 18.18 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:45:40.435Z] #28 18.18 Need to get 18.6 MB of archives. [2022-06-04T20:45:40.435Z] #28 18.18 After this operation, 71.4 MB of additional disk space will be used. [2022-06-04T20:45:40.435Z] #28 18.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-04T20:45:40.435Z] #28 18.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-04T20:45:40.435Z] #28 18.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-04T20:45:40.435Z] #28 18.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-04T20:45:40.435Z] #28 18.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-04T20:45:40.435Z] #28 18.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-04T20:45:40.435Z] #28 18.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-04T20:45:40.435Z] #28 18.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-04T20:45:40.435Z] #28 18.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:45:40.435Z] #28 18.19 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-04T20:45:40.435Z] #28 18.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-04T20:45:40.435Z] #28 18.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-04T20:45:40.435Z] #28 18.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-04T20:45:40.435Z] #28 18.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-04T20:45:40.435Z] #28 18.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-04T20:45:40.435Z] #28 18.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-04T20:45:40.435Z] #28 18.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-04T20:45:40.435Z] #28 18.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-04T20:45:40.435Z] #28 18.22 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-04T20:45:40.435Z] #28 18.22 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-04T20:45:40.435Z] #28 18.23 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-04T20:45:40.435Z] #28 18.23 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-04T20:45:40.435Z] #28 18.23 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-04T20:45:40.435Z] #28 18.23 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-04T20:45:40.435Z] #28 18.25 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-04T20:45:40.435Z] #28 18.25 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-04T20:45:40.435Z] #28 18.26 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-04T20:45:40.435Z] #28 18.26 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-04T20:45:40.435Z] #28 18.27 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-04T20:45:40.435Z] #28 18.31 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-04T20:45:40.435Z] #28 18.32 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-04T20:45:40.435Z] #28 18.32 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-04T20:45:40.435Z] #28 18.32 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-04T20:45:40.569Z] #21 10.28 Building dependency tree... [2022-06-04T20:45:40.690Z] #28 18.61 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:45:40.945Z] #28 18.73 Fetched 18.6 MB in 0s (42.1 MB/s) [2022-06-04T20:45:40.946Z] #28 18.76 Selecting previously unselected package pigz. [2022-06-04T20:45:40.946Z] #28 18.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 ... 40117 files and directories currently installed.) [2022-06-04T20:45:40.946Z] #28 18.78 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-04T20:45:40.946Z] #28 18.78 Unpacking pigz (2.6-1) ... [2022-06-04T20:45:40.946Z] #28 18.82 Selecting previously unselected package libelf1:amd64. [2022-06-04T20:45:40.946Z] #28 18.82 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-04T20:45:40.946Z] #28 18.83 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:40.946Z] #28 18.88 Selecting previously unselected package libbpf0:amd64. [2022-06-04T20:45:40.946Z] #28 18.88 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-04T20:45:40.946Z] #28 18.88 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:40.946Z] #28 18.93 Selecting previously unselected package libcap2:amd64. [2022-06-04T20:45:41.201Z] #28 18.93 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-04T20:45:41.201Z] #28 18.93 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:41.201Z] #28 18.97 Selecting previously unselected package libmnl0:amd64. [2022-06-04T20:45:41.201Z] #28 18.97 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-04T20:45:41.201Z] #28 18.97 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:41.201Z] #28 19.01 Selecting previously unselected package libxtables12:amd64. [2022-06-04T20:45:41.201Z] #28 19.01 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-04T20:45:41.201Z] #28 19.01 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:41.201Z] #28 19.04 Selecting previously unselected package libcap2-bin. [2022-06-04T20:45:41.201Z] #28 19.05 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-04T20:45:41.201Z] #28 19.05 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:41.201Z] #28 19.09 Selecting previously unselected package iproute2. [2022-06-04T20:45:41.201Z] #28 19.10 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-04T20:45:41.201Z] #28 19.10 Unpacking iproute2 (5.10.0-4) ... [2022-06-04T20:45:41.312Z] #23 11.90 Collecting pathspec>=0.5.3 [2022-06-04T20:45:41.312Z] #23 11.91 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-04T20:45:41.457Z] #28 19.21 Selecting previously unselected package xxd. [2022-06-04T20:45:41.457Z] #28 19.21 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:41.457Z] #28 19.22 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:41.457Z] #28 19.27 Selecting previously unselected package vim-common. [2022-06-04T20:45:41.457Z] #28 19.27 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:41.457Z] #28 19.28 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:41.457Z] #28 19.33 Selecting previously unselected package bash-completion. [2022-06-04T20:45:41.457Z] #28 19.34 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-04T20:45:41.516Z] #21 12.08 The following additional packages will be installed: [2022-06-04T20:45:41.516Z] #21 12.09 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:45:41.516Z] #21 12.09 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-04T20:45:41.516Z] #21 12.09 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-04T20:45:41.516Z] #21 12.09 python3-pkg-resources vim-runtime xxd [2022-06-04T20:45:41.516Z] #21 12.11 Suggested packages: [2022-06-04T20:45:41.516Z] #21 12.11 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-04T20:45:41.516Z] #21 12.11 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-04T20:45:41.516Z] #21 12.11 acl attr quota [2022-06-04T20:45:41.516Z] #21 12.11 Recommended packages: [2022-06-04T20:45:41.516Z] #21 12.11 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-04T20:45:41.878Z] #23 12.29 Collecting pyyaml [2022-06-04T20:45:41.878Z] #23 12.30 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-04T20:45:41.878Z] #23 12.36 Building wheels for collected packages: yamllint [2022-06-04T20:45:41.878Z] #23 12.37 Building wheel for yamllint (setup.py): started [2022-06-04T20:45:42.018Z] #28 19.81 Unpacking bash-completion (1:2.11-2) ... [2022-06-04T20:45:42.018Z] #28 19.91 Selecting previously unselected package apparmor. [2022-06-04T20:45:42.018Z] #28 19.91 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-04T20:45:42.018Z] #28 19.93 Unpacking apparmor (2.13.6-10) ... [2022-06-04T20:45:42.018Z] #28 20.03 Selecting previously unselected package inetutils-ping. [2022-06-04T20:45:42.273Z] #28 20.03 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.03 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:42.273Z] #28 20.08 Selecting previously unselected package libip4tc2:amd64. [2022-06-04T20:45:42.273Z] #28 20.08 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.09 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:42.273Z] #28 20.12 Selecting previously unselected package libip6tc2:amd64. [2022-06-04T20:45:42.273Z] #28 20.12 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.13 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:42.273Z] #28 20.16 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-04T20:45:42.273Z] #28 20.16 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.17 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:42.273Z] #28 20.20 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-04T20:45:42.273Z] #28 20.20 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.21 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:42.273Z] #28 20.25 Selecting previously unselected package libnftnl11:amd64. [2022-06-04T20:45:42.273Z] #28 20.25 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-04T20:45:42.273Z] #28 20.25 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:42.273Z] #28 20.29 Selecting previously unselected package iptables. [2022-06-04T20:45:42.461Z] #21 13.09 The following NEW packages will be installed: [2022-06-04T20:45:42.528Z] #28 20.29 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-04T20:45:42.528Z] #28 20.30 Unpacking iptables (1.8.7-1) ... [2022-06-04T20:45:42.528Z] #28 20.37 Selecting previously unselected package libonig5:amd64. [2022-06-04T20:45:42.528Z] #28 20.38 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-04T20:45:42.528Z] #28 20.38 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:42.528Z] #28 20.44 Selecting previously unselected package libjq1:amd64. [2022-06-04T20:45:42.528Z] #28 20.44 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-04T20:45:42.528Z] #28 20.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:42.528Z] #28 20.49 Selecting previously unselected package jq. [2022-06-04T20:45:42.528Z] #28 20.49 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-04T20:45:42.528Z] #28 20.49 Unpacking jq (1.6-2.1) ... [2022-06-04T20:45:42.528Z] #28 20.53 Selecting previously unselected package libaio1:amd64. [2022-06-04T20:45:42.528Z] #28 20.54 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-04T20:45:42.723Z] #21 13.09 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-04T20:45:42.723Z] #21 13.09 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-04T20:45:42.723Z] #21 13.09 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-04T20:45:42.723Z] #21 13.09 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-04T20:45:42.723Z] #21 13.09 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-04T20:45:42.723Z] #21 13.09 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-04T20:45:42.723Z] #21 13.09 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-04T20:45:42.723Z] #21 13.09 xz-utils zip zstd [2022-06-04T20:45:42.784Z] #28 20.54 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:42.784Z] #28 20.57 Selecting previously unselected package libgpm2:amd64. [2022-06-04T20:45:42.784Z] #28 20.58 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-04T20:45:42.784Z] #28 20.58 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:42.784Z] #28 20.62 Selecting previously unselected package libinih1:amd64. [2022-06-04T20:45:42.784Z] #28 20.63 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-04T20:45:42.784Z] #28 20.63 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:42.784Z] #28 20.67 Selecting previously unselected package libnet1:amd64. [2022-06-04T20:45:42.784Z] #28 20.67 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-04T20:45:42.784Z] #28 20.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:42.784Z] #28 20.71 Selecting previously unselected package libnl-3-200:amd64. [2022-06-04T20:45:42.784Z] #28 20.72 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-04T20:45:42.784Z] #28 20.72 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:42.784Z] #28 20.77 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-04T20:45:42.809Z] #23 13.33 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-04T20:45:42.809Z] #23 13.33 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=bd87b19554db41452dfeacd3d681136a0faeebb9085a9d10a08a90378b8d37ee [2022-06-04T20:45:42.809Z] #23 13.33 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-04T20:45:42.809Z] #23 13.34 Successfully built yamllint [2022-06-04T20:45:42.809Z] #23 13.37 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-04T20:45:42.985Z] #21 13.44 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:45:42.985Z] #21 13.44 Need to get 27.0 MB of archives. [2022-06-04T20:45:42.985Z] #21 13.44 After this operation, 105 MB of additional disk space will be used. [2022-06-04T20:45:42.985Z] #21 13.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-04T20:45:42.985Z] #21 13.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-04T20:45:42.985Z] #21 13.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-04T20:45:42.985Z] #21 13.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-04T20:45:42.985Z] #21 13.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-04T20:45:42.986Z] #21 13.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-04T20:45:42.986Z] #21 13.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-04T20:45:42.986Z] #21 13.47 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-04T20:45:42.986Z] #21 13.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-04T20:45:42.986Z] #21 13.49 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-04T20:45:42.986Z] #21 13.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-04T20:45:42.986Z] #21 13.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-04T20:45:42.986Z] #21 13.51 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-04T20:45:42.986Z] #21 13.51 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-04T20:45:42.986Z] #21 13.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-04T20:45:42.986Z] #21 13.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-04T20:45:42.986Z] #21 13.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-04T20:45:42.986Z] #21 13.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-04T20:45:42.986Z] #21 13.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-04T20:45:42.986Z] #21 13.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-04T20:45:42.986Z] #21 13.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-04T20:45:42.986Z] #21 13.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-04T20:45:42.986Z] #21 13.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-04T20:45:42.986Z] #21 13.56 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-04T20:45:42.986Z] #21 13.57 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-04T20:45:42.986Z] #21 13.57 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-04T20:45:42.986Z] #21 13.57 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-04T20:45:43.039Z] #28 20.77 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-04T20:45:43.039Z] #28 20.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:43.039Z] #28 20.80 Selecting previously unselected package net-tools. [2022-06-04T20:45:43.039Z] #28 20.81 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-04T20:45:43.039Z] #28 20.81 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:43.039Z] #28 20.86 Selecting previously unselected package python-pip-whl. [2022-06-04T20:45:43.039Z] #28 20.87 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:43.039Z] #28 20.87 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:43.248Z] #21 13.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-04T20:45:43.248Z] #21 13.74 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-04T20:45:43.248Z] #21 13.74 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-04T20:45:43.248Z] #21 13.74 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-04T20:45:43.248Z] #21 13.74 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-04T20:45:43.248Z] #21 13.75 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-04T20:45:43.248Z] #21 13.75 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-04T20:45:43.248Z] #21 13.79 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-04T20:45:43.248Z] #21 13.79 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-04T20:45:43.248Z] #21 13.80 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-04T20:45:43.248Z] #21 13.80 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-04T20:45:43.248Z] #21 13.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-04T20:45:43.248Z] #21 13.84 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-04T20:45:43.248Z] #21 13.84 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-04T20:45:43.294Z] #28 21.02 Selecting previously unselected package python3-lib2to3. [2022-06-04T20:45:43.294Z] #28 21.03 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-04T20:45:43.294Z] #28 21.03 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:43.294Z] #28 21.07 Selecting previously unselected package python3-distutils. [2022-06-04T20:45:43.294Z] #28 21.08 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-06-04T20:45:43.294Z] #28 21.08 Unpacking python3-distutils (3.9.2-1) ... [2022-06-04T20:45:43.294Z] #28 21.12 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:45:43.294Z] #28 21.13 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:45:43.294Z] #28 21.13 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:43.294Z] #28 21.18 Selecting previously unselected package python3-setuptools. [2022-06-04T20:45:43.294Z] #28 21.18 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-06-04T20:45:43.294Z] #28 21.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:43.294Z] #28 21.24 Selecting previously unselected package python3-wheel. [2022-06-04T20:45:43.372Z] #23 13.72 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-04T20:45:43.509Z] #21 13.86 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-04T20:45:43.509Z] #21 13.86 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-04T20:45:43.509Z] #21 13.86 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-04T20:45:43.509Z] #21 14.08 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-04T20:45:43.509Z] #21 14.08 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-04T20:45:43.509Z] #21 14.10 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-04T20:45:43.549Z] #28 21.25 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-06-04T20:45:43.549Z] #28 21.26 Unpacking python3-wheel (0.34.2-1) ... [2022-06-04T20:45:43.549Z] #28 21.29 Selecting previously unselected package python3-pip. [2022-06-04T20:45:43.549Z] #28 21.30 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:43.549Z] #28 21.30 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:43.549Z] #28 21.37 Selecting previously unselected package sudo. [2022-06-04T20:45:43.549Z] #28 21.37 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-06-04T20:45:43.549Z] #28 21.38 Unpacking sudo (1.9.5p2-3) ... [2022-06-04T20:45:43.549Z] #28 21.50 Selecting previously unselected package thin-provisioning-tools. [2022-06-04T20:45:43.627Z] #23 DONE 14.1s [2022-06-04T20:45:43.627Z] [2022-06-04T20:45:43.627Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:45:43.627Z] #27 sha256:1c758b42df0b5dba273d4e4f43830f0a3f73f8ed630d85fefe928f411bc72ccb [2022-06-04T20:45:43.773Z] #21 14.10 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-04T20:45:43.804Z] #28 21.51 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-04T20:45:43.804Z] #28 21.51 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:43.804Z] #28 21.57 Selecting previously unselected package uidmap. [2022-06-04T20:45:43.804Z] #28 21.58 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-04T20:45:43.804Z] #28 21.58 Unpacking uidmap (1:4.8.1-1) ... [2022-06-04T20:45:43.804Z] #28 21.63 Selecting previously unselected package vim-runtime. [2022-06-04T20:45:43.804Z] #28 21.63 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:43.804Z] #28 21.64 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-04T20:45:43.804Z] #28 21.65 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-04T20:45:43.804Z] #28 21.66 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:44.189Z] #27 DONE 0.4s [2022-06-04T20:45:44.189Z] [2022-06-04T20:45:44.189Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-04T20:45:44.189Z] #32 sha256:1c85437a1fce7d7befe225a08740f7549e2b614d7b26dd02cacb180b4dcfe412 [2022-06-04T20:45:44.347Z] #21 14.73 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:45:44.347Z] #21 14.88 Fetched 27.0 MB in 1s (26.7 MB/s) [2022-06-04T20:45:44.347Z] #21 14.94 Selecting previously unselected package pigz. [2022-06-04T20:45:44.365Z] #28 22.24 Selecting previously unselected package vim. [2022-06-04T20:45:44.365Z] #28 22.24 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-04T20:45:44.365Z] #28 22.25 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:44.609Z] #21 14.94 (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-04T20:45:44.609Z] #21 14.98 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-04T20:45:44.609Z] #21 14.98 Unpacking pigz (2.6-1) ... [2022-06-04T20:45:44.609Z] #21 15.09 Selecting previously unselected package libelf1:arm64. [2022-06-04T20:45:44.609Z] #21 15.09 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-04T20:45:44.609Z] #21 15.10 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-04T20:45:44.621Z] #28 22.39 Selecting previously unselected package xfsprogs. [2022-06-04T20:45:44.621Z] #28 22.40 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-04T20:45:44.621Z] #28 22.40 Unpacking xfsprogs (5.10.0-4) ... [2022-06-04T20:45:44.621Z] #28 22.51 Selecting previously unselected package zip. [2022-06-04T20:45:44.621Z] #28 22.51 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-06-04T20:45:44.621Z] #28 22.52 Unpacking zip (3.0-12) ... [2022-06-04T20:45:44.621Z] #28 22.56 Selecting previously unselected package zstd. [2022-06-04T20:45:44.621Z] #28 22.56 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-04T20:45:44.621Z] #28 22.57 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:44.753Z] #32 DONE 0.6s [2022-06-04T20:45:44.753Z] [2022-06-04T20:45:44.753Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-04T20:45:44.753Z] #35 sha256:8136cea0606f7df1c2cbba2cb3c40f4dd4876b393349413ecfd7d6a51faf70b8 [2022-06-04T20:45:44.753Z] #35 DONE 0.1s [2022-06-04T20:45:44.753Z] [2022-06-04T20:45:44.753Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-04T20:45:44.753Z] #37 sha256:47138ff0197ae1f09d1036ff854076757bddfc249d7f954166af223503069bd6 [2022-06-04T20:45:44.871Z] #21 15.25 Selecting previously unselected package libbpf0:arm64. [2022-06-04T20:45:44.871Z] #21 15.25 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-04T20:45:44.871Z] #21 15.26 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-04T20:45:44.871Z] #21 15.35 Selecting previously unselected package libcap2:arm64. [2022-06-04T20:45:44.871Z] #21 15.36 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-04T20:45:44.871Z] #21 15.36 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-04T20:45:44.871Z] #21 15.43 Selecting previously unselected package libmnl0:arm64. [2022-06-04T20:45:44.871Z] #21 15.44 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-04T20:45:44.871Z] #21 15.44 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-04T20:45:44.871Z] #21 15.49 Selecting previously unselected package libxtables12:arm64. [2022-06-04T20:45:44.876Z] #28 22.67 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:44.876Z] #28 22.85 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:44.876Z] #28 22.86 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:44.876Z] #28 22.87 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-04T20:45:44.876Z] #28 22.88 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-04T20:45:44.876Z] #28 22.89 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-04T20:45:44.876Z] #28 22.90 Setting up uidmap (1:4.8.1-1) ... [2022-06-04T20:45:44.876Z] #28 22.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:45.009Z] #37 DONE 0.2s [2022-06-04T20:45:45.009Z] [2022-06-04T20:45:45.009Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-04T20:45:45.009Z] #39 sha256:cdc48940e37dd7fbe9da60ce5d4a9db169659cbe1120c02713bbabc9efb18064 [2022-06-04T20:45:45.009Z] #39 DONE 0.1s [2022-06-04T20:45:45.009Z] [2022-06-04T20:45:45.009Z] #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-04T20:45:45.009Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:45:45.009Z] #55 ... [2022-06-04T20:45:45.009Z] [2022-06-04T20:45:45.009Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-04T20:45:45.009Z] #41 sha256:5c5378e352f7ca21afb5331c7b1af43ebbbe5349778d03be470b8dc6609a0072 [2022-06-04T20:45:45.009Z] #41 DONE 0.1s [2022-06-04T20:45:45.009Z] [2022-06-04T20:45:45.009Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-04T20:45:45.009Z] #45 sha256:a56580de75d73587761b525cca921717de1ea82cf6258d93814ca74cd1c169df [2022-06-04T20:45:45.009Z] #45 DONE 0.0s [2022-06-04T20:45:45.131Z] #28 22.92 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-04T20:45:45.131Z] #28 22.93 Setting up python3-wheel (0.34.2-1) ... [2022-06-04T20:45:45.131Z] #28 23.06 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:45.138Z] #21 15.49 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-04T20:45:45.138Z] #21 15.50 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-04T20:45:45.138Z] #21 15.54 Selecting previously unselected package libcap2-bin. [2022-06-04T20:45:45.138Z] #21 15.54 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-04T20:45:45.138Z] #21 15.56 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:45.138Z] #21 15.64 Selecting previously unselected package iproute2. [2022-06-04T20:45:45.138Z] #21 15.65 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-04T20:45:45.138Z] #21 15.66 Unpacking iproute2 (5.10.0-4) ... [2022-06-04T20:45:45.265Z] [2022-06-04T20:45:45.265Z] #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-04T20:45:45.265Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:45:45.386Z] #28 23.07 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-04T20:45:45.386Z] #28 23.09 Setting up libcap2-bin (1:2.44-1) ... [2022-06-04T20:45:45.386Z] #28 23.10 Setting up apparmor (2.13.6-10) ... [2022-06-04T20:45:45.399Z] #21 16.05 Selecting previously unselected package xxd. [2022-06-04T20:45:45.661Z] #21 16.06 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-04T20:45:45.661Z] #21 16.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:45.661Z] #21 16.18 Selecting previously unselected package vim-common. [2022-06-04T20:45:45.661Z] #21 16.19 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:45.661Z] #21 16.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:45.661Z] #21 16.33 Selecting previously unselected package bash-completion. [2022-06-04T20:45:45.924Z] #21 16.33 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-04T20:45:45.947Z] #28 23.87 Setting up zip (3.0-12) ... [2022-06-04T20:45:45.947Z] #28 23.88 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:45.947Z] #28 23.90 Setting up bash-completion (1:2.11-2) ... [2022-06-04T20:45:45.952Z] #60 ... [2022-06-04T20:45:45.952Z] [2022-06-04T20:45:45.952Z] #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-04T20:45:45.952Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:45:45.952Z] #47 209.1 + dpkg --print-architecture [2022-06-04T20:45:45.952Z] #47 209.1 + git checkout -q v2.1.0 [2022-06-04T20:45:46.208Z] #47 209.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-04T20:45:46.208Z] #47 209.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-04T20:45:46.507Z] #28 24.42 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-04T20:45:46.507Z] #28 24.43 Setting up sudo (1.9.5p2-3) ... [2022-06-04T20:45:46.507Z] #28 24.48 invoke-rc.d: could not determine current runlevel [2022-06-04T20:45:46.507Z] #28 24.48 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:45:46.507Z] #28 24.48 Setting up xfsprogs (5.10.0-4) ... [2022-06-04T20:45:46.507Z] #28 24.50 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-04T20:45:46.507Z] #28 24.51 Setting up inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:46.507Z] #28 24.52 Setting up pigz (2.6-1) ... [2022-06-04T20:45:46.763Z] #28 24.54 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-04T20:45:46.763Z] #28 24.55 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-04T20:45:46.763Z] #28 24.57 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:46.763Z] #28 24.58 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:46.763Z] #28 24.73 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-04T20:45:46.763Z] #28 24.74 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:47.018Z] #28 24.85 Setting up libelf1:amd64 (0.183-1) ... [2022-06-04T20:45:47.018Z] #28 24.86 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:45:47.018Z] #28 24.87 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-04T20:45:47.018Z] #28 24.88 Setting up python3-distutils (3.9.2-1) ... [2022-06-04T20:45:47.274Z] #28 25.00 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:47.274Z] #28 25.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-04T20:45:47.274Z] #28 25.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-04T20:45:47.274Z] #28 25.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-04T20:45:47.274Z] #28 25.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-04T20:45:47.274Z] #28 25.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-04T20:45:47.274Z] #28 25.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-04T20:45:47.274Z] #28 25.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-04T20:45:47.274Z] #28 25.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-04T20:45:47.274Z] #28 25.06 Setting up python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:47.529Z] #28 25.36 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-04T20:45:47.529Z] #28 25.38 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-04T20:45:47.530Z] #28 25.39 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:47.530Z] #28 25.40 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:47.785Z] #28 25.64 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-04T20:45:47.785Z] #28 25.65 Setting up jq (1.6-2.1) ... [2022-06-04T20:45:47.785Z] #28 25.66 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-04T20:45:47.785Z] #28 25.67 Setting up iptables (1.8.7-1) ... [2022-06-04T20:45:47.785Z] #28 25.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-04T20:45:47.785Z] #28 25.70 Setting up iproute2 (5.10.0-4) ... [2022-06-04T20:45:48.042Z] #28 25.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:45:48.297Z] #28 DONE 26.1s [2022-06-04T20:45:48.297Z] [2022-06-04T20:45:48.297Z] #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-04T20:45:48.297Z] #29 sha256:7613aa2ab9f5f8188f2e7728f71678052ab587f2f13bf9a3a7fdd0fb8faad8d2 [2022-06-04T20:45:48.476Z] #21 18.45 Unpacking bash-completion (1:2.11-2) ... [2022-06-04T20:45:48.476Z] #21 18.79 Selecting previously unselected package bzip2. [2022-06-04T20:45:48.476Z] #21 18.79 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-04T20:45:48.476Z] #21 18.80 Unpacking bzip2 (1.0.8-4) ... [2022-06-04T20:45:48.476Z] #21 18.88 Selecting previously unselected package xz-utils. [2022-06-04T20:45:48.476Z] #21 18.88 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-04T20:45:48.476Z] #21 18.89 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:45:48.476Z] #21 19.04 Selecting previously unselected package apparmor. [2022-06-04T20:45:48.476Z] #21 19.04 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-04T20:45:48.476Z] #21 19.13 Unpacking apparmor (2.13.6-10) ... [2022-06-04T20:45:48.553Z] #29 0.360 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-04T20:45:48.809Z] #29 0.363 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-04T20:45:48.809Z] #29 0.367 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-04T20:45:48.809Z] #29 DONE 0.4s [2022-06-04T20:45:48.809Z] [2022-06-04T20:45:48.809Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-04T20:45:48.809Z] #30 sha256:06f72c9b31f4a2c26f18add57228420f705a12e20840c424867af9f088d8946e [2022-06-04T20:45:49.051Z] #21 19.50 Selecting previously unselected package inetutils-ping. [2022-06-04T20:45:49.051Z] #21 19.50 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-04T20:45:49.051Z] #21 19.51 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-04T20:45:49.051Z] #21 19.58 Selecting previously unselected package libip4tc2:arm64. [2022-06-04T20:45:49.051Z] #21 19.58 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-04T20:45:49.051Z] #21 19.59 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-04T20:45:49.051Z] #21 19.67 Selecting previously unselected package libip6tc2:arm64. [2022-06-04T20:45:49.051Z] #21 19.67 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-04T20:45:49.051Z] #21 19.67 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-04T20:45:49.313Z] #21 19.74 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-04T20:45:49.313Z] #21 19.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-04T20:45:49.313Z] #21 19.75 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-04T20:45:49.313Z] #21 19.82 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-04T20:45:49.313Z] #21 19.82 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-04T20:45:49.313Z] #21 19.84 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-04T20:45:49.313Z] #21 19.91 Selecting previously unselected package libnftnl11:arm64. [2022-06-04T20:45:49.313Z] #21 19.91 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-04T20:45:49.313Z] #21 19.93 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-04T20:45:49.575Z] #21 20.00 Selecting previously unselected package iptables. [2022-06-04T20:45:49.575Z] #21 20.00 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-04T20:45:49.575Z] #21 20.01 Unpacking iptables (1.8.7-1) ... [2022-06-04T20:45:49.837Z] #21 20.28 Selecting previously unselected package libonig5:arm64. [2022-06-04T20:45:49.837Z] #21 20.28 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-04T20:45:49.837Z] #21 20.29 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-04T20:45:50.099Z] #21 20.45 Selecting previously unselected package libjq1:arm64. [2022-06-04T20:45:50.099Z] #21 20.45 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-04T20:45:50.099Z] #21 20.46 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-04T20:45:50.099Z] #21 20.57 Selecting previously unselected package jq. [2022-06-04T20:45:50.099Z] #21 20.58 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-04T20:45:50.099Z] #21 20.58 Unpacking jq (1.6-2.1) ... [2022-06-04T20:45:50.362Z] #21 20.69 Selecting previously unselected package libaio1:arm64. [2022-06-04T20:45:50.362Z] #21 20.70 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-04T20:45:50.362Z] #21 20.70 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-04T20:45:50.362Z] #21 20.77 Selecting previously unselected package libgpm2:arm64. [2022-06-04T20:45:50.362Z] #21 20.77 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-04T20:45:50.362Z] #21 20.78 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-04T20:45:50.362Z] #21 20.85 Selecting previously unselected package libicu67:arm64. [2022-06-04T20:45:50.362Z] #21 20.85 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-04T20:45:50.362Z] #21 20.86 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-04T20:45:52.914Z] #21 23.52 Selecting previously unselected package libinih1:arm64. [2022-06-04T20:45:53.176Z] #21 23.52 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-04T20:45:53.176Z] #21 23.54 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-04T20:45:53.176Z] #21 23.60 Selecting previously unselected package libnet1:arm64. [2022-06-04T20:45:53.176Z] #21 23.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-04T20:45:53.176Z] #21 23.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:45:53.176Z] #21 23.70 Selecting previously unselected package libnl-3-200:arm64. [2022-06-04T20:45:53.176Z] #21 23.71 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-04T20:45:53.176Z] #21 23.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-04T20:45:53.176Z] #21 23.81 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-04T20:45:53.438Z] #21 23.81 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-04T20:45:53.438Z] #21 23.82 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-04T20:45:53.438Z] #21 23.89 Selecting previously unselected package net-tools. [2022-06-04T20:45:53.438Z] #21 23.89 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-04T20:45:53.438Z] #21 23.90 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:45:53.438Z] #21 24.06 Selecting previously unselected package patch. [2022-06-04T20:45:53.438Z] #21 24.06 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-06-04T20:45:53.700Z] #21 24.06 Unpacking patch (2.7.6-7) ... [2022-06-04T20:45:53.700Z] #21 24.14 Selecting previously unselected package python-pip-whl. [2022-06-04T20:45:53.700Z] #21 24.17 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:53.700Z] #21 24.18 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:45:54.224Z] #21 24.62 Selecting previously unselected package python3-lib2to3. [2022-06-04T20:45:54.224Z] #21 24.64 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-04T20:45:54.224Z] #21 24.64 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:45:54.224Z] #21 24.76 Selecting previously unselected package python3-distutils. [2022-06-04T20:45:54.224Z] #21 24.77 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-04T20:45:54.224Z] #21 24.77 Unpacking python3-distutils (3.9.2-1) ... [2022-06-04T20:45:54.486Z] #21 24.88 Selecting previously unselected package python3-pkg-resources. [2022-06-04T20:45:54.486Z] #21 24.89 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-04T20:45:54.486Z] #21 24.89 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:45:54.486Z] #21 25.01 Selecting previously unselected package python3-setuptools. [2022-06-04T20:45:54.486Z] #21 25.01 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-04T20:45:54.486Z] #21 25.02 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-04T20:45:54.748Z] #21 25.22 Selecting previously unselected package python3-wheel. [2022-06-04T20:45:54.748Z] #21 25.23 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-04T20:45:54.748Z] #21 25.23 Unpacking python3-wheel (0.34.2-1) ... [2022-06-04T20:45:55.010Z] #21 25.32 Selecting previously unselected package python3-pip. [2022-06-04T20:45:55.010Z] #21 25.33 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-04T20:45:55.010Z] #21 25.33 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:45:55.272Z] #21 25.58 Selecting previously unselected package sudo. [2022-06-04T20:45:55.272Z] #21 25.59 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-06-04T20:45:55.272Z] #21 25.60 Unpacking sudo (1.9.5p2-3) ... [2022-06-04T20:45:55.340Z] #30 5.604 Collecting yamllint==1.26.1 [2022-06-04T20:45:55.340Z] #30 6.636 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-04T20:45:55.534Z] #21 26.09 Selecting previously unselected package thin-provisioning-tools. [2022-06-04T20:45:55.534Z] #21 26.09 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-04T20:45:55.534Z] #21 26.09 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:45:55.595Z] #30 6.899 Collecting pathspec>=0.5.3 [2022-06-04T20:45:55.595Z] #30 6.904 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-04T20:45:55.595Z] #30 6.992 Collecting pyyaml [2022-06-04T20:45:55.796Z] #21 26.30 Selecting previously unselected package uidmap. [2022-06-04T20:45:55.796Z] #21 26.31 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-04T20:45:55.796Z] #21 26.31 Unpacking uidmap (1:4.8.1-1) ... [2022-06-04T20:45:55.796Z] #21 26.43 Selecting previously unselected package vim-runtime. [2022-06-04T20:45:55.851Z] #30 7.005 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-04T20:45:55.851Z] #30 7.023 Building wheels for collected packages: yamllint [2022-06-04T20:45:55.851Z] #30 7.024 Building wheel for yamllint (setup.py): started [2022-06-04T20:45:55.851Z] #30 7.251 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-04T20:45:56.058Z] #21 26.44 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-04T20:45:56.058Z] #21 26.45 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-04T20:45:56.058Z] #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-04T20:45:56.058Z] #21 26.48 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:56.107Z] #30 7.252 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a04d5aba8b28e641ea9bb8911e56578ec81778c90de68c3e66032d10fd343622 [2022-06-04T20:45:56.107Z] #30 7.252 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-04T20:45:56.107Z] #30 7.254 Successfully built yamllint [2022-06-04T20:45:56.107Z] #30 7.260 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-04T20:45:56.107Z] #30 7.370 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-04T20:45:56.107Z] #30 DONE 7.5s [2022-06-04T20:45:56.362Z] [2022-06-04T20:45:56.362Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:45:56.362Z] #34 sha256:069d9672185953b97bde4895dc4826d024d5415ab8cd62702cac9abbb585a421 [2022-06-04T20:45:56.362Z] #34 DONE 0.2s [2022-06-04T20:45:56.362Z] [2022-06-04T20:45:56.362Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-04T20:45:56.362Z] #39 sha256:fac73497cf2a99530f6fc9bbdc043f68099b71d75627cad0cacc2b0a9ee6a18a [2022-06-04T20:45:56.362Z] #39 DONE 0.1s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #42 sha256:2ff484ef12d4e54067e6afe7c063b8983d8fc32cff5a3ccf3e87e832c606c0fe [2022-06-04T20:45:56.626Z] #42 DONE 0.1s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #44 sha256:9f4b5c7d6d963cc56f0ff13db2bbb0c1925272c247618d76c1787f10fd1cc3fa [2022-06-04T20:45:56.626Z] #44 DONE 0.1s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #46 sha256:26139779cdd4edb3e796b5e0571c94ac289ae2097dd7bbdda37bceb9e2887e19 [2022-06-04T20:45:56.626Z] #46 DONE 0.0s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #48 sha256:d6c2c3078865674bd4968a769114d86b085406a9e396fc71e54700d5dd314bd8 [2022-06-04T20:45:56.626Z] #48 DONE 0.1s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #52 sha256:70fb1927f6b6edef7c2d26e27fa7b25e47a84616e3ac15ec30b9c18a1faeb685 [2022-06-04T20:45:56.626Z] #52 DONE 0.0s [2022-06-04T20:45:56.626Z] [2022-06-04T20:45:56.626Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-04T20:45:56.626Z] #55 sha256:494f53ef66084f3b7624dd0b01746fc746680d65eb00091152927c8cef2ec4be [2022-06-04T20:45:56.626Z] #55 DONE 0.1s [2022-06-04T20:45:56.789Z] #55 ... [2022-06-04T20:45:56.789Z] [2022-06-04T20:45:56.789Z] #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-04T20:45:56.789Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-04T20:45:56.789Z] #47 212.7 + dpkg --print-architecture [2022-06-04T20:45:56.789Z] #47 212.7 + git checkout -q v2.1.0 [2022-06-04T20:45:56.789Z] #47 213.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-04T20:45:56.789Z] #47 213.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-04T20:45:56.882Z] [2022-06-04T20:45:56.882Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-04T20:45:56.882Z] #59 sha256:8ab586d208964da647ffbe0ac50ab97c79a1ded5fe1055fddfea29dc86feecce [2022-06-04T20:45:56.882Z] #59 DONE 0.0s [2022-06-04T20:45:56.882Z] [2022-06-04T20:45:56.882Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-04T20:45:56.882Z] #61 sha256:2dc93844f6438b2dbea873e648aef76ddd2baf48ac8611e9b3fb2fcd17320557 [2022-06-04T20:45:56.882Z] #61 DONE 0.1s [2022-06-04T20:45:56.882Z] [2022-06-04T20:45:56.882Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-04T20:45:56.882Z] #63 sha256:f5b994074976330252779459bc6cac27625f240c9e00cde4d094ee52e1de13fa [2022-06-04T20:45:56.882Z] #63 DONE 0.1s [2022-06-04T20:45:57.137Z] [2022-06-04T20:45:57.137Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-04T20:45:57.137Z] #65 sha256:a4913ad714f5ca83fb0495513a0a620eec8b79460c9bbe66bf96186c9e8d5310 [2022-06-04T20:45:57.137Z] #65 DONE 0.0s [2022-06-04T20:45:57.137Z] [2022-06-04T20:45:57.137Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-04T20:45:57.137Z] #68 sha256:370775abb8313c62ce0ca1f729cbf2d5c8bbff6cf11f23c9a2a186d9086040b4 [2022-06-04T20:45:57.137Z] #68 DONE 0.1s [2022-06-04T20:45:57.137Z] [2022-06-04T20:45:57.137Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-04T20:45:57.137Z] #72 sha256:22d17270b4e83e4ecc210d9ba843d02b639ecf0e5d74e8da6707fbad4fdcb3e7 [2022-06-04T20:45:57.393Z] #72 DONE 0.2s [2022-06-04T20:45:57.393Z] [2022-06-04T20:45:57.393Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-04T20:45:57.393Z] #77 sha256:c86ef7063c10ab857408e99dee4758963a2744eff391fe6562266f0294c081bd [2022-06-04T20:45:57.393Z] #77 DONE 0.1s [2022-06-04T20:45:57.393Z] [2022-06-04T20:45:57.393Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-04T20:45:57.393Z] #82 sha256:bd813f71275b2425ac26dc04d8bc94474ac09086c50c3df0a45d12fceed3689b [2022-06-04T20:45:57.648Z] #82 DONE 0.2s [2022-06-04T20:45:57.648Z] [2022-06-04T20:45:57.648Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-04T20:45:57.648Z] #83 sha256:1c562b6d39de43245b38f30d9e776e197ec2d01cabb5303c060f043e48db4811 [2022-06-04T20:45:57.648Z] #83 DONE 0.0s [2022-06-04T20:45:57.648Z] [2022-06-04T20:45:57.648Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-04T20:45:57.648Z] #84 sha256:e2b67b54de4609bce71a42e4d4e1fe1b281f8f9638327c1877b199e4617e5964 [2022-06-04T20:45:58.575Z] #84 DONE 0.8s [2022-06-04T20:45:58.575Z] [2022-06-04T20:45:58.575Z] #85 exporting to image [2022-06-04T20:45:58.575Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-04T20:45:58.575Z] #85 exporting layers [2022-06-04T20:45:58.877Z] #21 29.27 Selecting previously unselected package vim. [2022-06-04T20:45:58.877Z] #21 29.27 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-04T20:45:58.877Z] #21 29.28 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:45:59.452Z] #21 29.73 Selecting previously unselected package xfsprogs. [2022-06-04T20:45:59.452Z] #21 29.74 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-04T20:45:59.452Z] #21 29.74 Unpacking xfsprogs (5.10.0-4) ... [2022-06-04T20:45:59.714Z] #21 30.12 Selecting previously unselected package zip. [2022-06-04T20:45:59.714Z] #21 30.14 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-06-04T20:45:59.714Z] #21 30.14 Unpacking zip (3.0-12) ... [2022-06-04T20:45:59.976Z] #21 30.28 Selecting previously unselected package zstd. [2022-06-04T20:45:59.976Z] #21 30.29 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-04T20:45:59.976Z] #21 30.29 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:46:00.115Z] #47 208.1 + dpkg --print-architecture [2022-06-04T20:46:00.115Z] #47 208.1 + git checkout -q v2.1.0 [2022-06-04T20:46:00.238Z] #21 30.62 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-04T20:46:00.629Z] #47 208.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-04T20:46:00.629Z] #47 208.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-04T20:46:01.074Z] #21 31.47 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-04T20:46:01.075Z] #21 31.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-04T20:46:01.075Z] #21 31.50 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-04T20:46:01.075Z] #21 31.52 Setting up libicu67:arm64 (67.1-7) ... [2022-06-04T20:46:01.075Z] #21 31.53 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-04T20:46:01.075Z] #21 31.54 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-04T20:46:01.075Z] #21 31.56 Setting up uidmap (1:4.8.1-1) ... [2022-06-04T20:46:01.075Z] #21 31.57 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-04T20:46:01.075Z] #21 31.59 Setting up bzip2 (1.0.8-4) ... [2022-06-04T20:46:01.075Z] #21 31.60 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-04T20:46:01.075Z] #21 31.61 Setting up python3-wheel (0.34.2-1) ... [2022-06-04T20:46:01.911Z] #21 32.28 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:46:01.911Z] #21 32.31 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-04T20:46:01.911Z] #21 32.32 Setting up libcap2-bin (1:2.44-1) ... [2022-06-04T20:46:01.911Z] #21 32.33 Setting up apparmor (2.13.6-10) ... [2022-06-04T20:46:03.301Z] #21 33.87 Setting up zip (3.0-12) ... [2022-06-04T20:46:03.301Z] #21 33.89 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:46:03.301Z] #21 33.94 Setting up bash-completion (1:2.11-2) ... [2022-06-04T20:46:05.924Z] #21 36.40 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-04T20:46:05.924Z] #21 36.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-04T20:46:05.924Z] #21 36.43 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-04T20:46:05.924Z] #21 36.44 Setting up patch (2.7.6-7) ... [2022-06-04T20:46:05.924Z] #21 36.46 Setting up sudo (1.9.5p2-3) ... [2022-06-04T20:46:05.924Z] #21 36.53 invoke-rc.d: could not determine current runlevel [2022-06-04T20:46:05.924Z] #21 36.54 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:46:06.191Z] #21 36.55 Setting up xfsprogs (5.10.0-4) ... [2022-06-04T20:46:06.191Z] #21 36.56 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-04T20:46:06.191Z] #21 36.61 Setting up inetutils-ping (2:2.0-1) ... [2022-06-04T20:46:06.191Z] #21 36.62 Setting up pigz (2.6-1) ... [2022-06-04T20:46:06.191Z] #21 36.63 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-04T20:46:06.191Z] #21 36.64 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-04T20:46:06.191Z] #21 36.67 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-04T20:46:06.191Z] #21 36.68 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:46:07.042Z] #21 37.39 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-04T20:46:07.042Z] #21 37.40 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-04T20:46:07.303Z] #21 37.79 Setting up libelf1:arm64 (0.183-1) ... [2022-06-04T20:46:07.303Z] #21 37.82 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-04T20:46:07.303Z] #21 37.84 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-04T20:46:07.303Z] #21 37.85 Setting up python3-distutils (3.9.2-1) ... [2022-06-04T20:46:07.875Z] #21 38.26 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-04T20:46:07.875Z] #21 38.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-04T20:46:07.875Z] #21 38.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-04T20:46:07.875Z] #21 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-04T20:46:07.875Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-04T20:46:07.875Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-04T20:46:07.875Z] #21 38.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-04T20:46:07.875Z] #21 38.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-04T20:46:07.875Z] #21 38.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-04T20:46:07.875Z] #21 38.34 Setting up python3-setuptools (52.0.0-4) ... [2022-06-04T20:46:09.260Z] #21 39.53 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-04T20:46:09.260Z] #21 39.55 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-04T20:46:09.260Z] #21 39.56 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-04T20:46:09.260Z] #21 39.57 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-04T20:46:10.208Z] #21 40.63 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-04T20:46:10.208Z] #21 40.65 Setting up jq (1.6-2.1) ... [2022-06-04T20:46:10.208Z] #21 40.68 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-04T20:46:10.208Z] #21 40.70 Setting up iptables (1.8.7-1) ... [2022-06-04T20:46:10.208Z] #21 40.71 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.73 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.74 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.75 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.76 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-04T20:46:10.208Z] #21 40.78 Setting up iproute2 (5.10.0-4) ... [2022-06-04T20:46:10.780Z] #21 41.17 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:46:12.698Z] #21 DONE 43.0s [2022-06-04T20:46:12.698Z] [2022-06-04T20:46:12.698Z] #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-04T20:46:12.698Z] #22 sha256:26137475dac873686777bd0156314dca208fc7d33375079d71d14c3dcb30c35d [2022-06-04T20:46:12.722Z] #47 DONE 232.1s [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #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-04T20:46:12.722Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:46:12.722Z] #60 ... [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-04T20:46:12.722Z] #48 sha256:dc84fab5c402818155884efda446bc4913c48097c5834338e3658f74911d00c1 [2022-06-04T20:46:12.722Z] #48 DONE 0.5s [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-04T20:46:12.722Z] #52 sha256:c7e9c52fef9378f0d02720e4dc9d77fdec23c932ad1603f3486a53e14906f754 [2022-06-04T20:46:12.722Z] #52 DONE 0.1s [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #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-04T20:46:12.722Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:46:12.722Z] #60 ... [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-04T20:46:12.722Z] #54 sha256:202ecb6776146ccdf80931e2d0ac61d1d8a7b40000915268dafef006e9c9a97d [2022-06-04T20:46:12.722Z] #54 DONE 0.1s [2022-06-04T20:46:12.722Z] [2022-06-04T20:46:12.722Z] #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-04T20:46:12.722Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:46:13.270Z] #22 0.640 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-04T20:46:13.270Z] #22 0.645 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-04T20:46:13.270Z] #22 0.652 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-04T20:46:13.270Z] #22 DONE 0.8s [2022-06-04T20:46:13.270Z] [2022-06-04T20:46:13.270Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-04T20:46:13.270Z] #23 sha256:88254d14ddb90aa4c0cca30b66e3966710f4b7f4a492f4f9ef657a1c3e17af57 [2022-06-04T20:46:16.614Z] #85 exporting layers 15.5s done [2022-06-04T20:46:16.614Z] #85 writing image sha256:6e027ea4b86bfb015b625e0de30e65d3d96d8165f227bdfc1d7715a2030b385e done [2022-06-04T20:46:16.614Z] #85 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done [2022-06-04T20:46:16.614Z] #85 DONE 15.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-04T20:46:16.971Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/validate/default [2022-06-04T20:46:17.897Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-04T20:46:17.897Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-04T20:46:17.897Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-04T20:46:17.897Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-04T20:46:17.897Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-04T20:46:17.897Z] Congratulations! No new tests were added to integration-cli. [2022-06-04T20:46:17.897Z] [2022-06-04T20:46:17.897Z] INFO Start validation with golang-ci-lint [2022-06-04T20:46:18.460Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-04T20:46:18.460Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-04T20:46:18.770Z] #47 DONE 235.7s [2022-06-04T20:46:18.770Z] [2022-06-04T20:46:18.770Z] #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-04T20:46:18.770Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:46:19.033Z] #55 ... [2022-06-04T20:46:19.033Z] [2022-06-04T20:46:19.033Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-04T20:46:19.033Z] #48 sha256:2fd4b6780cc8e18d84251bfecb20836b3562dd7df4c1181d2c39aa21b7c5658f [2022-06-04T20:46:19.605Z] #48 DONE 0.5s [2022-06-04T20:46:19.605Z] [2022-06-04T20:46:19.605Z] #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-04T20:46:19.605Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:46:19.605Z] #60 ... [2022-06-04T20:46:19.605Z] [2022-06-04T20:46:19.605Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-04T20:46:19.605Z] #52 sha256:9dde4f09f47e84516b14929f7ac90ab9dbdabcd82dedf0ce56da4403c732eabb [2022-06-04T20:46:19.605Z] #52 DONE 0.1s [2022-06-04T20:46:19.605Z] [2022-06-04T20:46:19.605Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-04T20:46:19.605Z] #54 sha256:e45eb8ded49851c9c454aafaf559838e866a4370f8cdf78c543f696b685e19c4 [2022-06-04T20:46:19.605Z] #54 DONE 0.1s [2022-06-04T20:46:19.605Z] [2022-06-04T20:46:19.605Z] #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-04T20:46:19.605Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:46:22.526Z] #47 DONE 230.5s [2022-06-04T20:46:22.526Z] [2022-06-04T20:46:22.526Z] #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-04T20:46:22.526Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:46:23.277Z] #23 8.676 Collecting yamllint==1.26.1 [2022-06-04T20:46:23.277Z] #23 9.730 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-04T20:46:24.220Z] #23 10.77 Collecting pathspec>=0.5.3 [2022-06-04T20:46:24.220Z] #23 10.80 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-04T20:46:24.220Z] #23 11.05 Collecting pyyaml [2022-06-04T20:46:24.481Z] #23 11.05 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-04T20:46:24.481Z] #23 11.09 Building wheels for collected packages: yamllint [2022-06-04T20:46:24.481Z] #23 11.09 Building wheel for yamllint (setup.py): started [2022-06-04T20:46:25.048Z] #64 ... [2022-06-04T20:46:25.048Z] [2022-06-04T20:46:25.048Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-04T20:46:25.048Z] #48 sha256:6a7da39cbbba9d2d620a3121b90f353a95991d80d1f363a2d772d5ef12c37c80 [2022-06-04T20:46:25.048Z] #48 DONE 0.2s [2022-06-04T20:46:25.048Z] [2022-06-04T20:46:25.048Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-04T20:46:25.048Z] #52 sha256:71713bb1907b68a676f8031309d997dd09a0e83434ee7fa280a1be40249afcfe [2022-06-04T20:46:25.048Z] #52 DONE 0.1s [2022-06-04T20:46:25.048Z] [2022-06-04T20:46:25.048Z] #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-04T20:46:25.048Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383 [2022-06-04T20:46:25.048Z] #60 ... [2022-06-04T20:46:25.048Z] [2022-06-04T20:46:25.048Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-04T20:46:25.048Z] #54 sha256:6b78245f414d053b9602b89ad8a189ffe67fa6d940348450f1c3db60f8718fa9 [2022-06-04T20:46:25.048Z] #54 DONE 0.1s [2022-06-04T20:46:25.048Z] [2022-06-04T20:46:25.048Z] #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-04T20:46:25.048Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:46:25.054Z] #23 11.89 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-04T20:46:25.054Z] #23 11.89 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6f613408322d129104203eb045440459870b8ad513bf9fd1d8204d9ef06e74e0 [2022-06-04T20:46:25.054Z] #23 11.89 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-04T20:46:25.054Z] #23 11.89 Successfully built yamllint [2022-06-04T20:46:25.054Z] #23 11.91 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-04T20:46:25.629Z] #23 12.24 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-04T20:46:26.203Z] #23 DONE 12.7s [2022-06-04T20:46:26.203Z] [2022-06-04T20:46:26.203Z] #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-04T20:46:26.203Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:46:38.448Z] #26 ... [2022-06-04T20:46:38.448Z] [2022-06-04T20:46:38.448Z] #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-04T20:46:38.448Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-04T20:46:38.448Z] #47 180.4 + dpkg --print-architecture [2022-06-04T20:46:38.448Z] #47 DONE 181.0s [2022-06-04T20:46:38.448Z] [2022-06-04T20:46:38.448Z] #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-04T20:46:38.448Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:46:44.772Z] #60 ... [2022-06-04T20:46:44.772Z] [2022-06-04T20:46:44.772Z] #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-04T20:46:44.772Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:46:44.772Z] #55 265.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-04T20:46:44.772Z] #55 DONE 267.1s [2022-06-04T20:46:44.772Z] [2022-06-04T20:46:44.772Z] #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-04T20:46:44.772Z] #60 sha256:d2da2581822f78edceaa66c2b31d3b5d1259e3beca0014aa19ced57c8cfecee7 [2022-06-04T20:46:44.772Z] #60 146.0 + mkdir -p /build [2022-06-04T20:46:44.772Z] #60 146.0 + cp runc /build/runc [2022-06-04T20:46:44.772Z] #60 DONE 146.3s [2022-06-04T20:46:44.772Z] [2022-06-04T20:46:44.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-04T20:46:44.772Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:46:46.665Z] #64 ... [2022-06-04T20:46:46.665Z] [2022-06-04T20:46:46.665Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-04T20:46:46.665Z] #56 sha256:651052858fb25ef7f2e7cb8b47385d195d1d2d6108f71a6c9b360ad72e3ca522 [2022-06-04T20:46:46.923Z] #56 DONE 0.7s [2022-06-04T20:46:46.923Z] [2022-06-04T20:46:46.923Z] #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-04T20:46:46.923Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:46:47.180Z] #64 ... [2022-06-04T20:46:47.180Z] [2022-06-04T20:46:47.180Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-04T20:46:47.180Z] #58 sha256:d62e2cf12cd296d090fb03646aec85ce65a6f3b717a8eb9017ef5548059b0835 [2022-06-04T20:46:47.180Z] #58 DONE 0.1s [2022-06-04T20:46:47.180Z] [2022-06-04T20:46:47.180Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-04T20:46:47.180Z] #61 sha256:a5b6fd2e1c37beaba3623b313b2602d1d41a5affbd04a427e97fa331b15bb15c [2022-06-04T20:46:47.438Z] #61 DONE 0.2s [2022-06-04T20:46:47.438Z] [2022-06-04T20:46:47.438Z] #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-04T20:46:47.438Z] #64 sha256:0cf73ed9f8cfb6c6e0aaf47952425e9ee1c9f4b83d2fd16269eeb8c54607094c [2022-06-04T20:46:50.714Z] #64 234.0 + bin/containerd [2022-06-04T20:46:51.730Z] #55 267.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-04T20:46:51.730Z] #55 DONE 268.8s [2022-06-04T20:46:51.730Z] [2022-06-04T20:46:51.730Z] #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-04T20:46:51.730Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:46:51.992Z] #60 ... [2022-06-04T20:46:51.992Z] [2022-06-04T20:46:51.992Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-04T20:46:51.992Z] #56 sha256:e293d434b98f6bceabf391ebea2fc02fb51bed532b7f4a2501fcf1f6417c4e90 [2022-06-04T20:46:52.937Z] #56 DONE 0.7s [2022-06-04T20:46:52.937Z] [2022-06-04T20:46:52.937Z] #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-04T20:46:52.937Z] #60 sha256:6f8176b4ca83c2a616ff556776e0908f1186a1f2f53b967ca7a212120de923a8 [2022-06-04T20:46:52.937Z] #60 144.8 + mkdir -p /build [2022-06-04T20:46:52.937Z] #60 144.8 + cp runc /build/runc [2022-06-04T20:46:52.937Z] #60 DONE 145.0s [2022-06-04T20:46:52.937Z] [2022-06-04T20:46:52.937Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-04T20:46:52.937Z] #58 sha256:0673950f36bf21d404daf127115890b6920dbd85141fea2af612e9faed98bcee [2022-06-04T20:46:52.937Z] #58 DONE 0.3s [2022-06-04T20:46:52.937Z] [2022-06-04T20:46:52.937Z] #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-04T20:46:52.937Z] #64 sha256:3c0e35ff072730d7cfa2735419920691f06126214c0b7813923a5a2741040444 [2022-06-04T20:46:54.324Z] #64 ... [2022-06-04T20:46:54.324Z] [2022-06-04T20:46:54.324Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-04T20:46:54.324Z] #61 sha256:ec01b9709521926c8dbfb83cf7007e9dcd475735c2c19bd08c24bae7223bab94 [2022-06-04T20:46:54.586Z] #61 DONE 0.2s [2022-06-04T20:46:54.586Z] [2022-06-04T20:46:54.586Z] #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-04T20:46:54.586Z] #64 sha256:3c0e35ff072730d7cfa2735419920691f06126214c0b7813923a5a2741040444 [2022-06-04T20:46:57.093Z] #55 ... [2022-06-04T20:46:57.093Z] [2022-06-04T20:46:57.093Z] #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-04T20:46:57.093Z] #60 sha256:6d2f2ee3625259448884414f8173dc45a7336470d32763f46044714c63656383 [2022-06-04T20:46:57.093Z] #60 150.9 + mkdir -p /build [2022-06-04T20:46:57.353Z] #60 150.9 + cp runc /build/runc [2022-06-04T20:46:58.285Z] #60 DONE 151.9s [2022-06-04T20:46:58.285Z] [2022-06-04T20:46:58.285Z] #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-04T20:46:58.285Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-04T20:46:58.795Z] #64 232.1 + bin/containerd [2022-06-04T20:46:58.849Z] #55 266.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-04T20:46:58.849Z] #55 DONE 267.0s [2022-06-04T20:46:58.849Z] [2022-06-04T20:46:58.849Z] #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-04T20:46:58.849Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:47:01.369Z] #64 ... [2022-06-04T20:47:01.369Z] [2022-06-04T20:47:01.369Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-04T20:47:01.369Z] #56 sha256:8571835222ab1e1f753fb9d6c249c9e0f3b771bb33c4aa354fb24032fb63d375 [2022-06-04T20:47:01.628Z] #56 DONE 0.5s [2022-06-04T20:47:01.628Z] [2022-06-04T20:47:01.628Z] #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-04T20:47:01.628Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:47:01.884Z] #64 ... [2022-06-04T20:47:01.884Z] [2022-06-04T20:47:01.884Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-04T20:47:01.884Z] #58 sha256:bd5ecdee63e318f9b94b64c6364635df01a3167a494b211d411ef9de6123e4d6 [2022-06-04T20:47:01.884Z] #58 DONE 0.1s [2022-06-04T20:47:01.884Z] [2022-06-04T20:47:01.884Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-04T20:47:01.884Z] #61 sha256:d70635f4d5550b4fded1377e096eadb6c9ed5809d347b8b32b0d0ca6adf9653e [2022-06-04T20:47:02.140Z] #61 DONE 0.3s [2022-06-04T20:47:02.140Z] [2022-06-04T20:47:02.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-04T20:47:02.140Z] #64 sha256:b46a7ae821422fbf6415c968bf5173eacaf7aa8f26ed3635a055ebd30c917001 [2022-06-04T20:47:05.412Z] #64 234.8 + bin/containerd [2022-06-04T20:47:14.642Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|deps|exports_file|files|types_sizes) took 48.058108468s [2022-06-04T20:47:14.642Z] 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-04T20:47:14.642Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 174.328565ms [2022-06-04T20:47:34.738Z] #55 ... [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #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-04T20:47:34.738Z] #26 sha256:28dd51610299120d88e011c46a951fa98c543855471b8a94c9f8f95d1adae4d4 [2022-06-04T20:47:34.738Z] #26 232.0 + return [2022-06-04T20:47:34.738Z] #26 DONE 234.2s [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-04T20:47:34.738Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-04T20:47:34.738Z] #55 232.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-04T20:47:34.738Z] #55 DONE 234.5s [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:47:34.738Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:34.738Z] #64 ... [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:47:34.738Z] #27 sha256:bb44b9ebc738d63a877a5cc322080f9ea56fde6868bc12de5032af9a83acd4c6 [2022-06-04T20:47:34.738Z] #27 ... [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #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-04T20:47:34.738Z] #60 sha256:ecde1d88393b7e85886a97d86f7b7fbde71dd3a8b8d7813f6996b84a0def01f5 [2022-06-04T20:47:34.738Z] #60 131.6 + mkdir -p /build [2022-06-04T20:47:34.738Z] #60 131.6 + cp runc /build/runc [2022-06-04T20:47:34.738Z] #60 DONE 132.1s [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-04T20:47:34.738Z] #27 sha256:bb44b9ebc738d63a877a5cc322080f9ea56fde6868bc12de5032af9a83acd4c6 [2022-06-04T20:47:34.738Z] #27 DONE 1.4s [2022-06-04T20:47:34.738Z] [2022-06-04T20:47:34.738Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-04T20:47:34.738Z] #32 sha256:45e1c9c345c33a2c2410d9f54740698dccf88f348d06c456b4fbe37c9316443a [2022-06-04T20:47:35.314Z] #32 DONE 0.8s [2022-06-04T20:47:35.314Z] [2022-06-04T20:47:35.314Z] #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-04T20:47:35.314Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:35.576Z] #64 ... [2022-06-04T20:47:35.576Z] [2022-06-04T20:47:35.576Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-04T20:47:35.576Z] #35 sha256:af8fcbacb03d8d99f8af5b1da1b0bd708f119ef45686eaef86be2335376a4f4b [2022-06-04T20:47:35.838Z] #35 DONE 0.4s [2022-06-04T20:47:35.838Z] [2022-06-04T20:47:35.838Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:47:35.838Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:35.838Z] #64 ... [2022-06-04T20:47:35.838Z] [2022-06-04T20:47:35.838Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-04T20:47:35.838Z] #37 sha256:e93376566d4410c6091916399714300a0103ca3ed607820d6d52b32738eddc95 [2022-06-04T20:47:36.412Z] #37 DONE 0.5s [2022-06-04T20:47:36.412Z] [2022-06-04T20:47:36.412Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-04T20:47:36.412Z] #39 sha256:a34343cf05401413fe79d7a0737d0aa3d4dd3e0b932d67bae92b305b864c87ab [2022-06-04T20:47:36.412Z] #39 DONE 0.1s [2022-06-04T20:47:36.412Z] [2022-06-04T20:47:36.412Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-04T20:47:36.412Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:36.412Z] #64 ... [2022-06-04T20:47:36.412Z] [2022-06-04T20:47:36.412Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-04T20:47:36.412Z] #41 sha256:cc84c419b9d85ed9e29572ae26f83ea0b744b64226875375d7964d1247087093 [2022-06-04T20:47:36.412Z] #41 DONE 0.1s [2022-06-04T20:47:36.412Z] [2022-06-04T20:47:36.412Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-04T20:47:36.412Z] #45 sha256:a096fde7d77e61c6fc77a3280fe814faf44fbe0e32cb7c5fb0ee350f84061dd3 [2022-06-04T20:47:36.412Z] #45 DONE 0.1s [2022-06-04T20:47:36.550Z] INFO [linters context/goanalysis] analyzers took 6m51.120227342s with top 10 stages: buildir: 1m47.504160178s, goimports: 17.639577828s, gosec: 13.802756198s, unconvert: 10.243419027s, golint: 9.232442952s, inspect: 8.985079876s, misspell: 7.787658463s, directives: 7.533685484s, fact_deprecated: 7.391139949s, S1038: 6.09540129s [2022-06-04T20:47:36.550Z] INFO [runner] Issues before processing: 3033, after processing: 0 [2022-06-04T20:47:36.550Z] INFO [runner] Processors filtering stat (out/in): cgo: 2417/3033, path_prettifier: 2417/2417, autogenerated_exclude: 2034/2417, skip_files: 2417/2417, skip_dirs: 2417/2417, exclude: 2034/2034, exclude-rules: 77/2034, identifier_marker: 2034/2034, nolint: 0/77, filename_unadjuster: 2417/2417 [2022-06-04T20:47:36.550Z] INFO [runner] processing took 82.0477ms with stages: nolint: 32.963012ms, identifier_marker: 21.459839ms, path_prettifier: 9.122318ms, autogenerated_exclude: 8.564432ms, exclude-rules: 7.801332ms, skip_dirs: 1.766512ms, cgo: 229.467µs, filename_unadjuster: 134.95µs, max_same_issues: 1.588µs, source_code: 580ns, uniq_by_line: 578ns, exclude: 539ns, skip_files: 480ns, max_from_linter: 458ns, path_shortener: 412ns, diff: 309ns, severity-rules: 247ns, max_per_file_from_linter: 221ns, path_prefixer: 215ns, sort_results: 211ns [2022-06-04T20:47:36.550Z] INFO [runner] linters took 28.263822202s with stages: goanalysis_metalinter: 28.181653958s [2022-06-04T20:47:36.550Z] INFO File cache stats: 1671 entries of total size 8.5MiB [2022-06-04T20:47:36.550Z] INFO Memory: 763 samples, avg is 349.0MB, max is 1244.6MB [2022-06-04T20:47:36.550Z] INFO Execution took 1m16.504387344s [2022-06-04T20:47:36.550Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-04T20:47:36.673Z] [2022-06-04T20:47:36.674Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-04T20:47:36.674Z] #48 sha256:f0ab91d2f8ed0f6f750c15077669a19b168b59cd53056f53312e05ceaf09f006 [2022-06-04T20:47:36.911Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh dynbinary test-docker-py [2022-06-04T20:47:36.940Z] #48 DONE 0.4s [2022-06-04T20:47:36.940Z] [2022-06-04T20:47:36.940Z] #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-04T20:47:36.940Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:37.167Z] [2022-06-04T20:47:37.167Z] Removing bundles/ [2022-06-04T20:47:37.167Z] [2022-06-04T20:47:37.167Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-04T20:47:37.201Z] #64 ... [2022-06-04T20:47:37.201Z] [2022-06-04T20:47:37.201Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-04T20:47:37.201Z] #52 sha256:94b768e95a3308c6640b911c1e1c8cc4ee1c0b4fdcb3702c0abd55ef5dda18ed [2022-06-04T20:47:37.201Z] #52 DONE 0.1s [2022-06-04T20:47:37.201Z] [2022-06-04T20:47:37.201Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-04T20:47:37.201Z] #54 sha256:b92feb12837319b48bed9af26e6fa84153e849b762eef848dcd659fb1acb297d [2022-06-04T20:47:37.201Z] #54 DONE 0.1s [2022-06-04T20:47:37.201Z] [2022-06-04T20:47:37.201Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-04T20:47:37.201Z] #56 sha256:b9357db11223627a432b2f74604adc122d7d195516bf9e782fa05f1630dd622f [2022-06-04T20:47:37.422Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:47:37.422Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:47:38.588Z] #56 DONE 1.4s [2022-06-04T20:47:38.588Z] [2022-06-04T20:47:38.589Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-04T20:47:38.589Z] #58 sha256:3123b6cb4ac2405597440882e31f354a0ee3ec78bfe655a302c2d67aaafbcb2d [2022-06-04T20:47:38.589Z] #58 DONE 0.1s [2022-06-04T20:47:38.589Z] [2022-06-04T20:47:38.589Z] #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-04T20:47:38.589Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:38.589Z] #64 208.9 + bin/containerd [2022-06-04T20:47:39.162Z] #64 ... [2022-06-04T20:47:39.162Z] [2022-06-04T20:47:39.162Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-04T20:47:39.162Z] #61 sha256:ddc2cb989a557a42d2398d824e3dafeaf1d57028d1bf58c45ee50cf87fe44644 [2022-06-04T20:47:39.162Z] #61 DONE 0.4s [2022-06-04T20:47:39.162Z] [2022-06-04T20:47:39.162Z] #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-04T20:47:39.162Z] #64 sha256:ababfe60a3cce3aff20e634de0c619e513b3d10fc6ff0bb6829eda810f493feb [2022-06-04T20:47:46.906Z] #64 284.4 # github.com/containerd/containerd/cmd/containerd [2022-06-04T20:47:46.906Z] #64 284.4 /usr/bin/ld: /tmp/go-link-2766527310/000019.o: in function `New': [2022-06-04T20:47:46.906Z] #64 284.4 /tmp/tmp.pigNZdKmzY/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-04T20:47:46.906Z] #64 284.4 + bin/containerd-stress [2022-06-04T20:47:46.906Z] #64 285.5 + bin/containerd-shim [2022-06-04T20:47:53.450Z] #64 296.6 + bin/containerd-shim-runc-v1 [2022-06-04T20:47:55.079Z] #64 282.2 # github.com/containerd/containerd/cmd/containerd [2022-06-04T20:47:55.079Z] #64 282.2 /usr/bin/ld: /tmp/go-link-3784463125/000019.o: in function `New': [2022-06-04T20:47:55.079Z] #64 282.2 /tmp/tmp.eahZdTRqnn/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-04T20:47:55.079Z] #64 282.3 + bin/containerd-stress [2022-06-04T20:47:55.079Z] #64 283.4 + bin/containerd-shim [2022-06-04T20:47:59.993Z] #64 302.8 + bin/containerd-shim-runc-v2 [2022-06-04T20:47:59.993Z] #64 303.6 + binaries [2022-06-04T20:47:59.993Z] #64 303.6 + install -D bin/containerd /build/containerd [2022-06-04T20:47:59.993Z] #64 303.6 + install -D bin/containerd-shim /build/containerd-shim [2022-06-04T20:47:59.993Z] #64 303.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-04T20:47:59.993Z] #64 303.6 + install -D bin/ctr /build/ctr [2022-06-04T20:48:01.648Z] #64 285.9 # github.com/containerd/containerd/cmd/containerd [2022-06-04T20:48:01.648Z] #64 285.9 /usr/bin/ld: /tmp/go-link-1624624757/000019.o: in function `New': [2022-06-04T20:48:01.648Z] #64 285.9 /tmp/tmp.4vEf4QWv8m/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-04T20:48:01.648Z] #64 285.9 + bin/containerd-stress [2022-06-04T20:48:01.648Z] #64 287.0 + bin/containerd-shim [2022-06-04T20:48:01.666Z] #64 294.4 + bin/containerd-shim-runc-v1 [2022-06-04T20:48:01.883Z] #64 DONE 305.4s [2022-06-04T20:48:02.812Z] [2022-06-04T20:48:02.812Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-04T20:48:02.812Z] #65 sha256:5fa2cb7f8f210e271fb006dbb888ad9f04fbef8c46879c7ba50ab5384ea20926 [2022-06-04T20:48:03.739Z] #65 DONE 0.9s [2022-06-04T20:48:03.739Z] [2022-06-04T20:48:03.739Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-04T20:48:03.739Z] #70 sha256:e457031e936059961a8fc723b12a54f10bebbcad99c71a639201d1c1a0ce08de [2022-06-04T20:48:03.739Z] #70 DONE 0.2s [2022-06-04T20:48:03.739Z] [2022-06-04T20:48:03.739Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-04T20:48:03.739Z] #75 sha256:6c4dfad7b37a0868c61b91cca8d9b67da9075977eda11d8e07c5be072387f5ab [2022-06-04T20:48:04.667Z] #75 DONE 0.9s [2022-06-04T20:48:04.667Z] [2022-06-04T20:48:04.667Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-04T20:48:04.667Z] #76 sha256:0e656d783f5bb6053652aa68883dacdf7d044c6e17ee5a63ee5de819a176f947 [2022-06-04T20:48:04.667Z] #76 DONE 0.0s [2022-06-04T20:48:04.667Z] [2022-06-04T20:48:04.667Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-04T20:48:04.667Z] #77 sha256:6ef92592c3ba6469b997479e486b7b3d83c8bd413aa42a9f15806c7c55ed0b99 [2022-06-04T20:48:06.955Z] #64 300.7 + bin/containerd-shim-runc-v2 [2022-06-04T20:48:07.527Z] #64 301.5 + binaries [2022-06-04T20:48:07.527Z] #64 301.5 + install -D bin/containerd /build/containerd [2022-06-04T20:48:07.527Z] #64 301.5 + install -D bin/containerd-shim /build/containerd-shim [2022-06-04T20:48:07.527Z] #64 301.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-04T20:48:07.527Z] #64 301.5 + install -D bin/ctr /build/ctr [2022-06-04T20:48:08.835Z] #77 DONE 3.4s [2022-06-04T20:48:08.835Z] [2022-06-04T20:48:08.835Z] #78 exporting to image [2022-06-04T20:48:08.835Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-04T20:48:08.835Z] #78 exporting layers [2022-06-04T20:48:09.745Z] #64 298.2 + bin/containerd-shim-runc-v1 [2022-06-04T20:48:10.071Z] #64 DONE 303.5s [2022-06-04T20:48:10.331Z] [2022-06-04T20:48:10.331Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-04T20:48:10.331Z] #65 sha256:a302dfaf3511eb5f977dce915a22c3c6bb3f974855345c17c95020370dc01cfa [2022-06-04T20:48:11.272Z] #65 DONE 0.8s [2022-06-04T20:48:11.272Z] [2022-06-04T20:48:11.272Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-04T20:48:11.272Z] #70 sha256:d7cb4badceff7848ce4a96a69a1b3693587f67fd9276864102e501a48d691238 [2022-06-04T20:48:11.272Z] #70 DONE 0.2s [2022-06-04T20:48:11.532Z] [2022-06-04T20:48:11.532Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-04T20:48:11.532Z] #75 sha256:27e3cd837f0cd25ed9b4a85cb9f36e3616ab2bbfd80b47cd2d16d6105054ddec [2022-06-04T20:48:12.102Z] #75 DONE 0.9s [2022-06-04T20:48:12.363Z] [2022-06-04T20:48:12.363Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-04T20:48:12.363Z] #76 sha256:1d6aaca25d9ef1d67c7d9a85cbe7e3136ae2ed2143c886e5a7865a2926e79f62 [2022-06-04T20:48:12.363Z] #76 DONE 0.0s [2022-06-04T20:48:12.363Z] [2022-06-04T20:48:12.363Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-04T20:48:12.363Z] #77 sha256:be3e7efa3d541bf0d877f62023c259cc4fd78b4a212013322b1a404ca68a4c7c [2022-06-04T20:48:13.307Z] #77 DONE 0.8s [2022-06-04T20:48:13.307Z] [2022-06-04T20:48:13.307Z] #78 exporting to image [2022-06-04T20:48:13.307Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-04T20:48:13.307Z] #78 exporting layers [2022-06-04T20:48:14.994Z] #64 304.5 + bin/containerd-shim-runc-v2 [2022-06-04T20:48:15.251Z] #64 305.3 + binaries [2022-06-04T20:48:15.252Z] #64 305.3 + install -D bin/containerd /build/containerd [2022-06-04T20:48:15.252Z] #64 305.3 + install -D bin/containerd-shim /build/containerd-shim [2022-06-04T20:48:15.377Z] #78 exporting layers 7.2s done [2022-06-04T20:48:15.377Z] #78 writing image sha256:0c22582d81e964fd5c327fb1e30150648baff57d87e60f63b471e3f1a598ba28 done [2022-06-04T20:48:15.377Z] #78 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done [2022-06-04T20:48:15.377Z] #78 DONE 7.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-04T20:48:15.508Z] #64 305.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-04T20:48:15.508Z] #64 305.3 + install -D bin/ctr /build/ctr [2022-06-04T20:48:15.713Z] + trap exit INT TERM [2022-06-04T20:48:15.713Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-04T20:48:15.713Z] + CONTAINER_NAME=docker-pr1 [2022-06-04T20:48:15.713Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh dynbinary [2022-06-04T20:48:16.097Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:48:16.097Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:48:16.097Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:48:16.097Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:48:16.097Z] [2022-06-04T20:48:16.097Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-04T20:48:16.097Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-04T20:48:16.097Z] Using test binary docker [2022-06-04T20:48:16.097Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-04T20:48:16.097Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:48:16.097Z] INFO: Waiting for daemon to start... [2022-06-04T20:48:16.097Z] Starting dockerd [2022-06-04T20:48:16.097Z] . [2022-06-04T20:48:16.097Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-04T20:48:16.276Z] [2022-06-04T20:48:16.276Z] Removing bundles/ [2022-06-04T20:48:16.276Z] [2022-06-04T20:48:16.276Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-04T20:48:16.276Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:48:16.276Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:48:17.396Z] #64 DONE 306.9s [2022-06-04T20:48:17.653Z] [2022-06-04T20:48:17.653Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-04T20:48:17.653Z] #65 sha256:55414478e73dbae2d91895509861bca5cbc3c0a0690ca349260d1b4b2e39b18f [2022-06-04T20:48:18.581Z] #65 DONE 0.8s [2022-06-04T20:48:18.581Z] [2022-06-04T20:48:18.581Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-04T20:48:18.581Z] #70 sha256:995855a87343211e9edf69580cf8ca3c7c9326a2b0bcae0025cf1c5c1bb91e90 [2022-06-04T20:48:18.837Z] #70 DONE 0.2s [2022-06-04T20:48:18.837Z] [2022-06-04T20:48:18.837Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-04T20:48:18.837Z] #75 sha256:f8917f60741004fdf88a77cb15839250237751b8aaae8e039a7f8ee2a15bcd22 [2022-06-04T20:48:19.764Z] #75 DONE 0.9s [2022-06-04T20:48:19.764Z] [2022-06-04T20:48:19.764Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-04T20:48:19.764Z] #76 sha256:1c3f002a8d89cc2e7e009198752a057e497dafdd2bef1c90b25ae3cb3ee97d4c [2022-06-04T20:48:19.764Z] #76 DONE 0.0s [2022-06-04T20:48:19.764Z] [2022-06-04T20:48:19.764Z] #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-04T20:48:19.764Z] #77 sha256:2deb16967da7654e30fcba287eb147319079de0f31ebb8e643c758eb5f525dc1 [2022-06-04T20:48:19.898Z] #78 exporting layers 6.4s done [2022-06-04T20:48:19.898Z] #78 writing image sha256:917e3450f5f42c167e140e69d9c21619be946cdffdb9c2022283531d6cb499d7 done [2022-06-04T20:48:19.898Z] #78 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done [2022-06-04T20:48:19.898Z] #78 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-04T20:48:20.248Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -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:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh dynbinary test-integration [2022-06-04T20:48:20.326Z] #77 0.617 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-04T20:48:20.582Z] #77 0.783 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-04T20:48:20.839Z] #77 0.883 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-04T20:48:21.095Z] #77 0.959 Reading package lists... [2022-06-04T20:48:21.191Z] [2022-06-04T20:48:21.191Z] Removing bundles/ [2022-06-04T20:48:21.191Z] [2022-06-04T20:48:21.191Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-04T20:48:21.191Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:48:21.191Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:48:21.915Z] #77 1.473 Reading package lists... [2022-06-04T20:48:21.915Z] #77 1.976 Building dependency tree... [2022-06-04T20:48:21.915Z] #77 2.086 Reading state information... [2022-06-04T20:48:21.915Z] #77 2.202 The following additional packages will be installed: [2022-06-04T20:48:22.171Z] #77 2.203 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-04T20:48:22.171Z] #77 2.204 Suggested packages: [2022-06-04T20:48:22.171Z] #77 2.204 systemd-container policykit-1 [2022-06-04T20:48:22.171Z] #77 2.204 Recommended packages: [2022-06-04T20:48:22.171Z] #77 2.204 systemd-timesyncd | time-daemon libnss-systemd [2022-06-04T20:48:22.171Z] #77 2.271 The following NEW packages will be installed: [2022-06-04T20:48:22.171Z] #77 2.271 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-04T20:48:22.171Z] #77 2.272 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-04T20:48:22.427Z] #77 2.539 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-04T20:48:22.427Z] #77 2.539 Need to get 5817 kB of archives. [2022-06-04T20:48:22.427Z] #77 2.539 After this operation, 19.3 MB of additional disk space will be used. [2022-06-04T20:48:22.427Z] #77 2.539 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-04T20:48:22.427Z] #77 2.541 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-04T20:48:22.427Z] #77 2.587 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-04T20:48:22.427Z] #77 2.594 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-04T20:48:22.427Z] #77 2.595 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-04T20:48:22.427Z] #77 2.658 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-04T20:48:22.428Z] #77 2.666 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-04T20:48:22.428Z] #77 2.668 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-04T20:48:22.428Z] #77 2.670 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-04T20:48:22.428Z] #77 2.672 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-04T20:48:22.684Z] #77 2.815 debconf: delaying package configuration, since apt-utils is not installed [2022-06-04T20:48:22.684Z] #77 2.843 Fetched 5817 kB in 0s (14.7 MB/s) [2022-06-04T20:48:22.684Z] #77 2.866 Selecting previously unselected package libargon2-1:amd64. [2022-06-04T20:48:22.684Z] #77 2.866 (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-04T20:48:22.684Z] #77 2.880 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-04T20:48:22.684Z] #77 2.886 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-04T20:48:22.684Z] #77 2.915 Selecting previously unselected package libjson-c5:amd64. [2022-06-04T20:48:22.684Z] #77 2.917 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-04T20:48:22.684Z] #77 2.921 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-04T20:48:22.684Z] #77 2.954 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-04T20:48:22.684Z] #77 2.957 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-04T20:48:22.684Z] #77 2.960 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-04T20:48:22.684Z] #77 3.009 Selecting previously unselected package libkmod2:amd64. [2022-06-04T20:48:22.684Z] #77 3.012 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-04T20:48:22.684Z] #77 3.015 Unpacking libkmod2:amd64 (28-1) ... [2022-06-04T20:48:22.940Z] #77 3.055 Selecting previously unselected package systemd. [2022-06-04T20:48:22.940Z] #77 3.058 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-04T20:48:22.940Z] #77 3.091 Unpacking systemd (247.3-7) ... [2022-06-04T20:48:23.502Z] #77 3.687 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-04T20:48:23.502Z] #77 3.712 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-04T20:48:23.502Z] #77 3.721 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-04T20:48:23.502Z] #77 3.731 Setting up libkmod2:amd64 (28-1) ... [2022-06-04T20:48:23.502Z] #77 3.741 Setting up systemd (247.3-7) ... [2022-06-04T20:48:23.502Z] #77 3.778 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-04T20:48:23.502Z] #77 3.780 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-04T20:48:23.502Z] #77 3.783 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-04T20:48:23.502Z] #77 3.805 Initializing machine ID from KVM UUID. [2022-06-04T20:48:24.063Z] #77 4.207 Selecting previously unselected package systemd-sysv. [2022-06-04T20:48:24.063Z] #77 4.207 (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-04T20:48:24.063Z] #77 4.221 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-04T20:48:24.063Z] #77 4.225 Unpacking systemd-sysv (247.3-7) ... [2022-06-04T20:48:24.063Z] #77 4.264 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-04T20:48:24.063Z] #77 4.267 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-04T20:48:24.063Z] #77 4.270 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-04T20:48:24.063Z] #77 4.320 Selecting previously unselected package dbus. [2022-06-04T20:48:24.063Z] #77 4.323 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-04T20:48:24.063Z] #77 4.332 Unpacking dbus (1.12.20-2) ... [2022-06-04T20:48:24.063Z] #77 4.383 Selecting previously unselected package libpam-systemd:amd64. [2022-06-04T20:48:24.063Z] #77 4.386 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-04T20:48:24.063Z] #77 4.390 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-04T20:48:24.063Z] #77 4.434 Selecting previously unselected package dbus-user-session. [2022-06-04T20:48:24.319Z] #77 4.437 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-04T20:48:24.319Z] #77 4.440 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-04T20:48:24.319Z] #77 4.501 Setting up systemd-sysv (247.3-7) ... [2022-06-04T20:48:24.319Z] #77 4.510 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-04T20:48:24.319Z] #77 4.519 Setting up dbus (1.12.20-2) ... [2022-06-04T20:48:24.319Z] #77 4.621 invoke-rc.d: could not determine current runlevel [2022-06-04T20:48:24.319Z] #77 4.624 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-04T20:48:24.319Z] #77 4.628 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-04T20:48:24.581Z] #77 4.796 Setting up dbus-user-session (1.12.20-2) ... [2022-06-04T20:48:24.581Z] #77 4.808 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-04T20:48:24.838Z] #77 DONE 4.9s [2022-06-04T20:48:24.838Z] [2022-06-04T20:48:24.838Z] #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-04T20:48:24.838Z] #78 sha256:77b4aa32a49552cdf18108386b5d825b258b54d9e96225041e212a143f101736 [2022-06-04T20:48:25.094Z] #78 0.468 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-04T20:48:25.094Z] #78 0.469 Dload Upload Total Spent Left Speed [2022-06-04T20:48:25.350Z] #78 0.469 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 8324 0 --:--:-- --:--:-- --:--:-- 8362 [2022-06-04T20:48:25.350Z] #78 DONE 0.7s [2022-06-04T20:48:25.350Z] [2022-06-04T20:48:25.350Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-04T20:48:25.350Z] #79 sha256:366bb25551da411e19dbb6cbf1b952ae0cecd0becb9e436ad0eba931517512c0 [2022-06-04T20:48:25.910Z] #64 249.3 # github.com/containerd/containerd/cmd/containerd [2022-06-04T20:48:25.910Z] #64 249.3 /usr/bin/ld: /tmp/go-link-1148829088/000019.o: in function `New': [2022-06-04T20:48:25.910Z] #64 249.3 /tmp/tmp.KZ4usKPpMQ/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-04T20:48:25.910Z] #64 249.4 + bin/containerd-stress [2022-06-04T20:48:25.910Z] #64 250.5 + bin/containerd-shim [2022-06-04T20:48:26.280Z] #79 DONE 0.8s [2022-06-04T20:48:26.280Z] [2022-06-04T20:48:26.280Z] #80 exporting to image [2022-06-04T20:48:26.280Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-04T20:48:26.280Z] #80 exporting layers [2022-06-04T20:48:28.459Z] #64 259.1 + bin/containerd-shim-runc-v1 [2022-06-04T20:48:32.821Z] #80 exporting layers 6.3s done [2022-06-04T20:48:32.821Z] #80 writing image sha256:316aff73a1afbaa2f53728ef32fc074e8830bedd88d05f72e9a4564af3f17c18 done [2022-06-04T20:48:32.821Z] #80 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done [2022-06-04T20:48:32.821Z] #80 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-04T20:48:33.195Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -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:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh dynbinary test-integration [2022-06-04T20:48:33.766Z] #64 264.3 + bin/containerd-shim-runc-v2 [2022-06-04T20:48:33.766Z] #64 265.0 + binaries [2022-06-04T20:48:34.044Z] #64 265.0 + install -D bin/containerd /build/containerd [2022-06-04T20:48:34.044Z] #64 265.1 + install -D bin/containerd-shim /build/containerd-shim [2022-06-04T20:48:34.044Z] #64 265.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-04T20:48:34.044Z] #64 265.1 + install -D bin/ctr /build/ctr [2022-06-04T20:48:34.122Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-04T20:48:34.122Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-04T20:48:34.122Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-04T20:48:34.122Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-04T20:48:34.122Z] 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-04T20:48:34.122Z] Detected virtualization docker. [2022-06-04T20:48:34.122Z] Detected architecture x86-64. [2022-06-04T20:48:34.122Z] Set hostname to . [2022-06-04T20:48:34.122Z] modprobe@configfs.service: Succeeded. [2022-06-04T20:48:34.122Z] modprobe@drm.service: Succeeded. [2022-06-04T20:48:34.122Z] modprobe@fuse.service: Succeeded. [2022-06-04T20:48:34.378Z] + source /etc/docker-entrypoint-cmd [2022-06-04T20:48:34.378Z] ++ hack/make.sh dynbinary test-integration [2022-06-04T20:48:34.378Z] [2022-06-04T20:48:34.378Z] Removing bundles/ [2022-06-04T20:48:34.378Z] [2022-06-04T20:48:34.378Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-04T20:48:34.378Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:48:34.378Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:48:38.269Z] #64 DONE 268.7s [2022-06-04T20:48:38.269Z] [2022-06-04T20:48:38.269Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-04T20:48:38.269Z] #65 sha256:9556c554f4624c2f7dd8cc8fd0dd695b6112882b9d7ed82c0524099ecd241832 [2022-06-04T20:48:39.653Z] #65 DONE 1.4s [2022-06-04T20:48:39.653Z] [2022-06-04T20:48:39.653Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-04T20:48:39.653Z] #70 sha256:17cc57bcedce42de12b1235bb2f3ac4663ec3dcb9e0c30c627b6b76da332ecba [2022-06-04T20:48:39.915Z] #70 DONE 0.3s [2022-06-04T20:48:39.915Z] [2022-06-04T20:48:39.915Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-04T20:48:39.915Z] #75 sha256:fba0aae7acadd846745cdd2dc0377e30b86e2ecb747cb1dfd4cd6f18937f4b3e [2022-06-04T20:48:41.833Z] #75 DONE 1.6s [2022-06-04T20:48:41.833Z] [2022-06-04T20:48:41.833Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-04T20:48:41.833Z] #76 sha256:61785c1558f9f4db8fc84b92ffb3969eea950123eabac66a42cbec61fe61749d [2022-06-04T20:48:41.833Z] #76 DONE 0.0s [2022-06-04T20:48:41.833Z] [2022-06-04T20:48:41.833Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-04T20:48:41.833Z] #77 sha256:e11438ed80291c2d0dad8fc374633edc1e7b95c1b83caf0fca79d2ba5af1f5cf [2022-06-04T20:48:42.777Z] #77 DONE 1.0s [2022-06-04T20:48:42.777Z] [2022-06-04T20:48:42.777Z] #78 exporting to image [2022-06-04T20:48:42.777Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-04T20:48:42.777Z] #78 exporting layers [2022-06-04T20:48:46.084Z] #78 exporting layers 2.9s done [2022-06-04T20:48:46.084Z] #78 writing image sha256:72d3f2348f4cb1912e7252d7b2ebb33486ac23936d5434abf3e3612aaa358c53 done [2022-06-04T20:48:46.084Z] #78 naming to docker.io/library/docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 done [2022-06-04T20:48:46.084Z] #78 DONE 2.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-04T20:48:46.416Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-04T20:48:46.706Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/test/unit [2022-06-04T20:48:48.093Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-04T20:48:48.093Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-04T20:48:48.093Z] + TESTDIRS=./... [2022-06-04T20:48:48.093Z] + exclude_paths='/vendor/|/integration' [2022-06-04T20:48:48.093Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-04T20:48:48.093Z] ++ go list ./... [2022-06-04T20:48:49.039Z] + pkg_list='github.com/docker/docker/api [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/backend [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/container [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/events [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/filters [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/image [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/mount [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/network [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/registry [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/time [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/versions [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:48:49.039Z] github.com/docker/docker/api/types/volume [2022-06-04T20:48:49.039Z] github.com/docker/docker/builder [2022-06-04T20:48:49.039Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:48:49.039Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/config [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/debug [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/client [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:48:49.040Z] github.com/docker/docker/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/container/stream [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/config [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/events [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/exec [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/images [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/links [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/names [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/network [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/stats [2022-06-04T20:48:49.040Z] github.com/docker/docker/distribution [2022-06-04T20:48:49.040Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:48:49.040Z] github.com/docker/docker/distribution/utils [2022-06-04T20:48:49.040Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:48:49.040Z] github.com/docker/docker/dockerversion [2022-06-04T20:48:49.040Z] github.com/docker/docker/errdefs [2022-06-04T20:48:49.040Z] github.com/docker/docker/image [2022-06-04T20:48:49.040Z] github.com/docker/docker/image/cache [2022-06-04T20:48:49.040Z] github.com/docker/docker/image/tarexport [2022-06-04T20:48:49.040Z] github.com/docker/docker/image/v1 [2022-06-04T20:48:49.040Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:48:49.040Z] github.com/docker/docker/layer [2022-06-04T20:48:49.040Z] github.com/docker/docker/libcontainerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:48:49.040Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:48:49.040Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:48:49.040Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:48:49.040Z] github.com/docker/docker/oci [2022-06-04T20:48:49.040Z] github.com/docker/docker/oci/caps [2022-06-04T20:48:49.040Z] github.com/docker/docker/opts [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/archive [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/directory [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/platform [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/pools [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/progress [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/signal [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/stack [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/system [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:48:49.040Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:48:49.040Z] github.com/docker/docker/plugin [2022-06-04T20:48:49.040Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:48:49.040Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:48:49.040Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:48:49.040Z] github.com/docker/docker/quota [2022-06-04T20:48:49.040Z] github.com/docker/docker/reference [2022-06-04T20:48:49.040Z] github.com/docker/docker/registry [2022-06-04T20:48:49.040Z] github.com/docker/docker/registry/resumable [2022-06-04T20:48:49.040Z] github.com/docker/docker/restartmanager [2022-06-04T20:48:49.040Z] github.com/docker/docker/rootless [2022-06-04T20:48:49.040Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:48:49.040Z] github.com/docker/docker/runconfig [2022-06-04T20:48:49.040Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/environment [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/registry [2022-06-04T20:48:49.040Z] github.com/docker/docker/testutil/request [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/drivers [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/local [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/mounts [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/service [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:48:49.040Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:48:49.040Z] ++ grep --fixed-strings -v /libnetwork [2022-06-04T20:48:49.040Z] ++ echo 'github.com/docker/docker/api [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/backend [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/events [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/filters [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/image [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/mount [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/network [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/registry [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/time [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/versions [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:48:49.040Z] github.com/docker/docker/api/types/volume [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:48:49.040Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/config [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/debug [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:48:49.040Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/client [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:48:49.040Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:48:49.040Z] github.com/docker/docker/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/container/stream [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:48:49.040Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/config [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/events [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/exec [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/images [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/links [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:48:49.040Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/names [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/network [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/stats [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/utils [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:48:49.041Z] github.com/docker/docker/dockerversion [2022-06-04T20:48:49.041Z] github.com/docker/docker/errdefs [2022-06-04T20:48:49.041Z] github.com/docker/docker/image [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/cache [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/tarexport [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/v1 [2022-06-04T20:48:49.041Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:48:49.041Z] github.com/docker/docker/layer [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:48:49.041Z] github.com/docker/docker/oci [2022-06-04T20:48:49.041Z] github.com/docker/docker/oci/caps [2022-06-04T20:48:49.041Z] github.com/docker/docker/opts [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/archive [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/directory [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/platform [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pools [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/progress [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/signal [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stack [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/system [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:48:49.041Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:48:49.041Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:48:49.041Z] github.com/docker/docker/quota [2022-06-04T20:48:49.041Z] github.com/docker/docker/reference [2022-06-04T20:48:49.041Z] github.com/docker/docker/registry [2022-06-04T20:48:49.041Z] github.com/docker/docker/registry/resumable [2022-06-04T20:48:49.041Z] github.com/docker/docker/restartmanager [2022-06-04T20:48:49.041Z] github.com/docker/docker/rootless [2022-06-04T20:48:49.041Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:48:49.041Z] github.com/docker/docker/runconfig [2022-06-04T20:48:49.041Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/environment [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/registry [2022-06-04T20:48:49.041Z] github.com/docker/docker/testutil/request [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/drivers [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/local [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/mounts [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/service [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:48:49.041Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:48:49.041Z] + base_pkg_list='github.com/docker/docker/api [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/backend [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/container [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/events [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/filters [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/image [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/mount [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/network [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/registry [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/time [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/versions [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:48:49.041Z] github.com/docker/docker/api/types/volume [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:48:49.041Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:48:49.041Z] github.com/docker/docker/cli [2022-06-04T20:48:49.041Z] github.com/docker/docker/cli/config [2022-06-04T20:48:49.041Z] github.com/docker/docker/cli/debug [2022-06-04T20:48:49.041Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:48:49.041Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/client [2022-06-04T20:48:49.041Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:48:49.041Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:48:49.041Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:48:49.041Z] github.com/docker/docker/container [2022-06-04T20:48:49.041Z] github.com/docker/docker/container/stream [2022-06-04T20:48:49.041Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:48:49.041Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:48:49.041Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/config [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/events [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/exec [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/images [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/links [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/names [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/network [2022-06-04T20:48:49.041Z] github.com/docker/docker/daemon/stats [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/utils [2022-06-04T20:48:49.041Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:48:49.041Z] github.com/docker/docker/dockerversion [2022-06-04T20:48:49.041Z] github.com/docker/docker/errdefs [2022-06-04T20:48:49.041Z] github.com/docker/docker/image [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/cache [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/tarexport [2022-06-04T20:48:49.041Z] github.com/docker/docker/image/v1 [2022-06-04T20:48:49.041Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:48:49.041Z] github.com/docker/docker/layer [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:48:49.041Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:48:49.041Z] github.com/docker/docker/oci [2022-06-04T20:48:49.041Z] github.com/docker/docker/oci/caps [2022-06-04T20:48:49.041Z] github.com/docker/docker/opts [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/archive [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/directory [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/platform [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pools [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/progress [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/signal [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stack [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/system [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:48:49.041Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:48:49.041Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:48:49.041Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:48:49.041Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:48:49.041Z] github.com/docker/docker/quota [2022-06-04T20:48:49.042Z] github.com/docker/docker/reference [2022-06-04T20:48:49.042Z] github.com/docker/docker/registry [2022-06-04T20:48:49.042Z] github.com/docker/docker/registry/resumable [2022-06-04T20:48:49.042Z] github.com/docker/docker/restartmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/rootless [2022-06-04T20:48:49.042Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:48:49.042Z] github.com/docker/docker/runconfig [2022-06-04T20:48:49.042Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/environment [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/registry [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/request [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/drivers [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/local [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/mounts [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/service [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:48:49.042Z] ++ grep --fixed-strings /libnetwork [2022-06-04T20:48:49.042Z] ++ echo 'github.com/docker/docker/api [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/backend [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/container [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/events [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/filters [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/image [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/mount [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/network [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/registry [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/time [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/versions [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:48:49.042Z] github.com/docker/docker/api/types/volume [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:48:49.042Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:48:49.042Z] github.com/docker/docker/cli [2022-06-04T20:48:49.042Z] github.com/docker/docker/cli/config [2022-06-04T20:48:49.042Z] github.com/docker/docker/cli/debug [2022-06-04T20:48:49.042Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:48:49.042Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:48:49.042Z] github.com/docker/docker/client [2022-06-04T20:48:49.042Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:48:49.042Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:48:49.042Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:48:49.042Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:48:49.042Z] github.com/docker/docker/container [2022-06-04T20:48:49.042Z] github.com/docker/docker/container/stream [2022-06-04T20:48:49.042Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:48:49.042Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:48:49.042Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/config [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/events [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/exec [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/images [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/links [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/names [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/network [2022-06-04T20:48:49.042Z] github.com/docker/docker/daemon/stats [2022-06-04T20:48:49.042Z] github.com/docker/docker/distribution [2022-06-04T20:48:49.042Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:48:49.042Z] github.com/docker/docker/distribution/utils [2022-06-04T20:48:49.042Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:48:49.042Z] github.com/docker/docker/dockerversion [2022-06-04T20:48:49.042Z] github.com/docker/docker/errdefs [2022-06-04T20:48:49.042Z] github.com/docker/docker/image [2022-06-04T20:48:49.042Z] github.com/docker/docker/image/cache [2022-06-04T20:48:49.042Z] github.com/docker/docker/image/tarexport [2022-06-04T20:48:49.042Z] github.com/docker/docker/image/v1 [2022-06-04T20:48:49.042Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:48:49.042Z] github.com/docker/docker/layer [2022-06-04T20:48:49.042Z] github.com/docker/docker/libcontainerd [2022-06-04T20:48:49.042Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:48:49.042Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:48:49.042Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:48:49.042Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:48:49.042Z] github.com/docker/docker/oci [2022-06-04T20:48:49.042Z] github.com/docker/docker/oci/caps [2022-06-04T20:48:49.042Z] github.com/docker/docker/opts [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/archive [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/directory [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/platform [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/pools [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/progress [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/signal [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/stack [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/system [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:48:49.042Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:48:49.042Z] github.com/docker/docker/plugin [2022-06-04T20:48:49.042Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:48:49.042Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:48:49.042Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:48:49.042Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:48:49.042Z] github.com/docker/docker/quota [2022-06-04T20:48:49.042Z] github.com/docker/docker/reference [2022-06-04T20:48:49.042Z] github.com/docker/docker/registry [2022-06-04T20:48:49.042Z] github.com/docker/docker/registry/resumable [2022-06-04T20:48:49.042Z] github.com/docker/docker/restartmanager [2022-06-04T20:48:49.042Z] github.com/docker/docker/rootless [2022-06-04T20:48:49.042Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:48:49.042Z] github.com/docker/docker/runconfig [2022-06-04T20:48:49.042Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/environment [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/registry [2022-06-04T20:48:49.042Z] github.com/docker/docker/testutil/request [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/drivers [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/local [2022-06-04T20:48:49.042Z] github.com/docker/docker/volume/mounts [2022-06-04T20:48:49.043Z] github.com/docker/docker/volume/service [2022-06-04T20:48:49.043Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:48:49.043Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:48:49.043Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/types' [2022-06-04T20:48:49.043Z] + echo 'github.com/docker/docker/libnetwork [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/types' [2022-06-04T20:48:49.043Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:48:49.043Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:48:49.043Z] + type docker-proxy [2022-06-04T20:48:49.043Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-04T20:48:49.043Z] + hack/make.sh binary-proxy install-proxy [2022-06-04T20:48:49.043Z] [2022-06-04T20:48:49.043Z] Removing bundles/ [2022-06-04T20:48:49.043Z] [2022-06-04T20:48:49.043Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-04T20:48:49.043Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-04T20:48:49.043Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:48:54.756Z] sha256:4ce52158a631840a3163335f2ca7553aeec15a97dfb7482afaf920c78ab4a4ce [2022-06-04T20:48:54.756Z] INFO: Starting docker-py tests... [2022-06-04T20:48:54.756Z] ============================= test session starts ============================== [2022-06-04T20:48:54.756Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-04T20:48:54.756Z] rootdir: /src, inifile: pytest.ini [2022-06-04T20:48:54.756Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-04T20:48:54.756Z] collected 395 items / 2 deselected / 393 selected [2022-06-04T20:48:54.756Z] [2022-06-04T20:48:55.636Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-04T20:48:55.636Z] [2022-06-04T20:48:55.636Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-04T20:48:55.636Z] Installing docker-proxy to /usr/local/bin/ [2022-06-04T20:48:55.636Z] [2022-06-04T20:48:55.636Z] + mkdir -p bundles [2022-06-04T20:48:55.636Z] + '[' -n 'github.com/docker/docker/api [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/backend [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/container [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/events [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/filters [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/image [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/mount [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/network [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/registry [2022-06-04T20:48:55.636Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/time [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/versions [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:48:55.637Z] github.com/docker/docker/api/types/volume [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:48:55.637Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:48:55.637Z] github.com/docker/docker/cli [2022-06-04T20:48:55.637Z] github.com/docker/docker/cli/config [2022-06-04T20:48:55.637Z] github.com/docker/docker/cli/debug [2022-06-04T20:48:55.637Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:48:55.637Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:48:55.637Z] github.com/docker/docker/client [2022-06-04T20:48:55.637Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:48:55.637Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:48:55.637Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:48:55.637Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:48:55.637Z] github.com/docker/docker/container [2022-06-04T20:48:55.637Z] github.com/docker/docker/container/stream [2022-06-04T20:48:55.637Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:48:55.637Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:48:55.637Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/config [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/events [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/exec [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/images [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/links [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/names [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/network [2022-06-04T20:48:55.637Z] github.com/docker/docker/daemon/stats [2022-06-04T20:48:55.637Z] github.com/docker/docker/distribution [2022-06-04T20:48:55.637Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:48:55.637Z] github.com/docker/docker/distribution/utils [2022-06-04T20:48:55.637Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:48:55.637Z] github.com/docker/docker/dockerversion [2022-06-04T20:48:55.637Z] github.com/docker/docker/errdefs [2022-06-04T20:48:55.637Z] github.com/docker/docker/image [2022-06-04T20:48:55.637Z] github.com/docker/docker/image/cache [2022-06-04T20:48:55.637Z] github.com/docker/docker/image/tarexport [2022-06-04T20:48:55.637Z] github.com/docker/docker/image/v1 [2022-06-04T20:48:55.637Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:48:55.637Z] github.com/docker/docker/layer [2022-06-04T20:48:55.637Z] github.com/docker/docker/libcontainerd [2022-06-04T20:48:55.637Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:48:55.637Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:48:55.637Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:48:55.637Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:48:55.637Z] github.com/docker/docker/oci [2022-06-04T20:48:55.637Z] github.com/docker/docker/oci/caps [2022-06-04T20:48:55.637Z] github.com/docker/docker/opts [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/archive [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/directory [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/platform [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/pools [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/progress [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/signal [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/stack [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/system [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:48:55.637Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:48:55.637Z] github.com/docker/docker/plugin [2022-06-04T20:48:55.637Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:48:55.637Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:48:55.637Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:48:55.637Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:48:55.637Z] github.com/docker/docker/quota [2022-06-04T20:48:55.637Z] github.com/docker/docker/reference [2022-06-04T20:48:55.637Z] github.com/docker/docker/registry [2022-06-04T20:48:55.637Z] github.com/docker/docker/registry/resumable [2022-06-04T20:48:55.637Z] github.com/docker/docker/restartmanager [2022-06-04T20:48:55.637Z] github.com/docker/docker/rootless [2022-06-04T20:48:55.637Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:48:55.637Z] github.com/docker/docker/runconfig [2022-06-04T20:48:55.637Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/environment [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/registry [2022-06-04T20:48:55.637Z] github.com/docker/docker/testutil/request [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/drivers [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/local [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/mounts [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/service [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:48:55.637Z] github.com/docker/docker/volume/testutils' ']' [2022-06-04T20:48:55.637Z] + 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-04T20:48:55.637Z] ? github.com/docker/docker/api [no test files] [2022-06-04T20:49:10.557Z] ok github.com/docker/docker/api/server 0.010s coverage: 7.9% of statements [2022-06-04T20:49:11.222Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-04T20:49:12.040Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-04T20:49:13.966Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-04T20:49:44.169Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-04T20:50:18.312Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-04T20:50:18.312Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-04T20:50:18.312Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-06-04T20:50:19.257Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2022-06-04T20:50:19.257Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-04T20:50:19.257Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-04T20:50:19.257Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-04T20:50:19.831Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-04T20:50:19.831Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-04T20:50:19.831Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-04T20:50:19.831Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-04T20:50:19.831Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-04T20:50:20.093Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-04T20:50:20.667Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-04T20:50:20.667Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-04T20:50:20.929Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 6.0% of statements [2022-06-04T20:50:21.191Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-04T20:50:21.765Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2022-06-04T20:50:21.765Z] ok github.com/docker/docker/api/server/router/volume 0.011s coverage: 67.9% of statements [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-04T20:50:21.765Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-04T20:50:21.765Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-04T20:50:22.028Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-04T20:50:22.028Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-04T20:50:22.028Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-04T20:50:22.765Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:50:22.765Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:22.765Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:50:22.765Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:22.765Z] [2022-06-04T20:50:22.765Z] + TEST_INTEGRATION_DEST=2 [2022-06-04T20:50:22.765Z] + CONTAINER_NAME=docker-pr1-2 [2022-06-04T20:50:22.765Z] + TEST_SKIP_INTEGRATION=1 [2022-06-04T20:50:22.765Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-04T20:50:22.765Z] + run_tests [2022-06-04T20:50:22.765Z] + '[' -n 0 ']' [2022-06-04T20:50:22.765Z] + rm= [2022-06-04T20:50:22.765Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43693/.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=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh '' test-integration [2022-06-04T20:50:22.765Z] + c=0 [2022-06-04T20:50:22.765Z] + TEST_INTEGRATION_DEST=3 [2022-06-04T20:50:22.765Z] + CONTAINER_NAME=docker-pr1-3 [2022-06-04T20:50:22.765Z] + TEST_SKIP_INTEGRATION=1 [2022-06-04T20:50:22.765Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-04T20:50:22.765Z] + run_tests [2022-06-04T20:50:22.765Z] + '[' -n 0 ']' [2022-06-04T20:50:22.765Z] + rm= [2022-06-04T20:50:22.765Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43693/.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=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh '' test-integration [2022-06-04T20:50:22.765Z] + TEST_INTEGRATION_DEST=1 [2022-06-04T20:50:22.765Z] + CONTAINER_NAME=docker-pr1-1 [2022-06-04T20:50:22.765Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-04T20:50:22.765Z] + run_tests test-integration-flaky [2022-06-04T20:50:22.765Z] + '[' -n 0 ']' [2022-06-04T20:50:22.765Z] + rm= [2022-06-04T20:50:22.765Z] ++ jobs -p [2022-06-04T20:50:22.765Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43693/.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=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh test-integration-flaky test-integration [2022-06-04T20:50:22.765Z] + for job in $(jobs -p) [2022-06-04T20:50:22.765Z] + wait 13420 [2022-06-04T20:50:22.765Z] [2022-06-04T20:50:22.765Z] [2022-06-04T20:50:22.765Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:50:22.765Z] [2022-06-04T20:50:22.765Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:50:22.765Z] HOSTNAME=6ed0d0c63757 [2022-06-04T20:50:22.765Z] TEST_SKIP_INTEGRATION=1 [2022-06-04T20:50:22.765Z] TESTDEBUG=0 [2022-06-04T20:50:22.765Z] DEST=bundles/test-integration [2022-06-04T20:50:22.765Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:50:22.765Z] KEEPBUNDLE=1 [2022-06-04T20:50:22.765Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:50:22.765Z] container=docker [2022-06-04T20:50:22.765Z] HOME=/root [2022-06-04T20:50:22.765Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:50:22.765Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:50:22.765Z] VALIDATE_BRANCH=master [2022-06-04T20:50:22.765Z] TERM=xterm [2022-06-04T20:50:22.765Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:50:22.765Z] SHLVL=1 [2022-06-04T20:50:22.765Z] TIMEOUT=120m [2022-06-04T20:50:22.765Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:50:22.765Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:50:22.765Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-04T20:50:22.765Z] GO111MODULE=off [2022-06-04T20:50:22.765Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:50:22.765Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:50:22.765Z] GOPATH=/go [2022-06-04T20:50:22.765Z] PKG_CONFIG=pkg-config [2022-06-04T20:50:22.765Z] _=/usr/bin/env [2022-06-04T20:50:22.765Z] Building test suite binary ./integration-cli/test.main [2022-06-04T20:50:22.765Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:50:22.765Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:50:22.765Z] HOSTNAME=84eb81364276 [2022-06-04T20:50:22.765Z] TEST_SKIP_INTEGRATION=1 [2022-06-04T20:50:22.765Z] TESTDEBUG=0 [2022-06-04T20:50:22.765Z] DEST=bundles/test-integration [2022-06-04T20:50:22.765Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:50:22.765Z] KEEPBUNDLE=1 [2022-06-04T20:50:22.765Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:50:22.765Z] container=docker [2022-06-04T20:50:22.765Z] HOME=/root [2022-06-04T20:50:22.765Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:50:22.765Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:50:22.765Z] VALIDATE_BRANCH=master [2022-06-04T20:50:22.765Z] TERM=xterm [2022-06-04T20:50:22.765Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:50:22.765Z] SHLVL=1 [2022-06-04T20:50:22.765Z] TIMEOUT=120m [2022-06-04T20:50:22.765Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:50:22.765Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:50:22.765Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-04T20:50:22.765Z] GO111MODULE=off [2022-06-04T20:50:22.765Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:50:22.765Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:50:22.765Z] GOPATH=/go [2022-06-04T20:50:22.765Z] PKG_CONFIG=pkg-config [2022-06-04T20:50:22.765Z] _=/usr/bin/env [2022-06-04T20:50:22.765Z] Building test suite binary ./integration-cli/test.main [2022-06-04T20:50:22.765Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-04T20:50:22.765Z] No new tests added to integration. [2022-06-04T20:50:22.765Z] [2022-06-04T20:50:22.765Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:50:22.765Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:50:22.765Z] HOSTNAME=480606fdb55b [2022-06-04T20:50:22.765Z] TESTDEBUG=0 [2022-06-04T20:50:22.765Z] DEST=bundles/test-integration [2022-06-04T20:50:22.765Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:50:22.765Z] KEEPBUNDLE=1 [2022-06-04T20:50:22.765Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:50:22.765Z] container=docker [2022-06-04T20:50:22.765Z] HOME=/root [2022-06-04T20:50:22.765Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:50:22.765Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:50:22.765Z] VALIDATE_BRANCH=master [2022-06-04T20:50:22.765Z] TERM=xterm [2022-06-04T20:50:22.765Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:50:22.765Z] SHLVL=1 [2022-06-04T20:50:22.765Z] TIMEOUT=120m [2022-06-04T20:50:22.765Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:50:22.765Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:50:22.765Z] GO111MODULE=off [2022-06-04T20:50:22.765Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-04T20:50:22.765Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:50:22.765Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:50:22.765Z] GOPATH=/go [2022-06-04T20:50:22.765Z] PKG_CONFIG=pkg-config [2022-06-04T20:50:22.765Z] _=/usr/bin/env [2022-06-04T20:50:22.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-04T20:50:24.581Z] ok github.com/docker/docker/builder/remotecontext 0.129s coverage: 13.7% of statements [2022-06-04T20:50:24.843Z] ok github.com/docker/docker/builder/dockerfile 0.460s coverage: 49.3% of statements [2022-06-04T20:50:24.843Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-04T20:50:25.787Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-04T20:50:26.049Z] ok github.com/docker/docker/builder/remotecontext/git 1.386s coverage: 86.3% of statements [2022-06-04T20:50:26.049Z] ? github.com/docker/docker/cli [no test files] [2022-06-04T20:50:26.049Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-04T20:50:26.049Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-04T20:50:26.049Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-04T20:50:26.995Z] ok github.com/docker/docker/cmd/docker-proxy 0.199s coverage: 67.6% of statements [2022-06-04T20:50:27.725Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:50:27.725Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:27.725Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:50:27.725Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:27.725Z] [2022-06-04T20:50:27.725Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:50:27.725Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:50:27.725Z] HOSTNAME=281090aae496 [2022-06-04T20:50:27.725Z] DEST=bundles/test-integration [2022-06-04T20:50:27.725Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:50:27.725Z] DOCKER_ROOTLESS=1 [2022-06-04T20:50:27.725Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:50:27.725Z] container=docker [2022-06-04T20:50:27.725Z] HOME=/root [2022-06-04T20:50:27.725Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:50:27.725Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:50:27.725Z] VALIDATE_BRANCH=master [2022-06-04T20:50:27.725Z] TERM=xterm [2022-06-04T20:50:27.725Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:50:27.725Z] SHLVL=1 [2022-06-04T20:50:27.725Z] TIMEOUT=120m [2022-06-04T20:50:27.725Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:50:27.725Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:50:27.725Z] GO111MODULE=off [2022-06-04T20:50:27.725Z] DOCKER_EXPERIMENTAL=1 [2022-06-04T20:50:27.725Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-04T20:50:27.725Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:50:27.725Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:50:27.725Z] GOPATH=/go [2022-06-04T20:50:27.725Z] PKG_CONFIG=pkg-config [2022-06-04T20:50:27.725Z] _=/usr/bin/env [2022-06-04T20:50:27.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-04T20:50:30.363Z] ok github.com/docker/docker/client 0.090s coverage: 75.6% of statements [2022-06-04T20:50:40.653Z] .........................xx.................... [ 29%] [2022-06-04T20:50:40.786Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:50:40.786Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:40.786Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:50:40.786Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:50:40.786Z] [2022-06-04T20:50:40.786Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:50:40.786Z] DOCKER_SYSTEMD=1 [2022-06-04T20:50:40.786Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:50:40.786Z] HOSTNAME=e1b8c690705f [2022-06-04T20:50:40.786Z] DEST=bundles/test-integration [2022-06-04T20:50:40.786Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:50:40.786Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:50:40.786Z] container=docker [2022-06-04T20:50:40.786Z] HOME=/root [2022-06-04T20:50:40.786Z] LANG=C.UTF-8 [2022-06-04T20:50:40.786Z] INVOCATION_ID=b774f75039404fe78bac5f56b9704585 [2022-06-04T20:50:40.786Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:50:40.786Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:50:40.786Z] VALIDATE_BRANCH=master [2022-06-04T20:50:40.786Z] TERM=xterm [2022-06-04T20:50:40.786Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:50:40.786Z] SHLVL=3 [2022-06-04T20:50:40.786Z] TIMEOUT=120m [2022-06-04T20:50:40.786Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:50:40.786Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:50:40.786Z] GO111MODULE=off [2022-06-04T20:50:40.786Z] DOCKER_EXPERIMENTAL=1 [2022-06-04T20:50:40.786Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-04T20:50:40.786Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:50:40.786Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:50:40.786Z] GOPATH=/go [2022-06-04T20:50:40.786Z] PKG_CONFIG=pkg-config [2022-06-04T20:50:40.786Z] _=/usr/bin/env [2022-06-04T20:50:40.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-04T20:50:58.410Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-04T20:51:05.822Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-04T20:51:06.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-04T20:51:06.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-04T20:51:09.140Z] ok github.com/docker/docker/cmd/dockerd 0.080s coverage: 29.7% of statements [2022-06-04T20:51:09.140Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-06-04T20:51:09.140Z] ok github.com/docker/docker/cmd/dockerd/trap 2.471s coverage: 0.0% of statements [2022-06-04T20:51:09.140Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-04T20:51:09.140Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-04T20:51:09.140Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-04T20:51:09.140Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-04T20:51:09.140Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-04T20:51:10.084Z] ok github.com/docker/docker/daemon/cluster 0.073s coverage: 0.5% of statements [2022-06-04T20:51:10.514Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-04T20:51:11.474Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.032s coverage: 65.3% of statements [2022-06-04T20:51:12.860Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-06-04T20:51:19.447Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.444s coverage: 13.4% of statements [2022-06-04T20:51:20.391Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.5% of statements [2022-06-04T20:51:20.964Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-04T20:51:21.537Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-04T20:51:22.482Z] ok github.com/docker/docker/daemon 10.108s coverage: 16.1% of statements [2022-06-04T20:51:22.482Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-04T20:51:22.482Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-04T20:51:22.482Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-04T20:51:22.482Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-04T20:51:23.053Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.593s coverage: 74.8% of statements [2022-06-04T20:51:23.625Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.289s coverage: 56.2% of statements [2022-06-04T20:51:24.570Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.028s coverage: 3.0% of statements [2022-06-04T20:51:25.513Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-06-04T20:51:27.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-04T20:51:27.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-04T20:51:27.448Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.269s coverage: 50.6% of statements [2022-06-04T20:51:28.393Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.651s coverage: 45.9% of statements [2022-06-04T20:51:28.393Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-04T20:51:28.545Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-04T20:51:29.336Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-06-04T20:51:29.336Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.850s coverage: 58.5% of statements [2022-06-04T20:51:29.336Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-04T20:51:29.336Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-04T20:51:30.281Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.014s coverage: 3.0% of statements [2022-06-04T20:51:30.854Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-04T20:51:31.427Z] ok github.com/docker/docker/daemon/images 0.035s coverage: 6.6% of statements [2022-06-04T20:51:31.427Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-04T20:51:31.427Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-04T20:51:32.002Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 43.2% of statements [2022-06-04T20:51:32.946Z] ok github.com/docker/docker/daemon/logger/awslogs 0.122s coverage: 79.9% of statements [2022-06-04T20:51:32.946Z] ok github.com/docker/docker/daemon/logger/fluentd 0.016s coverage: 53.6% of statements [2022-06-04T20:51:32.946Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-04T20:51:33.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-04T20:51:33.517Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2022-06-04T20:51:33.517Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.4% of statements [2022-06-04T20:51:34.090Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2022-06-04T20:51:34.663Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.127s coverage: 76.8% of statements [2022-06-04T20:51:34.925Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 79.2% of statements [2022-06-04T20:51:34.925Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-04T20:51:34.925Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-04T20:51:35.499Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.028s coverage: 62.0% of statements [2022-06-04T20:51:35.499Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-06-04T20:51:36.445Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2022-06-04T20:51:36.706Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-04T20:51:37.280Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-04T20:51:37.715Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-04T20:51:38.225Z] ok github.com/docker/docker/daemon/logger/splunk 1.552s coverage: 82.5% of statements [2022-06-04T20:51:38.225Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-04T20:51:38.225Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-04T20:51:38.798Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-06-04T20:51:39.059Z] ok github.com/docker/docker/distribution 0.606s coverage: 28.0% of statements [2022-06-04T20:51:39.060Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-04T20:51:39.153Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-04T20:51:39.633Z] ok github.com/docker/docker/errdefs 0.029s coverage: 77.0% of statements [2022-06-04T20:51:39.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-04T20:51:40.577Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-06-04T20:51:40.839Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-04T20:51:41.413Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-04T20:51:41.674Z] ok github.com/docker/docker/distribution/xfer 1.905s coverage: 84.9% of statements [2022-06-04T20:51:41.674Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-04T20:51:41.674Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-04T20:51:41.674Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-04T20:51:41.936Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-06-04T20:51:42.881Z] ok github.com/docker/docker/oci 0.006s coverage: 46.0% of statements [2022-06-04T20:51:43.220Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-04T20:51:43.453Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-06-04T20:51:43.454Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-04T20:51:45.372Z] ok github.com/docker/docker/pkg/archive 0.304s coverage: 82.3% of statements [2022-06-04T20:51:46.317Z] ok github.com/docker/docker/pkg/authorization 0.587s coverage: 68.3% of statements [2022-06-04T20:51:46.317Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-04T20:51:46.579Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-04T20:51:47.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-04T20:51:48.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-04T20:51:49.088Z] ............................ [ 66%] [2022-06-04T20:51:49.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-04T20:51:49.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-04T20:51:49.928Z] ok github.com/docker/docker/pkg/chrootarchive 2.543s coverage: 42.7% of statements [2022-06-04T20:51:49.928Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-04T20:51:50.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-04T20:51:50.190Z] ok github.com/docker/docker/layer 7.163s coverage: 69.0% of statements [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-04T20:51:50.190Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-04T20:51:50.190Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2022-06-04T20:51:50.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-04T20:51:50.453Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-06-04T20:51:50.715Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-06-04T20:51:50.976Z] ok github.com/docker/docker/pkg/fsutils 0.195s coverage: 85.1% of statements [2022-06-04T20:51:50.976Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-06-04T20:51:51.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-04T20:51:51.921Z] ok github.com/docker/docker/pkg/idtools 0.336s coverage: 67.9% of statements [2022-06-04T20:51:52.183Z] ok github.com/docker/docker/pkg/ioutils 0.389s coverage: 70.1% of statements [2022-06-04T20:51:52.445Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2022-06-04T20:51:52.445Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-06-04T20:51:52.445Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-04T20:51:52.445Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-06-04T20:51:52.707Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-04T20:51:52.970Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2022-06-04T20:51:52.970Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-06-04T20:51:53.232Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-04T20:51:53.232Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-04T20:51:53.232Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-04T20:51:53.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-04T20:51:53.805Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2022-06-04T20:51:54.067Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-04T20:51:54.329Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-04T20:51:54.590Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-04T20:51:54.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-04T20:51:55.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-04T20:51:55.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-04T20:51:55.975Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-06-04T20:51:56.236Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-04T20:51:56.498Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-04T20:51:56.760Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-04T20:51:56.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-04T20:51:57.021Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-04T20:51:57.021Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-04T20:51:57.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-04T20:51:57.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-04T20:51:57.593Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-04T20:51:58.166Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-04T20:51:58.428Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-06-04T20:51:58.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-04T20:51:59.000Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2022-06-04T20:51:59.261Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-04T20:51:59.261Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-04T20:51:59.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-04T20:52:00.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-04T20:52:00.911Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:52:00.911Z] Using test binary docker [2022-06-04T20:52:01.172Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-04T20:52:01.172Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:52:01.172Z] INFO: Waiting for daemon to start... [2022-06-04T20:52:01.172Z] Starting dockerd [2022-06-04T20:52:01.177Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-06-04T20:52:01.438Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-04T20:52:02.010Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-06-04T20:52:03.399Z] ok github.com/docker/docker/quota 0.226s coverage: 71.4% of statements [2022-06-04T20:52:03.399Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-04T20:52:04.344Z] ok github.com/docker/docker/registry 0.081s coverage: 58.6% of statements [2022-06-04T20:52:04.474Z] . [2022-06-04T20:52:04.474Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:52:04.474Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:52:04.474Z] Error: No such image: emptyfs [2022-06-04T20:52:04.474Z] Running integration-test (iteration 1) [2022-06-04T20:52:04.474Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-04T20:52:04.474Z] Loaded image: busybox:latest [2022-06-04T20:52:04.735Z] Loaded image: busybox:glibc [2022-06-04T20:52:04.917Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-04T20:52:04.918Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-04T20:52:05.492Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-06-04T20:52:05.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-04T20:52:05.753Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-04T20:52:06.124Z] Loaded image: debian:bullseye-slim [2022-06-04T20:52:06.124Z] Loaded image: hello-world:latest [2022-06-04T20:52:06.124Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:52:06.124Z] INFO: Testing against a local daemon [2022-06-04T20:52:06.124Z] === RUN TestCgroupNamespacesBuild [2022-06-04T20:52:06.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-04T20:52:07.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-04T20:52:07.509Z] --- PASS: TestCgroupNamespacesBuild (1.23s) [2022-06-04T20:52:07.510Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-04T20:52:07.671Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-04T20:52:07.957Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-04T20:52:08.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-04T20:52:08.244Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.8% of statements [2022-06-04T20:52:08.454Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-06-04T20:52:08.454Z] === RUN TestBuildWithSession [2022-06-04T20:52:08.454Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:52:08.454Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-04T20:52:08.454Z] === RUN TestBuildSquashParent [2022-06-04T20:52:08.818Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-06-04T20:52:09.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-04T20:52:09.761Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-06-04T20:52:11.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-04T20:52:12.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-04T20:52:13.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-04T20:52:13.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-04T20:52:14.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-04T20:52:15.035Z] --- PASS: TestBuildSquashParent (6.63s) [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:15.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:15.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:15.295Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:15.295Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:15.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-04T20:52:16.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-04T20:52:16.680Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:17.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-04T20:52:17.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:17.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:18.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-04T20:52:19.038Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:52:19.038Z] Using test binary docker [2022-06-04T20:52:19.038Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-04T20:52:19.038Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-04T20:52:19.038Z] Starting dockerd [2022-06-04T20:52:19.038Z] INFO: Waiting for daemon to start... [2022-06-04T20:52:19.795Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:21.551Z] . [2022-06-04T20:52:21.551Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:52:21.551Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:52:21.551Z] Error: No such image: emptyfs [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.43s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.10s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.28s) [2022-06-04T20:52:21.706Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.63s) [2022-06-04T20:52:21.706Z] === RUN TestBuildMultiStageCopy [2022-06-04T20:52:21.706Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-04T20:52:21.807Z] Running integration-test (iteration 1) [2022-06-04T20:52:21.807Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-04T20:52:22.063Z] Loaded image: busybox:latest [2022-06-04T20:52:22.320Z] Loaded image: busybox:glibc [2022-06-04T20:52:23.686Z] Loaded image: debian:bullseye-slim [2022-06-04T20:52:23.686Z] Loaded image: hello-world:latest [2022-06-04T20:52:23.686Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:52:23.686Z] INFO: Testing against a local daemon [2022-06-04T20:52:23.686Z] === RUN TestCgroupNamespacesBuild [2022-06-04T20:52:24.248Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-04T20:52:25.052Z] --- PASS: TestCgroupNamespacesBuild (1.23s) [2022-06-04T20:52:25.052Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-04T20:52:25.188Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-04T20:52:26.129Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-04T20:52:26.417Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s) [2022-06-04T20:52:26.417Z] === RUN TestBuildWithSession [2022-06-04T20:52:26.417Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:52:26.417Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-04T20:52:26.417Z] === RUN TestBuildSquashParent [2022-06-04T20:52:27.070Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-04T20:52:27.879Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/rootless [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/volume [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-04T20:52:27.879Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === Skipped [2022-06-04T20:52:27.879Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-04T20:52:27.879Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-04T20:52:27.879Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-04T20:52:27.879Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-04T20:52:27.879Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-04T20:52:27.879Z] time="2022-06-04T20:51:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-04T20:52:27.879Z] time="2022-06-04T20:51:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-04T20:52:27.879Z] time="2022-06-04T20:51:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-04T20:52:27.879Z] time="2022-06-04T20:51:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-04T20:52:27.879Z] time="2022-06-04T20:51:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-04T20:52:27.879Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-04T20:52:27.879Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-04T20:52:27.879Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:52:27.879Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-04T20:52:27.879Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-04T20:52:27.879Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-04T20:52:27.879Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-04T20:52:27.879Z] [2022-06-04T20:52:27.879Z] DONE 2781 tests, 28 skipped in 212.853s [2022-06-04T20:52:27.879Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:52:27.879Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:52:27.881Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-04T20:52:27.881Z] + 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-04T20:52:28.455Z] --- PASS: TestBuildMultiStageCopy (6.64s) [2022-06-04T20:52:28.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.64s) [2022-06-04T20:52:28.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-04T20:52:28.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-04T20:52:28.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-04T20:52:28.456Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-04T20:52:28.456Z] === RUN TestBuildMultiStageParentConfig [2022-06-04T20:52:30.583Z] --- PASS: TestBuildSquashParent (4.10s) [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:30.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:30.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:30.583Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:52:30.583Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:52:30.868Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-04T20:52:31.950Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:52:32.206Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:52:33.572Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:52:33.741Z] --- PASS: TestBuildMultiStageParentConfig (5.01s) [2022-06-04T20:52:33.741Z] === RUN TestBuildLabelWithTargets [2022-06-04T20:52:33.829Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.51s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.82s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.50s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.62s) [2022-06-04T20:52:35.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s) [2022-06-04T20:52:35.197Z] === RUN TestBuildMultiStageCopy [2022-06-04T20:52:35.197Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-04T20:52:36.563Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-04T20:52:36.819Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-04T20:52:37.075Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-04T20:52:37.331Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy (2.30s) [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.37s) [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-06-04T20:52:37.587Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-04T20:52:37.587Z] === RUN TestBuildMultiStageParentConfig [2022-06-04T20:52:38.150Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-06-04T20:52:38.150Z] === RUN TestBuildLabelWithTargets [2022-06-04T20:52:39.078Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2022-06-04T20:52:39.078Z] === RUN TestBuildWithEmptyLayers [2022-06-04T20:52:39.640Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-06-04T20:52:39.640Z] === RUN TestBuildMultiStageOnBuild [2022-06-04T20:52:41.538Z] --- PASS: TestBuildMultiStageOnBuild (1.61s) [2022-06-04T20:52:41.538Z] === RUN TestBuildUncleanTarFilenames [2022-06-04T20:52:41.794Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-04T20:52:41.794Z] === RUN TestBuildMultiStageLayerLeak [2022-06-04T20:52:41.874Z] --- PASS: TestBuildLabelWithTargets (7.98s) [2022-06-04T20:52:41.874Z] === RUN TestBuildWithEmptyLayers [2022-06-04T20:52:43.685Z] --- PASS: TestBuildMultiStageLayerLeak (1.62s) [2022-06-04T20:52:43.685Z] === RUN TestBuildWithHugeFile [2022-06-04T20:52:44.416Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2022-06-04T20:52:44.416Z] === RUN TestBuildMultiStageOnBuild [2022-06-04T20:52:46.209Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-04T20:52:48.095Z] tests/integration/client_test.py ..... [ 75%] [2022-06-04T20:52:48.350Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-04T20:52:48.911Z] tests/integration/errors_test.py . [ 76%] [2022-06-04T20:52:49.699Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-06-04T20:52:49.699Z] === RUN TestBuildUncleanTarFilenames [2022-06-04T20:52:49.699Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-04T20:52:49.699Z] === RUN TestBuildMultiStageLayerLeak [2022-06-04T20:52:54.982Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s) [2022-06-04T20:52:54.982Z] === RUN TestBuildWithHugeFile [2022-06-04T20:52:59.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-04T20:52:59.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-04T20:53:09.173Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-04T20:53:14.604Z] ok github.com/docker/docker/libnetwork 37.307s coverage: 40.6% of statements [2022-06-04T20:53:14.604Z] ok github.com/docker/docker/libnetwork/bitseq 0.144s coverage: 84.4% of statements [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-04T20:53:14.604Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 22.4% of statements [2022-06-04T20:53:14.604Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-04T20:53:14.604Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-04T20:53:14.604Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-04T20:53:15.547Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.559s coverage: 59.9% of statements [2022-06-04T20:53:15.547Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-04T20:53:15.808Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-04T20:53:16.385Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2022-06-04T20:53:16.385Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-04T20:53:16.957Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-06-04T20:53:17.218Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-04T20:53:17.480Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-06-04T20:53:25.988Z] ......... [ 85%] [2022-06-04T20:53:27.526Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.440s coverage: 7.2% of statements [2022-06-04T20:53:27.526Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-04T20:53:27.526Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-04T20:53:27.526Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-06-04T20:53:27.526Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-04T20:53:27.526Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-04T20:53:27.526Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-04T20:53:27.526Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-06-04T20:53:27.794Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-06-04T20:53:28.055Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-06-04T20:53:28.055Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-04T20:53:31.056Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-04T20:53:32.494Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-04T20:53:39.022Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-04T20:53:39.022Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-04T20:53:39.873Z] --- PASS: TestBuildWithHugeFile (50.40s) [2022-06-04T20:53:39.873Z] === RUN TestBuildWCOWSandboxSize [2022-06-04T20:53:39.873Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:53:39.873Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:53:39.873Z] === RUN TestBuildWithEmptyDockerfile [2022-06-04T20:53:39.873Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:39.873Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:39.873Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:39.873Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:39.873Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:39.873Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:39.873Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:39.873Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:39.873Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:39.873Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-04T20:53:39.873Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-04T20:53:39.873Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-06-04T20:53:39.873Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-04T20:53:39.873Z] === RUN TestBuildPreserveOwnership [2022-06-04T20:53:39.873Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-04T20:53:39.873Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-04T20:53:39.873Z] --- PASS: TestBuildPreserveOwnership (3.58s) [2022-06-04T20:53:39.873Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.35s) [2022-06-04T20:53:39.873Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s) [2022-06-04T20:53:39.873Z] === RUN TestBuildPlatformInvalid [2022-06-04T20:53:39.873Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-04T20:53:39.873Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-04T20:53:39.873Z] Loaded image: busybox:latest [2022-06-04T20:53:39.873Z] Loaded image: busybox:glibc [2022-06-04T20:53:39.873Z] Loaded image: debian:bullseye-slim [2022-06-04T20:53:39.873Z] Loaded image: hello-world:latest [2022-06-04T20:53:40.129Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:53:40.307Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-04T20:53:45.333Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-04T20:53:48.059Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-04T20:53:48.315Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-04T20:53:50.227Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.85s) [2022-06-04T20:53:50.228Z] PASS [2022-06-04T20:53:50.228Z] [2022-06-04T20:53:50.228Z] === Skipped [2022-06-04T20:53:50.228Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-04T20:53:50.228Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:53:50.228Z] [2022-06-04T20:53:50.228Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:53:50.228Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:53:50.228Z] [2022-06-04T20:53:50.228Z] DONE 34 tests, 2 skipped in 86.740s [2022-06-04T20:53:50.228Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-04T20:53:50.228Z] INFO: Testing against a local daemon [2022-06-04T20:53:50.228Z] === RUN TestConfigInspect [2022-06-04T20:53:50.791Z] --- PASS: TestConfigInspect (2.26s) [2022-06-04T20:53:50.791Z] === RUN TestConfigList [2022-06-04T20:53:51.247Z] --- PASS: TestBuildWithHugeFile (52.60s) [2022-06-04T20:53:51.247Z] === RUN TestBuildWCOWSandboxSize [2022-06-04T20:53:51.247Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:53:51.247Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:53:51.247Z] === RUN TestBuildWithEmptyDockerfile [2022-06-04T20:53:51.247Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:51.247Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:51.247Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:51.247Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:51.247Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:51.247Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:51.247Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:53:51.247Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:53:51.247Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:53:51.247Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-04T20:53:51.247Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-04T20:53:51.247Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-04T20:53:51.247Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-04T20:53:51.247Z] === RUN TestBuildPreserveOwnership [2022-06-04T20:53:51.247Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-04T20:53:52.394Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-04T20:53:52.649Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-04T20:53:52.649Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-04T20:53:52.649Z] [2022-06-04T20:53:52.649Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-04T20:53:52.649Z] =========================== short test summary info ============================ [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-04T20:53:52.649Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-04T20:53:52.649Z] Not supported on most drivers [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-04T20:53:52.649Z] Output of docker top depends on host distro, and is not formalized. [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-04T20:53:52.649Z] Output of docker top depends on host distro, and is not formalized. [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-04T20:53:52.649Z] Can fail if eth0 has multiple IP addresses [2022-06-04T20:53:52.649Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-04T20:53:52.649Z] This doesn't seem to be taken into account by the engine [2022-06-04T20:53:52.649Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-04T20:53:52.649Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-04T20:53:52.649Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 300.54 seconds == [2022-06-04T20:53:53.157Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-04T20:53:53.210Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-04T20:53:53.303Z] --- PASS: TestConfigList (2.25s) [2022-06-04T20:53:53.303Z] === RUN TestConfigsCreateAndDelete [2022-06-04T20:53:55.192Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-06-04T20:53:55.192Z] === RUN TestConfigsUpdate [2022-06-04T20:53:57.360Z] --- PASS: TestBuildPreserveOwnership (10.22s) [2022-06-04T20:53:57.360Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.20s) [2022-06-04T20:53:57.360Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-04T20:53:57.360Z] === RUN TestBuildPlatformInvalid [2022-06-04T20:53:57.360Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-04T20:53:57.360Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-04T20:53:57.360Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-04T20:53:57.360Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-04T20:53:57.360Z] PASS [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === Skipped [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-04T20:53:57.360Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:53:57.360Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-04T20:53:57.360Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] DONE 34 tests, 3 skipped in 113.004s [2022-06-04T20:53:57.360Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-04T20:53:57.360Z] INFO: Testing against a local daemon [2022-06-04T20:53:57.360Z] === RUN TestConfigInspect [2022-06-04T20:53:57.360Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-04T20:53:57.360Z] === RUN TestConfigList [2022-06-04T20:53:57.360Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestConfigList (0.01s) [2022-06-04T20:53:57.360Z] === RUN TestConfigsCreateAndDelete [2022-06-04T20:53:57.360Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-04T20:53:57.360Z] === RUN TestConfigsUpdate [2022-06-04T20:53:57.360Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-04T20:53:57.360Z] === RUN TestTemplatedConfig [2022-06-04T20:53:57.360Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-04T20:53:57.360Z] === RUN TestConfigCreateResolve [2022-06-04T20:53:57.360Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-04T20:53:57.360Z] PASS [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === Skipped [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-04T20:53:57.360Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-04T20:53:57.360Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-04T20:53:57.360Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-04T20:53:57.360Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-04T20:53:57.360Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-04T20:53:57.360Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:53:57.360Z] [2022-06-04T20:53:57.360Z] DONE 6 tests, 6 skipped in 0.152s [2022-06-04T20:53:57.360Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-04T20:53:57.621Z] INFO: Testing against a local daemon [2022-06-04T20:53:57.621Z] === RUN TestAttachWithTTY [2022-06-04T20:53:57.621Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-04T20:53:57.621Z] === RUN TestAttachWithoutTTy [2022-06-04T20:53:57.621Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-04T20:53:57.621Z] === RUN TestCheckpoint [2022-06-04T20:53:57.621Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T20:53:57.621Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/commit [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:53:57.621Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/commit [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-04T20:53:57.621Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-04T20:53:57.621Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-04T20:53:57.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-04T20:53:57.622Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-04T20:53:57.622Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-04T20:53:57.622Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-04T20:53:57.622Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-04T20:53:57.706Z] --- PASS: TestConfigsUpdate (2.17s) [2022-06-04T20:53:57.706Z] === RUN TestTemplatedConfig [2022-06-04T20:53:57.883Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-04T20:53:57.883Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-04T20:53:57.883Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-04T20:53:57.883Z] === RUN TestCopyEmptyFile [2022-06-04T20:53:58.143Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-04T20:53:58.143Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-04T20:53:58.143Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-04T20:53:58.143Z] === RUN TestCopyFromContainer [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/ipam 16.780s coverage: 85.3% of statements [2022-06-04T20:53:58.432Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-04T20:53:58.432Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-04T20:53:58.432Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/ipamutils 0.285s coverage: 74.0% of statements [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/iptables 0.171s coverage: 45.1% of statements [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-04T20:53:58.432Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-04T20:54:00.221Z] --- PASS: TestTemplatedConfig (2.56s) [2022-06-04T20:54:00.221Z] === RUN TestConfigCreateResolve [2022-06-04T20:54:02.114Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-06-04T20:54:02.114Z] PASS [2022-06-04T20:54:02.114Z] [2022-06-04T20:54:02.114Z] DONE 6 tests in 13.567s [2022-06-04T20:54:02.114Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-04T20:54:02.114Z] INFO: Testing against a local daemon [2022-06-04T20:54:02.114Z] === RUN TestAttachWithTTY [2022-06-04T20:54:02.114Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-04T20:54:02.114Z] === RUN TestAttachWithoutTTy [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer// [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer//bar/root [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer/bar/quux [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-04T20:54:02.343Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-04T20:54:02.371Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-04T20:54:02.371Z] === RUN TestCheckpoint [2022-06-04T20:54:02.371Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T20:54:02.371Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/commit [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:54:02.371Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/commit [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-04T20:54:02.371Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-04T20:54:02.371Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:54:02.371Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-04T20:54:02.371Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-04T20:54:02.371Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-04T20:54:02.371Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-04T20:54:02.371Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-06-04T20:54:02.371Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-04T20:54:02.371Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-04T20:54:02.371Z] === RUN TestCopyEmptyFile [2022-06-04T20:54:02.603Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-04T20:54:02.603Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-04T20:54:02.603Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-04T20:54:02.603Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-04T20:54:02.627Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-04T20:54:02.627Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-04T20:54:02.627Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-04T20:54:02.627Z] === RUN TestCopyFromContainer [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer (4.67s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-06-04T20:54:02.864Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-04T20:54:02.864Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-04T20:54:02.864Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:02.864Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:02.864Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:02.864Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:02.864Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:02.864Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:02.864Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:02.864Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:02.864Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:02.864Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-04T20:54:02.864Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-04T20:54:02.864Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-06-04T20:54:02.864Z] === RUN TestCreateWithInvalidEnv [2022-06-04T20:54:02.864Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-04T20:54:02.864Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-04T20:54:02.864Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-04T20:54:02.864Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-04T20:54:02.864Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-04T20:54:02.864Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-04T20:54:02.864Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-04T20:54:02.864Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-04T20:54:02.864Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-04T20:54:02.864Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-04T20:54:02.864Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-04T20:54:02.864Z] === RUN TestCreateTmpfsMountsTarget [2022-06-04T20:54:02.864Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-04T20:54:02.864Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-04T20:54:03.993Z] === RUN TestCopyFromContainer// [2022-06-04T20:54:03.993Z] === RUN TestCopyFromContainer//bar/root [2022-06-04T20:54:03.993Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-04T20:54:03.993Z] === RUN TestCopyFromContainer/bar/quux [2022-06-04T20:54:03.993Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-04T20:54:04.247Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2022-06-04T20:54:04.247Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-04T20:54:04.249Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-04T20:54:04.249Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-04T20:54:04.249Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-04T20:54:04.249Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-04T20:54:04.505Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer (1.76s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer// (0.07s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-04T20:54:04.505Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-04T20:54:04.505Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-04T20:54:04.505Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:04.505Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:04.505Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:04.505Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:04.505Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:04.505Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:04.505Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:54:04.505Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:54:04.505Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:54:04.505Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-04T20:54:04.505Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-04T20:54:04.505Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-04T20:54:04.505Z] === RUN TestCreateWithInvalidEnv [2022-06-04T20:54:04.505Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-04T20:54:04.505Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-04T20:54:04.505Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-04T20:54:04.505Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-04T20:54:04.505Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-04T20:54:04.505Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-04T20:54:04.505Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-04T20:54:04.505Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-04T20:54:04.505Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-04T20:54:04.505Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-04T20:54:04.505Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-04T20:54:04.505Z] === RUN TestCreateTmpfsMountsTarget [2022-06-04T20:54:04.505Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-04T20:54:04.505Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-04T20:54:05.189Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:05.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:05.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:05.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:05.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:05.189Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:05.189Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:05.189Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:05.189Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:05.189Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:05.189Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:05.368Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T20:54:05.368Z] [2022-06-04T20:54:05.368Z] Unloading profiles will leave already running processes permanently [2022-06-04T20:54:05.368Z] unconfined, which can lead to unexpected situations. [2022-06-04T20:54:05.368Z] [2022-06-04T20:54:05.368Z] To set a process to complain mode, use the command line tool [2022-06-04T20:54:05.368Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T20:54:05.368Z] Post stage [Pipeline] junit [2022-06-04T20:54:05.378Z] Recording test results [2022-06-04T20:54:05.449Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-04T20:54:05.449Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-04T20:54:05.449Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-04T20:54:05.709Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-04T20:54:05.709Z] === RUN TestCreateDifferentPlatform [2022-06-04T20:54:05.709Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-04T20:54:05.709Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-04T20:54:05.709Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-04T20:54:05.709Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-04T20:54:05.709Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-04T20:54:05.709Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-04T20:54:05.709Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-04T20:54:05.709Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-04T20:54:05.972Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2022-06-04T20:54:05.972Z] === RUN TestCreateInvalidHostConfig [2022-06-04T20:54:05.972Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:05.972Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:05.972Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:05.972Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:05.972Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:05.972Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:05.972Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:05.972Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:05.972Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:05.972Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:05.972Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:05.972Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:05.972Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-04T20:54:05.972Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-04T20:54:05.972Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-04T20:54:05.972Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-04T20:54:05.972Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-04T20:54:05.972Z] === RUN TestContainerStartOnDaemonRestart [2022-06-04T20:54:05.972Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-04T20:54:05.972Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-04T20:54:05.972Z] === RUN TestDaemonRestartIpcMode [2022-06-04T20:54:05.972Z] === PAUSE TestDaemonRestartIpcMode [2022-06-04T20:54:05.972Z] === RUN TestDaemonHostGatewayIP [2022-06-04T20:54:05.972Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:54:05.972Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-04T20:54:05.972Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-04T20:54:05.972Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-04T20:54:05.972Z] === RUN TestContainerKillOnDaemonStart [2022-06-04T20:54:05.972Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-04T20:54:05.972Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-04T20:54:05.972Z] === RUN TestDiff [2022-06-04T20:54:06.233Z] --- PASS: TestDiff (0.42s) [2022-06-04T20:54:06.233Z] === RUN TestExecWithCloseStdin [2022-06-04T20:54:06.328Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-04T20:54:06.393Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s) [2022-06-04T20:54:06.393Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-04T20:54:06.640Z] + echo Ensuring container killed. [2022-06-04T20:54:06.640Z] Ensuring container killed. [2022-06-04T20:54:06.640Z] + docker rm -vf docker-pr1 [2022-06-04T20:54:06.640Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-04T20:54:06.808Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-06-04T20:54:06.808Z] === RUN TestExec [2022-06-04T20:54:06.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-04T20:54:06.956Z] + echo Chowning /workspace to jenkins user [2022-06-04T20:54:06.957Z] Chowning /workspace to jenkins user [2022-06-04T20:54:06.957Z] + id -u [2022-06-04T20:54:06.957Z] + id -g [2022-06-04T20:54:06.957Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T20:54:06.957Z] Unable to find image 'busybox:latest' locally [2022-06-04T20:54:06.957Z] latest: Pulling from library/busybox [2022-06-04T20:54:07.212Z] cecc78ee4075: Pulling fs layer [2022-06-04T20:54:07.212Z] cecc78ee4075: Download complete [2022-06-04T20:54:07.212Z] cecc78ee4075: Pull complete [2022-06-04T20:54:07.212Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-04T20:54:07.212Z] Status: Downloaded newer image for busybox:latest [2022-06-04T20:54:07.379Z] --- PASS: TestExec (0.47s) [2022-06-04T20:54:07.379Z] === RUN TestExecUser [2022-06-04T20:54:07.639Z] --- PASS: TestExecUser (0.45s) [2022-06-04T20:54:07.639Z] === RUN TestExportContainerAndImportImage [2022-06-04T20:54:07.758Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s) [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:07.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:07.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:07.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:07.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:07.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:07.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:07.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:54:07.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:54:08.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:54:08.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:54:08.015Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-04T20:54:08.015Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-04T20:54:08.015Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T20:54:08.211Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-06-04T20:54:08.211Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-04T20:54:08.468Z] + bundleName=docker-py [2022-06-04T20:54:08.468Z] + echo Creating docker-py-bundles.tar.gz [2022-06-04T20:54:08.468Z] Creating docker-py-bundles.tar.gz [2022-06-04T20:54:08.468Z] + 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-04T20:54:08.477Z] Archiving artifacts [2022-06-04T20:54:08.576Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-06-04T20:54:08.576Z] === RUN TestCreateDifferentPlatform [2022-06-04T20:54:08.576Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-04T20:54:08.576Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-04T20:54:08.576Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-04T20:54:08.576Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-04T20:54:08.576Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-04T20:54:08.576Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-04T20:54:08.576Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-04T20:54:08.576Z] === RUN TestCreateInvalidHostConfig [2022-06-04T20:54:08.576Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:08.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:08.576Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:08.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:08.576Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:08.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:08.576Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:08.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:08.576Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:54:08.576Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:54:08.576Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:54:08.576Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:54:08.576Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-04T20:54:08.576Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-04T20:54:08.576Z] === RUN TestContainerStartOnDaemonRestart [2022-06-04T20:54:08.576Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-04T20:54:08.576Z] === RUN TestDaemonRestartIpcMode [2022-06-04T20:54:08.576Z] === PAUSE TestDaemonRestartIpcMode [2022-06-04T20:54:08.576Z] === RUN TestDaemonHostGatewayIP [2022-06-04T20:54:08.576Z] === PAUSE TestDaemonHostGatewayIP [2022-06-04T20:54:08.576Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-04T20:54:08.576Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-04T20:54:08.576Z] === RUN TestContainerKillOnDaemonStart [2022-06-04T20:54:08.576Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-04T20:54:08.576Z] === RUN TestDiff [2022-06-04T20:54:09.138Z] --- PASS: TestDiff (0.53s) [2022-06-04T20:54:09.138Z] === RUN TestExecWithCloseStdin [2022-06-04T20:54:09.597Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-06-04T20:54:09.597Z] === RUN TestHealthCheckWorkdir [2022-06-04T20:54:09.701Z] --- PASS: TestExecWithCloseStdin (0.64s) [2022-06-04T20:54:09.701Z] === RUN TestExec [2022-06-04T20:54:09.915Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-04T20:54:10.167Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-06-04T20:54:10.167Z] === RUN TestHealthKillContainer [2022-06-04T20:54:10.296Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh binary [2022-06-04T20:54:10.551Z] [2022-06-04T20:54:10.551Z] Removing bundles/ [2022-06-04T20:54:10.551Z] [2022-06-04T20:54:10.551Z] ---> Making bundle: binary (in bundles/binary) [2022-06-04T20:54:10.629Z] --- PASS: TestExec (0.63s) [2022-06-04T20:54:10.629Z] === RUN TestExecUser [2022-06-04T20:54:10.806Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-04T20:54:10.806Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:54:11.191Z] --- PASS: TestExecUser (0.64s) [2022-06-04T20:54:11.191Z] === RUN TestExportContainerAndImportImage [2022-06-04T20:54:11.753Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-06-04T20:54:11.753Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-04T20:54:13.118Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-04T20:54:13.118Z] === RUN TestHealthCheckWorkdir [2022-06-04T20:54:14.044Z] --- PASS: TestHealthCheckWorkdir (0.81s) [2022-06-04T20:54:14.044Z] === RUN TestHealthKillContainer [2022-06-04T20:54:18.298Z] --- PASS: TestHealthKillContainer (7.85s) [2022-06-04T20:54:18.298Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-04T20:54:18.298Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-04T20:54:18.298Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-04T20:54:18.298Z] === RUN TestIpcModeNone [2022-06-04T20:54:18.298Z] --- PASS: TestIpcModeNone (0.43s) [2022-06-04T20:54:18.298Z] === RUN TestIpcModePrivate [2022-06-04T20:54:18.870Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-06-04T20:54:18.870Z] --- PASS: TestIpcModePrivate (0.50s) [2022-06-04T20:54:18.870Z] === RUN TestIpcModeShareable [2022-06-04T20:54:18.870Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:54:18.870Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-04T20:54:18.870Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-04T20:54:20.254Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s) [2022-06-04T20:54:20.254Z] === RUN TestAPIIpcModeHost [2022-06-04T20:54:20.254Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:54:20.254Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-04T20:54:20.254Z] === RUN TestDaemonIpcModeShareable [2022-06-04T20:54:20.254Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:54:20.254Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-04T20:54:20.254Z] === RUN TestDaemonIpcModePrivate [2022-06-04T20:54:21.198Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-04T20:54:21.459Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-06-04T20:54:21.459Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-04T20:54:21.459Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:54:21.459Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-04T20:54:21.459Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-04T20:54:21.459Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:54:21.459Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-04T20:54:21.459Z] === RUN TestIpcModeOlderClient [2022-06-04T20:54:21.459Z] === PAUSE TestIpcModeOlderClient [2022-06-04T20:54:21.459Z] === RUN TestKillContainerInvalidSignal [2022-06-04T20:54:22.029Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-06-04T20:54:22.029Z] === RUN TestKillContainer [2022-06-04T20:54:22.029Z] === RUN TestKillContainer/no_signal [2022-06-04T20:54:22.124Z] --- PASS: TestHealthKillContainer (8.16s) [2022-06-04T20:54:22.124Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-04T20:54:22.291Z] === RUN TestKillContainer/non_killing_signal [2022-06-04T20:54:22.381Z] --- PASS: TestInspectCpusetInConfigPre120 (0.49s) [2022-06-04T20:54:22.381Z] === RUN TestIpcModeNone [2022-06-04T20:54:22.552Z] === RUN TestKillContainer/killing_signal [2022-06-04T20:54:23.123Z] --- PASS: TestKillContainer (1.26s) [2022-06-04T20:54:23.123Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-04T20:54:23.123Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-06-04T20:54:23.123Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-06-04T20:54:23.123Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-04T20:54:23.123Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-04T20:54:23.308Z] --- PASS: TestIpcModeNone (0.65s) [2022-06-04T20:54:23.308Z] === RUN TestIpcModePrivate [2022-06-04T20:54:23.308Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-06-04T20:54:23.693Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-04T20:54:23.869Z] --- PASS: TestIpcModePrivate (0.61s) [2022-06-04T20:54:23.869Z] === RUN TestIpcModeShareable [2022-06-04T20:54:23.954Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2022-06-04T20:54:23.954Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-04T20:54:23.954Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2022-06-04T20:54:23.954Z] === RUN TestKillStoppedContainer [2022-06-04T20:54:23.954Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-04T20:54:23.954Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-04T20:54:23.954Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-04T20:54:23.954Z] === RUN TestKillDifferentUserContainer [2022-06-04T20:54:24.125Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-06-04T20:54:24.381Z] --- PASS: TestIpcModeShareable (0.57s) [2022-06-04T20:54:24.381Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-04T20:54:24.526Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-06-04T20:54:24.526Z] === RUN TestInspectOomKilledTrue [2022-06-04T20:54:24.526Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:24.526Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-04T20:54:24.526Z] === RUN TestInspectOomKilledFalse [2022-06-04T20:54:24.526Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T20:54:24.526Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-04T20:54:24.526Z] === RUN TestLinksEtcHostsContentMatch [2022-06-04T20:54:24.526Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-04T20:54:24.526Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-04T20:54:24.526Z] === RUN TestLinksContainerNames [2022-06-04T20:54:25.468Z] --- PASS: TestLinksContainerNames (0.84s) [2022-06-04T20:54:25.468Z] === RUN TestLogsFollowTailEmpty [2022-06-04T20:54:25.729Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-04T20:54:25.729Z] === RUN TestContainerNetworkMountsNoChown [2022-06-04T20:54:26.269Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.75s) [2022-06-04T20:54:26.269Z] === RUN TestAPIIpcModeHost [2022-06-04T20:54:26.300Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/default [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/default [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/private [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/private [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rprivate [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/slave [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/slave [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rslave [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/shared [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/shared [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rshared [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/default [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rslave [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/slave [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rprivate [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/private [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rshared [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/shared [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:26.300Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:26.300Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:26.300Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:26.527Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-06-04T20:54:26.527Z] === RUN TestDaemonIpcModeShareable [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:26.561Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.01s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-04T20:54:26.561Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-04T20:54:26.561Z] === RUN TestContainerBindMountNonRecursive [2022-06-04T20:54:26.561Z] 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-04T20:54:26.561Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-04T20:54:26.561Z] === RUN TestContainerVolumesMountedAsShared [2022-06-04T20:54:26.561Z] 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-04T20:54:26.561Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-04T20:54:26.561Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-04T20:54:26.561Z] 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-04T20:54:26.561Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-04T20:54:26.561Z] === RUN TestNetworkNat [2022-06-04T20:54:27.131Z] --- PASS: TestNetworkNat (0.47s) [2022-06-04T20:54:27.131Z] === RUN TestNetworkLocalhostTCPNat [2022-06-04T20:54:27.455Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-04T20:54:27.701Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-04T20:54:27.701Z] === RUN TestNetworkLoopbackNat [2022-06-04T20:54:27.711Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-06-04T20:54:27.711Z] === RUN TestDaemonIpcModePrivate [2022-06-04T20:54:28.638Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-04T20:54:28.894Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-06-04T20:54:28.894Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-04T20:54:29.821Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-04T20:54:30.079Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-06-04T20:54:30.079Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-04T20:54:30.242Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-06-04T20:54:30.242Z] === RUN TestPause [2022-06-04T20:54:30.242Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:30.243Z] --- SKIP: TestPause (0.00s) [2022-06-04T20:54:30.243Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-04T20:54:30.243Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T20:54:30.243Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T20:54:30.243Z] === RUN TestPauseStopPausedContainer [2022-06-04T20:54:30.243Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:30.243Z] --- SKIP: TestPauseStopPausedContainer (0.04s) [2022-06-04T20:54:30.243Z] === RUN TestPidHost [2022-06-04T20:54:31.007Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-04T20:54:31.184Z] --- PASS: TestPidHost (1.05s) [2022-06-04T20:54:31.184Z] === RUN TestPsFilter [2022-06-04T20:54:31.263Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-06-04T20:54:31.263Z] === RUN TestIpcModeOlderClient [2022-06-04T20:54:31.263Z] === PAUSE TestIpcModeOlderClient [2022-06-04T20:54:31.263Z] === RUN TestKillContainerInvalidSignal [2022-06-04T20:54:31.445Z] --- PASS: TestPsFilter (0.11s) [2022-06-04T20:54:31.445Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-04T20:54:31.520Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-06-04T20:54:31.520Z] === RUN TestKillContainer [2022-06-04T20:54:31.520Z] === RUN TestKillContainer/no_signal [2022-06-04T20:54:31.705Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-06-04T20:54:31.705Z] === RUN TestRemoveContainerWithVolume [2022-06-04T20:54:32.082Z] === RUN TestKillContainer/non_killing_signal [2022-06-04T20:54:32.277Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-06-04T20:54:32.277Z] === RUN TestRemoveContainerRunning [2022-06-04T20:54:32.340Z] === RUN TestKillContainer/killing_signal [2022-06-04T20:54:32.537Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-04T20:54:32.537Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-04T20:54:32.901Z] --- PASS: TestKillContainer (1.31s) [2022-06-04T20:54:32.902Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-04T20:54:32.902Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-06-04T20:54:32.902Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-06-04T20:54:32.902Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-04T20:54:32.902Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-04T20:54:33.109Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-06-04T20:54:33.109Z] === RUN TestRemoveInvalidContainer [2022-06-04T20:54:33.109Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-04T20:54:33.109Z] === RUN TestRenameLinkedContainer [2022-06-04T20:54:33.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-04T20:54:33.463Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-04T20:54:34.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s) [2022-06-04T20:54:34.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-06-04T20:54:34.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-06-04T20:54:34.391Z] === RUN TestKillStoppedContainer [2022-06-04T20:54:34.391Z] --- PASS: TestKillStoppedContainer (0.08s) [2022-06-04T20:54:34.391Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-04T20:54:34.391Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-06-04T20:54:34.391Z] === RUN TestKillDifferentUserContainer [2022-06-04T20:54:34.952Z] --- PASS: TestKillDifferentUserContainer (0.50s) [2022-06-04T20:54:34.952Z] === RUN TestInspectOomKilledTrue [2022-06-04T20:54:34.952Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-04T20:54:34.952Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-04T20:54:34.953Z] === RUN TestInspectOomKilledFalse [2022-06-04T20:54:35.022Z] --- PASS: TestRenameLinkedContainer (1.66s) [2022-06-04T20:54:35.022Z] === RUN TestRenameStoppedContainer [2022-06-04T20:54:35.022Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-04T20:54:35.022Z] === RUN TestRenameRunningContainerAndReuse [2022-06-04T20:54:35.208Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-06-04T20:54:35.209Z] === RUN TestLinksEtcHostsContentMatch [2022-06-04T20:54:35.466Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-06-04T20:54:35.466Z] === RUN TestLinksContainerNames [2022-06-04T20:54:35.963Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-06-04T20:54:35.964Z] === RUN TestRenameInvalidName [2022-06-04T20:54:36.224Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-04T20:54:36.224Z] === RUN TestRenameAnonymousContainer [2022-06-04T20:54:36.394Z] --- PASS: TestLinksContainerNames (0.83s) [2022-06-04T20:54:36.395Z] === RUN TestLogsFollowTailEmpty [2022-06-04T20:54:36.955Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-06-04T20:54:36.955Z] === RUN TestContainerNetworkMountsNoChown [2022-06-04T20:54:37.212Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/default [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/default [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/private [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/private [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rprivate [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/slave [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/slave [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rslave [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/shared [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/shared [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rshared [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-04T20:54:37.212Z] === CONT TestMountDaemonRoot/default [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:37.212Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-04T20:54:37.212Z] === CONT TestMountDaemonRoot/rprivate [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:37.212Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:37.212Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:37.212Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rshared [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/shared [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rslave [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/slave [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/private [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:37.470Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:37.470Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T20:54:37.470Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-04T20:54:37.471Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-04T20:54:37.471Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-04T20:54:37.727Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-06-04T20:54:37.727Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-04T20:54:37.727Z] === RUN TestContainerBindMountNonRecursive [2022-06-04T20:54:38.138Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-06-04T20:54:38.138Z] === RUN TestRenameContainerWithSameName [2022-06-04T20:54:38.398Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2022-06-04T20:54:38.398Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-04T20:54:38.969Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-06-04T20:54:38.969Z] === RUN TestResize [2022-06-04T20:54:39.094Z] --- PASS: TestContainerBindMountNonRecursive (1.25s) [2022-06-04T20:54:39.094Z] === RUN TestContainerVolumesMountedAsShared [2022-06-04T20:54:39.350Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-06-04T20:54:39.350Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-04T20:54:39.541Z] --- PASS: TestResize (0.43s) [2022-06-04T20:54:39.541Z] === RUN TestResizeWithInvalidSize [2022-06-04T20:54:39.912Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-06-04T20:54:39.912Z] === RUN TestNetworkNat [2022-06-04T20:54:40.112Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-04T20:54:40.112Z] === RUN TestResizeWhenContainerNotStarted [2022-06-04T20:54:40.169Z] --- PASS: TestNetworkNat (0.44s) [2022-06-04T20:54:40.169Z] === RUN TestNetworkLocalhostTCPNat [2022-06-04T20:54:40.371Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-04T20:54:40.372Z] === RUN TestDaemonRestartKillContainers [2022-06-04T20:54:40.372Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-04T20:54:40.372Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-04T20:54:40.372Z] === RUN TestCgroupNamespacesRun [2022-06-04T20:54:40.732Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-04T20:54:40.732Z] === RUN TestNetworkLoopbackNat [2022-06-04T20:54:41.757Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-06-04T20:54:41.757Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-04T20:54:42.699Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-06-04T20:54:42.699Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-04T20:54:43.305Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-06-04T20:54:43.305Z] === RUN TestPause [2022-06-04T20:54:43.568Z] --- PASS: TestPause (0.44s) [2022-06-04T20:54:43.568Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-04T20:54:43.568Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T20:54:43.568Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T20:54:43.568Z] === RUN TestPauseStopPausedContainer [2022-06-04T20:54:43.642Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-04T20:54:43.642Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-04T20:54:44.142Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-06-04T20:54:44.142Z] === RUN TestPidHost [2022-06-04T20:54:45.070Z] --- PASS: TestPidHost (0.99s) [2022-06-04T20:54:45.070Z] === RUN TestPsFilter [2022-06-04T20:54:45.071Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-06-04T20:54:45.071Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-04T20:54:45.325Z] --- PASS: TestPsFilter (0.11s) [2022-06-04T20:54:45.326Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-04T20:54:45.581Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-04T20:54:45.581Z] === RUN TestRemoveContainerWithVolume [2022-06-04T20:54:46.039Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-04T20:54:46.039Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-04T20:54:46.143Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-06-04T20:54:46.143Z] === RUN TestRemoveContainerRunning [2022-06-04T20:54:46.399Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-06-04T20:54:46.399Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-04T20:54:46.960Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-06-04T20:54:46.960Z] === RUN TestRemoveInvalidContainer [2022-06-04T20:54:46.960Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-04T20:54:46.960Z] === RUN TestRenameLinkedContainer [2022-06-04T20:54:47.468Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-04T20:54:47.468Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-04T20:54:48.054Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.75s) [2022-06-04T20:54:48.054Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-04T20:54:48.849Z] --- PASS: TestRenameLinkedContainer (1.76s) [2022-06-04T20:54:48.849Z] === RUN TestRenameStoppedContainer [2022-06-04T20:54:49.105Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-04T20:54:49.105Z] === RUN TestRenameRunningContainerAndReuse [2022-06-04T20:54:49.438Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-04T20:54:49.438Z] === RUN TestNISDomainname [2022-06-04T20:54:49.438Z] 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-04T20:54:49.438Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-04T20:54:49.438Z] === RUN TestHostnameDnsResolution [2022-06-04T20:54:49.503Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-04T20:54:49.503Z] Copying nested executables into bundles/binary-daemon [2022-06-04T20:54:49.503Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-04T20:54:49.503Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:54:49.503Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-04T20:54:49.503Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-04T20:54:49.824Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh cross [2022-06-04T20:54:50.008Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-06-04T20:54:50.008Z] === RUN TestUnprivilegedPortsAndPing [2022-06-04T20:54:50.008Z] 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-04T20:54:50.008Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-04T20:54:50.008Z] === RUN TestPrivilegedHostDevices [2022-06-04T20:54:50.034Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-06-04T20:54:50.034Z] === RUN TestRenameInvalidName [2022-06-04T20:54:50.080Z] [2022-06-04T20:54:50.080Z] Removing bundles/ [2022-06-04T20:54:50.269Z] --- PASS: TestPrivilegedHostDevices (0.45s) [2022-06-04T20:54:50.269Z] === RUN TestConsoleSize [2022-06-04T20:54:50.290Z] --- PASS: TestRenameInvalidName (0.44s) [2022-06-04T20:54:50.290Z] === RUN TestRenameAnonymousContainer [2022-06-04T20:54:50.335Z] [2022-06-04T20:54:50.335Z] ---> Making bundle: cross (in bundles/cross) [2022-06-04T20:54:50.335Z] Cross building: bundles/cross/linux/amd64 [2022-06-04T20:54:50.335Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-04T20:54:50.335Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-04T20:54:50.840Z] --- PASS: TestConsoleSize (0.42s) [2022-06-04T20:54:50.840Z] === RUN TestStats [2022-06-04T20:54:50.840Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:50.840Z] --- SKIP: TestStats (0.00s) [2022-06-04T20:54:50.840Z] === RUN TestStopContainerWithTimeout [2022-06-04T20:54:50.840Z] === RUN TestStopContainerWithTimeout/0 [2022-06-04T20:54:50.840Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-04T20:54:50.840Z] === RUN TestStopContainerWithTimeout/1 [2022-06-04T20:54:50.840Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-04T20:54:50.840Z] === RUN TestStopContainerWithTimeout/3 [2022-06-04T20:54:50.840Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-04T20:54:50.840Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-04T20:54:50.840Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-04T20:54:50.840Z] === CONT TestStopContainerWithTimeout/0 [2022-06-04T20:54:50.840Z] === CONT TestStopContainerWithTimeout/3 [2022-06-04T20:54:51.412Z] === CONT TestStopContainerWithTimeout/1 [2022-06-04T20:54:52.179Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2022-06-04T20:54:52.179Z] === RUN TestRenameContainerWithSameName [2022-06-04T20:54:52.435Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-04T20:54:52.435Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-04T20:54:52.794Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-04T20:54:53.364Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-06-04T20:54:53.364Z] === RUN TestResize [2022-06-04T20:54:53.620Z] --- PASS: TestResize (0.43s) [2022-06-04T20:54:53.620Z] === RUN TestResizeWithInvalidSize [2022-06-04T20:54:54.182Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-04T20:54:54.182Z] === RUN TestResizeWhenContainerNotStarted [2022-06-04T20:54:54.440Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-06-04T20:54:54.440Z] === RUN TestDaemonRestartKillContainers [2022-06-04T20:54:54.440Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T20:54:54.440Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T20:54:54.440Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T20:54:54.440Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T20:54:54.440Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T20:54:54.440Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T20:54:54.440Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:54:54.441Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:54:54.441Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:54:54.441Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T20:54:54.441Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:54:55.339Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-04T20:54:55.339Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-06-04T20:54:55.339Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-04T20:54:55.339Z] --- PASS: TestStopContainerWithTimeout/3 (2.61s) [2022-06-04T20:54:55.339Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2022-06-04T20:54:55.339Z] === RUN TestDeleteDevicemapper [2022-06-04T20:54:55.339Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T20:54:55.339Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-04T20:54:55.339Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-04T20:54:56.331Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T20:54:56.723Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.27s) [2022-06-04T20:54:56.723Z] === RUN TestUpdateMemory [2022-06-04T20:54:56.723Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:56.723Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-04T20:54:56.723Z] === RUN TestUpdateCPUQuota [2022-06-04T20:54:56.723Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:56.723Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-04T20:54:56.723Z] === RUN TestUpdatePidsLimit [2022-06-04T20:54:56.723Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:54:56.723Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-04T20:54:56.723Z] === RUN TestUpdateRestartPolicy [2022-06-04T20:54:58.221Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T20:54:58.782Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T20:54:59.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T20:55:01.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T20:55:01.640Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T20:55:03.006Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T20:55:03.567Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:55:04.494Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:55:04.750Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T20:55:05.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-04T20:55:05.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-04T20:55:05.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T20:55:05.933Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T20:55:06.862Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:55:07.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-04T20:55:08.948Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-06-04T20:55:08.948Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-04T20:55:08.948Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-06-04T20:55:08.948Z] === RUN TestWaitNonBlocked [2022-06-04T20:55:08.948Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:08.948Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:08.948Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:08.948Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:08.948Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:08.948Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:08.948Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-04T20:55:08.948Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.56s) [2022-06-04T20:55:08.948Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2022-06-04T20:55:08.948Z] === RUN TestWaitBlocked [2022-06-04T20:55:08.948Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:08.948Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:08.948Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:08.948Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:08.948Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:08.948Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:09.209Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-04T20:55:09.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-06-04T20:55:09.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-06-04T20:55:09.209Z] === CONT TestDaemonRestartIpcMode [2022-06-04T20:55:09.209Z] === CONT TestIpcModeOlderClient [2022-06-04T20:55:09.209Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-04T20:55:09.209Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-04T20:55:09.421Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T20:55:09.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-04T20:55:10.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-04T20:55:11.753Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.34s) [2022-06-04T20:55:12.013Z] --- PASS: TestDaemonRestartIpcMode (2.74s) [2022-06-04T20:55:12.013Z] PASS [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === Skipped [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-04T20:55:12.013Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-04T20:55:12.013Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-04T20:55:12.013Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-04T20:55:12.013Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-04T20:55:12.013Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-04T20:55:12.013Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-04T20:55:12.013Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:55:12.013Z] [2022-06-04T20:55:12.013Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-04T20:55:12.014Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-04T20:55:12.014Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-04T20:55:12.014Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-04T20:55:12.014Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-04T20:55:12.014Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-04T20:55:12.014Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-04T20:55:12.014Z] 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-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-04T20:55:12.014Z] 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-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-04T20:55:12.014Z] 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-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-04T20:55:12.014Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T20:55:12.014Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.04s) [2022-06-04T20:55:12.014Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-04T20:55:12.014Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-04T20:55:12.014Z] 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-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-04T20:55:12.014Z] 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-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-04T20:55:12.014Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-04T20:55:12.014Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-04T20:55:12.014Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-04T20:55:12.014Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-04T20:55:12.014Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-04T20:55:12.014Z] [2022-06-04T20:55:12.014Z] DONE 220 tests, 27 skipped in 74.550s [2022-06-04T20:55:12.014Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-04T20:55:12.014Z] === RUN TestConfigDaemonLibtrustID [2022-06-04T20:55:12.585Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-06-04T20:55:12.585Z] === RUN TestConfigDaemonID [2022-06-04T20:55:12.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.64s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.33s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.71s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.01s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.10s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.86s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.72s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-06-04T20:55:13.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-04T20:55:13.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.44s) [2022-06-04T20:55:13.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.32s) [2022-06-04T20:55:13.588Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.72s) [2022-06-04T20:55:13.588Z] === RUN TestCgroupNamespacesRun [2022-06-04T20:55:13.973Z] daemon_test.go:83: [d436231fc520a] daemon is not started [2022-06-04T20:55:13.973Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:55:13.973Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-04T20:55:13.973Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-04T20:55:13.973Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-04T20:55:13.973Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-04T20:55:13.973Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-04T20:55:13.973Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-04T20:55:13.973Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:55:13.973Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-04T20:55:13.973Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-04T20:55:13.973Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-04T20:55:13.973Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-04T20:55:13.973Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-04T20:55:13.973Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-04T20:55:13.973Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-04T20:55:14.516Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-06-04T20:55:14.516Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-04T20:55:14.516Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-04T20:55:14.516Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-04T20:55:14.516Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-04T20:55:14.914Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-04T20:55:15.443Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-06-04T20:55:15.443Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-04T20:55:16.297Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-04T20:55:16.808Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-06-04T20:55:16.808Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-04T20:55:17.237Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-04T20:55:17.237Z] daemon_test.go:197: [dfefc2e1cb7d1] daemon is not started [2022-06-04T20:55:17.237Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-06-04T20:55:17.237Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-04T20:55:17.237Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-04T20:55:17.237Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-06-04T20:55:17.237Z] === RUN TestDaemonProxy [2022-06-04T20:55:17.237Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-04T20:55:17.237Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-04T20:55:17.237Z] PASS [2022-06-04T20:55:17.237Z] [2022-06-04T20:55:17.237Z] === Skipped [2022-06-04T20:55:17.238Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-04T20:55:17.238Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-04T20:55:17.238Z] [2022-06-04T20:55:17.238Z] DONE 13 tests, 1 skipped in 5.221s [2022-06-04T20:55:17.238Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-04T20:55:17.498Z] INFO: Testing against a local daemon [2022-06-04T20:55:17.498Z] === RUN TestCommitInheritsEnv [2022-06-04T20:55:17.735Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-06-04T20:55:17.735Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-04T20:55:19.100Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-04T20:55:19.100Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-04T20:55:19.408Z] --- PASS: TestCommitInheritsEnv (1.76s) [2022-06-04T20:55:19.408Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-04T20:55:19.408Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform// [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/linux [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/macos [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-04T20:55:19.408Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-04T20:55:19.408Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-04T20:55:19.408Z] === RUN TestImagesFilterMultiReference [2022-06-04T20:55:19.661Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-06-04T20:55:19.661Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-04T20:55:19.668Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-04T20:55:19.668Z] === RUN TestImagePullPlatformInvalid [2022-06-04T20:55:19.668Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-04T20:55:19.668Z] === RUN TestRemoveImageOrphaning [2022-06-04T20:55:20.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-04T20:55:21.027Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-06-04T20:55:21.027Z] === RUN TestNISDomainname [2022-06-04T20:55:21.048Z] --- PASS: TestRemoveImageOrphaning (1.57s) [2022-06-04T20:55:21.048Z] === RUN TestRemoveImageGarbageCollector [2022-06-04T20:55:21.048Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-04T20:55:21.048Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-04T20:55:21.048Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-04T20:55:21.283Z] --- PASS: TestNISDomainname (0.54s) [2022-06-04T20:55:21.283Z] === RUN TestHostnameDnsResolution [2022-06-04T20:55:21.308Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-04T20:55:21.308Z] === RUN TestTagInvalidReference [2022-06-04T20:55:21.308Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-04T20:55:21.308Z] === RUN TestTagValidPrefixedRepo [2022-06-04T20:55:21.308Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-04T20:55:21.308Z] === RUN TestTagExistedNameWithoutForce [2022-06-04T20:55:21.308Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-04T20:55:21.308Z] === RUN TestTagOfficialNames [2022-06-04T20:55:21.308Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-04T20:55:21.308Z] === RUN TestTagMatchesDigest [2022-06-04T20:55:21.308Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-04T20:55:21.308Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-04T20:55:22.212Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-06-04T20:55:22.212Z] === RUN TestUnprivilegedPortsAndPing [2022-06-04T20:55:22.773Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-06-04T20:55:22.773Z] === RUN TestPrivilegedHostDevices [2022-06-04T20:55:23.030Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-06-04T20:55:23.030Z] === RUN TestConsoleSize [2022-06-04T20:55:23.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-04T20:55:23.594Z] --- PASS: TestConsoleSize (0.44s) [2022-06-04T20:55:23.594Z] === RUN TestStats [2022-06-04T20:55:26.106Z] --- PASS: TestStats (2.48s) [2022-06-04T20:55:26.106Z] === RUN TestStopContainerWithTimeout [2022-06-04T20:55:26.106Z] === RUN TestStopContainerWithTimeout/0 [2022-06-04T20:55:26.106Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-04T20:55:26.106Z] === RUN TestStopContainerWithTimeout/1 [2022-06-04T20:55:26.106Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-04T20:55:26.106Z] === RUN TestStopContainerWithTimeout/3 [2022-06-04T20:55:26.107Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-04T20:55:26.107Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-04T20:55:26.107Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-04T20:55:26.107Z] === CONT TestStopContainerWithTimeout/0 [2022-06-04T20:55:26.107Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-04T20:55:26.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-04T20:55:26.668Z] === CONT TestStopContainerWithTimeout/3 [2022-06-04T20:55:27.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-04T20:55:29.015Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-04T20:55:29.015Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-04T20:55:29.015Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-04T20:55:29.015Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-04T20:55:29.015Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-04T20:55:29.015Z] Cross building: bundles/cross/windows/amd64 [2022-06-04T20:55:29.015Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-04T20:55:29.015Z] { [2022-06-04T20:55:29.015Z] "RT_GROUP_ICON": { [2022-06-04T20:55:29.015Z] "#1": { [2022-06-04T20:55:29.015Z] "0409": "../../winresources/docker.ico" [2022-06-04T20:55:29.015Z] } [2022-06-04T20:55:29.015Z] }, [2022-06-04T20:55:29.015Z] "RT_MANIFEST": { [2022-06-04T20:55:29.015Z] "#1": { [2022-06-04T20:55:29.015Z] "0409": { [2022-06-04T20:55:29.015Z] "identity": {}, [2022-06-04T20:55:29.015Z] "description": "Docker Engine", [2022-06-04T20:55:29.015Z] "minimum-os": "vista", [2022-06-04T20:55:29.015Z] "execution-level": "", [2022-06-04T20:55:29.015Z] "ui-access": false, [2022-06-04T20:55:29.015Z] "auto-elevate": false, [2022-06-04T20:55:29.015Z] "dpi-awareness": "unaware", [2022-06-04T20:55:29.015Z] "disable-theming": false, [2022-06-04T20:55:29.015Z] "disable-window-filtering": false, [2022-06-04T20:55:29.015Z] "high-resolution-scrolling-aware": false, [2022-06-04T20:55:29.015Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-04T20:55:29.015Z] "long-path-aware": false, [2022-06-04T20:55:29.015Z] "printer-driver-isolation": false, [2022-06-04T20:55:29.015Z] "gdi-scaling": false, [2022-06-04T20:55:29.015Z] "segment-heap": false, [2022-06-04T20:55:29.015Z] "use-common-controls-v6": false [2022-06-04T20:55:29.015Z] } [2022-06-04T20:55:29.015Z] } [2022-06-04T20:55:29.015Z] }, [2022-06-04T20:55:29.015Z] "RT_MESSAGETABLE": { [2022-06-04T20:55:29.015Z] "#1": { [2022-06-04T20:55:29.015Z] "0409": "../../winresources/event_messages.bin" [2022-06-04T20:55:29.015Z] } [2022-06-04T20:55:29.015Z] }, [2022-06-04T20:55:29.015Z] "RT_VERSION": { [2022-06-04T20:55:29.015Z] "#1": { [2022-06-04T20:55:29.015Z] "0409": { [2022-06-04T20:55:29.015Z] "fixed": { [2022-06-04T20:55:29.015Z] "file_version": "0.0.0.0", [2022-06-04T20:55:29.015Z] "product_version": "0.0.0.0", [2022-06-04T20:55:29.015Z] "type": "Unknown" [2022-06-04T20:55:29.015Z] }, [2022-06-04T20:55:29.015Z] "info": { [2022-06-04T20:55:29.015Z] "0000": { [2022-06-04T20:55:29.015Z] "CompanyName": "", [2022-06-04T20:55:29.015Z] "FileVersion": "dev", [2022-06-04T20:55:29.015Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-04T20:55:29.015Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-04T20:55:29.015Z] "ProductName": "", [2022-06-04T20:55:29.015Z] "ProductVersion": "dev", [2022-06-04T20:55:29.016Z] "SpecialBuild": "89db5a6fd4d3603cc6b110c3779669d5b879c146" [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] } [2022-06-04T20:55:29.016Z] cmd/dockerd/config.go [2022-06-04T20:55:29.016Z] cmd/dockerd/config_windows.go [2022-06-04T20:55:29.016Z] cmd/dockerd/daemon.go [2022-06-04T20:55:29.016Z] cmd/dockerd/daemon_test.go [2022-06-04T20:55:29.016Z] cmd/dockerd/daemon_windows.go [2022-06-04T20:55:29.016Z] cmd/dockerd/docker.go [2022-06-04T20:55:29.016Z] cmd/dockerd/docker_windows.go [2022-06-04T20:55:29.016Z] cmd/dockerd/genwinres_windows.go [2022-06-04T20:55:29.016Z] cmd/dockerd/metrics.go [2022-06-04T20:55:29.016Z] cmd/dockerd/options.go [2022-06-04T20:55:29.016Z] cmd/dockerd/options_test.go [2022-06-04T20:55:29.016Z] cmd/dockerd/service_windows.go [2022-06-04T20:55:29.016Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-04T20:55:29.016Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-04T20:55:29.182Z] === CONT TestStopContainerWithTimeout/1 [2022-06-04T20:55:30.109Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-04T20:55:30.109Z] --- PASS: TestStopContainerWithTimeout/0 (0.74s) [2022-06-04T20:55:30.109Z] --- PASS: TestStopContainerWithTimeout/-1 (2.72s) [2022-06-04T20:55:30.109Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-06-04T20:55:30.109Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2022-06-04T20:55:30.109Z] === RUN TestDeleteDevicemapper [2022-06-04T20:55:30.364Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T20:55:30.364Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-04T20:55:30.364Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-04T20:55:30.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-04T20:55:32.254Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.85s) [2022-06-04T20:55:32.255Z] === RUN TestUpdateMemory [2022-06-04T20:55:32.511Z] --- PASS: TestUpdateMemory (0.55s) [2022-06-04T20:55:32.511Z] === RUN TestUpdateCPUQuota [2022-06-04T20:55:33.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-04T20:55:33.481Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-06-04T20:55:33.481Z] === RUN TestUpdatePidsLimit [2022-06-04T20:55:33.481Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-04T20:55:33.736Z] === RUN TestUpdatePidsLimit/no_change [2022-06-04T20:55:33.998Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-04T20:55:34.254Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-04T20:55:34.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-04T20:55:34.767Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-04T20:55:34.767Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit (2.06s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-06-04T20:55:35.695Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-06-04T20:55:35.695Z] === RUN TestUpdateRestartPolicy [2022-06-04T20:55:36.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-04T20:55:38.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-04T20:55:41.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-04T20:55:43.872Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:55:43.872Z] Using test binary docker [2022-06-04T20:55:43.872Z] +++ /etc/init.d/apparmor start [2022-06-04T20:55:43.872Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:55:43.872Z] INFO: Waiting for daemon to start... [2022-06-04T20:55:43.872Z] Starting dockerd [2022-06-04T20:55:43.872Z] +++ 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-04T20:55:46.391Z] . [2022-06-04T20:55:46.391Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:55:46.391Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:55:46.391Z] Error: No such image: emptyfs [2022-06-04T20:55:46.391Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-04T20:55:46.391Z] ++++ docker load [2022-06-04T20:55:46.647Z] Running integration-test (iteration 1) [2022-06-04T20:55:46.647Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-04T20:55:46.647Z] ++ 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-04T20:55:46.647Z] ++ set -e [2022-06-04T20:55:46.647Z] ++ '[' -n 0 ']' [2022-06-04T20:55:46.647Z] ++ set -x [2022-06-04T20:55:46.647Z] ++ 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-04T20:55:47.576Z] Loaded image: busybox:latest [2022-06-04T20:55:47.832Z] Loaded image: busybox:glibc [2022-06-04T20:55:47.918Z] --- PASS: TestUpdateRestartPolicy (11.15s) [2022-06-04T20:55:47.918Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-04T20:55:47.918Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-06-04T20:55:47.918Z] === RUN TestWaitNonBlocked [2022-06-04T20:55:47.918Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:47.918Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:47.918Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:47.918Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:47.918Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T20:55:47.918Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T20:55:47.918Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-04T20:55:47.918Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2022-06-04T20:55:47.918Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-06-04T20:55:47.918Z] === RUN TestWaitBlocked [2022-06-04T20:55:47.918Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:47.918Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:47.918Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:47.918Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:47.918Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T20:55:47.918Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T20:55:48.846Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-04T20:55:48.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-06-04T20:55:48.846Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-06-04T20:55:48.846Z] === CONT TestContainerStartOnDaemonRestart [2022-06-04T20:55:48.846Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-04T20:55:49.940Z] ok github.com/docker/docker/libnetwork/networkdb 104.201s coverage: 60.0% of statements [2022-06-04T20:55:49.940Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-04T20:55:49.940Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-04T20:55:49.940Z] ok github.com/docker/docker/libnetwork/osl 4.307s coverage: 39.7% of statements [2022-06-04T20:55:49.940Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-04T20:55:49.940Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-06-04T20:55:50.512Z] ok github.com/docker/docker/libnetwork/portmapper 0.679s coverage: 48.6% of statements [2022-06-04T20:55:50.773Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-04T20:55:50.773Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-04T20:55:51.348Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === Skipped [2022-06-04T20:55:51.348Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-04T20:55:51.348Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-04T20:55:51.348Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-04T20:55:51.348Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-04T20:55:51.348Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-04T20:55:51.348Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-04T20:55:51.348Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-04T20:55:51.348Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-04T20:55:51.348Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-04T20:55:51.348Z] firewalld_test.go:14: firewalld is not running [2022-06-04T20:55:51.348Z] [2022-06-04T20:55:51.348Z] DONE 325 tests, 9 skipped in 203.526s [2022-06-04T20:55:51.364Z] --- PASS: TestContainerStartOnDaemonRestart (2.33s) [2022-06-04T20:55:51.364Z] === CONT TestIpcModeOlderClient [2022-06-04T20:55:51.364Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.34s) [2022-06-04T20:55:51.364Z] === CONT TestContainerKillOnDaemonStart [2022-06-04T20:55:51.364Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-04T20:55:51.364Z] === CONT TestDaemonHostGatewayIP Post stage [Pipeline] junit [2022-06-04T20:55:51.938Z] Recording test results [2022-06-04T20:55:53.081Z] Loaded image: debian:bullseye-slim [2022-06-04T20:55:53.081Z] Loaded image: hello-world:latest [2022-06-04T20:55:53.081Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:55:53.081Z] INFO: Testing against a local daemon [2022-06-04T20:55:53.081Z] === RUN TestCgroupNamespacesBuild [2022-06-04T20:55:53.205Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-04T20:55:53.568Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -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:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/make.sh dynbinary test-integration [2022-06-04T20:55:53.881Z] --- PASS: TestDaemonHostGatewayIP (2.62s) [2022-06-04T20:55:53.881Z] === CONT TestDaemonRestartIpcMode [2022-06-04T20:55:54.145Z] [2022-06-04T20:55:54.145Z] Removing bundles/ [2022-06-04T20:55:54.145Z] [2022-06-04T20:55:54.145Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-04T20:55:54.145Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:55:54.145Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:55:54.973Z] --- PASS: TestCgroupNamespacesBuild (2.41s) [2022-06-04T20:55:54.973Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-04T20:55:55.771Z] --- PASS: TestDaemonRestartIpcMode (2.24s) [2022-06-04T20:55:56.925Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s) [2022-06-04T20:55:56.925Z] === RUN TestBuildWithSession [2022-06-04T20:55:56.925Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:55:56.925Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-04T20:55:56.925Z] === RUN TestBuildSquashParent [2022-06-04T20:56:01.061Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-04T20:56:01.061Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-04T20:56:01.061Z] { [2022-06-04T20:56:01.061Z] "RT_GROUP_ICON": { [2022-06-04T20:56:01.061Z] "#1": { [2022-06-04T20:56:01.061Z] "0409": "../../winresources/docker.ico" [2022-06-04T20:56:01.061Z] } [2022-06-04T20:56:01.061Z] }, [2022-06-04T20:56:01.061Z] "RT_MANIFEST": { [2022-06-04T20:56:01.061Z] "#1": { [2022-06-04T20:56:01.061Z] "0409": { [2022-06-04T20:56:01.061Z] "identity": {}, [2022-06-04T20:56:01.061Z] "description": "Docker Engine", [2022-06-04T20:56:01.061Z] "minimum-os": "vista", [2022-06-04T20:56:01.061Z] "execution-level": "", [2022-06-04T20:56:01.061Z] "ui-access": false, [2022-06-04T20:56:01.061Z] "auto-elevate": false, [2022-06-04T20:56:01.061Z] "dpi-awareness": "unaware", [2022-06-04T20:56:01.061Z] "disable-theming": false, [2022-06-04T20:56:01.061Z] "disable-window-filtering": false, [2022-06-04T20:56:01.061Z] "high-resolution-scrolling-aware": false, [2022-06-04T20:56:01.061Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-04T20:56:01.061Z] "long-path-aware": false, [2022-06-04T20:56:01.061Z] "printer-driver-isolation": false, [2022-06-04T20:56:01.061Z] "gdi-scaling": false, [2022-06-04T20:56:01.061Z] "segment-heap": false, [2022-06-04T20:56:01.061Z] "use-common-controls-v6": false [2022-06-04T20:56:01.061Z] } [2022-06-04T20:56:01.061Z] } [2022-06-04T20:56:01.061Z] }, [2022-06-04T20:56:01.061Z] "RT_MESSAGETABLE": { [2022-06-04T20:56:01.061Z] "#1": { [2022-06-04T20:56:01.061Z] "0409": "../../winresources/event_messages.bin" [2022-06-04T20:56:01.061Z] } [2022-06-04T20:56:01.061Z] }, [2022-06-04T20:56:01.061Z] "RT_VERSION": { [2022-06-04T20:56:01.061Z] "#1": { [2022-06-04T20:56:01.061Z] "0409": { [2022-06-04T20:56:01.061Z] "fixed": { [2022-06-04T20:56:01.061Z] "file_version": "0.0.0.0", [2022-06-04T20:56:01.061Z] "product_version": "0.0.0.0", [2022-06-04T20:56:01.061Z] "type": "Unknown" [2022-06-04T20:56:01.061Z] }, [2022-06-04T20:56:01.061Z] "info": { [2022-06-04T20:56:01.061Z] "0000": { [2022-06-04T20:56:01.061Z] "CompanyName": "", [2022-06-04T20:56:01.062Z] "FileVersion": "dev", [2022-06-04T20:56:01.062Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-04T20:56:01.062Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-04T20:56:01.062Z] "ProductName": "", [2022-06-04T20:56:01.062Z] "ProductVersion": "dev", [2022-06-04T20:56:01.062Z] "SpecialBuild": "89db5a6fd4d3603cc6b110c3779669d5b879c146" [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] } [2022-06-04T20:56:01.062Z] cmd/docker-proxy/genwinres_windows.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/main.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/network_proxy_test.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/proxy.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/sctp_proxy.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/tcp_proxy.go [2022-06-04T20:56:01.062Z] cmd/docker-proxy/udp_proxy.go [2022-06-04T20:56:01.062Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-04T20:56:01.062Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-04T20:56:01.062Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-04T20:56:01.062Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-04T20:56:01.062Z] remote: Enumerating objects: 23, done. [2022-06-04T20:56:01.062Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-04T20:56:01.062Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-04T20:56:01.062Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-04T20:56:01.062Z] 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-04T20:56:01.062Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-04T20:56:01.062Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-04T20:56:01.623Z] Cross building: bundles/cross/linux/ppc64le [2022-06-04T20:56:01.624Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-04T20:56:01.624Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-04T20:56:03.893Z] --- PASS: TestContainerKillOnDaemonStart (11.92s) [2022-06-04T20:56:03.893Z] PASS [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] === Skipped [2022-06-04T20:56:03.893Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-04T20:56:03.893Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-04T20:56:03.893Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T20:56:03.893Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-04T20:56:03.893Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-04T20:56:03.893Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T20:56:03.893Z] [2022-06-04T20:56:03.893Z] DONE 243 tests, 5 skipped in 120.763s [2022-06-04T20:56:03.893Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-04T20:56:03.893Z] === RUN TestConfigDaemonLibtrustID [2022-06-04T20:56:03.893Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-04T20:56:03.893Z] === RUN TestConfigDaemonID [2022-06-04T20:56:04.455Z] daemon_test.go:83: [de4be9b20a1af] daemon is not started [2022-06-04T20:56:04.455Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:56:04.455Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-04T20:56:04.455Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-04T20:56:04.455Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-04T20:56:04.455Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-04T20:56:04.455Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-04T20:56:04.455Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-04T20:56:04.455Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-04T20:56:04.455Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-04T20:56:04.711Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-04T20:56:04.711Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-04T20:56:04.711Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-06-04T20:56:04.711Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-04T20:56:04.711Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-04T20:56:04.711Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-04T20:56:06.078Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-04T20:56:06.878Z] --- PASS: TestBuildSquashParent (8.45s) [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:56:06.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:56:06.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:56:06.878Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:56:06.878Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:56:07.005Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-04T20:56:07.934Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-04T20:56:07.934Z] daemon_test.go:197: [d44a28039c5c0] daemon is not started [2022-06-04T20:56:07.934Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-04T20:56:07.934Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-04T20:56:07.934Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-04T20:56:07.934Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-04T20:56:07.934Z] === RUN TestDaemonProxy [2022-06-04T20:56:07.934Z] === RUN TestDaemonProxy/environment_variables [2022-06-04T20:56:08.773Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:56:08.773Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:56:09.822Z] === RUN TestDaemonProxy/command-line_options [2022-06-04T20:56:11.709Z] === RUN TestDaemonProxy/configuration_file [2022-06-04T20:56:12.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:56:12.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:56:13.072Z] === RUN TestDaemonProxy/conflicting_options [2022-06-04T20:56:13.632Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy (6.20s) [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-04T20:56:14.193Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-04T20:56:14.193Z] PASS [2022-06-04T20:56:14.193Z] [2022-06-04T20:56:14.193Z] DONE 18 tests in 11.139s [2022-06-04T20:56:14.193Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-04T20:56:14.193Z] INFO: Testing against a local daemon [2022-06-04T20:56:14.193Z] === RUN TestCommitInheritsEnv [2022-06-04T20:56:14.449Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-06-04T20:56:14.449Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-04T20:56:14.449Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform// [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform/linux [2022-06-04T20:56:14.449Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-04T20:56:14.706Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-04T20:56:14.706Z] === RUN TestImportWithCustomPlatform/macos [2022-06-04T20:56:14.706Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-04T20:56:14.706Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-04T20:56:14.706Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-04T20:56:14.706Z] === RUN TestImagesFilterMultiReference [2022-06-04T20:56:14.706Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-04T20:56:14.706Z] === RUN TestImagePullPlatformInvalid [2022-06-04T20:56:14.706Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-04T20:56:14.706Z] === RUN TestRemoveImageOrphaning [2022-06-04T20:56:14.963Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-04T20:56:14.963Z] === RUN TestRemoveImageGarbageCollector [2022-06-04T20:56:15.524Z] time="2022-06-04T20:56:15Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.30s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.32s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.30s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.28s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.73s) [2022-06-04T20:56:16.225Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.75s) [2022-06-04T20:56:16.225Z] === RUN TestBuildMultiStageCopy [2022-06-04T20:56:16.225Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-04T20:56:16.889Z] --- PASS: TestRemoveImageGarbageCollector (1.84s) [2022-06-04T20:56:16.889Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-04T20:56:16.889Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-04T20:56:16.889Z] === RUN TestTagInvalidReference [2022-06-04T20:56:16.889Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-04T20:56:16.889Z] === RUN TestTagValidPrefixedRepo [2022-06-04T20:56:16.889Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-04T20:56:16.889Z] === RUN TestTagExistedNameWithoutForce [2022-06-04T20:56:16.889Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-04T20:56:16.889Z] === RUN TestTagOfficialNames [2022-06-04T20:56:16.889Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-04T20:56:16.889Z] === RUN TestTagMatchesDigest [2022-06-04T20:56:17.145Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-04T20:56:17.145Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-04T20:56:18.747Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-04T20:56:19.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-04T20:56:19.567Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-04T20:56:20.131Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy (4.94s) [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.64s) [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.70s) [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.47s) [2022-06-04T20:56:20.697Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.64s) [2022-06-04T20:56:20.697Z] === RUN TestBuildMultiStageParentConfig [2022-06-04T20:56:22.067Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2022-06-04T20:56:22.067Z] === RUN TestBuildLabelWithTargets [2022-06-04T20:56:24.590Z] --- PASS: TestBuildLabelWithTargets (2.29s) [2022-06-04T20:56:24.590Z] === RUN TestBuildWithEmptyLayers [2022-06-04T20:56:25.962Z] --- PASS: TestBuildWithEmptyLayers (1.41s) [2022-06-04T20:56:25.962Z] === RUN TestBuildMultiStageOnBuild [2022-06-04T20:56:29.236Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) [2022-06-04T20:56:29.237Z] === RUN TestBuildUncleanTarFilenames [2022-06-04T20:56:31.131Z] --- PASS: TestBuildUncleanTarFilenames (1.89s) [2022-06-04T20:56:31.131Z] === RUN TestBuildMultiStageLayerLeak [2022-06-04T20:56:34.406Z] --- PASS: TestBuildMultiStageLayerLeak (3.65s) [2022-06-04T20:56:34.406Z] === RUN TestBuildWithHugeFile [2022-06-04T20:56:40.294Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-04T20:56:40.294Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-04T20:56:40.294Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-04T20:56:40.294Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-04T20:56:40.294Z] Cross building: bundles/cross/linux/s390x [2022-06-04T20:56:40.294Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-04T20:56:40.294Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-04T20:56:57.794Z] --- PASS: TestImportExtremelyLargeImageWorks (92.83s) [2022-06-04T20:56:57.794Z] PASS [2022-06-04T20:56:57.794Z] [2022-06-04T20:56:57.794Z] === Skipped [2022-06-04T20:56:57.794Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-04T20:56:57.794Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-04T20:56:57.794Z] [2022-06-04T20:56:57.794Z] DONE 22 tests, 1 skipped in 96.960s [2022-06-04T20:56:57.794Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-04T20:56:57.794Z] INFO: Testing against a local daemon [2022-06-04T20:56:57.794Z] === RUN TestNetworkCreateDelete [2022-06-04T20:56:57.794Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-04T20:56:57.794Z] === RUN TestDockerNetworkDeletePreferID [2022-06-04T20:56:57.794Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-04T20:56:57.794Z] === RUN TestDaemonDNSFallback [2022-06-04T20:57:01.091Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-06-04T20:57:01.091Z] === RUN TestInspectNetwork [2022-06-04T20:57:01.091Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.091Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestRunContainerWithBridgeNone [2022-06-04T20:57:01.091Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-04T20:57:01.091Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:57:01.091Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:57:01.091Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:57:01.091Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-04T20:57:01.091Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-04T20:57:01.091Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-04T20:57:01.091Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestNetworkList [2022-06-04T20:57:01.091Z] === RUN TestNetworkList//networks [2022-06-04T20:57:01.091Z] === PAUSE TestNetworkList//networks [2022-06-04T20:57:01.091Z] === RUN TestNetworkList//networks/ [2022-06-04T20:57:01.091Z] === PAUSE TestNetworkList//networks/ [2022-06-04T20:57:01.091Z] === CONT TestNetworkList//networks [2022-06-04T20:57:01.091Z] === CONT TestNetworkList//networks/ [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkList (0.01s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-04T20:57:01.091Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestHostIPv4BridgeLabel [2022-06-04T20:57:01.091Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-04T20:57:01.091Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-04T20:57:01.091Z] === RUN TestDaemonDefaultNetworkPools [2022-06-04T20:57:01.091Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-04T20:57:01.091Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-04T20:57:01.091Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-04T20:57:01.091Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-04T20:57:01.091Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-04T20:57:01.091Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-04T20:57:01.091Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.091Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-04T20:57:01.091Z] === RUN TestServiceWithPredefinedNetwork [2022-06-04T20:57:01.091Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.091Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-04T20:57:01.091Z] service_test.go:243: FLAKY_TEST [2022-06-04T20:57:01.091Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T20:57:01.091Z] === RUN TestServiceWithDataPathPortInit [2022-06-04T20:57:01.353Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-04T20:57:01.353Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-04T20:57:01.353Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-04T20:57:01.353Z] PASS [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === Skipped [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-04T20:57:01.353Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-04T20:57:01.353Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-04T20:57:01.353Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-04T20:57:01.353Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T20:57:01.353Z] service_test.go:243: FLAKY_TEST [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-04T20:57:01.353Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-04T20:57:01.353Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] DONE 34 tests, 12 skipped in 7.052s [2022-06-04T20:57:01.353Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.353Z] INFO: Testing against a local daemon [2022-06-04T20:57:01.353Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-04T20:57:01.353Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:57:01.353Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T20:57:01.353Z] === RUN TestDockerNetworkIpvlan [2022-06-04T20:57:01.353Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:57:01.353Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-04T20:57:01.353Z] PASS [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === Skipped [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T20:57:01.353Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-04T20:57:01.353Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] DONE 2 tests, 2 skipped in 0.092s [2022-06-04T20:57:01.353Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.353Z] INFO: Testing against a local daemon [2022-06-04T20:57:01.353Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-04T20:57:01.353Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-04T20:57:01.353Z] === RUN TestDockerNetworkMacvlan [2022-06-04T20:57:01.353Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-04T20:57:01.353Z] PASS [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === Skipped [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-04T20:57:01.353Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-04T20:57:01.353Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] DONE 2 tests, 2 skipped in 0.095s [2022-06-04T20:57:01.353Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.353Z] testing: warning: no tests to run [2022-06-04T20:57:01.353Z] PASS [2022-06-04T20:57:01.353Z] [2022-06-04T20:57:01.353Z] DONE 0 tests in 0.025s [2022-06-04T20:57:01.616Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.616Z] INFO: Testing against a local daemon [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginAllowRequest [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginTLS [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginDenyRequest [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginDenyResponse [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginAllowEventStream [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginErrorResponse [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginErrorRequest [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginHeader [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.03s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginV2Disable [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-04T20:57:01.616Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-04T20:57:01.616Z] PASS [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === Skipped [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.03s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-04T20:57:01.616Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.616Z] [2022-06-04T20:57:01.616Z] DONE 17 tests, 17 skipped in 0.185s [2022-06-04T20:57:01.616Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.878Z] INFO: Testing against a local daemon [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:57:01.878Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:57:01.878Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-04T20:57:01.878Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-04T20:57:01.878Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-04T20:57:01.878Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-04T20:57:01.878Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-04T20:57:01.878Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-04T20:57:01.878Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-04T20:57:01.878Z] === RUN TestPluginInstall [2022-06-04T20:57:01.878Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.878Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-04T20:57:01.878Z] === RUN TestPluginsWithRuntimes [2022-06-04T20:57:01.878Z] 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-04T20:57:01.878Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-04T20:57:01.878Z] === RUN TestPluginBackCompatMediaTypes [2022-06-04T20:57:01.878Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-04T20:57:01.878Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-04T20:57:01.878Z] PASS [2022-06-04T20:57:01.878Z] [2022-06-04T20:57:01.878Z] === Skipped [2022-06-04T20:57:01.878Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-04T20:57:01.878Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-04T20:57:01.878Z] [2022-06-04T20:57:01.878Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-04T20:57:01.878Z] 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-04T20:57:01.878Z] [2022-06-04T20:57:01.878Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-04T20:57:01.878Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-04T20:57:01.878Z] [2022-06-04T20:57:01.878Z] DONE 19 tests, 3 skipped in 0.136s [2022-06-04T20:57:01.878Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-04T20:57:01.878Z] INFO: Testing against a local daemon [2022-06-04T20:57:01.878Z] === RUN TestExternalGraphDriver [2022-06-04T20:57:01.878Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-04T20:57:01.878Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-04T20:57:01.878Z] === RUN TestGraphdriverPluginV2 [2022-06-04T20:57:06.083Z] --- PASS: TestGraphdriverPluginV2 (3.37s) [2022-06-04T20:57:06.083Z] PASS [2022-06-04T20:57:06.083Z] [2022-06-04T20:57:06.083Z] === Skipped [2022-06-04T20:57:06.083Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-04T20:57:06.083Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-04T20:57:06.083Z] [2022-06-04T20:57:06.083Z] DONE 2 tests, 1 skipped in 3.501s [2022-06-04T20:57:06.083Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-04T20:57:06.083Z] INFO: Testing against a local daemon [2022-06-04T20:57:06.083Z] === RUN TestContinueAfterPluginCrash [2022-06-04T20:57:06.083Z] === PAUSE TestContinueAfterPluginCrash [2022-06-04T20:57:06.083Z] === RUN TestReadPluginNoRead [2022-06-04T20:57:06.083Z] === PAUSE TestReadPluginNoRead [2022-06-04T20:57:06.083Z] === RUN TestDaemonStartWithLogOpt [2022-06-04T20:57:06.083Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-04T20:57:06.083Z] === CONT TestContinueAfterPluginCrash [2022-06-04T20:57:06.083Z] === CONT TestDaemonStartWithLogOpt [2022-06-04T20:57:09.384Z] --- PASS: TestDaemonStartWithLogOpt (3.46s) [2022-06-04T20:57:09.384Z] === CONT TestReadPluginNoRead [2022-06-04T20:57:11.296Z] === RUN TestReadPluginNoRead/default [2022-06-04T20:57:12.335Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-04T20:57:12.335Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-04T20:57:12.335Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-04T20:57:12.335Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-04T20:57:12.335Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-04T20:57:12.647Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-04T20:57:12.678Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-04T20:57:12.960Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/test/unit [2022-06-04T20:57:13.215Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-04T20:57:13.215Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-04T20:57:13.215Z] + TESTDIRS=./... [2022-06-04T20:57:13.215Z] + exclude_paths='/vendor/|/integration' [2022-06-04T20:57:13.215Z] ++ go list ./... [2022-06-04T20:57:13.215Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-04T20:57:13.620Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-04T20:57:13.779Z] + pkg_list='github.com/docker/docker/api [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/backend [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/container [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/events [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/filters [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/image [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/mount [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/network [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/registry [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/time [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/versions [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/volume [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:57:13.779Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:57:13.779Z] github.com/docker/docker/cli [2022-06-04T20:57:13.779Z] github.com/docker/docker/cli/config [2022-06-04T20:57:13.779Z] github.com/docker/docker/cli/debug [2022-06-04T20:57:13.779Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:57:13.779Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:57:13.779Z] github.com/docker/docker/client [2022-06-04T20:57:13.779Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:57:13.779Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:57:13.779Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:57:13.779Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:57:13.779Z] github.com/docker/docker/container [2022-06-04T20:57:13.779Z] github.com/docker/docker/container/stream [2022-06-04T20:57:13.779Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:57:13.779Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:57:13.779Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/config [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/events [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/exec [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/images [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/links [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/names [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/network [2022-06-04T20:57:13.779Z] github.com/docker/docker/daemon/stats [2022-06-04T20:57:13.779Z] github.com/docker/docker/distribution [2022-06-04T20:57:13.779Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:57:13.779Z] github.com/docker/docker/distribution/utils [2022-06-04T20:57:13.779Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:57:13.779Z] github.com/docker/docker/dockerversion [2022-06-04T20:57:13.779Z] github.com/docker/docker/errdefs [2022-06-04T20:57:13.779Z] github.com/docker/docker/image [2022-06-04T20:57:13.779Z] github.com/docker/docker/image/cache [2022-06-04T20:57:13.779Z] github.com/docker/docker/image/tarexport [2022-06-04T20:57:13.779Z] github.com/docker/docker/image/v1 [2022-06-04T20:57:13.779Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:57:13.779Z] github.com/docker/docker/layer [2022-06-04T20:57:13.779Z] github.com/docker/docker/libcontainerd [2022-06-04T20:57:13.779Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:57:13.779Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:57:13.779Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:57:13.779Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:57:13.779Z] github.com/docker/docker/oci [2022-06-04T20:57:13.779Z] github.com/docker/docker/oci/caps [2022-06-04T20:57:13.779Z] github.com/docker/docker/opts [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/archive [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/directory [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/platform [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/pools [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/progress [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/signal [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/stack [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/system [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:57:13.779Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:57:13.779Z] github.com/docker/docker/plugin [2022-06-04T20:57:13.779Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:57:13.779Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:57:13.779Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:57:13.779Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:57:13.779Z] github.com/docker/docker/quota [2022-06-04T20:57:13.779Z] github.com/docker/docker/reference [2022-06-04T20:57:13.779Z] github.com/docker/docker/registry [2022-06-04T20:57:13.779Z] github.com/docker/docker/registry/resumable [2022-06-04T20:57:13.779Z] github.com/docker/docker/restartmanager [2022-06-04T20:57:13.779Z] github.com/docker/docker/rootless [2022-06-04T20:57:13.779Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:57:13.779Z] github.com/docker/docker/runconfig [2022-06-04T20:57:13.779Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/environment [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/registry [2022-06-04T20:57:13.779Z] github.com/docker/docker/testutil/request [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/drivers [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/local [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/mounts [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/service [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:57:13.779Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:57:13.779Z] ++ echo 'github.com/docker/docker/api [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/backend [2022-06-04T20:57:13.779Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/events [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/filters [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/image [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/mount [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/network [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/registry [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/time [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/volume [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/config [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/debug [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/client [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:57:13.780Z] github.com/docker/docker/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/container/stream [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/config [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/events [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/exec [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/images [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/links [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/names [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/network [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/stats [2022-06-04T20:57:13.780Z] github.com/docker/docker/distribution [2022-06-04T20:57:13.780Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:57:13.780Z] github.com/docker/docker/distribution/utils [2022-06-04T20:57:13.780Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:57:13.780Z] github.com/docker/docker/dockerversion [2022-06-04T20:57:13.780Z] github.com/docker/docker/errdefs [2022-06-04T20:57:13.780Z] github.com/docker/docker/image [2022-06-04T20:57:13.780Z] github.com/docker/docker/image/cache [2022-06-04T20:57:13.780Z] github.com/docker/docker/image/tarexport [2022-06-04T20:57:13.780Z] github.com/docker/docker/image/v1 [2022-06-04T20:57:13.780Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:57:13.780Z] github.com/docker/docker/layer [2022-06-04T20:57:13.780Z] github.com/docker/docker/libcontainerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:57:13.780Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:57:13.780Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:57:13.780Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:57:13.780Z] github.com/docker/docker/oci [2022-06-04T20:57:13.780Z] github.com/docker/docker/oci/caps [2022-06-04T20:57:13.780Z] github.com/docker/docker/opts [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/archive [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/directory [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/platform [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/pools [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/progress [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/signal [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/stack [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/system [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:57:13.780Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:57:13.780Z] github.com/docker/docker/plugin [2022-06-04T20:57:13.780Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:57:13.780Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:57:13.780Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:57:13.780Z] github.com/docker/docker/quota [2022-06-04T20:57:13.780Z] github.com/docker/docker/reference [2022-06-04T20:57:13.780Z] github.com/docker/docker/registry [2022-06-04T20:57:13.780Z] github.com/docker/docker/registry/resumable [2022-06-04T20:57:13.780Z] github.com/docker/docker/restartmanager [2022-06-04T20:57:13.780Z] github.com/docker/docker/rootless [2022-06-04T20:57:13.780Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:57:13.780Z] github.com/docker/docker/runconfig [2022-06-04T20:57:13.780Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/environment [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:57:13.780Z] ++ grep --fixed-strings -v /libnetwork [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/registry [2022-06-04T20:57:13.780Z] github.com/docker/docker/testutil/request [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/drivers [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/local [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/mounts [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/service [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:57:13.780Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:57:13.780Z] + base_pkg_list='github.com/docker/docker/api [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/backend [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/events [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/filters [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/image [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/mount [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/network [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/registry [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/time [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:57:13.780Z] github.com/docker/docker/api/types/volume [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:57:13.780Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/config [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/debug [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:57:13.780Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/client [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:57:13.780Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:57:13.780Z] github.com/docker/docker/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/container/stream [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:57:13.780Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/config [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/events [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/exec [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/images [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/links [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:57:13.780Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/names [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/network [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/stats [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/utils [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:57:13.781Z] github.com/docker/docker/dockerversion [2022-06-04T20:57:13.781Z] github.com/docker/docker/errdefs [2022-06-04T20:57:13.781Z] github.com/docker/docker/image [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/cache [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/tarexport [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/v1 [2022-06-04T20:57:13.781Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:57:13.781Z] github.com/docker/docker/layer [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:57:13.781Z] github.com/docker/docker/oci [2022-06-04T20:57:13.781Z] github.com/docker/docker/oci/caps [2022-06-04T20:57:13.781Z] github.com/docker/docker/opts [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/archive [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/directory [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/platform [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/pools [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/progress [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/signal [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/stack [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/system [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:57:13.781Z] github.com/docker/docker/plugin [2022-06-04T20:57:13.781Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:57:13.781Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:57:13.781Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:57:13.781Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:57:13.781Z] github.com/docker/docker/quota [2022-06-04T20:57:13.781Z] github.com/docker/docker/reference [2022-06-04T20:57:13.781Z] github.com/docker/docker/registry [2022-06-04T20:57:13.781Z] github.com/docker/docker/registry/resumable [2022-06-04T20:57:13.781Z] github.com/docker/docker/restartmanager [2022-06-04T20:57:13.781Z] github.com/docker/docker/rootless [2022-06-04T20:57:13.781Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:57:13.781Z] github.com/docker/docker/runconfig [2022-06-04T20:57:13.781Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/environment [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/registry [2022-06-04T20:57:13.781Z] github.com/docker/docker/testutil/request [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/drivers [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/local [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/mounts [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/service [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:57:13.781Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:57:13.781Z] ++ grep --fixed-strings /libnetwork [2022-06-04T20:57:13.781Z] ++ echo 'github.com/docker/docker/api [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/backend [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/container [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/events [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/filters [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/image [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/mount [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/network [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/registry [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/time [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/versions [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:57:13.781Z] github.com/docker/docker/api/types/volume [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:57:13.781Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:57:13.781Z] github.com/docker/docker/cli [2022-06-04T20:57:13.781Z] github.com/docker/docker/cli/config [2022-06-04T20:57:13.781Z] github.com/docker/docker/cli/debug [2022-06-04T20:57:13.781Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:57:13.781Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:57:13.781Z] github.com/docker/docker/client [2022-06-04T20:57:13.781Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:57:13.781Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:57:13.781Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:57:13.781Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:57:13.781Z] github.com/docker/docker/container [2022-06-04T20:57:13.781Z] github.com/docker/docker/container/stream [2022-06-04T20:57:13.781Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:57:13.781Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:57:13.781Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/config [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/events [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/exec [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/images [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/links [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/names [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/network [2022-06-04T20:57:13.781Z] github.com/docker/docker/daemon/stats [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/utils [2022-06-04T20:57:13.781Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:57:13.781Z] github.com/docker/docker/dockerversion [2022-06-04T20:57:13.781Z] github.com/docker/docker/errdefs [2022-06-04T20:57:13.781Z] github.com/docker/docker/image [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/cache [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/tarexport [2022-06-04T20:57:13.781Z] github.com/docker/docker/image/v1 [2022-06-04T20:57:13.781Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:57:13.781Z] github.com/docker/docker/layer [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:57:13.781Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/libnetwork/types [2022-06-04T20:57:13.781Z] github.com/docker/docker/oci [2022-06-04T20:57:13.781Z] github.com/docker/docker/oci/caps [2022-06-04T20:57:13.781Z] github.com/docker/docker/opts [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/archive [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/directory [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:57:13.781Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/platform [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/pools [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/progress [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/signal [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/stack [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/system [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:57:13.782Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:57:13.782Z] github.com/docker/docker/plugin [2022-06-04T20:57:13.782Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:57:13.782Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:57:13.782Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:57:13.782Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:57:13.782Z] github.com/docker/docker/quota [2022-06-04T20:57:13.782Z] github.com/docker/docker/reference [2022-06-04T20:57:13.782Z] github.com/docker/docker/registry [2022-06-04T20:57:13.782Z] github.com/docker/docker/registry/resumable [2022-06-04T20:57:13.782Z] github.com/docker/docker/restartmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/rootless [2022-06-04T20:57:13.782Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:57:13.782Z] github.com/docker/docker/runconfig [2022-06-04T20:57:13.782Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/environment [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/registry [2022-06-04T20:57:13.782Z] github.com/docker/docker/testutil/request [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/drivers [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/local [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/mounts [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/service [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:57:13.782Z] github.com/docker/docker/volume/testutils' [2022-06-04T20:57:13.782Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/types' [2022-06-04T20:57:13.782Z] + echo 'github.com/docker/docker/libnetwork [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:57:13.782Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/types' [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:57:13.782Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:57:13.782Z] + type docker-proxy [2022-06-04T20:57:13.782Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-04T20:57:13.782Z] + hack/make.sh binary-proxy install-proxy [2022-06-04T20:57:13.782Z] [2022-06-04T20:57:13.782Z] Removing bundles/ [2022-06-04T20:57:13.782Z] [2022-06-04T20:57:13.782Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-04T20:57:13.782Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-04T20:57:13.782Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:57:13.882Z] --- PASS: TestContinueAfterPluginCrash (8.33s) [2022-06-04T20:57:15.265Z] === CONT TestReadPluginNoRead [2022-06-04T20:57:15.265Z] read_test.go:92: [d2f4d6aad0742] daemon is not started [2022-06-04T20:57:15.265Z] --- PASS: TestReadPluginNoRead (6.16s) [2022-06-04T20:57:15.265Z] --- PASS: TestReadPluginNoRead/default (1.29s) [2022-06-04T20:57:15.265Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2022-06-04T20:57:15.265Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2022-06-04T20:57:15.265Z] PASS [2022-06-04T20:57:15.265Z] [2022-06-04T20:57:15.265Z] DONE 6 tests in 9.722s [2022-06-04T20:57:15.265Z] 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-04T20:57:15.265Z] testing: warning: no tests to run [2022-06-04T20:57:15.265Z] PASS [2022-06-04T20:57:15.265Z] [2022-06-04T20:57:15.265Z] DONE 0 tests in 0.035s [2022-06-04T20:57:15.265Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-04T20:57:15.265Z] INFO: Testing against a local daemon [2022-06-04T20:57:15.265Z] === RUN TestPluginWithDevMounts [2022-06-04T20:57:15.265Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-04T20:57:15.265Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-04T20:57:15.265Z] PASS [2022-06-04T20:57:15.265Z] [2022-06-04T20:57:15.265Z] === Skipped [2022-06-04T20:57:15.265Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-04T20:57:15.265Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-04T20:57:15.265Z] [2022-06-04T20:57:15.265Z] DONE 1 tests, 1 skipped in 0.115s [2022-06-04T20:57:15.265Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-04T20:57:15.265Z] INFO: Testing against a local daemon [2022-06-04T20:57:15.265Z] === RUN TestSecretInspect [2022-06-04T20:57:15.265Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.265Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-04T20:57:15.265Z] === RUN TestSecretList [2022-06-04T20:57:15.265Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.265Z] --- SKIP: TestSecretList (0.01s) [2022-06-04T20:57:15.265Z] === RUN TestSecretsCreateAndDelete [2022-06-04T20:57:15.265Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.265Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-04T20:57:15.265Z] === RUN TestSecretsUpdate [2022-06-04T20:57:15.527Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-06-04T20:57:15.527Z] === RUN TestTemplatedSecret [2022-06-04T20:57:15.527Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-04T20:57:15.527Z] === RUN TestSecretCreateResolve [2022-06-04T20:57:15.527Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-04T20:57:15.527Z] PASS [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === Skipped [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-04T20:57:15.527Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-04T20:57:15.527Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-04T20:57:15.527Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-06-04T20:57:15.527Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-04T20:57:15.527Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-04T20:57:15.527Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] [2022-06-04T20:57:15.527Z] DONE 6 tests, 6 skipped in 0.165s [2022-06-04T20:57:15.527Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-04T20:57:15.527Z] INFO: Testing against a local daemon [2022-06-04T20:57:15.527Z] === RUN TestServiceCreateInit [2022-06-04T20:57:15.527Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-04T20:57:15.527Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-04T20:57:15.527Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-04T20:57:15.527Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-04T20:57:15.527Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceMultipleTimes [2022-06-04T20:57:15.527Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceConflict [2022-06-04T20:57:15.527Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceMaxReplicas [2022-06-04T20:57:15.527Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-04T20:57:15.527Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-04T20:57:15.527Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceSecretFileMode [2022-06-04T20:57:15.527Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceConfigFileMode [2022-06-04T20:57:15.527Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.527Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-04T20:57:15.527Z] === RUN TestCreateServiceSysctls [2022-06-04T20:57:15.788Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-04T20:57:15.788Z] === RUN TestCreateServiceCapabilities [2022-06-04T20:57:15.788Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-06-04T20:57:15.788Z] === RUN TestInspect [2022-06-04T20:57:15.788Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestInspect (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestCreateJob [2022-06-04T20:57:15.788Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestCreateJob (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestReplicatedJob [2022-06-04T20:57:15.788Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestUpdateReplicatedJob [2022-06-04T20:57:15.788Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestServiceListWithStatuses [2022-06-04T20:57:15.788Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T20:57:15.788Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-04T20:57:15.788Z] === RUN TestDockerNetworkConnectAlias [2022-06-04T20:57:15.788Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestDockerNetworkReConnect [2022-06-04T20:57:15.788Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:15.788Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-04T20:57:15.788Z] === RUN TestServicePlugin [2022-06-04T20:57:17.050Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-04T20:57:17.050Z] [2022-06-04T20:57:17.050Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-04T20:57:17.050Z] Installing docker-proxy to /usr/local/bin/ [2022-06-04T20:57:17.050Z] [2022-06-04T20:57:17.050Z] + mkdir -p bundles [2022-06-04T20:57:17.050Z] + '[' -n 'github.com/docker/docker/api [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/backend/build [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/httpstatus [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/httputils [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/middleware [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/build [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/container [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/debug [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/distribution [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/grpc [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/image [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/network [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/plugin [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/session [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/swarm [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/system [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/server/router/volume [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/backend [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/blkiodev [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/container [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/events [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/filters [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/image [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/mount [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/network [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/registry [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/strslice [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/swarm [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/time [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/versions [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-04T20:57:17.050Z] github.com/docker/docker/api/types/volume [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/builder-next/worker [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/dockerfile [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/remotecontext [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/remotecontext/git [2022-06-04T20:57:17.050Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-04T20:57:17.050Z] github.com/docker/docker/cli [2022-06-04T20:57:17.050Z] github.com/docker/docker/cli/config [2022-06-04T20:57:17.050Z] github.com/docker/docker/cli/debug [2022-06-04T20:57:17.050Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-04T20:57:17.050Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-04T20:57:17.050Z] github.com/docker/docker/client [2022-06-04T20:57:17.050Z] github.com/docker/docker/cmd/docker-proxy [2022-06-04T20:57:17.050Z] github.com/docker/docker/cmd/dockerd [2022-06-04T20:57:17.050Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-04T20:57:17.050Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-04T20:57:17.050Z] github.com/docker/docker/container [2022-06-04T20:57:17.050Z] github.com/docker/docker/container/stream [2022-06-04T20:57:17.050Z] github.com/docker/docker/contrib/apparmor [2022-06-04T20:57:17.050Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-04T20:57:17.050Z] github.com/docker/docker/contrib/httpserver [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster/convert [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster/executor [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/cluster/provider [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/config [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/events [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/events/testutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/exec [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/images [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/initlayer [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/links [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/listeners [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/gelf [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/journald [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/local [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/logentries [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/splunk [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/syslog [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/logger/templates [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/names [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/network [2022-06-04T20:57:17.050Z] github.com/docker/docker/daemon/stats [2022-06-04T20:57:17.050Z] github.com/docker/docker/distribution [2022-06-04T20:57:17.050Z] github.com/docker/docker/distribution/metadata [2022-06-04T20:57:17.050Z] github.com/docker/docker/distribution/utils [2022-06-04T20:57:17.050Z] github.com/docker/docker/distribution/xfer [2022-06-04T20:57:17.050Z] github.com/docker/docker/dockerversion [2022-06-04T20:57:17.050Z] github.com/docker/docker/errdefs [2022-06-04T20:57:17.050Z] github.com/docker/docker/image [2022-06-04T20:57:17.050Z] github.com/docker/docker/image/cache [2022-06-04T20:57:17.050Z] github.com/docker/docker/image/tarexport [2022-06-04T20:57:17.050Z] github.com/docker/docker/image/v1 [2022-06-04T20:57:17.050Z] github.com/docker/docker/internal/test/suite [2022-06-04T20:57:17.050Z] github.com/docker/docker/layer [2022-06-04T20:57:17.050Z] github.com/docker/docker/libcontainerd [2022-06-04T20:57:17.050Z] github.com/docker/docker/libcontainerd/queue [2022-06-04T20:57:17.050Z] github.com/docker/docker/libcontainerd/remote [2022-06-04T20:57:17.050Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-04T20:57:17.050Z] github.com/docker/docker/libcontainerd/types [2022-06-04T20:57:17.050Z] github.com/docker/docker/oci [2022-06-04T20:57:17.050Z] github.com/docker/docker/oci/caps [2022-06-04T20:57:17.050Z] github.com/docker/docker/opts [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/aaparser [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/archive [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/authorization [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/broadcaster [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/capabilities [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/chrootarchive [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/containerfs [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/devicemapper [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/directory [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/dmesg [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/fileutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/fsutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/homedir [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/idtools [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/ioutils [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/jsonmessage [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/longpath [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/loopback [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/namesgenerator [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/parsers [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/pidfile [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/platform [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/plugingetter [2022-06-04T20:57:17.050Z] github.com/docker/docker/pkg/plugins [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/plugins/transport [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/pools [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/progress [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/pubsub [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/reexec [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/signal [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/stack [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/stdcopy [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/streamformatter [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/stringid [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/sysinfo [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/system [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/tailfile [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/tarsum [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/truncindex [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/urlutil [2022-06-04T20:57:17.051Z] github.com/docker/docker/pkg/useragent [2022-06-04T20:57:17.051Z] github.com/docker/docker/plugin [2022-06-04T20:57:17.051Z] github.com/docker/docker/plugin/executor/containerd [2022-06-04T20:57:17.051Z] github.com/docker/docker/plugin/v2 [2022-06-04T20:57:17.051Z] github.com/docker/docker/profiles/apparmor [2022-06-04T20:57:17.051Z] github.com/docker/docker/profiles/seccomp [2022-06-04T20:57:17.051Z] github.com/docker/docker/quota [2022-06-04T20:57:17.051Z] github.com/docker/docker/reference [2022-06-04T20:57:17.051Z] github.com/docker/docker/registry [2022-06-04T20:57:17.051Z] github.com/docker/docker/registry/resumable [2022-06-04T20:57:17.051Z] github.com/docker/docker/restartmanager [2022-06-04T20:57:17.051Z] github.com/docker/docker/rootless [2022-06-04T20:57:17.051Z] github.com/docker/docker/rootless/specconv [2022-06-04T20:57:17.051Z] github.com/docker/docker/runconfig [2022-06-04T20:57:17.051Z] github.com/docker/docker/runconfig/opts [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/daemon [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/environment [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fakecontext [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fakegit [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fakestorage [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fixtures/load [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/registry [2022-06-04T20:57:17.051Z] github.com/docker/docker/testutil/request [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/drivers [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/local [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/mounts [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/service [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/service/opts [2022-06-04T20:57:17.051Z] github.com/docker/docker/volume/testutils' ']' [2022-06-04T20:57:17.051Z] + 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-04T20:57:17.701Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServicePlugin (1.92s) [2022-06-04T20:57:17.701Z] === RUN TestServiceUpdateLabel [2022-06-04T20:57:17.701Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2022-06-04T20:57:17.701Z] === RUN TestServiceUpdateSecrets [2022-06-04T20:57:17.701Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-04T20:57:17.701Z] === RUN TestServiceUpdateConfigs [2022-06-04T20:57:17.701Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-04T20:57:17.701Z] === RUN TestServiceUpdateNetwork [2022-06-04T20:57:17.701Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-04T20:57:17.701Z] === RUN TestServiceUpdatePidsLimit [2022-06-04T20:57:17.701Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-04T20:57:17.701Z] PASS [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === Skipped [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-04T20:57:17.701Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-04T20:57:17.701Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2022-06-04T20:57:17.701Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-04T20:57:17.701Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-04T20:57:17.701Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-04T20:57:17.701Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-04T20:57:17.701Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-04T20:57:17.701Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-04T20:57:17.701Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.04s) [2022-06-04T20:57:17.701Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-04T20:57:17.701Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-04T20:57:17.701Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-04T20:57:17.701Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-04T20:57:17.701Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-04T20:57:17.701Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-04T20:57:17.701Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-04T20:57:17.701Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-06-04T20:57:17.701Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2022-06-04T20:57:17.701Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-04T20:57:17.701Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-04T20:57:17.701Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-04T20:57:17.701Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-04T20:57:17.701Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-04T20:57:17.701Z] [2022-06-04T20:57:17.701Z] DONE 24 tests, 23 skipped in 2.328s [2022-06-04T20:57:17.701Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-04T20:57:17.962Z] INFO: Testing against a local daemon [2022-06-04T20:57:17.962Z] === RUN TestSessionCreate [2022-06-04T20:57:17.962Z] --- PASS: TestSessionCreate (0.03s) [2022-06-04T20:57:17.962Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-04T20:57:17.962Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-04T20:57:17.962Z] PASS [2022-06-04T20:57:17.962Z] [2022-06-04T20:57:17.962Z] DONE 2 tests in 0.147s [2022-06-04T20:57:17.962Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-04T20:57:17.962Z] INFO: Testing against a local daemon [2022-06-04T20:57:17.962Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-04T20:57:17.962Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T20:57:17.962Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T20:57:17.962Z] === RUN TestDiskUsage [2022-06-04T20:57:17.962Z] === PAUSE TestDiskUsage [2022-06-04T20:57:17.962Z] === RUN TestEventsExecDie [2022-06-04T20:57:17.978Z] ? github.com/docker/docker/api [no test files] [2022-06-04T20:57:18.533Z] --- PASS: TestEventsExecDie (0.50s) [2022-06-04T20:57:18.533Z] === RUN TestEventsBackwardsCompatible [2022-06-04T20:57:18.533Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-04T20:57:18.533Z] === RUN TestEventsVolumeCreate [2022-06-04T20:57:18.533Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-04T20:57:18.533Z] === RUN TestInfoBinaryCommits [2022-06-04T20:57:18.533Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-04T20:57:18.533Z] === RUN TestInfoAPIVersioned [2022-06-04T20:57:18.793Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-04T20:57:18.793Z] === RUN TestInfoAPI [2022-06-04T20:57:18.793Z] --- PASS: TestInfoAPI (0.02s) [2022-06-04T20:57:18.793Z] === RUN TestInfoAPIWarnings [2022-06-04T20:57:26.072Z] ok github.com/docker/docker/api/server 0.018s coverage: 7.9% of statements [2022-06-04T20:57:30.676Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-04T20:57:30.676Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:57:30.676Z] GOOS="" GOARCH="" GOARM="" [2022-06-04T20:57:30.676Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-04T20:57:30.676Z] [2022-06-04T20:57:30.676Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-04T20:57:30.676Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T20:57:30.676Z] HOSTNAME=b18d5e4eb7a7 [2022-06-04T20:57:30.676Z] TESTDEBUG=0 [2022-06-04T20:57:30.676Z] DEST=bundles/test-integration [2022-06-04T20:57:30.676Z] PWD=/go/src/github.com/docker/docker [2022-06-04T20:57:30.676Z] DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 [2022-06-04T20:57:30.676Z] container=docker [2022-06-04T20:57:30.676Z] HOME=/root [2022-06-04T20:57:30.676Z] GOLANG_VERSION=1.18.3 [2022-06-04T20:57:30.676Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-04T20:57:30.676Z] VALIDATE_BRANCH=master [2022-06-04T20:57:30.676Z] TERM=xterm [2022-06-04T20:57:30.676Z] DOCKER_PKG=github.com/docker/docker [2022-06-04T20:57:30.677Z] SHLVL=1 [2022-06-04T20:57:30.677Z] TIMEOUT=120m [2022-06-04T20:57:30.677Z] DOCKER_BUILDTAGS= journald [2022-06-04T20:57:30.677Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-04T20:57:30.677Z] GO111MODULE=off [2022-06-04T20:57:30.677Z] DOCKER_EXPERIMENTAL=1 [2022-06-04T20:57:30.677Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-04T20:57:30.677Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-04T20:57:30.677Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-04T20:57:30.677Z] GOPATH=/go [2022-06-04T20:57:30.677Z] PKG_CONFIG=pkg-config [2022-06-04T20:57:30.677Z] _=/usr/bin/env [2022-06-04T20:57:30.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-04T20:57:36.897Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-04T20:57:36.897Z] === RUN TestInfoDebug [2022-06-04T20:57:36.897Z] --- PASS: TestInfoDebug (0.54s) [2022-06-04T20:57:36.897Z] === RUN TestInfoInsecureRegistries [2022-06-04T20:57:36.897Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-04T20:57:36.897Z] === RUN TestInfoRegistryMirrors [2022-06-04T20:57:36.897Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-04T20:57:36.897Z] === RUN TestLoginFailsWithBadCredentials [2022-06-04T20:57:36.897Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-04T20:57:36.897Z] === RUN TestPingCacheHeaders [2022-06-04T20:57:36.897Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-04T20:57:36.897Z] === RUN TestPingGet [2022-06-04T20:57:36.897Z] --- PASS: TestPingGet (0.01s) [2022-06-04T20:57:36.897Z] === RUN TestPingHead [2022-06-04T20:57:37.157Z] --- PASS: TestPingHead (0.03s) [2022-06-04T20:57:37.157Z] === RUN TestPingSwarmHeader [2022-06-04T20:57:37.731Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-04T20:57:37.993Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-04T20:57:39.382Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-04T20:57:39.382Z] --- PASS: TestPingSwarmHeader (2.13s) [2022-06-04T20:57:39.382Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-04T20:57:39.382Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-04T20:57:39.382Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-04T20:57:39.382Z] === RUN TestVersion [2022-06-04T20:57:39.382Z] --- PASS: TestVersion (0.03s) [2022-06-04T20:57:39.382Z] === CONT TestDiskUsage [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/container_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/image_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/volume_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-04T20:57:39.642Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-04T20:57:39.903Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-04T20:57:39.903Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-04T20:57:39.903Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-04T20:57:39.904Z] === RUN TestDiskUsage/after_container.Run [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-04T20:57:40.164Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage (1.32s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty (0.02s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/volume_types (0.01s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-04T20:57:40.425Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-04T20:57:40.425Z] PASS [2022-06-04T20:57:40.425Z] [2022-06-04T20:57:40.425Z] === Skipped [2022-06-04T20:57:40.425Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T20:57:40.425Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T20:57:40.425Z] [2022-06-04T20:57:40.425Z] DONE 54 tests, 1 skipped in 22.597s [2022-06-04T20:57:40.425Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-04T20:57:40.686Z] INFO: Testing against a local daemon [2022-06-04T20:57:40.686Z] === RUN TestVolumesCreateAndList [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-04T20:57:40.686Z] === RUN TestVolumesRemove [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-04T20:57:40.686Z] === RUN TestVolumesInspect [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-04T20:57:40.686Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-04T20:57:40.686Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-04T20:57:40.686Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-04T20:57:40.686Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-04T20:57:40.686Z] PASS [2022-06-04T20:57:40.686Z] [2022-06-04T20:57:40.686Z] DONE 9 tests in 0.194s [2022-06-04T20:57:40.686Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T20:57:40.686Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14177 is not a child of this shell [2022-06-04T20:57:40.686Z] warning: PID 14177 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-04T20:57:40.686Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T20:57:40.686Z] [2022-06-04T20:57:40.686Z] Unloading profiles will leave already running processes permanently [2022-06-04T20:57:40.686Z] unconfined, which can lead to unexpected situations. [2022-06-04T20:57:40.686Z] [2022-06-04T20:57:40.686Z] To set a process to complain mode, use the command line tool [2022-06-04T20:57:40.686Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T20:57:40.686Z] Removing test suite binaries [2022-06-04T20:57:40.947Z] exiting test-integration [2022-06-04T20:57:40.947Z] ++ exit 0 [2022-06-04T20:57:40.947Z] Post stage [Pipeline] junit [2022-06-04T20:57:41.532Z] Recording test results [2022-06-04T20:57:43.063Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-04T20:57:43.403Z] + echo Ensuring container killed. [2022-06-04T20:57:43.403Z] Ensuring container killed. [2022-06-04T20:57:43.403Z] + docker rm -vf docker-pr1 [2022-06-04T20:57:43.403Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-04T20:57:43.699Z] + echo Chowning /workspace to jenkins user [2022-06-04T20:57:43.699Z] Chowning /workspace to jenkins user [2022-06-04T20:57:43.699Z] + id -u [2022-06-04T20:57:43.699Z] + id -g [2022-06-04T20:57:43.699Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T20:57:43.699Z] Unable to find image 'busybox:latest' locally [2022-06-04T20:57:43.699Z] latest: Pulling from library/busybox [2022-06-04T20:57:43.971Z] cecc78ee4075: Pulling fs layer [2022-06-04T20:57:43.971Z] cecc78ee4075: Download complete [2022-06-04T20:57:43.971Z] cecc78ee4075: Pull complete [2022-06-04T20:57:43.971Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-04T20:57:43.971Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T20:57:45.211Z] + bundleName=amd64-rootless [2022-06-04T20:57:45.211Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-04T20:57:45.211Z] Creating amd64-rootless-bundles.tar.gz [2022-06-04T20:57:45.211Z] + 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-04T20:57:45.211Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-04T20:57:45.228Z] Archiving artifacts [2022-06-04T20:57:46.922Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-04T20:57:47.231Z] + make clean [2022-06-04T20:57:47.231Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-04T20:57:47.494Z] docker-dev-cache [2022-06-04T20:57:47.494Z] docker-mod-cache [Pipeline] deleteDir [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/server/httputils 0.047s coverage: 31.9% of statements [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/types/filters 0.018s coverage: 92.2% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/types/time 0.012s coverage: 100.0% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 6.0% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/types/versions 0.029s coverage: 77.3% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/server/router/volume 0.012s coverage: 67.9% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-04T20:57:47.973Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.013s coverage: 100.0% of statements [2022-06-04T20:57:47.973Z] ok github.com/docker/docker/cli/debug 0.027s coverage: 100.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-04T20:57:48.542Z] ok github.com/docker/docker/cmd/docker-proxy 0.264s coverage: 67.6% of statements [2022-06-04T20:57:49.471Z] ok github.com/docker/docker/builder/remotecontext 0.188s coverage: 13.7% of statements [2022-06-04T20:57:50.034Z] ok github.com/docker/docker/builder/dockerfile 0.551s coverage: 49.3% of statements [2022-06-04T20:57:53.524Z] --- PASS: TestImportExtremelyLargeImageWorks (92.61s) [2022-06-04T20:57:53.524Z] PASS [2022-06-04T20:57:53.524Z] [2022-06-04T20:57:53.524Z] DONE 22 tests in 95.568s [2022-06-04T20:57:53.524Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-04T20:57:53.524Z] INFO: Testing against a local daemon [2022-06-04T20:57:53.524Z] === RUN TestNetworkCreateDelete [2022-06-04T20:57:53.524Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-04T20:57:53.524Z] === RUN TestDockerNetworkDeletePreferID [2022-06-04T20:57:53.524Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-04T20:57:53.524Z] === RUN TestDaemonDNSFallback [2022-06-04T20:57:54.207Z] ok github.com/docker/docker/builder/remotecontext/git 5.795s coverage: 86.3% of statements [2022-06-04T20:57:54.207Z] ? github.com/docker/docker/cli [no test files] [2022-06-04T20:57:54.207Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-04T20:57:54.207Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-04T20:57:54.207Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-04T20:57:54.207Z] ok github.com/docker/docker/client 0.122s coverage: 75.6% of statements [2022-06-04T20:57:56.788Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-06-04T20:57:56.788Z] === RUN TestInspectNetwork [2022-06-04T20:57:57.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-04T20:57:57.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-04T20:57:59.304Z] === RUN TestInspectNetwork/full_network_id [2022-06-04T20:57:59.304Z] === RUN TestInspectNetwork/partial_network_id [2022-06-04T20:57:59.304Z] === RUN TestInspectNetwork/network_name [2022-06-04T20:57:59.304Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-04T20:58:02.300Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2022-06-04T20:58:02.300Z] ok github.com/docker/docker/daemon/cluster/convert 0.024s coverage: 36.9% of statements [2022-06-04T20:58:02.300Z] ok github.com/docker/docker/container 0.143s coverage: 34.8% of statements [2022-06-04T20:58:02.557Z] ok github.com/docker/docker/cmd/dockerd/trap 2.641s coverage: 0.0% of statements [2022-06-04T20:58:02.814Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2022-06-04T20:58:02.814Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2022-06-04T20:58:03.377Z] ok github.com/docker/docker/daemon/config 0.132s coverage: 81.5% of statements [2022-06-04T20:58:03.465Z] --- PASS: TestInspectNetwork (6.82s) [2022-06-04T20:58:03.465Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-04T20:58:03.465Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-04T20:58:03.465Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-04T20:58:03.465Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-04T20:58:03.465Z] === RUN TestRunContainerWithBridgeNone [2022-06-04T20:58:04.307Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.329s coverage: 56.2% of statements [2022-06-04T20:58:04.828Z] --- PASS: TestRunContainerWithBridgeNone (1.52s) [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-04T20:58:04.828Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:58:04.828Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:58:04.828Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:58:04.828Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-04T20:58:04.828Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-04T20:58:04.828Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-04T20:58:04.829Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-04T20:58:04.829Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-04T20:58:04.829Z] === RUN TestNetworkList [2022-06-04T20:58:04.829Z] === RUN TestNetworkList//networks [2022-06-04T20:58:04.829Z] === PAUSE TestNetworkList//networks [2022-06-04T20:58:04.829Z] === RUN TestNetworkList//networks/ [2022-06-04T20:58:04.829Z] === PAUSE TestNetworkList//networks/ [2022-06-04T20:58:04.829Z] === CONT TestNetworkList//networks [2022-06-04T20:58:04.829Z] === CONT TestNetworkList//networks/ [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkList (0.01s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-04T20:58:04.829Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-04T20:58:04.829Z] === RUN TestHostIPv4BridgeLabel [2022-06-04T20:58:05.238Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.896s coverage: 74.8% of statements [2022-06-04T20:58:05.390Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-04T20:58:05.390Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-04T20:58:05.803Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.020s coverage: 1.9% of statements [2022-06-04T20:58:06.060Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 3.0% of statements [2022-06-04T20:58:06.317Z] ok github.com/docker/docker/daemon/cluster 0.100s coverage: 0.5% of statements [2022-06-04T20:58:06.317Z] ok github.com/docker/docker/cmd/dockerd 0.108s coverage: 29.7% of statements [2022-06-04T20:58:06.317Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-04T20:58:06.317Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-04T20:58:06.317Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-04T20:58:06.317Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-04T20:58:06.317Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-04T20:58:06.317Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-04T20:58:06.317Z] === RUN TestDaemonDefaultNetworkPools [2022-06-04T20:58:06.880Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.240s coverage: 50.6% of statements [2022-06-04T20:58:07.136Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.5% of statements [2022-06-04T20:58:07.244Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-04T20:58:07.244Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-04T20:58:07.393Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.052s coverage: 3.0% of statements [2022-06-04T20:58:07.650Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-04T20:58:08.172Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-06-04T20:58:08.172Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-04T20:58:08.581Z] ok github.com/docker/docker/daemon/images 0.044s coverage: 6.6% of statements [2022-06-04T20:58:08.581Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 53.6% of statements [2022-06-04T20:58:08.838Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.363s coverage: 58.5% of statements [2022-06-04T20:58:08.838Z] ok github.com/docker/docker/daemon/logger/awslogs 0.123s coverage: 79.9% of statements [2022-06-04T20:58:08.838Z] ok github.com/docker/docker/daemon/logger 0.238s coverage: 43.2% of statements [2022-06-04T20:58:09.094Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 68.2% of statements [2022-06-04T20:58:09.094Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-06-04T20:58:09.094Z] ok github.com/docker/docker/daemon/logger/journald 0.031s coverage: 23.4% of statements [2022-06-04T20:58:09.537Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-04T20:58:09.537Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-04T20:58:09.657Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.478s coverage: 13.4% of statements [2022-06-04T20:58:09.914Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.968s coverage: 46.1% of statements [2022-06-04T20:58:09.914Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 62.3% of statements [2022-06-04T20:58:09.914Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.138s coverage: 76.8% of statements [2022-06-04T20:58:09.914Z] ok github.com/docker/docker/daemon/logger/local 0.057s coverage: 79.2% of statements [2022-06-04T20:58:10.097Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-04T20:58:10.097Z] === RUN TestServiceWithPredefinedNetwork [2022-06-04T20:58:10.170Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.060s coverage: 31.5% of statements [2022-06-04T20:58:10.170Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2022-06-04T20:58:10.427Z] ok github.com/docker/docker/daemon/logger/syslog 0.023s coverage: 46.8% of statements [2022-06-04T20:58:10.683Z] ok github.com/docker/docker/daemon/network 0.030s coverage: 63.8% of statements [2022-06-04T20:58:10.683Z] ok github.com/docker/docker/distribution/metadata 0.079s coverage: 44.4% of statements [2022-06-04T20:58:10.939Z] ok github.com/docker/docker/errdefs 0.033s coverage: 77.0% of statements [2022-06-04T20:58:11.503Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-06-04T20:58:11.503Z] ok github.com/docker/docker/image 0.035s coverage: 86.9% of statements [2022-06-04T20:58:11.503Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2022-06-04T20:58:11.759Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2022-06-04T20:58:11.759Z] ok github.com/docker/docker/daemon/logger/splunk 1.569s coverage: 82.5% of statements [2022-06-04T20:58:12.015Z] ok github.com/docker/docker/oci 0.017s coverage: 46.0% of statements [2022-06-04T20:58:12.015Z] ok github.com/docker/docker/pkg/aaparser 0.019s coverage: 52.9% of statements [2022-06-04T20:58:12.015Z] ok github.com/docker/docker/opts 0.021s coverage: 66.0% of statements [2022-06-04T20:58:12.271Z] ok github.com/docker/docker/distribution 0.608s coverage: 28.0% of statements [2022-06-04T20:58:12.271Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2022-06-04T20:58:12.528Z] ok github.com/docker/docker/pkg/capabilities 0.015s coverage: 87.5% of statements [2022-06-04T20:58:12.612Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s) [2022-06-04T20:58:12.612Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-04T20:58:12.612Z] service_test.go:243: FLAKY_TEST [2022-06-04T20:58:12.612Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T20:58:12.612Z] === RUN TestServiceWithDataPathPortInit [2022-06-04T20:58:12.784Z] ok github.com/docker/docker/distribution/xfer 1.747s coverage: 85.4% of statements [2022-06-04T20:58:12.784Z] ok github.com/docker/docker/pkg/containerfs 0.016s coverage: 6.7% of statements [2022-06-04T20:58:13.041Z] ok github.com/docker/docker/pkg/authorization 0.179s coverage: 68.3% of statements [2022-06-04T20:58:13.041Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2022-06-04T20:58:13.297Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-06-04T20:58:13.297Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 87.2% of statements [2022-06-04T20:58:13.297Z] ok github.com/docker/docker/pkg/fsutils 0.255s coverage: 85.1% of statements [2022-06-04T20:58:13.297Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2022-06-04T20:58:13.553Z] ok github.com/docker/docker/pkg/archive 0.489s coverage: 81.9% of statements [2022-06-04T20:58:13.810Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-06-04T20:58:13.810Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-06-04T20:58:13.810Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-06-04T20:58:13.810Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-04T20:58:14.066Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2022-06-04T20:58:14.066Z] ok github.com/docker/docker/pkg/idtools 0.389s coverage: 67.9% of statements [2022-06-04T20:58:14.066Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-06-04T20:58:14.066Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2022-06-04T20:58:14.322Z] ok github.com/docker/docker/pkg/ioutils 0.465s coverage: 70.1% of statements [2022-06-04T20:58:14.323Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2022-06-04T20:58:14.578Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-04T20:58:14.578Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2022-06-04T20:58:14.578Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-04T20:58:14.835Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-06-04T20:58:14.835Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-04T20:58:14.835Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-04T20:58:15.091Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-04T20:58:15.091Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-06-04T20:58:15.347Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.1% of statements [2022-06-04T20:58:15.347Z] ok github.com/docker/docker/pkg/tailfile 0.036s coverage: 88.6% of statements [2022-06-04T20:58:15.347Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-04T20:58:15.603Z] ok github.com/docker/docker/pkg/chrootarchive 2.668s coverage: 42.7% of statements [2022-06-04T20:58:15.603Z] ok github.com/docker/docker/pkg/pubsub 1.058s coverage: 75.0% of statements [2022-06-04T20:58:15.603Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-04T20:58:15.603Z] ok github.com/docker/docker/pkg/truncindex 0.107s coverage: 91.5% of statements [2022-06-04T20:58:15.859Z] ok github.com/docker/docker/pkg/tarsum 0.074s coverage: 89.3% of statements [2022-06-04T20:58:16.115Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements [2022-06-04T20:58:16.115Z] ok github.com/docker/docker/profiles/seccomp 0.028s coverage: 86.0% of statements [2022-06-04T20:58:16.371Z] ok github.com/docker/docker/reference 0.015s coverage: 84.4% of statements [2022-06-04T20:58:16.628Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2022-06-04T20:58:16.885Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2022-06-04T20:58:17.142Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements [2022-06-04T20:58:17.142Z] ok github.com/docker/docker/registry 0.060s coverage: 58.6% of statements [2022-06-04T20:58:17.142Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-06-04T20:58:17.142Z] ok github.com/docker/docker/plugin 0.535s coverage: 23.2% of statements [2022-06-04T20:58:17.142Z] ok github.com/docker/docker/quota 0.476s coverage: 71.4% of statements [2022-06-04T20:58:18.070Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2022-06-04T20:58:18.070Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-06-04T20:58:18.326Z] ok github.com/docker/docker/volume/local 0.114s coverage: 76.8% of statements [2022-06-04T20:58:18.326Z] ok github.com/docker/docker/volume/service 0.010s coverage: 72.3% of statements [2022-06-04T20:58:19.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-04T20:58:20.212Z] ok github.com/docker/docker/daemon 10.167s coverage: 16.1% of statements [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-04T20:58:20.212Z] ok github.com/docker/docker/layer 7.802s coverage: 69.0% of statements [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-04T20:58:20.212Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-04T20:58:23.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-04T20:58:25.876Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:58:25.876Z] Using test binary docker [2022-06-04T20:58:25.876Z] +++ /etc/init.d/apparmor start [2022-06-04T20:58:25.876Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:58:25.876Z] INFO: Waiting for daemon to start... [2022-06-04T20:58:25.876Z] Starting dockerd [2022-06-04T20:58:25.876Z] +++ 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-04T20:58:25.876Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:58:25.876Z] Using test binary docker [2022-06-04T20:58:25.876Z] +++ /etc/init.d/apparmor start [2022-06-04T20:58:25.876Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:58:25.876Z] INFO: Waiting for daemon to start... [2022-06-04T20:58:25.876Z] Starting dockerd [2022-06-04T20:58:25.876Z] +++ 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-04T20:58:25.876Z] . [2022-06-04T20:58:25.876Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:58:25.876Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:58:25.876Z] Error: No such image: emptyfs [2022-06-04T20:58:25.876Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-04T20:58:25.876Z] ++++ docker load [2022-06-04T20:58:25.876Z] Running integration-test (iteration 1) [2022-06-04T20:58:25.876Z] 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-04T20:58:25.876Z] ++ 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-04T20:58:25.876Z] ++ set -e [2022-06-04T20:58:25.876Z] ++ '[' -n 0 ']' [2022-06-04T20:58:25.876Z] ++ set -x [2022-06-04T20:58:25.876Z] ++ 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-04T20:58:25.876Z] Loaded image: busybox:latest [2022-06-04T20:58:25.876Z] Loaded image: busybox:glibc [2022-06-04T20:58:25.876Z] [2022-06-04T20:58:25.876Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:58:25.876Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:58:25.876Z] Error: No such image: emptyfs [2022-06-04T20:58:25.876Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-04T20:58:25.876Z] ++++ docker load [2022-06-04T20:58:25.876Z] Running integration-test (iteration 1) [2022-06-04T20:58:25.876Z] 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-04T20:58:25.876Z] ++ 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-04T20:58:25.876Z] ++ set -e [2022-06-04T20:58:25.876Z] ++ '[' -n 0 ']' [2022-06-04T20:58:25.876Z] ++ set -x [2022-06-04T20:58:25.876Z] ++ 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-04T20:58:25.876Z] Loaded image: busybox:latest [2022-06-04T20:58:26.447Z] Loaded image: busybox:glibc [2022-06-04T20:58:27.513Z] --- PASS: TestServiceWithDataPathPortInit (14.14s) [2022-06-04T20:58:27.513Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-04T20:58:28.340Z] Loaded image: debian:bullseye-slim [2022-06-04T20:58:28.597Z] Loaded image: hello-world:latest [2022-06-04T20:58:28.597Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:58:28.597Z] INFO: Testing against a local daemon [2022-06-04T20:58:28.597Z] === RUN TestDockerDaemonSuite [2022-06-04T20:58:28.597Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-04T20:58:29.403Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mlden342pwtwwdgsu6egrm6id Created:2022-06-04 20:58:27.802214556 +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[cea5f35dc5b26b2ae8696d0537aadd7cd71b7314098c9fed1a052ee7e973ebf1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vdpg34itdkbzi88bkz67ty7oy EndpointID:d7c13cb68e7f2b8df11756b5ae029a65b610a0e31dc597eda827bc9510e06b89 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:216f6f58646ee4cf78ad3954394f7d58d2e480e0ad444c080a4d080884aa0b81 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:7f61e1f486fa IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vdpg34itdkbzi88bkz67ty7oy EndpointID:d7c13cb68e7f2b8df11756b5ae029a65b610a0e31dc597eda827bc9510e06b89 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-04T20:58:30.498Z] Loaded image: debian:bullseye-slim [2022-06-04T20:58:30.755Z] Loaded image: hello-world:latest [2022-06-04T20:58:30.755Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:58:30.755Z] INFO: Testing against a local daemon [2022-06-04T20:58:30.755Z] === RUN TestDockerSuite [2022-06-04T20:58:30.755Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-04T20:58:30.755Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-04T20:58:31.012Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-04T20:58:31.576Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-04T20:58:31.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-04T20:58:32.142Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-04T20:58:32.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-04T20:58:32.705Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-04T20:58:32.705Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-04T20:58:33.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-04T20:58:33.269Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-04T20:58:33.269Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-04T20:58:33.525Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-04T20:58:33.566Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.01s) [2022-06-04T20:58:33.566Z] PASS [2022-06-04T20:58:33.566Z] [2022-06-04T20:58:33.566Z] === Skipped [2022-06-04T20:58:33.566Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T20:58:33.566Z] service_test.go:243: FLAKY_TEST [2022-06-04T20:58:33.566Z] [2022-06-04T20:58:33.566Z] DONE 38 tests, 1 skipped in 43.891s [2022-06-04T20:58:33.566Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-04T20:58:33.566Z] INFO: Testing against a local daemon [2022-06-04T20:58:33.566Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-04T20:58:33.566Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:58:33.566Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T20:58:33.566Z] === RUN TestDockerNetworkIpvlan [2022-06-04T20:58:33.566Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:58:33.566Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-04T20:58:33.566Z] PASS [2022-06-04T20:58:33.566Z] [2022-06-04T20:58:33.566Z] === Skipped [2022-06-04T20:58:33.566Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T20:58:33.566Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:58:33.566Z] [2022-06-04T20:58:33.566Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-04T20:58:33.566Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T20:58:33.566Z] [2022-06-04T20:58:33.566Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-04T20:58:33.566Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-04T20:58:33.566Z] INFO: Testing against a local daemon [2022-06-04T20:58:33.566Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-04T20:58:33.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-04T20:58:33.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-04T20:58:34.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-04T20:58:34.892Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-04T20:58:34.892Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-04T20:58:34.930Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2022-06-04T20:58:34.930Z] === RUN TestDockerNetworkMacvlan [2022-06-04T20:58:35.149Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-04T20:58:35.149Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-04T20:58:35.149Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-04T20:58:35.491Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-04T20:58:36.078Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-04T20:58:36.417Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-04T20:58:36.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-04T20:58:36.978Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-04T20:58:37.008Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-04T20:58:37.008Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-04T20:58:37.265Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-04T20:58:37.265Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-04T20:58:37.265Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-04T20:58:37.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-04T20:58:38.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-04T20:58:38.854Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-04T20:58:38.866Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-04T20:58:39.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-04T20:58:40.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-04T20:58:40.864Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-04T20:58:41.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-04T20:58:42.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-04T20:58:42.512Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-04T20:58:42.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-04T20:58:43.442Z] --- PASS: TestBuildWithHugeFile (128.99s) [2022-06-04T20:58:43.442Z] === RUN TestBuildWCOWSandboxSize [2022-06-04T20:58:43.442Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:58:43.442Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:58:43.442Z] === RUN TestBuildWithEmptyDockerfile [2022-06-04T20:58:43.442Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:58:43.442Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:58:43.442Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:58:43.442Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:58:43.442Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:58:43.442Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:58:43.442Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:58:43.442Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:58:43.442Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:58:43.530Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-04T20:58:43.530Z] Using test binary docker [2022-06-04T20:58:43.699Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-04T20:58:43.699Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-06-04T20:58:43.699Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-06-04T20:58:43.699Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-04T20:58:43.699Z] === RUN TestBuildPreserveOwnership [2022-06-04T20:58:43.699Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-04T20:58:43.791Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-04T20:58:43.791Z] +++ /etc/init.d/apparmor start [2022-06-04T20:58:43.791Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-04T20:58:43.791Z] INFO: Waiting for daemon to start... [2022-06-04T20:58:43.791Z] Starting dockerd [2022-06-04T20:58:43.791Z] +++ 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-04T20:58:44.130Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-04T20:58:44.262Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan (9.73s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s) [2022-06-04T20:58:44.692Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2022-06-04T20:58:44.692Z] PASS [2022-06-04T20:58:44.692Z] [2022-06-04T20:58:44.692Z] DONE 8 tests in 11.012s [2022-06-04T20:58:44.692Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-04T20:58:44.692Z] testing: warning: no tests to run [2022-06-04T20:58:44.692Z] PASS [2022-06-04T20:58:44.692Z] [2022-06-04T20:58:44.692Z] DONE 0 tests in 0.007s [2022-06-04T20:58:44.692Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-04T20:58:44.692Z] INFO: Testing against a local daemon [2022-06-04T20:58:44.692Z] === RUN TestAuthZPluginAllowRequest [2022-06-04T20:58:45.704Z] . [2022-06-04T20:58:45.704Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-04T20:58:45.704Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-04T20:58:45.704Z] Error: No such image: emptyfs [2022-06-04T20:58:45.704Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-04T20:58:45.704Z] ++++ docker load [2022-06-04T20:58:45.965Z] Running integration-test (iteration 1) [2022-06-04T20:58:45.965Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-04T20:58:45.965Z] ++ 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-04T20:58:45.965Z] ++ set -e [2022-06-04T20:58:45.965Z] ++ '[' -n 0 ']' [2022-06-04T20:58:45.965Z] ++ set -x [2022-06-04T20:58:45.965Z] ++ 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-04T20:58:46.056Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2022-06-04T20:58:46.056Z] === RUN TestAuthZPluginTLS [2022-06-04T20:58:46.153Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-04T20:58:46.153Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-04T20:58:46.226Z] Loaded image: busybox:latest [2022-06-04T20:58:46.227Z] Loaded image: busybox:glibc [2022-06-04T20:58:46.311Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-04T20:58:46.311Z] === RUN TestAuthZPluginDenyRequest [2022-06-04T20:58:46.872Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-04T20:58:46.872Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-04T20:58:47.083Z] --- PASS: TestBuildPreserveOwnership (3.44s) [2022-06-04T20:58:47.083Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.16s) [2022-06-04T20:58:47.083Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.28s) [2022-06-04T20:58:47.083Z] === RUN TestBuildPlatformInvalid [2022-06-04T20:58:47.083Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-04T20:58:47.083Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-04T20:58:47.170Z] Loaded image: debian:bullseye-slim [2022-06-04T20:58:47.432Z] Loaded image: hello-world:latest [2022-06-04T20:58:47.432Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:58:47.432Z] INFO: Testing against a local daemon [2022-06-04T20:58:47.432Z] === RUN TestCgroupNamespacesBuild [2022-06-04T20:58:47.433Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-04T20:58:47.433Z] === RUN TestAuthZPluginDenyResponse [2022-06-04T20:58:47.994Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-04T20:58:47.994Z] === RUN TestAuthZPluginAllowEventStream [2022-06-04T20:58:48.012Z] Loaded image: busybox:latest [2022-06-04T20:58:48.268Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-04T20:58:48.268Z] Loaded image: busybox:glibc [2022-06-04T20:58:48.815Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-06-04T20:58:48.816Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-04T20:58:48.831Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-04T20:58:49.359Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-06-04T20:58:49.359Z] === RUN TestAuthZPluginErrorResponse [2022-06-04T20:58:49.615Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-04T20:58:49.615Z] === RUN TestAuthZPluginErrorRequest [2022-06-04T20:58:49.761Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-04T20:58:49.796Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-06-04T20:58:49.796Z] === RUN TestBuildWithSession [2022-06-04T20:58:49.796Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:58:49.796Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-04T20:58:49.796Z] === RUN TestBuildSquashParent [2022-06-04T20:58:50.176Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-04T20:58:50.176Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-04T20:58:50.326Z] Loaded image: debian:bullseye-slim [2022-06-04T20:58:50.326Z] Loaded image: hello-world:latest [2022-06-04T20:58:50.583Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:58:50.583Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-04T20:58:50.736Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-04T20:58:50.737Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-04T20:58:51.146Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-04T20:58:52.102Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2022-06-04T20:58:52.102Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-04T20:58:52.222Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.3% of statements [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/rootless [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/volume [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-04T20:58:52.222Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === Skipped [2022-06-04T20:58:52.222Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-04T20:58:52.222Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-04T20:58:52.222Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-04T20:58:52.222Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-04T20:58:52.222Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-04T20:58:52.222Z] time="2022-06-04T20:58:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-04T20:58:52.222Z] time="2022-06-04T20:58:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-04T20:58:52.222Z] time="2022-06-04T20:58:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-04T20:58:52.222Z] time="2022-06-04T20:58:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-04T20:58:52.222Z] time="2022-06-04T20:58:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-04T20:58:52.222Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-04T20:58:52.222Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-04T20:58:52.222Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-04T20:58:52.222Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-04T20:58:52.222Z] graphtest_unix.go:71: No driver to put! [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-04T20:58:52.222Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-04T20:58:52.222Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-04T20:58:52.222Z] [2022-06-04T20:58:52.222Z] DONE 2781 tests, 28 skipped in 91.211s [2022-06-04T20:58:52.222Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/bitseq [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cluster [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/config [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/datastore [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/driverapi [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/etchosts [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/idm [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipam [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/iptables [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/netlabel [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/netutils [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/networkdb [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/ns [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/options [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/osl [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/portallocator [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/portmapper [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/testutils [2022-06-04T20:58:52.222Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-04T20:58:52.222Z] + 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-04T20:58:53.040Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-04T20:58:53.119Z] --- PASS: TestBuildSquashParent (3.34s) [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:58:53.119Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:58:53.119Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:58:53.119Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-04T20:58:53.119Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-04T20:58:53.468Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s) [2022-06-04T20:58:53.468Z] === RUN TestAuthZPluginHeader [2022-06-04T20:58:53.604Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-04T20:58:54.399Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-06-04T20:58:54.399Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-04T20:58:54.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-04T20:58:54.765Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-04T20:58:54.974Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-04T20:58:54.974Z] docker_cli_daemon_test.go:1474: [d1246cc0b9875] daemon is not started [2022-06-04T20:58:55.708Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-04T20:58:55.708Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-04T20:58:55.906Z] check_test.go:307: [d1fd00ed053fa] daemon is not started [2022-06-04T20:58:55.907Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-04T20:58:55.907Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-04T20:58:56.838Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.22s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.40s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.30s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.17s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.16s) [2022-06-04T20:58:57.095Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.22s) [2022-06-04T20:58:57.095Z] === RUN TestBuildMultiStageCopy [2022-06-04T20:58:57.095Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-04T20:58:58.038Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-04T20:58:58.208Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-04T20:58:58.299Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-04T20:58:58.467Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-04T20:58:58.560Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-04T20:58:58.565Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.80s) [2022-06-04T20:58:58.565Z] === RUN TestAuthZPluginV2Disable [2022-06-04T20:58:58.821Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy (1.96s) [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.12s) [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-04T20:58:59.081Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-04T20:58:59.081Z] === RUN TestBuildMultiStageParentConfig [2022-06-04T20:58:59.653Z] --- PASS: TestBuildMultiStageParentConfig (0.56s) [2022-06-04T20:58:59.653Z] === RUN TestBuildLabelWithTargets [2022-06-04T20:58:59.837Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-04T20:58:59.837Z] check_test.go:307: [d84f27245d4d1] daemon is not started [2022-06-04T20:58:59.837Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-04T20:59:00.401Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-04T20:59:00.595Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-06-04T20:59:00.595Z] === RUN TestBuildWithEmptyLayers [2022-06-04T20:59:00.857Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-06-04T20:59:00.857Z] === RUN TestBuildMultiStageOnBuild [2022-06-04T20:59:01.770Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-04T20:59:01.770Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.63s) [2022-06-04T20:59:01.770Z] PASS [2022-06-04T20:59:01.770Z] [2022-06-04T20:59:01.770Z] === Skipped [2022-06-04T20:59:01.770Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-04T20:59:01.770Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:59:01.770Z] [2022-06-04T20:59:01.770Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:59:01.770Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:59:01.770Z] [2022-06-04T20:59:01.770Z] DONE 34 tests, 2 skipped in 195.194s [2022-06-04T20:59:01.770Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-04T20:59:01.770Z] ++ 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-04T20:59:01.770Z] ++ set -e [2022-06-04T20:59:01.770Z] ++ '[' -n 0 ']' [2022-06-04T20:59:01.770Z] ++ set -x [2022-06-04T20:59:01.771Z] ++ 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-04T20:59:01.829Z] --- PASS: TestAuthZPluginV2Disable (3.34s) [2022-06-04T20:59:01.829Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-04T20:59:02.069Z] INFO: Testing against a local daemon [2022-06-04T20:59:02.069Z] === RUN TestConfigInspect [2022-06-04T20:59:02.248Z] --- PASS: TestBuildMultiStageOnBuild (1.26s) [2022-06-04T20:59:02.248Z] === RUN TestBuildUncleanTarFilenames [2022-06-04T20:59:02.633Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-04T20:59:02.820Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-06-04T20:59:02.820Z] === RUN TestBuildMultiStageLayerLeak [2022-06-04T20:59:03.563Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-04T20:59:04.205Z] --- PASS: TestBuildMultiStageLayerLeak (1.33s) [2022-06-04T20:59:04.205Z] === RUN TestBuildWithHugeFile [2022-06-04T20:59:04.492Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-04T20:59:04.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-04T20:59:04.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-04T20:59:04.749Z] --- PASS: TestConfigInspect (2.78s) [2022-06-04T20:59:04.749Z] === RUN TestConfigList [2022-06-04T20:59:05.092Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.25s) [2022-06-04T20:59:05.092Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-04T20:59:05.311Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-04T20:59:05.876Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-04T20:59:07.244Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-04T20:59:07.808Z] --- PASS: TestConfigList (3.00s) [2022-06-04T20:59:07.808Z] === RUN TestConfigsCreateAndDelete [2022-06-04T20:59:09.700Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-04T20:59:10.630Z] --- PASS: TestConfigsCreateAndDelete (2.89s) [2022-06-04T20:59:10.630Z] === RUN TestConfigsUpdate [2022-06-04T20:59:12.527Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-04T20:59:13.896Z] --- PASS: TestConfigsUpdate (3.05s) [2022-06-04T20:59:13.896Z] === RUN TestTemplatedConfig [2022-06-04T20:59:15.037Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.56s) [2022-06-04T20:59:15.037Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-04T20:59:15.792Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-04T20:59:17.685Z] --- PASS: TestTemplatedConfig (3.84s) [2022-06-04T20:59:17.685Z] === RUN TestConfigCreateResolve [2022-06-04T20:59:17.943Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-04T20:59:19.362Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-04T20:59:20.764Z] --- PASS: TestConfigCreateResolve (3.00s) [2022-06-04T20:59:20.764Z] PASS [2022-06-04T20:59:20.764Z] [2022-06-04T20:59:20.764Z] DONE 6 tests in 18.687s [2022-06-04T20:59:20.764Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-04T20:59:20.764Z] ++ 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-04T20:59:20.764Z] ++ set -e [2022-06-04T20:59:20.764Z] ++ '[' -n 0 ']' [2022-06-04T20:59:20.764Z] ++ set -x [2022-06-04T20:59:20.764Z] ++ 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-04T20:59:20.764Z] INFO: Testing against a local daemon [2022-06-04T20:59:20.764Z] === RUN TestAttachWithTTY [2022-06-04T20:59:20.764Z] --- PASS: TestAttachWithTTY (0.08s) [2022-06-04T20:59:20.764Z] === RUN TestAttachWithoutTTy [2022-06-04T20:59:20.764Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-04T20:59:20.764Z] === RUN TestCheckpoint [2022-06-04T20:59:20.764Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T20:59:20.764Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/commit [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:59:20.764Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:59:20.764Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/commit [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-04T20:59:21.021Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-04T20:59:21.021Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-04T20:59:21.021Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.02s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-04T20:59:21.022Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-04T20:59:21.022Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-04T20:59:21.022Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-06-04T20:59:21.022Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-04T20:59:21.022Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-06-04T20:59:21.022Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-04T20:59:21.278Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2022-06-04T20:59:21.278Z] === RUN TestCopyEmptyFile [2022-06-04T20:59:21.535Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-04T20:59:21.535Z] --- PASS: TestCopyEmptyFile (0.40s) [2022-06-04T20:59:21.535Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-04T20:59:21.535Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-06-04T20:59:21.535Z] === RUN TestCopyFromContainer [2022-06-04T20:59:22.099Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-04T20:59:22.663Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-04T20:59:22.922Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-04T20:59:23.179Z] === RUN TestCopyFromContainer// [2022-06-04T20:59:23.436Z] === RUN TestCopyFromContainer//bar/root [2022-06-04T20:59:23.436Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-04T20:59:23.436Z] check_test.go:307: [d6e2c5552c116] daemon is not started [2022-06-04T20:59:23.436Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-04T20:59:23.693Z] === RUN TestCopyFromContainer/bar/quux [2022-06-04T20:59:23.693Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-04T20:59:23.950Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-04T20:59:23.950Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-04T20:59:23.950Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-04T20:59:24.207Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-04T20:59:24.207Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-04T20:59:24.464Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-04T20:59:24.464Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer (3.00s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.17s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2022-06-04T20:59:24.720Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2022-06-04T20:59:24.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-04T20:59:24.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:59:24.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:59:24.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:59:24.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:59:24.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:59:24.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:59:24.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T20:59:24.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T20:59:24.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T20:59:24.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-04T20:59:24.720Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-04T20:59:24.720Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-04T20:59:24.720Z] === RUN TestCreateWithInvalidEnv [2022-06-04T20:59:24.720Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-04T20:59:24.720Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-04T20:59:24.720Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-04T20:59:24.720Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-04T20:59:24.720Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-04T20:59:24.720Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-04T20:59:24.720Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-04T20:59:24.720Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-04T20:59:24.720Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-04T20:59:24.720Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-04T20:59:24.720Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-04T20:59:24.720Z] === RUN TestCreateTmpfsMountsTarget [2022-06-04T20:59:24.720Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-06-04T20:59:24.720Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-04T20:59:25.284Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-04T20:59:26.650Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-04T20:59:28.018Z] --- PASS: TestCreateWithCustomMaskedPaths (2.97s) [2022-06-04T20:59:28.018Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-04T20:59:28.945Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-04T20:59:28.945Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.96s) [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:59:30.836Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:59:30.836Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:59:30.836Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:59:30.836Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:59:30.836Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:59:30.836Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:59:30.836Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T20:59:30.836Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T20:59:30.836Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T20:59:30.836Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T20:59:30.836Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-04T20:59:30.836Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-04T20:59:30.836Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-04T20:59:31.401Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-06-04T20:59:31.401Z] === RUN TestCreateDifferentPlatform [2022-06-04T20:59:31.401Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-04T20:59:31.401Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-04T20:59:31.401Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-04T20:59:31.401Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-04T20:59:31.401Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-04T20:59:31.401Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-04T20:59:31.401Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-04T20:59:31.401Z] === RUN TestCreateInvalidHostConfig [2022-06-04T20:59:31.401Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:59:31.401Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:59:31.401Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:59:31.401Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:59:31.401Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:59:31.401Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:59:31.401Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:59:31.401Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:59:31.401Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T20:59:31.401Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T20:59:31.401Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T20:59:31.401Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T20:59:31.401Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-04T20:59:31.401Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-04T20:59:31.401Z] === RUN TestContainerStartOnDaemonRestart [2022-06-04T20:59:31.401Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-04T20:59:31.401Z] === RUN TestDaemonRestartIpcMode [2022-06-04T20:59:31.401Z] === PAUSE TestDaemonRestartIpcMode [2022-06-04T20:59:31.401Z] === RUN TestDaemonHostGatewayIP [2022-06-04T20:59:31.401Z] === PAUSE TestDaemonHostGatewayIP [2022-06-04T20:59:31.401Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-04T20:59:31.401Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-04T20:59:31.401Z] === RUN TestContainerKillOnDaemonStart [2022-06-04T20:59:31.401Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-04T20:59:31.401Z] === RUN TestDiff [2022-06-04T20:59:31.401Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-04T20:59:31.967Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-04T20:59:31.967Z] --- PASS: TestDiff (0.65s) [2022-06-04T20:59:31.967Z] === RUN TestExecWithCloseStdin [2022-06-04T20:59:32.532Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-04T20:59:32.832Z] --- PASS: TestExecWithCloseStdin (0.70s) [2022-06-04T20:59:32.832Z] === RUN TestExec [2022-06-04T20:59:33.074Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-04T20:59:33.074Z] PASS [2022-06-04T20:59:33.074Z] [2022-06-04T20:59:33.074Z] DONE 17 tests in 46.154s [2022-06-04T20:59:33.074Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-04T20:59:33.074Z] INFO: Testing against a local daemon [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:59:33.074Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:59:33.074Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-04T20:59:33.074Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-04T20:59:33.074Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T20:59:33.074Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-04T20:59:33.074Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-04T20:59:33.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-04T20:59:33.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-04T20:59:33.074Z] === RUN TestPluginInstall [2022-06-04T20:59:33.074Z] === RUN TestPluginInstall/no_auth [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1af60b2385b55f7514a04398732700cc0ce2413332bbc72f18c1f47ea30aeaad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1af60b2385b55f7514a04398732700cc0ce2413332bbc72f18c1f47ea30aeaad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.074Z] === RUN TestPluginInstall/with_htpasswd [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1af60b2385b55f7514a04398732700cc0ce2413332bbc72f18c1f47ea30aeaad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.074Z] time="2022-06-04T20:59:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1af60b2385b55f7514a04398732700cc0ce2413332bbc72f18c1f47ea30aeaad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.074Z] === RUN TestPluginInstall/with_insecure [2022-06-04T20:59:33.331Z] time="2022-06-04T20:59:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.331Z] time="2022-06-04T20:59:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c3ba6874ec09cc2f271838e6720fc4f670ccfb325dc0e92a90d61cd4a5a3921" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.331Z] time="2022-06-04T20:59:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T20:59:33.331Z] time="2022-06-04T20:59:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c3ba6874ec09cc2f271838e6720fc4f670ccfb325dc0e92a90d61cd4a5a3921" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T20:59:33.395Z] --- PASS: TestExec (0.68s) [2022-06-04T20:59:33.395Z] === RUN TestExecUser [2022-06-04T20:59:33.587Z] plugin_test.go:195: [d287e1885364d] daemon is not started [2022-06-04T20:59:33.587Z] --- PASS: TestPluginInstall (2.71s) [2022-06-04T20:59:33.587Z] --- PASS: TestPluginInstall/no_auth (1.03s) [2022-06-04T20:59:33.587Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-06-04T20:59:33.587Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-06-04T20:59:33.587Z] === RUN TestPluginsWithRuntimes [2022-06-04T20:59:34.324Z] --- PASS: TestExecUser (0.68s) [2022-06-04T20:59:34.324Z] === RUN TestExportContainerAndImportImage [2022-06-04T20:59:34.951Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-04T20:59:35.254Z] --- PASS: TestExportContainerAndImportImage (0.91s) [2022-06-04T20:59:35.254Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-04T20:59:35.254Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-04T20:59:35.878Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-04T20:59:36.624Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2022-06-04T20:59:36.624Z] === RUN TestHealthCheckWorkdir [2022-06-04T20:59:36.805Z] --- PASS: TestPluginsWithRuntimes (3.28s) [2022-06-04T20:59:36.805Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-04T20:59:36.805Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-06-04T20:59:36.805Z] === RUN TestPluginBackCompatMediaTypes [2022-06-04T20:59:37.190Z] --- PASS: TestHealthCheckWorkdir (0.81s) [2022-06-04T20:59:37.190Z] === RUN TestHealthKillContainer [2022-06-04T20:59:37.367Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-04T20:59:37.367Z] PASS [2022-06-04T20:59:37.367Z] [2022-06-04T20:59:37.367Z] DONE 24 tests in 6.603s [2022-06-04T20:59:37.367Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-04T20:59:37.367Z] INFO: Testing against a local daemon [2022-06-04T20:59:37.367Z] === RUN TestExternalGraphDriver [2022-06-04T20:59:37.367Z] === RUN TestExternalGraphDriver/json [2022-06-04T20:59:38.122Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-04T20:59:38.685Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-04T20:59:38.826Z] ok github.com/docker/docker/libnetwork 43.707s coverage: 40.9% of statements [2022-06-04T20:59:38.827Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-04T20:59:38.827Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 22.4% of statements [2022-06-04T20:59:38.827Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-04T20:59:38.827Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-04T20:59:38.827Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-04T20:59:39.249Z] check_test.go:307: [d8a278c93f98d] daemon is not started [2022-06-04T20:59:39.249Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-04T20:59:39.254Z] === RUN TestExternalGraphDriver/spec [2022-06-04T20:59:39.388Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.592s coverage: 59.9% of statements [2022-06-04T20:59:39.388Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-04T20:59:39.644Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-04T20:59:39.811Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-04T20:59:40.374Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-04T20:59:40.576Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.541s coverage: 4.0% of statements [2022-06-04T20:59:40.576Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-04T20:59:40.631Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-04T20:59:40.631Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-04T20:59:40.631Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-04T20:59:41.137Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.012s coverage: 4.5% of statements [2022-06-04T20:59:41.137Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-04T20:59:41.137Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-04T20:59:41.144Z] === RUN TestExternalGraphDriver/pull [2022-06-04T20:59:42.001Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-04T20:59:42.519Z] --- PASS: TestExternalGraphDriver (5.03s) [2022-06-04T20:59:42.519Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-06-04T20:59:42.519Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2022-06-04T20:59:42.519Z] --- PASS: TestExternalGraphDriver/pull (1.71s) [2022-06-04T20:59:42.519Z] === RUN TestGraphdriverPluginV2 [2022-06-04T20:59:42.962Z] --- PASS: TestBuildWithHugeFile (34.93s) [2022-06-04T20:59:42.962Z] === RUN TestBuildWCOWSandboxSize [2022-06-04T20:59:42.962Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:59:42.962Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:59:42.962Z] === RUN TestBuildWithEmptyDockerfile [2022-06-04T20:59:42.962Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:59:42.962Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:59:42.962Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:59:42.962Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:59:42.962Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:59:42.962Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:59:42.962Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-04T20:59:42.962Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-04T20:59:42.962Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-04T20:59:42.962Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-04T20:59:42.962Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-06-04T20:59:42.962Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-04T20:59:42.962Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-04T20:59:42.962Z] === RUN TestBuildPreserveOwnership [2022-06-04T20:59:42.962Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-04T20:59:42.962Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-04T20:59:42.962Z] --- PASS: TestBuildPreserveOwnership (2.80s) [2022-06-04T20:59:42.962Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.85s) [2022-06-04T20:59:42.962Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.94s) [2022-06-04T20:59:42.962Z] === RUN TestBuildPlatformInvalid [2022-06-04T20:59:42.962Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-04T20:59:42.962Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-04T20:59:42.962Z] Loaded image: busybox:latest [2022-06-04T20:59:42.962Z] Loaded image: busybox:glibc [2022-06-04T20:59:43.369Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-04T20:59:43.907Z] Loaded image: debian:bullseye-slim [2022-06-04T20:59:43.907Z] Loaded image: hello-world:latest [2022-06-04T20:59:44.167Z] Loaded image: arm32v7/hello-world:latest [2022-06-04T20:59:45.265Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-04T20:59:45.830Z] --- PASS: TestHealthKillContainer (8.38s) [2022-06-04T20:59:45.830Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-04T20:59:45.830Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-04T20:59:46.398Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s) [2022-06-04T20:59:46.398Z] === RUN TestIpcModeNone [2022-06-04T20:59:46.398Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-04T20:59:46.708Z] --- PASS: TestGraphdriverPluginV2 (3.78s) [2022-06-04T20:59:46.708Z] PASS [2022-06-04T20:59:46.708Z] [2022-06-04T20:59:46.708Z] DONE 5 tests in 8.848s [2022-06-04T20:59:46.708Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-04T20:59:46.708Z] INFO: Testing against a local daemon [2022-06-04T20:59:46.708Z] === RUN TestContinueAfterPluginCrash [2022-06-04T20:59:46.708Z] === PAUSE TestContinueAfterPluginCrash [2022-06-04T20:59:46.708Z] === RUN TestReadPluginNoRead [2022-06-04T20:59:46.708Z] === PAUSE TestReadPluginNoRead [2022-06-04T20:59:46.708Z] === RUN TestDaemonStartWithLogOpt [2022-06-04T20:59:46.708Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-04T20:59:46.708Z] === CONT TestContinueAfterPluginCrash [2022-06-04T20:59:46.708Z] === CONT TestDaemonStartWithLogOpt [2022-06-04T20:59:47.330Z] --- PASS: TestIpcModeNone (0.84s) [2022-06-04T20:59:47.330Z] === RUN TestIpcModePrivate [2022-06-04T20:59:47.897Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-04T20:59:47.897Z] --- PASS: TestIpcModePrivate (0.79s) [2022-06-04T20:59:47.897Z] === RUN TestIpcModeShareable [2022-06-04T20:59:48.154Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-04T20:59:48.718Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:84, shared: true, mustBeShared: true [2022-06-04T20:59:48.718Z] --- PASS: TestIpcModeShareable (0.82s) [2022-06-04T20:59:48.718Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-04T20:59:49.649Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-04T20:59:49.974Z] --- PASS: TestDaemonStartWithLogOpt (3.47s) [2022-06-04T20:59:49.974Z] === CONT TestReadPluginNoRead [2022-06-04T20:59:51.016Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-04T20:59:51.016Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-04T20:59:51.016Z] check_test.go:307: [dc7b3162204e6] daemon is not started [2022-06-04T20:59:51.016Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-04T20:59:51.016Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.29s) [2022-06-04T20:59:51.016Z] === RUN TestAPIIpcModeHost [2022-06-04T20:59:51.075Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.790s coverage: 7.2% of statements [2022-06-04T20:59:51.075Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-04T20:59:51.075Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-06-04T20:59:51.075Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-04T20:59:51.075Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-04T20:59:51.075Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-04T20:59:51.075Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-04T20:59:51.075Z] ok github.com/docker/docker/libnetwork/drvregistry 0.011s coverage: 82.4% of statements [2022-06-04T20:59:51.075Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-06-04T20:59:51.331Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-04T20:59:51.331Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-06-04T20:59:51.579Z] --- PASS: TestAPIIpcModeHost (0.48s) [2022-06-04T20:59:51.579Z] === RUN TestDaemonIpcModeShareable [2022-06-04T20:59:52.310Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.29s) [2022-06-04T20:59:52.310Z] PASS [2022-06-04T20:59:52.310Z] [2022-06-04T20:59:52.310Z] === Skipped [2022-06-04T20:59:52.310Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-04T20:59:52.310Z] build_session_test.go:25: TODO: BuildKit [2022-06-04T20:59:52.310Z] [2022-06-04T20:59:52.310Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-04T20:59:52.310Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-04T20:59:52.310Z] [2022-06-04T20:59:52.310Z] DONE 34 tests, 2 skipped in 65.463s [2022-06-04T20:59:52.310Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-04T20:59:52.310Z] ++ 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-04T20:59:52.310Z] ++ set -e [2022-06-04T20:59:52.310Z] ++ '[' -n 0 ']' [2022-06-04T20:59:52.310Z] ++ set -x [2022-06-04T20:59:52.310Z] ++ 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-04T20:59:52.310Z] INFO: Testing against a local daemon [2022-06-04T20:59:52.310Z] === RUN TestConfigInspect [2022-06-04T20:59:52.489Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-04T20:59:52.507Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-04T20:59:52.507Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-04T20:59:53.070Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2022-06-04T20:59:53.327Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2022-06-04T20:59:53.327Z] === RUN TestDaemonIpcModePrivate [2022-06-04T20:59:53.415Z] === RUN TestReadPluginNoRead/default [2022-06-04T20:59:53.583Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-04T20:59:53.695Z] --- PASS: TestConfigInspect (2.23s) [2022-06-04T20:59:53.695Z] === RUN TestConfigList [2022-06-04T20:59:54.342Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-04T20:59:54.597Z] --- PASS: TestContinueAfterPluginCrash (8.35s) [2022-06-04T20:59:54.954Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-04T20:59:54.954Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2022-06-04T20:59:54.954Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-04T20:59:54.954Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2022-06-04T20:59:54.954Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-04T20:59:55.962Z] === CONT TestReadPluginNoRead [2022-06-04T20:59:55.962Z] read_test.go:92: [d9a1ec93f8673] daemon is not started [2022-06-04T20:59:55.962Z] --- PASS: TestReadPluginNoRead (5.94s) [2022-06-04T20:59:55.962Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-06-04T20:59:55.962Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-06-04T20:59:55.962Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2022-06-04T20:59:55.962Z] PASS [2022-06-04T20:59:55.962Z] [2022-06-04T20:59:55.962Z] DONE 6 tests in 9.430s [2022-06-04T20:59:55.962Z] 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-04T20:59:55.962Z] testing: warning: no tests to run [2022-06-04T20:59:55.962Z] PASS [2022-06-04T20:59:55.962Z] [2022-06-04T20:59:55.962Z] DONE 0 tests in 0.007s [2022-06-04T20:59:55.962Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-04T20:59:55.962Z] INFO: Testing against a local daemon [2022-06-04T20:59:55.962Z] === RUN TestPluginWithDevMounts [2022-06-04T20:59:55.962Z] === PAUSE TestPluginWithDevMounts [2022-06-04T20:59:55.962Z] === CONT TestPluginWithDevMounts [2022-06-04T20:59:56.241Z] --- PASS: TestConfigList (2.17s) [2022-06-04T20:59:56.241Z] === RUN TestConfigsCreateAndDelete [2022-06-04T20:59:56.321Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-04T20:59:56.579Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false [2022-06-04T20:59:56.835Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2022-06-04T20:59:56.835Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-04T20:59:57.326Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-06-04T20:59:57.326Z] PASS [2022-06-04T20:59:57.326Z] [2022-06-04T20:59:57.326Z] DONE 1 tests in 1.623s [2022-06-04T20:59:57.326Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-04T20:59:57.326Z] INFO: Testing against a local daemon [2022-06-04T20:59:57.326Z] === RUN TestSecretInspect [2022-06-04T20:59:57.766Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-04T20:59:58.022Z] check_test.go:307: [d845128d05cb3] daemon is not started [2022-06-04T20:59:58.022Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-04T20:59:58.154Z] --- PASS: TestConfigsCreateAndDelete (2.35s) [2022-06-04T20:59:58.154Z] === RUN TestConfigsUpdate [2022-06-04T20:59:58.279Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-06-04T20:59:58.536Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2022-06-04T20:59:58.536Z] === RUN TestIpcModeOlderClient [2022-06-04T20:59:58.536Z] === PAUSE TestIpcModeOlderClient [2022-06-04T20:59:58.536Z] === RUN TestKillContainerInvalidSignal [2022-06-04T20:59:59.464Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2022-06-04T20:59:59.464Z] === RUN TestKillContainer [2022-06-04T20:59:59.464Z] === RUN TestKillContainer/no_signal [2022-06-04T20:59:59.842Z] --- PASS: TestSecretInspect (2.16s) [2022-06-04T20:59:59.842Z] === RUN TestSecretList [2022-06-04T21:00:00.027Z] === RUN TestKillContainer/non_killing_signal [2022-06-04T21:00:00.590Z] === RUN TestKillContainer/killing_signal [2022-06-04T21:00:00.702Z] --- PASS: TestConfigsUpdate (2.27s) [2022-06-04T21:00:00.702Z] === RUN TestTemplatedConfig [2022-06-04T21:00:01.522Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-04T21:00:01.522Z] --- PASS: TestKillContainer (2.24s) [2022-06-04T21:00:01.522Z] --- PASS: TestKillContainer/no_signal (0.68s) [2022-06-04T21:00:01.522Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2022-06-04T21:00:01.522Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2022-06-04T21:00:01.522Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-04T21:00:01.522Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-04T21:00:01.731Z] --- PASS: TestSecretList (2.15s) [2022-06-04T21:00:01.731Z] === RUN TestSecretsCreateAndDelete [2022-06-04T21:00:01.778Z] check_test.go:307: [d4e92356fb1c7] daemon is not started [2022-06-04T21:00:01.778Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-04T21:00:02.341Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-04T21:00:02.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.42s) [2022-06-04T21:00:02.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2022-06-04T21:00:02.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2022-06-04T21:00:02.903Z] === RUN TestKillStoppedContainer [2022-06-04T21:00:02.903Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-04T21:00:02.903Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-04T21:00:03.160Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-04T21:00:03.160Z] === RUN TestKillDifferentUserContainer [2022-06-04T21:00:03.253Z] --- PASS: TestTemplatedConfig (2.46s) [2022-06-04T21:00:03.253Z] === RUN TestConfigCreateResolve [2022-06-04T21:00:03.494Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-04T21:00:03.724Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2022-06-04T21:00:03.724Z] === RUN TestInspectOomKilledTrue [2022-06-04T21:00:03.724Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:00:03.724Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-04T21:00:03.724Z] === RUN TestInspectOomKilledFalse [2022-06-04T21:00:03.724Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:00:03.724Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-04T21:00:03.724Z] === RUN TestLinksEtcHostsContentMatch [2022-06-04T21:00:04.246Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-06-04T21:00:04.246Z] === RUN TestSecretsUpdate [2022-06-04T21:00:04.289Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s) [2022-06-04T21:00:04.289Z] === RUN TestLinksContainerNames [2022-06-04T21:00:04.547Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-04T21:00:05.166Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-06-04T21:00:05.166Z] PASS [2022-06-04T21:00:05.166Z] [2022-06-04T21:00:05.166Z] DONE 6 tests in 13.707s [2022-06-04T21:00:05.166Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-04T21:00:05.166Z] ++ 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-04T21:00:05.166Z] ++ set -e [2022-06-04T21:00:05.166Z] ++ '[' -n 0 ']' [2022-06-04T21:00:05.166Z] ++ set -x [2022-06-04T21:00:05.166Z] ++ 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-04T21:00:05.166Z] INFO: Testing against a local daemon [2022-06-04T21:00:05.166Z] === RUN TestAttachWithTTY [2022-06-04T21:00:05.427Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-04T21:00:05.427Z] === RUN TestAttachWithoutTTy [2022-06-04T21:00:05.427Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-04T21:00:05.427Z] === RUN TestCheckpoint [2022-06-04T21:00:05.427Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T21:00:05.427Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/commit [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T21:00:05.427Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/commit [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-04T21:00:05.427Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-04T21:00:05.427Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-04T21:00:05.427Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-04T21:00:05.428Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-04T21:00:05.428Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-04T21:00:05.428Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-04T21:00:05.428Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-04T21:00:05.428Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-04T21:00:05.428Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-04T21:00:05.428Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-04T21:00:05.428Z] === RUN TestCopyEmptyFile [2022-06-04T21:00:05.476Z] docker_cli_daemon_plugins_test.go:80: [d695e4e514b7b] daemon is not started [2022-06-04T21:00:05.689Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-04T21:00:05.689Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-04T21:00:05.689Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-04T21:00:05.689Z] === RUN TestCopyFromContainer [2022-06-04T21:00:05.733Z] --- PASS: TestLinksContainerNames (1.44s) [2022-06-04T21:00:05.733Z] === RUN TestLogsFollowTailEmpty [2022-06-04T21:00:06.133Z] --- PASS: TestSecretsUpdate (2.17s) [2022-06-04T21:00:06.133Z] === RUN TestTemplatedSecret [2022-06-04T21:00:06.296Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-04T21:00:06.552Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2022-06-04T21:00:06.552Z] === RUN TestContainerNetworkMountsNoChown [2022-06-04T21:00:06.635Z] === RUN TestCopyFromContainer// [2022-06-04T21:00:06.635Z] === RUN TestCopyFromContainer//bar/root [2022-06-04T21:00:06.635Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-04T21:00:06.896Z] === RUN TestCopyFromContainer/bar/quux [2022-06-04T21:00:06.896Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-04T21:00:06.896Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-04T21:00:06.896Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-04T21:00:07.115Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/default [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/default [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/private [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/private [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rprivate [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/slave [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/slave [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rslave [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/shared [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/shared [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rshared [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/default [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/rshared [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/shared [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/rslave [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/slave [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/rprivate [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/private [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:07.115Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:07.115Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:07.115Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:07.158Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-04T21:00:07.158Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-04T21:00:07.158Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer (1.48s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-04T21:00:07.158Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-04T21:00:07.158Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-04T21:00:07.158Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T21:00:07.158Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T21:00:07.158Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T21:00:07.158Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T21:00:07.158Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T21:00:07.158Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T21:00:07.158Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-04T21:00:07.158Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-04T21:00:07.158Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-04T21:00:07.158Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-04T21:00:07.158Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-04T21:00:07.158Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-04T21:00:07.158Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-04T21:00:07.158Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:07.396Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:07.419Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-04T21:00:07.419Z] === RUN TestCreateWithInvalidEnv [2022-06-04T21:00:07.419Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-04T21:00:07.419Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-04T21:00:07.419Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-04T21:00:07.420Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-04T21:00:07.420Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-04T21:00:07.420Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-04T21:00:07.420Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-04T21:00:07.420Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-04T21:00:07.420Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-04T21:00:07.420Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-04T21:00:07.420Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-04T21:00:07.420Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-04T21:00:07.420Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-04T21:00:07.420Z] === RUN TestCreateTmpfsMountsTarget [2022-06-04T21:00:07.420Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-04T21:00:07.420Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:07.654Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-04T21:00:07.654Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-04T21:00:07.654Z] === RUN TestContainerBindMountNonRecursive [2022-06-04T21:00:08.362Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2022-06-04T21:00:08.362Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-04T21:00:08.645Z] --- PASS: TestTemplatedSecret (2.55s) [2022-06-04T21:00:08.645Z] === RUN TestSecretCreateResolve [2022-06-04T21:00:09.031Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-04T21:00:09.287Z] docker_cli_daemon_plugins_test.go:170: [d1f888961c7b5] daemon is not started [2022-06-04T21:00:09.543Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2022-06-04T21:00:09.543Z] === RUN TestContainerVolumesMountedAsShared [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T21:00:09.747Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T21:00:09.747Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T21:00:09.747Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T21:00:09.747Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T21:00:09.747Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T21:00:09.747Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T21:00:09.747Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-04T21:00:09.747Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-04T21:00:09.747Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-04T21:00:09.747Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-04T21:00:09.747Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-04T21:00:09.747Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-04T21:00:09.747Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-04T21:00:10.013Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-04T21:00:10.013Z] === RUN TestCreateDifferentPlatform [2022-06-04T21:00:10.013Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-04T21:00:10.013Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-04T21:00:10.013Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-04T21:00:10.013Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-04T21:00:10.013Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-04T21:00:10.013Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-04T21:00:10.013Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-04T21:00:10.013Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-04T21:00:10.105Z] --- PASS: TestContainerVolumesMountedAsShared (0.57s) [2022-06-04T21:00:10.105Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-04T21:00:10.273Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-04T21:00:10.274Z] === RUN TestCreateInvalidHostConfig [2022-06-04T21:00:10.274Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T21:00:10.274Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T21:00:10.274Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T21:00:10.274Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T21:00:10.274Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T21:00:10.274Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T21:00:10.274Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T21:00:10.274Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T21:00:10.274Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-04T21:00:10.274Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-04T21:00:10.274Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-04T21:00:10.274Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-04T21:00:10.274Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-04T21:00:10.274Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-04T21:00:10.274Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-04T21:00:10.274Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-04T21:00:10.274Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-04T21:00:10.274Z] === RUN TestContainerStartOnDaemonRestart [2022-06-04T21:00:10.274Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-04T21:00:10.274Z] === RUN TestDaemonRestartIpcMode [2022-06-04T21:00:10.274Z] === PAUSE TestDaemonRestartIpcMode [2022-06-04T21:00:10.274Z] === RUN TestDaemonHostGatewayIP [2022-06-04T21:00:10.274Z] === PAUSE TestDaemonHostGatewayIP [2022-06-04T21:00:10.274Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-04T21:00:10.274Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-04T21:00:10.274Z] === RUN TestContainerKillOnDaemonStart [2022-06-04T21:00:10.274Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-04T21:00:10.274Z] === RUN TestDiff [2022-06-04T21:00:10.535Z] --- PASS: TestDiff (0.40s) [2022-06-04T21:00:10.535Z] === RUN TestExecWithCloseStdin [2022-06-04T21:00:10.669Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-04T21:00:10.925Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2022-06-04T21:00:10.925Z] === RUN TestNetworkNat [2022-06-04T21:00:11.107Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-06-04T21:00:11.108Z] === RUN TestExec [2022-06-04T21:00:11.158Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-06-04T21:00:11.158Z] PASS [2022-06-04T21:00:11.158Z] [2022-06-04T21:00:11.158Z] DONE 6 tests in 13.413s [2022-06-04T21:00:11.158Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-04T21:00:11.158Z] INFO: Testing against a local daemon [2022-06-04T21:00:11.158Z] === RUN TestServiceCreateInit [2022-06-04T21:00:11.158Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-04T21:00:11.488Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-04T21:00:11.682Z] --- PASS: TestExec (0.47s) [2022-06-04T21:00:11.682Z] === RUN TestExecUser [2022-06-04T21:00:11.745Z] --- PASS: TestNetworkNat (0.82s) [2022-06-04T21:00:11.745Z] === RUN TestNetworkLocalhostTCPNat [2022-06-04T21:00:11.945Z] --- PASS: TestExecUser (0.49s) [2022-06-04T21:00:11.945Z] === RUN TestExportContainerAndImportImage [2022-06-04T21:00:12.002Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-04T21:00:12.544Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-04T21:00:12.544Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-04T21:00:12.564Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2022-06-04T21:00:12.564Z] === RUN TestNetworkLoopbackNat [2022-06-04T21:00:13.957Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-04T21:00:13.957Z] === RUN TestHealthCheckWorkdir [2022-06-04T21:00:14.219Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-06-04T21:00:14.219Z] === RUN TestHealthKillContainer [2022-06-04T21:00:14.462Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-04T21:00:14.718Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-04T21:00:15.281Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-04T21:00:15.324Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/ipam 11.681s coverage: 85.3% of statements [2022-06-04T21:00:15.657Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-04T21:00:15.657Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-04T21:00:15.657Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/ipamutils 0.221s coverage: 74.0% of statements [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/iptables 0.132s coverage: 45.1% of statements [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-06-04T21:00:15.657Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 44.1% of statements [2022-06-04T21:00:15.843Z] --- PASS: TestNetworkLoopbackNat (3.24s) [2022-06-04T21:00:15.843Z] === RUN TestPause [2022-06-04T21:00:15.843Z] check_test.go:307: [deae6e93daa2f] daemon is not started [2022-06-04T21:00:15.843Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-04T21:00:16.405Z] --- PASS: TestPause (0.83s) [2022-06-04T21:00:16.405Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-04T21:00:16.405Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T21:00:16.405Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T21:00:16.405Z] === RUN TestPauseStopPausedContainer [2022-06-04T21:00:17.335Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2022-06-04T21:00:17.335Z] === RUN TestPidHost [2022-06-04T21:00:17.592Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-04T21:00:18.592Z] --- PASS: TestServiceCreateInit (7.39s) [2022-06-04T21:00:18.592Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s) [2022-06-04T21:00:18.592Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.63s) [2022-06-04T21:00:18.592Z] === RUN TestCreateServiceMultipleTimes [2022-06-04T21:00:18.960Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-04T21:00:19.218Z] --- PASS: TestPidHost (1.69s) [2022-06-04T21:00:19.218Z] === RUN TestPsFilter [2022-06-04T21:00:19.218Z] --- PASS: TestPsFilter (0.15s) [2022-06-04T21:00:19.218Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-04T21:00:19.218Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-04T21:00:20.151Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-04T21:00:20.151Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2022-06-04T21:00:20.151Z] === RUN TestRemoveContainerWithVolume [2022-06-04T21:00:20.715Z] --- PASS: TestRemoveContainerWithVolume (0.75s) [2022-06-04T21:00:20.715Z] === RUN TestRemoveContainerRunning [2022-06-04T21:00:20.973Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-04T21:00:21.230Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-04T21:00:21.487Z] --- PASS: TestRemoveContainerRunning (0.74s) [2022-06-04T21:00:21.487Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-04T21:00:22.358Z] --- PASS: TestHealthKillContainer (7.87s) [2022-06-04T21:00:22.358Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-04T21:00:22.418Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2022-06-04T21:00:22.418Z] === RUN TestRemoveInvalidContainer [2022-06-04T21:00:22.418Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-06-04T21:00:22.418Z] === RUN TestRenameLinkedContainer [2022-06-04T21:00:22.619Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-06-04T21:00:22.619Z] === RUN TestIpcModeNone [2022-06-04T21:00:22.674Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-04T21:00:23.191Z] --- PASS: TestIpcModeNone (0.47s) [2022-06-04T21:00:23.191Z] === RUN TestIpcModePrivate [2022-06-04T21:00:23.452Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-04T21:00:23.452Z] --- PASS: TestIpcModePrivate (0.47s) [2022-06-04T21:00:23.453Z] === RUN TestIpcModeShareable [2022-06-04T21:00:24.024Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-04T21:00:24.024Z] --- PASS: TestIpcModeShareable (0.48s) [2022-06-04T21:00:24.024Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-04T21:00:24.571Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-04T21:00:24.827Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-04T21:00:25.390Z] --- PASS: TestRenameLinkedContainer (2.89s) [2022-06-04T21:00:25.390Z] === RUN TestRenameStoppedContainer [2022-06-04T21:00:25.409Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-06-04T21:00:25.410Z] === RUN TestAPIIpcModeHost [2022-06-04T21:00:25.670Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-06-04T21:00:25.670Z] === RUN TestDaemonIpcModeShareable [2022-06-04T21:00:25.952Z] --- PASS: TestRenameStoppedContainer (0.74s) [2022-06-04T21:00:25.952Z] === RUN TestRenameRunningContainerAndReuse [2022-06-04T21:00:26.209Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-04T21:00:27.059Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-04T21:00:27.059Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-06-04T21:00:27.059Z] === RUN TestDaemonIpcModePrivate [2022-06-04T21:00:27.576Z] --- PASS: TestRenameRunningContainerAndReuse (1.50s) [2022-06-04T21:00:27.576Z] === RUN TestRenameInvalidName [2022-06-04T21:00:28.003Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-04T21:00:28.003Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-06-04T21:00:28.003Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-04T21:00:28.141Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-04T21:00:28.141Z] --- PASS: TestRenameInvalidName (0.78s) [2022-06-04T21:00:28.141Z] === RUN TestRenameAnonymousContainer [2022-06-04T21:00:28.704Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-04T21:00:28.946Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-04T21:00:29.207Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-06-04T21:00:29.207Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-04T21:00:30.149Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-04T21:00:30.410Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2022-06-04T21:00:30.410Z] === RUN TestIpcModeOlderClient [2022-06-04T21:00:30.410Z] === PAUSE TestIpcModeOlderClient [2022-06-04T21:00:30.410Z] === RUN TestKillContainerInvalidSignal [2022-06-04T21:00:30.599Z] --- PASS: TestRenameAnonymousContainer (2.42s) [2022-06-04T21:00:30.599Z] === RUN TestRenameContainerWithSameName [2022-06-04T21:00:30.670Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-06-04T21:00:30.670Z] === RUN TestKillContainer [2022-06-04T21:00:30.855Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-04T21:00:30.931Z] === RUN TestKillContainer/no_signal [2022-06-04T21:00:31.111Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-04T21:00:31.194Z] === RUN TestKillContainer/non_killing_signal [2022-06-04T21:00:31.367Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2022-06-04T21:00:31.367Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-04T21:00:31.455Z] === RUN TestKillContainer/killing_signal [2022-06-04T21:00:32.026Z] --- PASS: TestKillContainer (1.25s) [2022-06-04T21:00:32.026Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-06-04T21:00:32.026Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-06-04T21:00:32.026Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-06-04T21:00:32.027Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-04T21:00:32.027Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-04T21:00:32.298Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-04T21:00:32.599Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-04T21:00:32.861Z] --- PASS: TestRenameContainerWithLinkedContainer (1.42s) [2022-06-04T21:00:32.861Z] === RUN TestResize [2022-06-04T21:00:33.118Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-04T21:00:33.171Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-06-04T21:00:33.171Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-06-04T21:00:33.171Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-06-04T21:00:33.171Z] === RUN TestKillStoppedContainer [2022-06-04T21:00:33.375Z] --- PASS: TestResize (0.69s) [2022-06-04T21:00:33.375Z] === RUN TestResizeWithInvalidSize [2022-06-04T21:00:33.432Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-04T21:00:33.432Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-04T21:00:33.432Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-04T21:00:33.432Z] === RUN TestKillDifferentUserContainer [2022-06-04T21:00:33.692Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-04T21:00:33.692Z] === RUN TestInspectOomKilledTrue [2022-06-04T21:00:33.938Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2022-06-04T21:00:33.939Z] === RUN TestResizeWhenContainerNotStarted [2022-06-04T21:00:34.267Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-06-04T21:00:34.267Z] === RUN TestInspectOomKilledFalse [2022-06-04T21:00:34.528Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-06-04T21:00:34.528Z] === RUN TestLinksEtcHostsContentMatch [2022-06-04T21:00:34.789Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-06-04T21:00:34.789Z] === RUN TestLinksContainerNames [2022-06-04T21:00:34.876Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:34.876Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:34.876Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:34.876Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:34.876Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-04T21:00:35.878Z] --- PASS: TestLinksContainerNames (0.84s) [2022-06-04T21:00:35.878Z] === RUN TestLogsFollowTailEmpty [2022-06-04T21:00:35.878Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-04T21:00:36.139Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-04T21:00:36.139Z] === RUN TestContainerNetworkMountsNoChown [2022-06-04T21:00:36.633Z] --- PASS: TestCreateServiceMultipleTimes (15.68s) [2022-06-04T21:00:36.633Z] === RUN TestCreateServiceConflict [2022-06-04T21:00:36.633Z] --- PASS: TestCreateServiceConflict (2.26s) [2022-06-04T21:00:36.633Z] === RUN TestCreateServiceMaxReplicas [2022-06-04T21:00:36.711Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/default [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/default [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/private [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/private [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rprivate [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/slave [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/slave [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rslave [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/shared [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/shared [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rshared [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/default [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rslave [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rshared [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/shared [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rprivate [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/slave [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/private [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:36.711Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:36.711Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-04T21:00:36.711Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-04T21:00:36.811Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-04T21:00:36.972Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-04T21:00:36.972Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-04T21:00:36.972Z] === RUN TestContainerBindMountNonRecursive [2022-06-04T21:00:37.742Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-04T21:00:38.305Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:38.357Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-06-04T21:00:38.357Z] === RUN TestContainerVolumesMountedAsShared [2022-06-04T21:00:38.619Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-06-04T21:00:38.619Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-04T21:00:38.871Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-04T21:00:39.148Z] --- PASS: TestCreateServiceMaxReplicas (2.84s) [2022-06-04T21:00:39.148Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-04T21:00:39.192Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-06-04T21:00:39.192Z] === RUN TestNetworkNat [2022-06-04T21:00:39.434Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-04T21:00:39.453Z] --- PASS: TestNetworkNat (0.44s) [2022-06-04T21:00:39.453Z] === RUN TestNetworkLocalhostTCPNat [2022-06-04T21:00:39.691Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:39.947Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:40.024Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-04T21:00:40.024Z] === RUN TestNetworkLoopbackNat [2022-06-04T21:00:41.318Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:41.574Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-04T21:00:41.574Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:42.570Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-06-04T21:00:42.570Z] === RUN TestPause [2022-06-04T21:00:42.831Z] --- PASS: TestPause (0.45s) [2022-06-04T21:00:42.831Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-04T21:00:42.831Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T21:00:42.831Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T21:00:42.831Z] === RUN TestPauseStopPausedContainer [2022-06-04T21:00:42.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-04T21:00:43.403Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-06-04T21:00:43.403Z] === RUN TestPidHost [2022-06-04T21:00:44.346Z] --- PASS: TestPidHost (0.91s) [2022-06-04T21:00:44.346Z] === RUN TestPsFilter [2022-06-04T21:00:44.346Z] --- PASS: TestPsFilter (0.10s) [2022-06-04T21:00:44.346Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-04T21:00:44.838Z] check_test.go:307: [d3b4400bcf861] daemon is not started [2022-06-04T21:00:44.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-04T21:00:44.918Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-06-04T21:00:44.918Z] === RUN TestRemoveContainerWithVolume [2022-06-04T21:00:45.178Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-06-04T21:00:45.178Z] === RUN TestRemoveContainerRunning [2022-06-04T21:00:45.751Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-04T21:00:45.751Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-04T21:00:46.012Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-06-04T21:00:46.012Z] === RUN TestRemoveInvalidContainer [2022-06-04T21:00:46.012Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-04T21:00:46.012Z] === RUN TestRenameLinkedContainer [2022-06-04T21:00:46.208Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-04T21:00:46.208Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:46.467Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:00:46.467Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-04T21:00:47.927Z] --- PASS: TestRenameLinkedContainer (1.71s) [2022-06-04T21:00:47.927Z] === RUN TestRenameStoppedContainer [2022-06-04T21:00:48.188Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-06-04T21:00:48.188Z] === RUN TestRenameRunningContainerAndReuse [2022-06-04T21:00:49.131Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-06-04T21:00:49.131Z] === RUN TestRenameInvalidName [2022-06-04T21:00:49.392Z] --- PASS: TestRenameInvalidName (0.40s) [2022-06-04T21:00:49.392Z] === RUN TestRenameAnonymousContainer [2022-06-04T21:00:50.777Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-06-04T21:00:50.777Z] === RUN TestRenameContainerWithSameName [2022-06-04T21:00:51.351Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-06-04T21:00:51.351Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-04T21:00:51.727Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:00:52.293Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-06-04T21:00:52.293Z] === RUN TestResize [2022-06-04T21:00:52.296Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:00:52.555Z] --- PASS: TestResize (0.43s) [2022-06-04T21:00:52.555Z] === RUN TestResizeWithInvalidSize [2022-06-04T21:00:53.127Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2022-06-04T21:00:53.127Z] === RUN TestResizeWhenContainerNotStarted [2022-06-04T21:00:53.389Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:53.389Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:53.389Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:53.389Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-04T21:00:53.389Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:53.665Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:00:53.983Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.14s) [2022-06-04T21:00:53.983Z] === RUN TestCreateServiceSecretFileMode [2022-06-04T21:00:54.544Z] --- PASS: TestCreateServiceSecretFileMode (2.46s) [2022-06-04T21:00:54.544Z] === RUN TestCreateServiceConfigFileMode [2022-06-04T21:00:55.306Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:55.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:00:56.249Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:57.060Z] --- PASS: TestCreateServiceConfigFileMode (2.55s) [2022-06-04T21:00:57.060Z] === RUN TestCreateServiceSysctls [2022-06-04T21:00:57.634Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-04T21:00:57.634Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-04T21:00:58.085Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:00:59.017Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:00:59.020Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-04T21:00:59.020Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:00:59.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-04T21:01:00.327Z] --- PASS: TestCreateServiceSysctls (3.07s) [2022-06-04T21:01:00.327Z] === RUN TestCreateServiceCapabilities [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.29s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.26s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.71s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.82s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.84s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.62s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.13s) [2022-06-04T21:01:01.913Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.55s) [2022-06-04T21:01:01.914Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.11s) [2022-06-04T21:01:01.914Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.98s) [2022-06-04T21:01:01.914Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.34s) [2022-06-04T21:01:01.914Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.23s) [2022-06-04T21:01:01.914Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.79s) [2022-06-04T21:01:01.914Z] === RUN TestCgroupNamespacesRun [2022-06-04T21:01:02.375Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-04T21:01:02.375Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-04T21:01:02.482Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-04T21:01:02.843Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2022-06-04T21:01:02.843Z] === RUN TestInspect [2022-06-04T21:01:03.413Z] --- PASS: TestCgroupNamespacesRun (1.92s) [2022-06-04T21:01:03.413Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-04T21:01:03.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-04T21:01:04.290Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-04T21:01:05.037Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-04T21:01:05.037Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.63s) [2022-06-04T21:01:05.038Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-04T21:01:05.969Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-04T21:01:05.969Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-04T21:01:06.109Z] --- PASS: TestInspect (2.88s) [2022-06-04T21:01:06.109Z] === RUN TestCreateJob [2022-06-04T21:01:06.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-04T21:01:06.202Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-04T21:01:06.531Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-04T21:01:06.787Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2022-06-04T21:01:06.787Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-04T21:01:07.588Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-04T21:01:07.849Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-04T21:01:08.621Z] --- PASS: TestCreateJob (3.14s) [2022-06-04T21:01:08.621Z] === RUN TestReplicatedJob [2022-06-04T21:01:08.677Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-04T21:01:08.677Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2022-06-04T21:01:08.677Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-04T21:01:09.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-04T21:01:10.572Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2022-06-04T21:01:10.572Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-04T21:01:10.572Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-04T21:01:10.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.67s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.41s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.66s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.90s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.83s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2022-06-04T21:01:11.145Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s) [2022-06-04T21:01:11.146Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.60s) [2022-06-04T21:01:11.146Z] === RUN TestCgroupNamespacesRun [2022-06-04T21:01:11.941Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.54s) [2022-06-04T21:01:11.941Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-04T21:01:12.087Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-06-04T21:01:12.087Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-04T21:01:12.870Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2022-06-04T21:01:12.870Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-04T21:01:13.029Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-06-04T21:01:13.029Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-04T21:01:13.801Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-04T21:01:13.909Z] --- PASS: TestReplicatedJob (5.21s) [2022-06-04T21:01:13.909Z] === RUN TestUpdateReplicatedJob [2022-06-04T21:01:14.416Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-06-04T21:01:14.417Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-04T21:01:14.731Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.68s) [2022-06-04T21:01:14.731Z] === RUN TestNISDomainname [2022-06-04T21:01:15.359Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-06-04T21:01:15.359Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-04T21:01:15.661Z] --- PASS: TestNISDomainname (0.99s) [2022-06-04T21:01:15.661Z] === RUN TestHostnameDnsResolution [2022-06-04T21:01:16.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-04T21:01:16.749Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-06-04T21:01:16.749Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-04T21:01:16.786Z] --- PASS: TestHostnameDnsResolution (1.11s) [2022-06-04T21:01:16.786Z] === RUN TestUnprivilegedPortsAndPing [2022-06-04T21:01:17.193Z] --- PASS: TestUpdateReplicatedJob (3.16s) [2022-06-04T21:01:17.193Z] === RUN TestServiceListWithStatuses [2022-06-04T21:01:17.193Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:01:17.193Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-04T21:01:17.193Z] === RUN TestDockerNetworkConnectAlias [2022-06-04T21:01:17.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-04T21:01:17.606Z] --- PASS: TestUnprivilegedPortsAndPing (0.90s) [2022-06-04T21:01:17.606Z] === RUN TestPrivilegedHostDevices [2022-06-04T21:01:17.696Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-04T21:01:17.696Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-04T21:01:18.270Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-04T21:01:18.270Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-04T21:01:18.534Z] --- PASS: TestPrivilegedHostDevices (0.93s) [2022-06-04T21:01:18.534Z] === RUN TestConsoleSize [2022-06-04T21:01:18.791Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-04T21:01:18.791Z] check_test.go:307: [d460497137d1c] daemon is not started [2022-06-04T21:01:18.791Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-04T21:01:19.048Z] --- PASS: TestConsoleSize (0.66s) [2022-06-04T21:01:19.048Z] === RUN TestStats [2022-06-04T21:01:19.612Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-04T21:01:19.654Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-06-04T21:01:19.654Z] === RUN TestNISDomainname [2022-06-04T21:01:19.916Z] --- PASS: TestNISDomainname (0.50s) [2022-06-04T21:01:19.916Z] === RUN TestHostnameDnsResolution [2022-06-04T21:01:20.176Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-04T21:01:20.432Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-04T21:01:20.488Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-06-04T21:01:20.488Z] === RUN TestUnprivilegedPortsAndPing [2022-06-04T21:01:21.059Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s) [2022-06-04T21:01:21.059Z] === RUN TestPrivilegedHostDevices [2022-06-04T21:01:21.354Z] --- PASS: TestDockerNetworkConnectAlias (4.09s) [2022-06-04T21:01:21.354Z] === RUN TestDockerNetworkReConnect [2022-06-04T21:01:21.631Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-06-04T21:01:21.631Z] === RUN TestConsoleSize [2022-06-04T21:01:21.800Z] --- PASS: TestStats (2.81s) [2022-06-04T21:01:21.801Z] === RUN TestStopContainerWithTimeout [2022-06-04T21:01:21.801Z] === RUN TestStopContainerWithTimeout/0 [2022-06-04T21:01:21.801Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-04T21:01:21.801Z] === RUN TestStopContainerWithTimeout/1 [2022-06-04T21:01:21.801Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-04T21:01:21.801Z] === RUN TestStopContainerWithTimeout/3 [2022-06-04T21:01:21.801Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-04T21:01:21.801Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-04T21:01:21.801Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-04T21:01:21.892Z] --- PASS: TestConsoleSize (0.42s) [2022-06-04T21:01:21.892Z] === RUN TestStats [2022-06-04T21:01:22.057Z] === CONT TestStopContainerWithTimeout/0 [2022-06-04T21:01:22.057Z] === CONT TestStopContainerWithTimeout/3 [2022-06-04T21:01:22.314Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-04T21:01:23.244Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-04T21:01:24.436Z] --- PASS: TestStats (2.44s) [2022-06-04T21:01:24.436Z] === RUN TestStopContainerWithTimeout [2022-06-04T21:01:24.436Z] === RUN TestStopContainerWithTimeout/0 [2022-06-04T21:01:24.436Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-04T21:01:24.436Z] === RUN TestStopContainerWithTimeout/1 [2022-06-04T21:01:24.436Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-04T21:01:24.436Z] === RUN TestStopContainerWithTimeout/3 [2022-06-04T21:01:24.436Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-04T21:01:24.436Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-04T21:01:24.436Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-04T21:01:24.436Z] === CONT TestStopContainerWithTimeout/0 [2022-06-04T21:01:24.436Z] === CONT TestStopContainerWithTimeout/3 [2022-06-04T21:01:24.621Z] --- PASS: TestDockerNetworkReConnect (3.44s) [2022-06-04T21:01:24.621Z] === RUN TestServicePlugin [2022-06-04T21:01:25.008Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-04T21:01:25.136Z] === CONT TestStopContainerWithTimeout/1 [2022-06-04T21:01:25.136Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-04T21:01:26.510Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-04T21:01:26.767Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-06-04T21:01:26.767Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2022-06-04T21:01:26.767Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) [2022-06-04T21:01:26.767Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2022-06-04T21:01:26.767Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2022-06-04T21:01:26.767Z] === RUN TestDeleteDevicemapper [2022-06-04T21:01:26.767Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T21:01:26.767Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-04T21:01:26.767Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-04T21:01:27.023Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-04T21:01:27.552Z] === CONT TestStopContainerWithTimeout/1 [2022-06-04T21:01:28.391Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-04T21:01:28.494Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-04T21:01:28.494Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-06-04T21:01:28.494Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-06-04T21:01:28.494Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-06-04T21:01:28.494Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-06-04T21:01:28.494Z] === RUN TestDeleteDevicemapper [2022-06-04T21:01:28.494Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T21:01:28.494Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-04T21:01:28.494Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-04T21:01:28.787Z] plugin_test.go:61: [d1eccbf4521bc] joining swarm manager [d220ed8a173a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:01:29.713Z] plugin_test.go:64: [dc39915f12476] joining swarm manager [d220ed8a173a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:01:29.880Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.36s) [2022-06-04T21:01:29.880Z] === RUN TestUpdateMemory [2022-06-04T21:01:30.451Z] --- PASS: TestUpdateMemory (0.49s) [2022-06-04T21:01:30.451Z] === RUN TestUpdateCPUQuota [2022-06-04T21:01:30.913Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.81s) [2022-06-04T21:01:30.913Z] === RUN TestUpdateMemory [2022-06-04T21:01:30.913Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:01:30.913Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-04T21:01:30.913Z] === RUN TestUpdateCPUQuota [2022-06-04T21:01:30.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-04T21:01:31.023Z] --- PASS: TestUpdateCPUQuota (0.71s) [2022-06-04T21:01:31.023Z] === RUN TestUpdatePidsLimit [2022-06-04T21:01:31.023Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-04T21:01:31.285Z] === RUN TestUpdatePidsLimit/no_change [2022-06-04T21:01:31.285Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-04T21:01:31.546Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-04T21:01:31.806Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-04T21:01:32.068Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-04T21:01:32.068Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-04T21:01:32.282Z] --- PASS: TestUpdateCPUQuota (1.54s) [2022-06-04T21:01:32.282Z] === RUN TestUpdatePidsLimit [2022-06-04T21:01:32.282Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-04T21:01:32.282Z] === RUN TestUpdatePidsLimit/no_change [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit (1.73s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-06-04T21:01:32.641Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-06-04T21:01:32.641Z] === RUN TestUpdateRestartPolicy [2022-06-04T21:01:32.847Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-04T21:01:33.410Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-04T21:01:33.666Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-04T21:01:33.924Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-04T21:01:33.924Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-04T21:01:34.489Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-04T21:01:34.489Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-04T21:01:35.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit (3.59s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/no_change (0.49s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2022-06-04T21:01:35.675Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-06-04T21:01:35.675Z] === RUN TestUpdateRestartPolicy [2022-06-04T21:01:36.605Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-04T21:01:37.167Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-04T21:01:37.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-04T21:01:37.680Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-04T21:01:37.935Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-04T21:01:38.192Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-04T21:01:38.448Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-04T21:01:38.448Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-04T21:01:38.448Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-04T21:01:39.818Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-04T21:01:40.074Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-04T21:01:40.074Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-04T21:01:40.074Z] check_test.go:307: [da7655d6c5e15] daemon is not started [2022-06-04T21:01:40.074Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-04T21:01:40.074Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-04T21:01:40.074Z] check_test.go:307: [d4de3a3f65b7b] daemon is not started [2022-06-04T21:01:40.074Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-04T21:01:43.345Z] check_test.go:307: [db2fa16fca701] daemon is not started [2022-06-04T21:01:43.345Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-04T21:01:43.601Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-04T21:01:44.533Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-04T21:01:44.871Z] --- PASS: TestUpdateRestartPolicy (10.80s) [2022-06-04T21:01:44.871Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-04T21:01:44.871Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-06-04T21:01:44.871Z] === RUN TestWaitNonBlocked [2022-06-04T21:01:44.871Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:44.871Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:44.871Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:44.871Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:44.871Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:44.871Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:44.871Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-04T21:01:44.871Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s) [2022-06-04T21:01:44.872Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2022-06-04T21:01:44.872Z] === RUN TestWaitBlocked [2022-06-04T21:01:44.872Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:44.872Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:44.872Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:44.872Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:44.872Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:44.872Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:45.097Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-04T21:01:45.354Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-04T21:01:45.443Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-04T21:01:45.443Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-06-04T21:01:45.443Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-06-04T21:01:45.443Z] === CONT TestContainerStartOnDaemonRestart [2022-06-04T21:01:45.443Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-04T21:01:45.917Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-04T21:01:46.482Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-04T21:01:47.044Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-04T21:01:47.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-04T21:01:47.357Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.00s) [2022-06-04T21:01:47.357Z] === CONT TestIpcModeOlderClient [2022-06-04T21:01:47.357Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-06-04T21:01:47.357Z] === CONT TestContainerKillOnDaemonStart [2022-06-04T21:01:47.357Z] --- PASS: TestContainerStartOnDaemonRestart (2.06s) [2022-06-04T21:01:47.357Z] === CONT TestDaemonHostGatewayIP [2022-06-04T21:01:47.972Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2022-06-04T21:01:47.972Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-04T21:01:48.903Z] --- PASS: TestUpdateRestartWithAutoRemove (0.91s) [2022-06-04T21:01:48.903Z] === RUN TestWaitNonBlocked [2022-06-04T21:01:48.903Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:48.903Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:48.903Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:48.903Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:48.903Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-04T21:01:48.903Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-04T21:01:49.906Z] --- PASS: TestDaemonHostGatewayIP (2.45s) [2022-06-04T21:01:49.906Z] === CONT TestDaemonRestartIpcMode [2022-06-04T21:01:51.420Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-04T21:01:51.420Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-04T21:01:51.420Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.10s) [2022-06-04T21:01:51.420Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.19s) [2022-06-04T21:01:51.420Z] === RUN TestWaitBlocked [2022-06-04T21:01:51.420Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:51.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:51.420Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:51.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:51.420Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-04T21:01:51.420Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-04T21:01:52.451Z] --- PASS: TestDaemonRestartIpcMode (2.10s) [2022-06-04T21:01:54.766Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-04T21:01:54.766Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.98s) [2022-06-04T21:01:54.766Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (3.19s) [2022-06-04T21:01:54.766Z] === CONT TestContainerStartOnDaemonRestart [2022-06-04T21:01:54.766Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-04T21:01:56.203Z] --- PASS: TestServicePlugin (30.02s) [2022-06-04T21:01:56.203Z] === RUN TestServiceUpdateLabel [2022-06-04T21:01:56.764Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-04T21:01:56.764Z] === RUN TestServiceUpdateSecrets [2022-06-04T21:01:57.293Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-04T21:01:59.071Z] --- PASS: TestContainerKillOnDaemonStart (11.74s) [2022-06-04T21:01:59.071Z] PASS [2022-06-04T21:01:59.071Z] [2022-06-04T21:01:59.071Z] === Skipped [2022-06-04T21:01:59.071Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-04T21:01:59.071Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T21:01:59.071Z] [2022-06-04T21:01:59.071Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T21:01:59.071Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T21:01:59.071Z] [2022-06-04T21:01:59.071Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-04T21:01:59.071Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T21:01:59.071Z] [2022-06-04T21:01:59.071Z] DONE 243 tests, 3 skipped in 114.069s [2022-06-04T21:01:59.333Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-04T21:01:59.333Z] ++ 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-04T21:01:59.333Z] ++ set -e [2022-06-04T21:01:59.333Z] ++ '[' -n 0 ']' [2022-06-04T21:01:59.333Z] ++ set -x [2022-06-04T21:01:59.333Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04T21:01:59.333Z] === RUN TestConfigDaemonLibtrustID [2022-06-04T21:01:59.904Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-04T21:01:59.904Z] === RUN TestConfigDaemonID [2022-06-04T21:02:00.846Z] daemon_test.go:83: [d53551667cf6f] daemon is not started [2022-06-04T21:02:00.846Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:00.846Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:00.846Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:00.846Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:00.846Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:00.846Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-04T21:02:00.846Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-04T21:02:00.846Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:00.846Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:00.846Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-04T21:02:01.107Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:01.107Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-04T21:02:01.107Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-06-04T21:02:01.107Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-04T21:02:01.107Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-04T21:02:02.050Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-04T21:02:02.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-04T21:02:02.544Z] --- PASS: TestContainerStartOnDaemonRestart (7.48s) [2022-06-04T21:02:02.544Z] === CONT TestIpcModeOlderClient [2022-06-04T21:02:02.544Z] --- PASS: TestRestartDaemonWithRestartingContainer (7.83s) [2022-06-04T21:02:02.544Z] === CONT TestContainerKillOnDaemonStart [2022-06-04T21:02:02.544Z] --- PASS: TestIpcModeOlderClient (0.57s) [2022-06-04T21:02:02.544Z] === CONT TestDaemonHostGatewayIP [2022-06-04T21:02:03.436Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-04T21:02:04.378Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-04T21:02:04.378Z] daemon_test.go:197: [d9a80f34d88c5] daemon is not started [2022-06-04T21:02:04.378Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-04T21:02:04.378Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-04T21:02:04.378Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-04T21:02:04.378Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-04T21:02:04.378Z] === RUN TestDaemonProxy [2022-06-04T21:02:04.378Z] === RUN TestDaemonProxy/environment_variables [2022-06-04T21:02:06.289Z] === RUN TestDaemonProxy/command-line_options [2022-06-04T21:02:06.718Z] --- PASS: TestDaemonHostGatewayIP (3.78s) [2022-06-04T21:02:06.718Z] === CONT TestDaemonRestartIpcMode [2022-06-04T21:02:06.718Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-04T21:02:06.718Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/networkdb 103.840s coverage: 60.0% of statements [2022-06-04T21:02:07.032Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/options 0.001s coverage: 100.0% of statements [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/osl 4.544s coverage: 39.7% of statements [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/portmapper 0.526s coverage: 48.6% of statements [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-04T21:02:07.032Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-04T21:02:07.032Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-04T21:02:07.032Z] [2022-06-04T21:02:07.032Z] === Skipped [2022-06-04T21:02:07.032Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-04T21:02:07.032Z] firewalld_test.go:14: firewalld is not running [2022-06-04T21:02:07.032Z] [2022-06-04T21:02:07.032Z] DONE 325 tests, 1 skipped in 198.720s [2022-06-04T21:02:07.283Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-04T21:02:07.673Z] === RUN TestDaemonProxy/configuration_file [2022-06-04T21:02:07.847Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir Post stage [Pipeline] junit [2022-06-04T21:02:07.966Z] Recording test results [2022-06-04T21:02:08.427Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-04T21:02:08.737Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/validate/vendor [2022-06-04T21:02:09.298Z] +++ dirname ./hack/vendor.sh [2022-06-04T21:02:09.298Z] ++ cd ./hack [2022-06-04T21:02:09.298Z] ++ pwd [2022-06-04T21:02:09.298Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-04T21:02:09.298Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh [2022-06-04T21:02:09.298Z] + GO111MODULE=auto [2022-06-04T21:02:09.298Z] + go mod tidy -modfile vendor.mod -compat 1.17 [2022-06-04T21:02:09.298Z] go: downloading github.com/containerd/containerd v1.6.5 [2022-06-04T21:02:09.298Z] go: downloading github.com/docker/distribution v2.8.1+incompatible [2022-06-04T21:02:09.298Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-04T21:02:09.298Z] go: downloading google.golang.org/grpc v1.45.0 [2022-06-04T21:02:09.298Z] go: downloading gotest.tools/v3 v3.2.0 [2022-06-04T21:02:09.298Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-04T21:02:09.298Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-04T21:02:09.298Z] go: downloading github.com/moby/buildkit v0.10.3 [2022-06-04T21:02:09.298Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f [2022-06-04T21:02:09.555Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-06-04T21:02:09.555Z] go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 [2022-06-04T21:02:09.555Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-04T21:02:09.555Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-04T21:02:09.555Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-04T21:02:09.555Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-04T21:02:09.555Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-04T21:02:09.555Z] go: downloading go.etcd.io/bbolt v1.3.6 [2022-06-04T21:02:09.555Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-06-04T21:02:09.555Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 [2022-06-04T21:02:09.555Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-06-04T21:02:09.555Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-06-04T21:02:09.555Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-06-04T21:02:09.555Z] go: downloading github.com/containerd/continuity v0.3.0 [2022-06-04T21:02:09.556Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062 [2022-06-04T21:02:09.556Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-04T21:02:09.556Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 [2022-06-04T21:02:09.556Z] go: downloading golang.org/x/sys v0.0.0-20220412211240-33da011f77ad [2022-06-04T21:02:09.556Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-04T21:02:09.693Z] === RUN TestDaemonProxy/conflicting_options [2022-06-04T21:02:09.739Z] --- PASS: TestDaemonRestartIpcMode (3.49s) [2022-06-04T21:02:09.811Z] go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46 [2022-06-04T21:02:09.811Z] go: downloading github.com/Microsoft/go-winio v0.5.2 [2022-06-04T21:02:09.811Z] go: downloading github.com/containerd/cgroups v1.0.4 [2022-06-04T21:02:09.811Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-06-04T21:02:09.811Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-06-04T21:02:09.811Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-04T21:02:09.811Z] go: downloading github.com/hashicorp/go-memdb v1.3.2 [2022-06-04T21:02:09.811Z] go: downloading github.com/moby/sys/mount v0.3.1 [2022-06-04T21:02:09.811Z] go: downloading github.com/moby/sys/signal v0.7.0 [2022-06-04T21:02:09.811Z] go: downloading github.com/opencontainers/selinux v1.10.1 [2022-06-04T21:02:09.811Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-04T21:02:09.811Z] go: downloading github.com/opencontainers/runc v1.1.2 [2022-06-04T21:02:09.955Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-04T21:02:10.067Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-06-04T21:02:10.067Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-04T21:02:10.067Z] go: downloading github.com/Microsoft/hcsshim v0.9.3 [2022-06-04T21:02:10.067Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-06-04T21:02:10.067Z] go: downloading github.com/moby/locker v1.0.1 [2022-06-04T21:02:10.067Z] go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-04T21:02:10.067Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-06-04T21:02:10.067Z] go: downloading github.com/tonistiigi/go-archvariant v1.0.0 [2022-06-04T21:02:10.067Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-06-04T21:02:10.067Z] go: downloading github.com/klauspost/compress v1.15.1 [2022-06-04T21:02:10.067Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-06-04T21:02:10.067Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-06-04T21:02:10.067Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-06-04T21:02:10.067Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-06-04T21:02:10.067Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-06-04T21:02:10.301Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-04T21:02:10.322Z] go: downloading github.com/miekg/dns v1.1.27 [2022-06-04T21:02:10.322Z] go: downloading github.com/moby/ipvs v1.0.2 [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy (6.26s) [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-04T21:02:10.526Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-04T21:02:10.526Z] PASS [2022-06-04T21:02:10.526Z] [2022-06-04T21:02:10.526Z] DONE 18 tests in 11.250s [2022-06-04T21:02:10.526Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-04T21:02:10.526Z] ++ 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-04T21:02:10.526Z] ++ set -e [2022-06-04T21:02:10.526Z] ++ '[' -n 0 ']' [2022-06-04T21:02:10.526Z] ++ set -x [2022-06-04T21:02:10.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:02:10.526Z] INFO: Testing against a local daemon [2022-06-04T21:02:10.526Z] === RUN TestCommitInheritsEnv [2022-06-04T21:02:10.578Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f [2022-06-04T21:02:10.578Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-06-04T21:02:10.578Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-06-04T21:02:10.578Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-06-04T21:02:10.578Z] go: downloading github.com/aws/aws-sdk-go v1.31.6 [2022-06-04T21:02:10.787Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-06-04T21:02:10.787Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-04T21:02:10.787Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-04T21:02:10.787Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-04T21:02:10.787Z] === RUN TestImportWithCustomPlatform [2022-06-04T21:02:10.787Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-04T21:02:10.863Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform// [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/linux [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/macos [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-04T21:02:11.048Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-04T21:02:11.140Z] go: downloading github.com/stretchr/testify v1.7.1 [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-04T21:02:11.309Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-04T21:02:11.309Z] === RUN TestImagesFilterMultiReference [2022-06-04T21:02:11.309Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-04T21:02:11.309Z] === RUN TestImagePullPlatformInvalid [2022-06-04T21:02:11.309Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-04T21:02:11.309Z] === RUN TestRemoveImageOrphaning [2022-06-04T21:02:11.570Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-06-04T21:02:11.570Z] === RUN TestRemoveImageGarbageCollector [2022-06-04T21:02:11.570Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:02:11.570Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-04T21:02:11.570Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-04T21:02:11.570Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-04T21:02:11.570Z] === RUN TestTagInvalidReference [2022-06-04T21:02:11.570Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-04T21:02:11.570Z] === RUN TestTagValidPrefixedRepo [2022-06-04T21:02:11.570Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-04T21:02:11.570Z] === RUN TestTagExistedNameWithoutForce [2022-06-04T21:02:11.570Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-04T21:02:11.570Z] === RUN TestTagOfficialNames [2022-06-04T21:02:11.570Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-04T21:02:11.570Z] === RUN TestTagMatchesDigest [2022-06-04T21:02:11.570Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-04T21:02:11.570Z] PASS [2022-06-04T21:02:11.570Z] [2022-06-04T21:02:11.570Z] === Skipped [2022-06-04T21:02:11.570Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-04T21:02:11.570Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-04T21:02:11.570Z] [2022-06-04T21:02:11.570Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-04T21:02:11.570Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:02:11.570Z] [2022-06-04T21:02:11.570Z] DONE 22 tests, 2 skipped in 1.172s [2022-06-04T21:02:11.570Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-04T21:02:11.570Z] ++ 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-04T21:02:11.570Z] ++ set -e [2022-06-04T21:02:11.570Z] ++ '[' -n 0 ']' [2022-06-04T21:02:11.570Z] ++ set -x [2022-06-04T21:02:11.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:02:11.598Z] --- PASS: TestServiceUpdateSecrets (14.42s) [2022-06-04T21:02:11.598Z] === RUN TestServiceUpdateConfigs [2022-06-04T21:02:11.831Z] INFO: Testing against a local daemon [2022-06-04T21:02:11.831Z] === RUN TestNetworkCreateDelete [2022-06-04T21:02:11.831Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-04T21:02:11.831Z] === RUN TestDockerNetworkDeletePreferID [2022-06-04T21:02:12.066Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-06-04T21:02:12.067Z] go: downloading cloud.google.com/go v0.93.3 [2022-06-04T21:02:12.067Z] go: downloading cloud.google.com/go/logging v1.4.2 [2022-06-04T21:02:12.322Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-06-04T21:02:12.322Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-06-04T21:02:12.322Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 [2022-06-04T21:02:12.322Z] go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 [2022-06-04T21:02:12.322Z] go: downloading go.opentelemetry.io/otel v1.4.1 [2022-06-04T21:02:12.322Z] go: downloading go.opentelemetry.io/otel/trace v1.4.1 [2022-06-04T21:02:12.322Z] go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.3 [2022-06-04T21:02:12.322Z] go: downloading github.com/containerd/stargz-snapshotter v0.11.3 [2022-06-04T21:02:12.402Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-04T21:02:12.403Z] === RUN TestDaemonDNSFallback [2022-06-04T21:02:12.577Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-04T21:02:12.577Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-06-04T21:02:12.577Z] go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 [2022-06-04T21:02:12.577Z] go: downloading go.opentelemetry.io/otel/sdk v1.4.1 [2022-06-04T21:02:12.577Z] go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd [2022-06-04T21:02:12.577Z] go: downloading github.com/creack/pty v1.1.11 [2022-06-04T21:02:12.577Z] go: downloading go.opentelemetry.io/proto/otlp v0.12.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2 [2022-06-04T21:02:12.577Z] go: downloading github.com/containerd/console v1.0.3 [2022-06-04T21:02:12.577Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/gogo/googleapis v1.4.1 [2022-06-04T21:02:12.577Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-06-04T21:02:12.577Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 [2022-06-04T21:02:12.577Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-04T21:02:12.577Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-06-04T21:02:12.577Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-06-04T21:02:12.577Z] go: downloading github.com/godbus/dbus/v5 v5.0.6 [2022-06-04T21:02:12.577Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-06-04T21:02:12.577Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-06-04T21:02:12.577Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-04T21:02:12.577Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-04T21:02:12.577Z] go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-06-04T21:02:12.577Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-04T21:02:12.577Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-06-04T21:02:12.833Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-06-04T21:02:12.833Z] go: downloading go.etcd.io/etcd/raft/v3 v3.5.2 [2022-06-04T21:02:13.087Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-06-04T21:02:13.087Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3 [2022-06-04T21:02:13.087Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-04T21:02:13.343Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-04T21:02:13.343Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-06-04T21:02:13.343Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-04T21:02:13.343Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-04T21:02:13.343Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-04T21:02:13.343Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-04T21:02:13.343Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-04T21:02:13.343Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-04T21:02:13.343Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-04T21:02:13.343Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-06-04T21:02:13.343Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-06-04T21:02:13.343Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-06-04T21:02:13.343Z] go: downloading google.golang.org/api v0.54.0 [2022-06-04T21:02:13.343Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-06-04T21:02:13.343Z] go: downloading go.opencensus.io v0.22.3 [2022-06-04T21:02:13.343Z] go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f [2022-06-04T21:02:13.343Z] go: downloading golang.org/x/text v0.3.7 [2022-06-04T21:02:13.343Z] go: downloading github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 [2022-06-04T21:02:13.343Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-06-04T21:02:13.343Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-04T21:02:13.343Z] go: downloading github.com/gofrs/flock v0.8.1 [2022-06-04T21:02:13.343Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-04T21:02:13.343Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-06-04T21:02:13.343Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 [2022-06-04T21:02:13.599Z] go: downloading github.com/felixge/httpsnoop v1.0.2 [2022-06-04T21:02:13.599Z] go: downloading go.opentelemetry.io/otel/metric v0.27.0 [2022-06-04T21:02:13.599Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-06-04T21:02:13.599Z] go: downloading github.com/google/btree v1.0.1 [2022-06-04T21:02:13.599Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-06-04T21:02:13.599Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-04T21:02:13.599Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-04T21:02:13.599Z] go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-04T21:02:13.599Z] go: downloading go.uber.org/goleak v1.1.12 [2022-06-04T21:02:13.599Z] go: downloading github.com/agext/levenshtein v1.2.3 [2022-06-04T21:02:13.599Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-06-04T21:02:13.854Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-06-04T21:02:14.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-04T21:02:14.134Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-04T21:02:14.416Z] go: downloading github.com/kr/pretty v0.2.1 [2022-06-04T21:02:14.416Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-06-04T21:02:14.416Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-04T21:02:14.416Z] go: downloading github.com/go-logr/stdr v1.2.2 [2022-06-04T21:02:14.416Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-04T21:02:14.416Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-04T21:02:14.416Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-06-04T21:02:14.416Z] go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0 [2022-06-04T21:02:14.416Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-06-04T21:02:14.416Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-06-04T21:02:14.416Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-06-04T21:02:14.416Z] go: downloading github.com/container-storage-interface/spec v1.5.0 [2022-06-04T21:02:14.672Z] go: downloading github.com/akutz/memconn v0.1.0 [2022-06-04T21:02:14.672Z] go: downloading github.com/onsi/ginkgo v1.16.4 [2022-06-04T21:02:14.672Z] go: downloading github.com/onsi/gomega v1.15.0 [2022-06-04T21:02:14.672Z] go: downloading github.com/dperny/gocsi v1.2.3-pre [2022-06-04T21:02:14.928Z] go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2 [2022-06-04T21:02:15.064Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-04T21:02:15.064Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-04T21:02:15.064Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-04T21:02:15.064Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-04T21:02:15.064Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-04T21:02:15.064Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-04T21:02:15.064Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-04T21:02:15.064Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-04T21:02:15.064Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-04T21:02:15.183Z] go: downloading go.etcd.io/etcd/server/v3 v3.5.2 [2022-06-04T21:02:15.183Z] go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 [2022-06-04T21:02:15.183Z] go: downloading google.golang.org/appengine v1.6.7 [2022-06-04T21:02:15.183Z] go: downloading github.com/kr/text v0.2.0 [2022-06-04T21:02:15.183Z] go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b [2022-06-04T21:02:15.183Z] go: downloading github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 [2022-06-04T21:02:15.183Z] go: downloading go.uber.org/zap v1.17.0 [2022-06-04T21:02:15.321Z] --- PASS: TestContainerKillOnDaemonStart (13.06s) [2022-06-04T21:02:15.321Z] PASS [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === Skipped [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-04T21:02:15.321Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-04T21:02:15.321Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-04T21:02:15.321Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-04T21:02:15.321Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-04T21:02:15.321Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-04T21:02:15.321Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-04T21:02:15.321Z] [2022-06-04T21:02:15.321Z] DONE 243 tests, 6 skipped in 174.727s [2022-06-04T21:02:15.321Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-04T21:02:15.321Z] ++ 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-04T21:02:15.321Z] ++ set -e [2022-06-04T21:02:15.321Z] ++ '[' -n 0 ']' [2022-06-04T21:02:15.321Z] ++ set -x [2022-06-04T21:02:15.321Z] ++ 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-04T21:02:15.439Z] go: downloading github.com/dustin/go-humanize v1.0.0 [2022-06-04T21:02:15.439Z] go: downloading github.com/nxadm/tail v1.4.8 [2022-06-04T21:02:15.439Z] go: downloading github.com/cockroachdb/errors v1.2.4 [2022-06-04T21:02:15.439Z] go: downloading go.uber.org/atomic v1.7.0 [2022-06-04T21:02:15.439Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-04T21:02:15.439Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-04T21:02:15.439Z] go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f [2022-06-04T21:02:15.439Z] go: downloading github.com/getsentry/raven-go v0.2.0 [2022-06-04T21:02:15.439Z] go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-04T21:02:15.439Z] go: downloading github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 [2022-06-04T21:02:15.439Z] go: downloading github.com/akutz/gosync v0.1.0 [2022-06-04T21:02:15.582Z] === RUN TestConfigDaemonLibtrustID [2022-06-04T21:02:15.694Z] + GO111MODULE=auto [2022-06-04T21:02:15.694Z] + go mod vendor -modfile vendor.mod [2022-06-04T21:02:15.841Z] check_test.go:307: [da89074318a26] daemon is not started [2022-06-04T21:02:15.841Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-04T21:02:16.098Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-06-04T21:02:16.098Z] === RUN TestConfigDaemonID [2022-06-04T21:02:17.027Z] daemon_test.go:83: [d54657fa744bd] daemon is not started [2022-06-04T21:02:17.027Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:17.027Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:17.027Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:17.027Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:17.027Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:17.027Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-04T21:02:17.027Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-04T21:02:17.027Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-04T21:02:17.027Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-04T21:02:17.283Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-04T21:02:17.283Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-04T21:02:17.540Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.16s) [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation/valid_config (0.21s) [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.21s) [2022-06-04T21:02:17.540Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-04T21:02:17.540Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-04T21:02:17.540Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-04T21:02:18.909Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-04T21:02:18.909Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-04T21:02:18.909Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-04T21:02:18.985Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-06-04T21:02:18.985Z] === RUN TestInspectNetwork [2022-06-04T21:02:19.837Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-04T21:02:20.765Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-04T21:02:20.765Z] daemon_test.go:197: [db9bb9766ffda] daemon is not started [2022-06-04T21:02:20.765Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-06-04T21:02:20.765Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-06-04T21:02:20.765Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-04T21:02:20.765Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-06-04T21:02:20.765Z] === RUN TestDaemonProxy [2022-06-04T21:02:20.765Z] === RUN TestDaemonProxy/environment_variables [2022-06-04T21:02:21.529Z] === RUN TestInspectNetwork/full_network_id [2022-06-04T21:02:21.529Z] === RUN TestInspectNetwork/partial_network_id [2022-06-04T21:02:21.529Z] === RUN TestInspectNetwork/network_name [2022-06-04T21:02:21.529Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-04T21:02:21.695Z] docker_cli_daemon_plugins_test.go:106: [de66e2841b1d3] daemon is not started [2022-06-04T21:02:22.222Z] Congratulations! All vendoring changes are done the right way. [2022-06-04T21:02:22.222Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-06-04T21:02:22.257Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-04T21:02:22.515Z] === RUN TestDaemonProxy/command-line_options [2022-06-04T21:02:22.772Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-04T21:02:24.140Z] check_test.go:307: [d617c2320724b] daemon is not started [2022-06-04T21:02:24.140Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-04T21:02:24.397Z] === RUN TestDaemonProxy/configuration_file [2022-06-04T21:02:24.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-04T21:02:24.916Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-04T21:02:25.733Z] --- PASS: TestInspectNetwork (7.09s) [2022-06-04T21:02:25.733Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-04T21:02:25.733Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-04T21:02:25.733Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-04T21:02:25.733Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-04T21:02:25.733Z] === RUN TestRunContainerWithBridgeNone [2022-06-04T21:02:25.824Z] + echo Ensuring container killed. [2022-06-04T21:02:25.824Z] Ensuring container killed. [2022-06-04T21:02:25.824Z] + docker rm -vf docker-pr1 [2022-06-04T21:02:25.824Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-04T21:02:26.137Z] + echo Chowning /workspace to jenkins user [2022-06-04T21:02:26.137Z] Chowning /workspace to jenkins user [2022-06-04T21:02:26.137Z] + id -u [2022-06-04T21:02:26.137Z] + id -g [2022-06-04T21:02:26.137Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T21:02:26.288Z] === RUN TestDaemonProxy/conflicting_options [2022-06-04T21:02:26.430Z] --- PASS: TestServiceUpdateConfigs (14.63s) [2022-06-04T21:02:26.430Z] === RUN TestServiceUpdateNetwork [2022-06-04T21:02:26.544Z] === RUN TestDaemonProxy/reload_sanitized [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T21:02:27.021Z] + bundleName=unit [2022-06-04T21:02:27.021Z] + echo Creating unit-bundles.tar.gz [2022-06-04T21:02:27.021Z] Creating unit-bundles.tar.gz [2022-06-04T21:02:27.021Z] + 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-04T21:02:27.021Z] bundles/junit-report-libnetwork.xml [2022-06-04T21:02:27.021Z] bundles/junit-report.xml [2022-06-04T21:02:27.021Z] bundles/go-test-report-libnetwork.json [2022-06-04T21:02:27.021Z] bundles/go-test-report.json [2022-06-04T21:02:27.021Z] bundles/profile-libnetwork.out [2022-06-04T21:02:27.021Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-04T21:02:27.030Z] Archiving artifacts [2022-06-04T21:02:27.107Z] --- PASS: TestDaemonProxy (6.34s) [2022-06-04T21:02:27.108Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-06-04T21:02:27.108Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-06-04T21:02:27.108Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-06-04T21:02:27.108Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-06-04T21:02:27.108Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-04T21:02:27.108Z] PASS [2022-06-04T21:02:27.108Z] [2022-06-04T21:02:27.108Z] DONE 18 tests in 11.867s [2022-06-04T21:02:27.108Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-04T21:02:27.108Z] ++ 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-04T21:02:27.108Z] ++ set -e [2022-06-04T21:02:27.108Z] ++ '[' -n 0 ']' [2022-06-04T21:02:27.108Z] ++ set -x [2022-06-04T21:02:27.108Z] ++ 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-04T21:02:27.117Z] --- PASS: TestRunContainerWithBridgeNone (1.39s) [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-04T21:02:27.118Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:02:27.118Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:02:27.118Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:02:27.118Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-04T21:02:27.118Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-04T21:02:27.118Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-04T21:02:27.118Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-04T21:02:27.118Z] === RUN TestNetworkList [2022-06-04T21:02:27.118Z] === RUN TestNetworkList//networks [2022-06-04T21:02:27.118Z] === PAUSE TestNetworkList//networks [2022-06-04T21:02:27.118Z] === RUN TestNetworkList//networks/ [2022-06-04T21:02:27.118Z] === PAUSE TestNetworkList//networks/ [2022-06-04T21:02:27.118Z] === CONT TestNetworkList//networks [2022-06-04T21:02:27.118Z] === CONT TestNetworkList//networks/ [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkList (0.01s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-04T21:02:27.118Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-04T21:02:27.118Z] === RUN TestHostIPv4BridgeLabel [2022-06-04T21:02:27.364Z] INFO: Testing against a local daemon [2022-06-04T21:02:27.364Z] === RUN TestCommitInheritsEnv [2022-06-04T21:02:27.502Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-04T21:02:27.621Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-04T21:02:27.621Z] --- PASS: TestCommitInheritsEnv (0.37s) [2022-06-04T21:02:27.621Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-04T21:02:27.621Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-04T21:02:27.621Z] === RUN TestImportWithCustomPlatform [2022-06-04T21:02:27.621Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-04T21:02:27.689Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-04T21:02:27.689Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-04T21:02:27.798Z] + make clean [2022-06-04T21:02:27.798Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-04T21:02:27.798Z] docker-dev-cache [2022-06-04T21:02:27.798Z] docker-mod-cache [Pipeline] deleteDir [2022-06-04T21:02:27.881Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-04T21:02:27.881Z] === RUN TestImportWithCustomPlatform// [2022-06-04T21:02:27.881Z] === RUN TestImportWithCustomPlatform/linux [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-04T21:02:28.138Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-04T21:02:28.138Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-04T21:02:28.394Z] === RUN TestImportWithCustomPlatform/macos [2022-06-04T21:02:28.394Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-04T21:02:28.394Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform (0.59s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/#00 (0.15s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/linux (0.12s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.14s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-04T21:02:28.394Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-04T21:02:28.394Z] === RUN TestImagesFilterMultiReference [2022-06-04T21:02:28.394Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-04T21:02:28.394Z] === RUN TestImagePullPlatformInvalid [2022-06-04T21:02:28.394Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-06-04T21:02:28.394Z] === RUN TestRemoveImageOrphaning [2022-06-04T21:02:28.631Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-04T21:02:28.632Z] === RUN TestDaemonDefaultNetworkPools [2022-06-04T21:02:28.650Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-06-04T21:02:28.650Z] === RUN TestRemoveImageGarbageCollector [2022-06-04T21:02:28.907Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-04T21:02:29.163Z] time="2022-06-04T21:02:29Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-04T21:02:29.573Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-04T21:02:29.573Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-04T21:02:30.516Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-04T21:02:30.516Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-04T21:02:31.681Z] --- PASS: TestRemoveImageGarbageCollector (2.51s) [2022-06-04T21:02:31.681Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-04T21:02:31.681Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-04T21:02:31.681Z] === RUN TestTagInvalidReference [2022-06-04T21:02:31.681Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-04T21:02:31.681Z] === RUN TestTagValidPrefixedRepo [2022-06-04T21:02:31.681Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-04T21:02:31.681Z] === RUN TestTagExistedNameWithoutForce [2022-06-04T21:02:31.681Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-06-04T21:02:31.681Z] === RUN TestTagOfficialNames [2022-06-04T21:02:31.681Z] --- PASS: TestTagOfficialNames (0.08s) [2022-06-04T21:02:31.681Z] === RUN TestTagMatchesDigest [2022-06-04T21:02:31.681Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-06-04T21:02:31.681Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-04T21:02:31.899Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-04T21:02:31.899Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-04T21:02:32.470Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-04T21:02:32.470Z] === RUN TestServiceWithPredefinedNetwork [2022-06-04T21:02:33.048Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-04T21:02:34.417Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-04T21:02:34.417Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-04T21:02:34.673Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-04T21:02:34.930Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-04T21:02:35.025Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-06-04T21:02:35.025Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-04T21:02:35.025Z] service_test.go:243: FLAKY_TEST [2022-06-04T21:02:35.025Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T21:02:35.025Z] === RUN TestServiceWithDataPathPortInit [2022-06-04T21:02:35.492Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-04T21:02:35.492Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-04T21:02:36.056Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-04T21:02:36.312Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-04T21:02:36.312Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-04T21:02:36.875Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-04T21:02:37.443Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-04T21:02:38.006Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-04T21:02:38.578Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-04T21:02:38.636Z] --- PASS: TestServiceUpdateNetwork (12.39s) [2022-06-04T21:02:38.636Z] === RUN TestServiceUpdatePidsLimit [2022-06-04T21:02:39.143Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-04T21:02:39.400Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-04T21:02:39.565Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-04T21:02:39.657Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-04T21:02:39.914Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-04T21:02:40.478Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-04T21:02:40.478Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-04T21:02:40.478Z] check_test.go:307: [d3a40a23346ed] daemon is not started [2022-06-04T21:02:40.478Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-04T21:02:40.492Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-04T21:02:41.846Z] check_test.go:307: [d44e9af93769f] daemon is not started [2022-06-04T21:02:41.846Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-04T21:02:41.846Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-04T21:02:42.102Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-04T21:02:42.665Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-04T21:02:43.594Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-04T21:02:43.851Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-04T21:02:47.021Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-04T21:02:47.122Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-04T21:02:47.122Z] check_test.go:307: [ded9a6f6eb543] daemon is not started [2022-06-04T21:02:47.122Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-04T21:02:49.995Z] --- PASS: TestServiceWithDataPathPortInit (13.65s) [2022-06-04T21:02:49.995Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-04T21:02:50.414Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-04T21:02:50.938Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ebk9igin6oyubnfcs6mawrei2 Created:2022-06-04 21:02:49.55774613 +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[a8fc73c9859a5e682507fae871a1f119fa3ce0e81c651aa377419eb5d86a7a6e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rlr9giagwpupj1rftyd0zctiy EndpointID:82118d7378a2bcafded2e30a22cc1e4532e1d7f17a6438f872d11cc3cc1de919 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dbf45352f4069efacd765ce0dbd0882a41dc1442468e4f8bc21cff2ba0fd59d2 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:77490a6b752b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rlr9giagwpupj1rftyd0zctiy EndpointID:82118d7378a2bcafded2e30a22cc1e4532e1d7f17a6438f872d11cc3cc1de919 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-04T21:02:52.337Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-04T21:02:54.858Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-04T21:02:55.101Z] --- PASS: TestServiceUpdatePidsLimit (16.21s) [2022-06-04T21:02:55.101Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2022-06-04T21:02:55.101Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-04T21:02:55.101Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-04T21:02:55.101Z] PASS [2022-06-04T21:02:55.101Z] [2022-06-04T21:02:55.101Z] === Skipped [2022-06-04T21:02:55.101Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-04T21:02:55.101Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:02:55.101Z] [2022-06-04T21:02:55.101Z] DONE 27 tests, 1 skipped in 163.703s [2022-06-04T21:02:55.101Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-04T21:02:55.101Z] INFO: Testing against a local daemon [2022-06-04T21:02:55.101Z] === RUN TestSessionCreate [2022-06-04T21:02:55.101Z] --- PASS: TestSessionCreate (0.02s) [2022-06-04T21:02:55.101Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-04T21:02:55.101Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-04T21:02:55.101Z] PASS [2022-06-04T21:02:55.101Z] [2022-06-04T21:02:55.101Z] DONE 2 tests in 0.055s [2022-06-04T21:02:55.101Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-04T21:02:55.101Z] INFO: Testing against a local daemon [2022-06-04T21:02:55.101Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-04T21:02:55.101Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-04T21:02:55.101Z] === RUN TestDiskUsage [2022-06-04T21:02:55.101Z] === PAUSE TestDiskUsage [2022-06-04T21:02:55.101Z] === RUN TestEventsExecDie [2022-06-04T21:02:55.101Z] --- PASS: TestEventsExecDie (0.55s) [2022-06-04T21:02:55.101Z] === RUN TestEventsBackwardsCompatible [2022-06-04T21:02:55.101Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-04T21:02:55.101Z] === RUN TestEventsVolumeCreate [2022-06-04T21:02:55.141Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s) [2022-06-04T21:02:55.141Z] PASS [2022-06-04T21:02:55.141Z] [2022-06-04T21:02:55.141Z] === Skipped [2022-06-04T21:02:55.141Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T21:02:55.141Z] service_test.go:243: FLAKY_TEST [2022-06-04T21:02:55.141Z] [2022-06-04T21:02:55.141Z] DONE 38 tests, 1 skipped in 43.377s [2022-06-04T21:02:55.141Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-04T21:02:55.141Z] ++ 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-04T21:02:55.141Z] ++ set -e [2022-06-04T21:02:55.141Z] ++ '[' -n 0 ']' [2022-06-04T21:02:55.141Z] ++ set -x [2022-06-04T21:02:55.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-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-04T21:02:55.141Z] INFO: Testing against a local daemon [2022-06-04T21:02:55.141Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-04T21:02:55.141Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:02:55.141Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T21:02:55.141Z] === RUN TestDockerNetworkIpvlan [2022-06-04T21:02:55.141Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:02:55.141Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-04T21:02:55.141Z] PASS [2022-06-04T21:02:55.141Z] [2022-06-04T21:02:55.141Z] === Skipped [2022-06-04T21:02:55.141Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T21:02:55.141Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:02:55.141Z] [2022-06-04T21:02:55.141Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-04T21:02:55.141Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:02:55.141Z] [2022-06-04T21:02:55.141Z] DONE 2 tests, 2 skipped in 0.077s [2022-06-04T21:02:55.141Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-04T21:02:55.141Z] ++ 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-04T21:02:55.141Z] ++ set -e [2022-06-04T21:02:55.141Z] ++ '[' -n 0 ']' [2022-06-04T21:02:55.141Z] ++ set -x [2022-06-04T21:02:55.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-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-04T21:02:55.141Z] INFO: Testing against a local daemon [2022-06-04T21:02:55.141Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-04T21:02:55.357Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-06-04T21:02:55.357Z] === RUN TestInfoBinaryCommits [2022-06-04T21:02:55.357Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-04T21:02:55.357Z] === RUN TestInfoAPIVersioned [2022-06-04T21:02:55.357Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-04T21:02:55.357Z] === RUN TestInfoAPI [2022-06-04T21:02:55.357Z] --- PASS: TestInfoAPI (0.02s) [2022-06-04T21:02:55.357Z] === RUN TestInfoAPIWarnings [2022-06-04T21:02:56.228Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-04T21:02:56.228Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-04T21:02:56.526Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2022-06-04T21:02:56.526Z] === RUN TestDockerNetworkMacvlan [2022-06-04T21:02:57.158Z] check_test.go:307: [dbce81286e4f3] daemon is not started [2022-06-04T21:02:57.158Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-04T21:02:57.467Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-04T21:02:58.038Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-04T21:02:58.981Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-04T21:02:59.676Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-04T21:03:00.394Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-04T21:03:02.197Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-04T21:03:02.329Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-04T21:03:05.468Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-04T21:03:05.631Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan (9.28s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s) [2022-06-04T21:03:05.892Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.54s) [2022-06-04T21:03:05.892Z] PASS [2022-06-04T21:03:05.892Z] [2022-06-04T21:03:05.892Z] DONE 8 tests in 10.754s [2022-06-04T21:03:05.892Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-04T21:03:05.892Z] ++ 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-04T21:03:05.892Z] ++ set -e [2022-06-04T21:03:05.892Z] ++ '[' -n 0 ']' [2022-06-04T21:03:05.892Z] ++ set -x [2022-06-04T21:03:05.893Z] ++ 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-04T21:03:05.893Z] testing: warning: no tests to run [2022-06-04T21:03:05.893Z] PASS [2022-06-04T21:03:05.893Z] [2022-06-04T21:03:05.893Z] DONE 0 tests in 0.022s [2022-06-04T21:03:05.893Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-04T21:03:05.893Z] ++ 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-04T21:03:05.893Z] ++ set -e [2022-06-04T21:03:05.893Z] ++ '[' -n 0 ']' [2022-06-04T21:03:05.893Z] ++ set -x [2022-06-04T21:03:05.893Z] ++ 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-04T21:03:06.153Z] INFO: Testing against a local daemon [2022-06-04T21:03:06.153Z] === RUN TestAuthZPluginAllowRequest [2022-06-04T21:03:07.096Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-06-04T21:03:07.096Z] === RUN TestAuthZPluginTLS [2022-06-04T21:03:07.668Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-04T21:03:07.668Z] === RUN TestAuthZPluginDenyRequest [2022-06-04T21:03:07.995Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-04T21:03:08.239Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-04T21:03:08.239Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-04T21:03:08.810Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-06-04T21:03:08.811Z] === RUN TestAuthZPluginDenyResponse [2022-06-04T21:03:09.382Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-06-04T21:03:09.382Z] === RUN TestAuthZPluginAllowEventStream [2022-06-04T21:03:10.323Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-06-04T21:03:10.323Z] === RUN TestAuthZPluginErrorResponse [2022-06-04T21:03:10.516Z] check_test.go:307: [d62bd79fc75c6] daemon is not started [2022-06-04T21:03:10.516Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-04T21:03:10.772Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-04T21:03:10.895Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-04T21:03:10.895Z] === RUN TestAuthZPluginErrorRequest [2022-06-04T21:03:11.029Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-04T21:03:11.467Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-04T21:03:11.467Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-04T21:03:11.592Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-04T21:03:11.848Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-04T21:03:11.848Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-04T21:03:12.038Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-04T21:03:12.038Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-04T21:03:12.104Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-04T21:03:13.391Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-04T21:03:13.391Z] === RUN TestInfoDebug [2022-06-04T21:03:13.391Z] --- PASS: TestInfoDebug (0.52s) [2022-06-04T21:03:13.391Z] === RUN TestInfoInsecureRegistries [2022-06-04T21:03:13.391Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-04T21:03:13.391Z] === RUN TestInfoRegistryMirrors [2022-06-04T21:03:13.391Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-04T21:03:13.391Z] === RUN TestLoginFailsWithBadCredentials [2022-06-04T21:03:13.391Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-06-04T21:03:13.391Z] === RUN TestPingCacheHeaders [2022-06-04T21:03:13.391Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-04T21:03:13.391Z] === RUN TestPingGet [2022-06-04T21:03:13.391Z] --- PASS: TestPingGet (0.01s) [2022-06-04T21:03:13.391Z] === RUN TestPingHead [2022-06-04T21:03:13.424Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s) [2022-06-04T21:03:13.424Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-04T21:03:13.647Z] --- PASS: TestPingHead (0.02s) [2022-06-04T21:03:13.647Z] === RUN TestPingSwarmHeader [2022-06-04T21:03:13.995Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-04T21:03:13.995Z] check_test.go:307: [d16696f4c22ab] daemon is not started [2022-06-04T21:03:13.995Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-04T21:03:14.207Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-04T21:03:14.462Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-04T21:03:14.808Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s) [2022-06-04T21:03:14.808Z] === RUN TestAuthZPluginHeader [2022-06-04T21:03:15.380Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-06-04T21:03:15.380Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-04T21:03:15.380Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:15.380Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-04T21:03:15.380Z] === RUN TestAuthZPluginV2Disable [2022-06-04T21:03:15.380Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:15.380Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-04T21:03:15.380Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-04T21:03:15.380Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:15.380Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-04T21:03:15.380Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-04T21:03:15.380Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:15.380Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-04T21:03:15.380Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-04T21:03:15.389Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-04T21:03:15.645Z] --- PASS: TestPingSwarmHeader (2.01s) [2022-06-04T21:03:15.645Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-04T21:03:15.645Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-04T21:03:15.645Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-04T21:03:15.645Z] === RUN TestVersion [2022-06-04T21:03:15.645Z] --- PASS: TestVersion (0.02s) [2022-06-04T21:03:15.645Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-04T21:03:15.645Z] === CONT TestDiskUsage [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/container_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/image_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/volume_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-04T21:03:16.207Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-04T21:03:16.463Z] === RUN TestDiskUsage/after_container.Run [2022-06-04T21:03:16.517Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-04T21:03:16.517Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-04T21:03:17.025Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-04T21:03:17.025Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage (1.58s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-04T21:03:17.025Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-04T21:03:17.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:03:17.026Z] PASS [2022-06-04T21:03:17.026Z] [2022-06-04T21:03:17.026Z] DONE 54 tests in 22.563s [2022-06-04T21:03:17.282Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-04T21:03:17.282Z] INFO: Testing against a local daemon [2022-06-04T21:03:17.282Z] === RUN TestVolumesCreateAndList [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-04T21:03:17.282Z] === RUN TestVolumesRemove [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesRemove (0.08s) [2022-06-04T21:03:17.282Z] === RUN TestVolumesInspect [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-04T21:03:17.282Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-04T21:03:17.282Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-04T21:03:17.282Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-04T21:03:17.282Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-04T21:03:17.282Z] PASS [2022-06-04T21:03:17.282Z] [2022-06-04T21:03:17.282Z] DONE 9 tests in 0.157s [2022-06-04T21:03:17.282Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T21:03:17.843Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-04T21:03:17.843Z] Removing test suite binaries [2022-06-04T21:03:17.843Z] exiting test-integration [2022-06-04T21:03:17.843Z] ++ exit 0 [2022-06-04T21:03:17.843Z] [2022-06-04T21:03:18.410Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-04T21:03:18.410Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart Post stage [Pipeline] junit [2022-06-04T21:03:19.232Z] Recording test results [2022-06-04T21:03:20.480Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-04T21:03:20.849Z] + echo Ensuring container killed. [2022-06-04T21:03:20.850Z] Ensuring container killed. [2022-06-04T21:03:20.850Z] + docker rm -vf docker-pr1 [2022-06-04T21:03:20.850Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-04T21:03:20.931Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-04T21:03:21.167Z] + echo Chowning /workspace to jenkins user [2022-06-04T21:03:21.167Z] Chowning /workspace to jenkins user [2022-06-04T21:03:21.167Z] + id -u [2022-06-04T21:03:21.167Z] + id -g [2022-06-04T21:03:21.167Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T21:03:21.167Z] Unable to find image 'busybox:latest' locally [2022-06-04T21:03:21.167Z] latest: Pulling from library/busybox [2022-06-04T21:03:21.424Z] cecc78ee4075: Pulling fs layer [2022-06-04T21:03:21.424Z] cecc78ee4075: Download complete [2022-06-04T21:03:21.424Z] cecc78ee4075: Pull complete [2022-06-04T21:03:21.424Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-04T21:03:21.424Z] Status: Downloaded newer image for busybox:latest [2022-06-04T21:03:22.298Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T21:03:23.161Z] + bundleName=amd64-cgroup2 [2022-06-04T21:03:23.161Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-04T21:03:23.161Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-04T21:03:23.161Z] + 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-04T21:03:23.161Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-04T21:03:23.425Z] Archiving artifacts [2022-06-04T21:03:24.190Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-04T21:03:25.180Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-04T21:03:25.481Z] + make clean [2022-06-04T21:03:25.481Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-04T21:03:25.481Z] docker-dev-cache [2022-06-04T21:03:25.481Z] docker-mod-cache [Pipeline] deleteDir [2022-06-04T21:03:26.085Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-04T21:03:26.647Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-04T21:03:29.168Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-04T21:03:29.168Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-04T21:03:31.687Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-04T21:03:32.618Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-04T21:03:33.503Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-04T21:03:33.503Z] PASS [2022-06-04T21:03:33.503Z] [2022-06-04T21:03:33.503Z] === Skipped [2022-06-04T21:03:33.503Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-04T21:03:33.503Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:33.503Z] [2022-06-04T21:03:33.503Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-04T21:03:33.503Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:33.503Z] [2022-06-04T21:03:33.503Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-04T21:03:33.503Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:33.503Z] [2022-06-04T21:03:33.503Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-04T21:03:33.503Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:33.503Z] [2022-06-04T21:03:33.503Z] DONE 17 tests, 4 skipped in 25.970s [2022-06-04T21:03:33.503Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-04T21:03:33.503Z] ++ 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-04T21:03:33.503Z] ++ set -e [2022-06-04T21:03:33.503Z] ++ '[' -n 0 ']' [2022-06-04T21:03:33.503Z] ++ set -x [2022-06-04T21:03:33.503Z] ++ 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-04T21:03:33.503Z] INFO: Testing against a local daemon [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:03:33.503Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:03:33.503Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-04T21:03:33.503Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-04T21:03:33.503Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-04T21:03:33.503Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-04T21:03:33.503Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-04T21:03:33.503Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-04T21:03:33.503Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-04T21:03:33.504Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-04T21:03:33.504Z] === RUN TestPluginInstall [2022-06-04T21:03:33.504Z] === RUN TestPluginInstall/no_auth [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a038c0a15845b52435903ebc5be10b157b197cd171fd4940a373caa2c25cb76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a038c0a15845b52435903ebc5be10b157b197cd171fd4940a373caa2c25cb76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:33.504Z] === RUN TestPluginInstall/with_htpasswd [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a038c0a15845b52435903ebc5be10b157b197cd171fd4940a373caa2c25cb76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:33.504Z] time="2022-06-04T21:03:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a038c0a15845b52435903ebc5be10b157b197cd171fd4940a373caa2c25cb76" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:33.504Z] === RUN TestPluginInstall/with_insecure [2022-06-04T21:03:34.446Z] time="2022-06-04T21:03:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:34.446Z] time="2022-06-04T21:03:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e2683bc80c7654958cb167e3c1f65041754ac954428c62589ef3ad3917e0e7a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:34.446Z] time="2022-06-04T21:03:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:03:34.446Z] time="2022-06-04T21:03:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e2683bc80c7654958cb167e3c1f65041754ac954428c62589ef3ad3917e0e7a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:03:34.707Z] plugin_test.go:195: [dac44fe2c6671] daemon is not started [2022-06-04T21:03:34.707Z] --- PASS: TestPluginInstall (2.51s) [2022-06-04T21:03:34.707Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-06-04T21:03:34.707Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-06-04T21:03:34.707Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-06-04T21:03:34.707Z] === RUN TestPluginsWithRuntimes [2022-06-04T21:03:36.093Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-04T21:03:36.791Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-04T21:03:37.036Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-04T21:03:37.978Z] --- PASS: TestPluginsWithRuntimes (3.23s) [2022-06-04T21:03:37.978Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-06-04T21:03:37.978Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-06-04T21:03:37.978Z] === RUN TestPluginBackCompatMediaTypes [2022-06-04T21:03:38.550Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-06-04T21:03:38.550Z] PASS [2022-06-04T21:03:38.550Z] [2022-06-04T21:03:38.550Z] DONE 24 tests in 6.419s [2022-06-04T21:03:38.550Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-04T21:03:38.550Z] ++ 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-04T21:03:38.550Z] ++ set -e [2022-06-04T21:03:38.550Z] ++ '[' -n 0 ']' [2022-06-04T21:03:38.550Z] ++ set -x [2022-06-04T21:03:38.550Z] ++ 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-04T21:03:38.550Z] INFO: Testing against a local daemon [2022-06-04T21:03:38.550Z] === RUN TestExternalGraphDriver [2022-06-04T21:03:38.550Z] === RUN TestExternalGraphDriver/json [2022-06-04T21:03:38.681Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-04T21:03:39.612Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-04T21:03:39.937Z] === RUN TestExternalGraphDriver/spec [2022-06-04T21:03:40.542Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-04T21:03:41.850Z] === RUN TestExternalGraphDriver/pull [2022-06-04T21:03:43.234Z] --- PASS: TestExternalGraphDriver (4.71s) [2022-06-04T21:03:43.234Z] --- PASS: TestExternalGraphDriver/json (1.55s) [2022-06-04T21:03:43.234Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-06-04T21:03:43.234Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-06-04T21:03:43.234Z] === RUN TestGraphdriverPluginV2 [2022-06-04T21:03:43.234Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:43.234Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-04T21:03:43.234Z] PASS [2022-06-04T21:03:43.234Z] [2022-06-04T21:03:43.234Z] === Skipped [2022-06-04T21:03:43.234Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-04T21:03:43.235Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:03:43.235Z] [2022-06-04T21:03:43.235Z] DONE 5 tests, 1 skipped in 4.814s [2022-06-04T21:03:43.235Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-04T21:03:43.235Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-04T21:03:43.235Z] ++ set -e [2022-06-04T21:03:43.235Z] ++ '[' -n 0 ']' [2022-06-04T21:03:43.235Z] ++ set -x [2022-06-04T21:03:43.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-04T21:03:43.235Z] INFO: Testing against a local daemon [2022-06-04T21:03:43.235Z] === RUN TestContinueAfterPluginCrash [2022-06-04T21:03:43.235Z] === PAUSE TestContinueAfterPluginCrash [2022-06-04T21:03:43.235Z] === RUN TestReadPluginNoRead [2022-06-04T21:03:43.235Z] === PAUSE TestReadPluginNoRead [2022-06-04T21:03:43.235Z] === RUN TestDaemonStartWithLogOpt [2022-06-04T21:03:43.235Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-04T21:03:43.235Z] === CONT TestContinueAfterPluginCrash [2022-06-04T21:03:43.235Z] === CONT TestDaemonStartWithLogOpt [2022-06-04T21:03:43.813Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-04T21:03:46.537Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2022-06-04T21:03:46.537Z] === CONT TestReadPluginNoRead [2022-06-04T21:03:47.988Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-04T21:03:47.988Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-04T21:03:48.453Z] === RUN TestReadPluginNoRead/default [2022-06-04T21:03:49.838Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-04T21:03:49.881Z] docker_cli_daemon_test.go:2503: [d9c1e4bbe3b2b] daemon is not started [2022-06-04T21:03:50.781Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-04T21:03:51.353Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-06-04T21:03:51.774Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-04T21:03:51.925Z] === CONT TestReadPluginNoRead [2022-06-04T21:03:51.925Z] read_test.go:92: [d3d9bed319942] daemon is not started [2022-06-04T21:03:51.925Z] --- PASS: TestReadPluginNoRead (5.65s) [2022-06-04T21:03:51.925Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-06-04T21:03:51.925Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-06-04T21:03:51.925Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2022-06-04T21:03:51.925Z] PASS [2022-06-04T21:03:51.925Z] [2022-06-04T21:03:51.925Z] DONE 6 tests in 8.798s [2022-06-04T21:03:51.925Z] 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-04T21:03:51.925Z] ++ 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-04T21:03:51.925Z] ++ set -e [2022-06-04T21:03:51.925Z] ++ '[' -n 0 ']' [2022-06-04T21:03:51.925Z] ++ set -x [2022-06-04T21:03:51.925Z] ++ 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-04T21:03:52.186Z] testing: warning: no tests to run [2022-06-04T21:03:52.186Z] PASS [2022-06-04T21:03:52.186Z] [2022-06-04T21:03:52.186Z] DONE 0 tests in 0.032s [2022-06-04T21:03:52.186Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-04T21:03:52.186Z] ++ 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-04T21:03:52.186Z] ++ set -e [2022-06-04T21:03:52.186Z] ++ '[' -n 0 ']' [2022-06-04T21:03:52.186Z] ++ set -x [2022-06-04T21:03:52.186Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:03:52.186Z] INFO: Testing against a local daemon [2022-06-04T21:03:52.186Z] === RUN TestPluginWithDevMounts [2022-06-04T21:03:52.186Z] === PAUSE TestPluginWithDevMounts [2022-06-04T21:03:52.186Z] === CONT TestPluginWithDevMounts [2022-06-04T21:03:52.704Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-04T21:03:53.269Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-04T21:03:53.571Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-06-04T21:03:53.571Z] PASS [2022-06-04T21:03:53.571Z] [2022-06-04T21:03:53.571Z] DONE 1 tests in 1.604s [2022-06-04T21:03:53.832Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-04T21:03:53.832Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-04T21:03:53.832Z] ++ 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-04T21:03:53.832Z] ++ set -e [2022-06-04T21:03:53.832Z] ++ '[' -n 0 ']' [2022-06-04T21:03:53.832Z] ++ set -x [2022-06-04T21:03:53.832Z] ++ 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-04T21:03:53.832Z] INFO: Testing against a local daemon [2022-06-04T21:03:53.832Z] === RUN TestSecretInspect [2022-06-04T21:03:54.784Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-04T21:03:54.784Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-04T21:03:55.052Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-04T21:03:55.623Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-04T21:03:56.378Z] --- PASS: TestSecretInspect (2.17s) [2022-06-04T21:03:56.378Z] === RUN TestSecretList [2022-06-04T21:03:57.517Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-04T21:03:58.291Z] --- PASS: TestSecretList (2.19s) [2022-06-04T21:03:58.291Z] === RUN TestSecretsCreateAndDelete [2022-06-04T21:03:58.886Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-04T21:04:00.206Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-06-04T21:04:00.206Z] === RUN TestSecretsUpdate [2022-06-04T21:04:00.255Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-04T21:04:00.512Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-04T21:04:02.409Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-04T21:04:02.666Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-04T21:04:02.766Z] --- PASS: TestSecretsUpdate (2.33s) [2022-06-04T21:04:02.766Z] === RUN TestTemplatedSecret [2022-06-04T21:04:03.596Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-04T21:04:04.528Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-04T21:04:04.786Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-04T21:04:05.323Z] --- PASS: TestTemplatedSecret (2.50s) [2022-06-04T21:04:05.323Z] === RUN TestSecretCreateResolve [2022-06-04T21:04:07.305Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-04T21:04:07.305Z] check_test.go:307: [dfe074b1fa422] daemon is not started [2022-06-04T21:04:07.305Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-04T21:04:07.942Z] --- PASS: TestSecretCreateResolve (2.29s) [2022-06-04T21:04:07.942Z] PASS [2022-06-04T21:04:07.942Z] [2022-06-04T21:04:07.942Z] DONE 6 tests in 13.723s [2022-06-04T21:04:07.942Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-04T21:04:07.942Z] ++ 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-04T21:04:07.942Z] ++ set -e [2022-06-04T21:04:07.942Z] ++ '[' -n 0 ']' [2022-06-04T21:04:07.942Z] ++ set -x [2022-06-04T21:04:07.942Z] ++ 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-04T21:04:07.942Z] INFO: Testing against a local daemon [2022-06-04T21:04:07.942Z] === RUN TestServiceCreateInit [2022-06-04T21:04:07.942Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-04T21:04:11.243Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-04T21:04:12.632Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite (344.24s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.48s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.68s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.63s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.23s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.36s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.79s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.47s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.69s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.37s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.94s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.12s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.61s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.33s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.09s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.95s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.44s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.56s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.54s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.84s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.68s) [2022-06-04T21:04:12.889Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.65s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.30s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.68s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.27s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.57s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.38s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.51s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.64s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.81s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.72s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.73s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.02s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.57s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.72s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.03s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.94s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.28s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.72s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.98s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.23s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.97s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.61s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.99s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.96s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.50s) [2022-06-04T21:04:12.889Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-04T21:04:12.889Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.07s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.85s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.18s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (5.78s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (4.72s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.88s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.68s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.49s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.25s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.05s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.44s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.36s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.01s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.96s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.84s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.98s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.69s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.83s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.49s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.88s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.21s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.13s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.96s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.29s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.38s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.22s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.66s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.07s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.67s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.58s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.73s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.79s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.72s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2022-06-04T21:04:12.889Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.61s) [2022-06-04T21:04:12.889Z] === RUN TestDockerSwarmSuite [2022-06-04T21:04:12.889Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-04T21:04:14.546Z] --- PASS: TestServiceCreateInit (7.02s) [2022-06-04T21:04:14.546Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.48s) [2022-06-04T21:04:14.546Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.52s) [2022-06-04T21:04:14.546Z] === RUN TestCreateServiceMultipleTimes [2022-06-04T21:04:16.159Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-04T21:04:19.429Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-04T21:04:24.678Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-04T21:04:32.660Z] --- PASS: TestCreateServiceMultipleTimes (15.27s) [2022-06-04T21:04:32.660Z] === RUN TestCreateServiceConflict [2022-06-04T21:04:32.660Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-06-04T21:04:32.660Z] === RUN TestCreateServiceMaxReplicas [2022-06-04T21:04:32.768Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-04T21:04:34.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-04T21:04:34.572Z] --- PASS: TestCreateServiceMaxReplicas (2.48s) [2022-06-04T21:04:34.572Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-04T21:04:37.404Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-04T21:04:38.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-04T21:04:41.609Z] docker_api_swarm_test.go:563: [d60abcde7bac2] joining swarm manager [dfe684e3028d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:04:42.538Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-04T21:04:43.906Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-04T21:04:44.162Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-04T21:04:44.725Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-04T21:04:46.615Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-04T21:04:46.615Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-04T21:04:46.615Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-04T21:04:46.615Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-04T21:04:49.474Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.16s) [2022-06-04T21:04:49.474Z] === RUN TestCreateServiceSecretFileMode [2022-06-04T21:04:50.046Z] --- PASS: TestCreateServiceSecretFileMode (2.39s) [2022-06-04T21:04:50.046Z] === RUN TestCreateServiceConfigFileMode [2022-06-04T21:04:52.589Z] --- PASS: TestCreateServiceConfigFileMode (2.38s) [2022-06-04T21:04:52.589Z] === RUN TestCreateServiceSysctls [2022-06-04T21:04:54.708Z] docker_api_swarm_test.go:585: [db78eb0ac07ea] joining swarm manager [dfe684e3028d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:04:55.891Z] --- PASS: TestCreateServiceSysctls (3.02s) [2022-06-04T21:04:55.891Z] === RUN TestCreateServiceCapabilities [2022-06-04T21:04:56.602Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-04T21:04:56.858Z] check_test.go:378: [d60abcde7bac2] daemon is not started [2022-06-04T21:04:56.858Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-04T21:04:57.420Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-04T21:04:57.803Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-06-04T21:04:57.803Z] === RUN TestInspect [2022-06-04T21:04:57.984Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-04T21:04:58.241Z] === RUN TestDockerSuite/TestBuildFails [2022-06-04T21:04:59.172Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-04T21:04:59.172Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-04T21:05:01.063Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-04T21:05:01.102Z] --- PASS: TestInspect (2.74s) [2022-06-04T21:05:01.102Z] === RUN TestCreateJob [2022-06-04T21:05:03.582Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-04T21:05:03.582Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-04T21:05:03.582Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-04T21:05:03.582Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-04T21:05:03.647Z] --- PASS: TestCreateJob (2.91s) [2022-06-04T21:05:03.647Z] === RUN TestReplicatedJob [2022-06-04T21:05:05.473Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-04T21:05:06.403Z] docker_api_swarm_test.go:46: [db0f7bba09537] joining swarm manager [d792e99bdc7de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:05:07.332Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-04T21:05:07.634Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-04T21:05:07.852Z] --- PASS: TestReplicatedJob (4.54s) [2022-06-04T21:05:07.852Z] === RUN TestUpdateReplicatedJob [2022-06-04T21:05:08.577Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-04T21:05:10.473Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-04T21:05:11.153Z] --- PASS: TestUpdateReplicatedJob (2.95s) [2022-06-04T21:05:11.154Z] === RUN TestServiceListWithStatuses [2022-06-04T21:05:11.154Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:05:11.154Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-04T21:05:11.154Z] === RUN TestDockerNetworkConnectAlias [2022-06-04T21:05:11.400Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-04T21:05:11.400Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-04T21:05:13.921Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-04T21:05:15.289Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-04T21:05:15.357Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2022-06-04T21:05:15.357Z] === RUN TestDockerNetworkReConnect [2022-06-04T21:05:16.657Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-04T21:05:17.901Z] --- PASS: TestDockerNetworkReConnect (2.87s) [2022-06-04T21:05:17.901Z] === RUN TestServicePlugin [2022-06-04T21:05:17.901Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:05:17.901Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-04T21:05:17.901Z] === RUN TestServiceUpdateLabel [2022-06-04T21:05:19.814Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-06-04T21:05:19.815Z] === RUN TestServiceUpdateSecrets [2022-06-04T21:05:21.908Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-04T21:05:21.908Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-04T21:05:22.165Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-04T21:05:22.728Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-04T21:05:23.292Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-04T21:05:23.292Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-04T21:05:24.221Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-04T21:05:24.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-04T21:05:24.784Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-04T21:05:25.347Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-04T21:05:25.603Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-04T21:05:26.165Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-04T21:05:26.728Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-04T21:05:26.984Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-04T21:05:28.878Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-04T21:05:32.149Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-04T21:05:32.149Z] --- PASS: TestImportExtremelyLargeImageWorks (180.06s) [2022-06-04T21:05:32.149Z] PASS [2022-06-04T21:05:32.149Z] [2022-06-04T21:05:32.149Z] DONE 22 tests in 184.413s [2022-06-04T21:05:32.149Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-04T21:05:32.149Z] ++ 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-04T21:05:32.149Z] ++ set -e [2022-06-04T21:05:32.149Z] ++ '[' -n 0 ']' [2022-06-04T21:05:32.149Z] ++ set -x [2022-06-04T21:05:32.150Z] ++ 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-04T21:05:32.150Z] INFO: Testing against a local daemon [2022-06-04T21:05:32.150Z] === RUN TestNetworkCreateDelete [2022-06-04T21:05:32.150Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-06-04T21:05:32.150Z] === RUN TestDockerNetworkDeletePreferID [2022-06-04T21:05:32.405Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2022-06-04T21:05:32.405Z] === RUN TestDaemonDNSFallback [2022-06-04T21:05:34.764Z] --- PASS: TestServiceUpdateSecrets (14.33s) [2022-06-04T21:05:34.764Z] === RUN TestServiceUpdateConfigs [2022-06-04T21:05:35.669Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-04T21:05:38.186Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-04T21:05:38.186Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-04T21:05:38.186Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-04T21:05:38.186Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-04T21:05:38.186Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-04T21:05:38.443Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-04T21:05:38.700Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-06-04T21:05:38.700Z] === RUN TestInspectNetwork [2022-06-04T21:05:39.628Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-04T21:05:40.995Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-04T21:05:42.889Z] === RUN TestInspectNetwork/full_network_id [2022-06-04T21:05:42.889Z] === RUN TestInspectNetwork/partial_network_id [2022-06-04T21:05:42.889Z] === RUN TestInspectNetwork/network_name [2022-06-04T21:05:42.889Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-04T21:05:43.816Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-04T21:05:44.072Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-04T21:05:44.634Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-04T21:05:47.151Z] --- PASS: TestInspectNetwork (8.41s) [2022-06-04T21:05:47.151Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-04T21:05:47.151Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-04T21:05:47.151Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-04T21:05:47.151Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-04T21:05:47.151Z] === RUN TestRunContainerWithBridgeNone [2022-06-04T21:05:49.042Z] --- PASS: TestRunContainerWithBridgeNone (1.97s) [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-04T21:05:49.042Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:05:49.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:05:49.042Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:05:49.042Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-04T21:05:49.042Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-04T21:05:49.042Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-04T21:05:49.042Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-04T21:05:49.042Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-04T21:05:49.043Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-04T21:05:49.043Z] === RUN TestNetworkList [2022-06-04T21:05:49.043Z] === RUN TestNetworkList//networks [2022-06-04T21:05:49.043Z] === PAUSE TestNetworkList//networks [2022-06-04T21:05:49.043Z] === RUN TestNetworkList//networks/ [2022-06-04T21:05:49.043Z] === PAUSE TestNetworkList//networks/ [2022-06-04T21:05:49.043Z] === CONT TestNetworkList//networks [2022-06-04T21:05:49.043Z] === CONT TestNetworkList//networks/ [2022-06-04T21:05:49.043Z] --- PASS: TestNetworkList (0.01s) [2022-06-04T21:05:49.043Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-04T21:05:49.043Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-04T21:05:49.043Z] === RUN TestHostIPv4BridgeLabel [2022-06-04T21:05:49.606Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-06-04T21:05:49.606Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-04T21:05:49.666Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2022-06-04T21:05:49.666Z] === RUN TestServiceUpdateNetwork [2022-06-04T21:05:50.972Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-04T21:05:50.972Z] === RUN TestDaemonDefaultNetworkPools [2022-06-04T21:05:51.534Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-06-04T21:05:51.535Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-04T21:05:51.791Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-04T21:05:52.720Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-06-04T21:05:52.720Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-04T21:05:54.090Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2022-06-04T21:05:54.090Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-04T21:05:54.652Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-04T21:05:54.652Z] === RUN TestServiceWithPredefinedNetwork [2022-06-04T21:05:54.652Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-04T21:05:55.580Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-04T21:05:57.471Z] --- PASS: TestServiceWithPredefinedNetwork (2.76s) [2022-06-04T21:05:57.471Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-04T21:05:57.471Z] service_test.go:243: FLAKY_TEST [2022-06-04T21:05:57.471Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T21:05:57.471Z] === RUN TestServiceWithDataPathPortInit [2022-06-04T21:05:57.471Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-04T21:05:57.471Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-04T21:05:57.471Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-04T21:06:01.642Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-04T21:06:01.642Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-04T21:06:01.896Z] --- PASS: TestServiceUpdateNetwork (12.29s) [2022-06-04T21:06:01.896Z] === RUN TestServiceUpdatePidsLimit [2022-06-04T21:06:02.157Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-04T21:06:02.730Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-04T21:06:03.009Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-04T21:06:03.009Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-04T21:06:04.898Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-04T21:06:04.898Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-04T21:06:05.830Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-04T21:06:06.392Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-04T21:06:07.758Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-04T21:06:08.324Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-04T21:06:08.324Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-04T21:06:08.581Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-04T21:06:08.838Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-04T21:06:09.401Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-04T21:06:10.766Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-04T21:06:10.869Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-04T21:06:11.047Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-04T21:06:12.957Z] --- PASS: TestServiceWithDataPathPortInit (15.48s) [2022-06-04T21:06:12.957Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-04T21:06:12.957Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-04T21:06:14.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-04T21:06:14.326Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-04T21:06:16.843Z] docker_api_swarm_test.go:304: [d586f74ccf373] joining swarm manager [d2cf7140dfd54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:06:16.843Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-04T21:06:16.843Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nhly7pl18k4n79w4qhrg4257d Created:2022-06-04 21:06:14.241461201 +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[35558e4ef6a24335df760aff7f433bba66fb21c229e47a0137b3f351cf66d168:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a8bu5gcqod61dn2vze1ywsyvx EndpointID:81a725b9e165f67e19a5f5c0416b5c80e6d2c7dba14ae1e4ff99c94f2802bf69 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ceb328d6a136b63b61f736196ad6df787ce9f299a4e94160e491316ad6183a3b 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:8aae7f501d32 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a8bu5gcqod61dn2vze1ywsyvx EndpointID:81a725b9e165f67e19a5f5c0416b5c80e6d2c7dba14ae1e4ff99c94f2802bf69 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-04T21:06:17.452Z] --- PASS: TestServiceUpdatePidsLimit (16.16s) [2022-06-04T21:06:17.452Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-04T21:06:17.452Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-04T21:06:17.452Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-04T21:06:17.452Z] PASS [2022-06-04T21:06:17.452Z] [2022-06-04T21:06:17.452Z] === Skipped [2022-06-04T21:06:17.452Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-04T21:06:17.452Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:06:17.452Z] [2022-06-04T21:06:17.452Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-04T21:06:17.452Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-04T21:06:17.452Z] [2022-06-04T21:06:17.452Z] DONE 27 tests, 2 skipped in 129.503s [2022-06-04T21:06:17.452Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-04T21:06:17.452Z] ++ 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-04T21:06:17.452Z] ++ set -e [2022-06-04T21:06:17.452Z] ++ '[' -n 0 ']' [2022-06-04T21:06:17.452Z] ++ set -x [2022-06-04T21:06:17.452Z] ++ 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-04T21:06:17.452Z] INFO: Testing against a local daemon [2022-06-04T21:06:17.452Z] === RUN TestSessionCreate [2022-06-04T21:06:17.452Z] --- PASS: TestSessionCreate (0.02s) [2022-06-04T21:06:17.452Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-04T21:06:17.452Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-04T21:06:17.452Z] PASS [2022-06-04T21:06:17.452Z] [2022-06-04T21:06:17.452Z] DONE 2 tests in 0.119s [2022-06-04T21:06:17.452Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-04T21:06:17.452Z] ++ 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-04T21:06:17.452Z] ++ set -e [2022-06-04T21:06:17.452Z] ++ '[' -n 0 ']' [2022-06-04T21:06:17.452Z] ++ set -x [2022-06-04T21:06:17.452Z] ++ 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-04T21:06:17.452Z] INFO: Testing against a local daemon [2022-06-04T21:06:17.452Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-04T21:06:17.452Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T21:06:17.452Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T21:06:17.452Z] === RUN TestDiskUsage [2022-06-04T21:06:17.452Z] === PAUSE TestDiskUsage [2022-06-04T21:06:17.452Z] === RUN TestEventsExecDie [2022-06-04T21:06:17.713Z] --- PASS: TestEventsExecDie (0.49s) [2022-06-04T21:06:17.713Z] === RUN TestEventsBackwardsCompatible [2022-06-04T21:06:17.713Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-04T21:06:17.713Z] === RUN TestEventsVolumeCreate [2022-06-04T21:06:17.713Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-04T21:06:17.713Z] === RUN TestInfoBinaryCommits [2022-06-04T21:06:17.713Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-04T21:06:17.713Z] === RUN TestInfoAPIVersioned [2022-06-04T21:06:17.713Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-04T21:06:17.713Z] === RUN TestInfoAPI [2022-06-04T21:06:17.713Z] --- PASS: TestInfoAPI (0.02s) [2022-06-04T21:06:17.713Z] === RUN TestInfoAPIWarnings [2022-06-04T21:06:17.772Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-04T21:06:18.028Z] docker_api_swarm_test.go:305: [d4dbc95eb089b] joining swarm manager [d2cf7140dfd54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:06:18.956Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-04T21:06:18.956Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-04T21:06:19.882Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-04T21:06:21.771Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.62s) [2022-06-04T21:06:21.771Z] PASS [2022-06-04T21:06:21.772Z] [2022-06-04T21:06:21.772Z] === Skipped [2022-06-04T21:06:21.772Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-04T21:06:21.772Z] service_test.go:243: FLAKY_TEST [2022-06-04T21:06:21.772Z] [2022-06-04T21:06:21.772Z] DONE 38 tests, 1 skipped in 49.834s [2022-06-04T21:06:21.772Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-04T21:06:21.772Z] ++ 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-04T21:06:21.772Z] ++ set -e [2022-06-04T21:06:21.772Z] ++ '[' -n 0 ']' [2022-06-04T21:06:21.772Z] ++ set -x [2022-06-04T21:06:21.772Z] ++ 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-04T21:06:21.772Z] INFO: Testing against a local daemon [2022-06-04T21:06:21.772Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-04T21:06:21.772Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:06:21.772Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T21:06:21.772Z] === RUN TestDockerNetworkIpvlan [2022-06-04T21:06:21.772Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:06:21.772Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-04T21:06:21.772Z] PASS [2022-06-04T21:06:21.772Z] [2022-06-04T21:06:21.772Z] === Skipped [2022-06-04T21:06:21.772Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-04T21:06:21.772Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:06:21.772Z] [2022-06-04T21:06:21.772Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-04T21:06:21.772Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-04T21:06:21.772Z] [2022-06-04T21:06:21.772Z] DONE 2 tests, 2 skipped in 0.096s [2022-06-04T21:06:21.772Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-04T21:06:21.772Z] ++ 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-04T21:06:21.772Z] ++ set -e [2022-06-04T21:06:21.772Z] ++ '[' -n 0 ']' [2022-06-04T21:06:21.772Z] ++ set -x [2022-06-04T21:06:21.772Z] ++ 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-04T21:06:21.772Z] INFO: Testing against a local daemon [2022-06-04T21:06:21.772Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-04T21:06:21.772Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-04T21:06:23.137Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-06-04T21:06:23.137Z] === RUN TestDockerNetworkMacvlan [2022-06-04T21:06:23.699Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-04T21:06:23.699Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-04T21:06:24.262Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-04T21:06:24.518Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-04T21:06:25.080Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-04T21:06:25.642Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-04T21:06:27.533Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-04T21:06:30.053Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-04T21:06:30.984Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-04T21:06:32.874Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-04T21:06:34.770Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-04T21:06:35.824Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-04T21:06:35.824Z] === RUN TestInfoDebug [2022-06-04T21:06:35.824Z] --- PASS: TestInfoDebug (0.52s) [2022-06-04T21:06:35.824Z] === RUN TestInfoInsecureRegistries [2022-06-04T21:06:35.824Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-04T21:06:35.824Z] === RUN TestInfoRegistryMirrors [2022-06-04T21:06:35.824Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-04T21:06:35.824Z] === RUN TestLoginFailsWithBadCredentials [2022-06-04T21:06:36.084Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-04T21:06:36.084Z] === RUN TestPingCacheHeaders [2022-06-04T21:06:36.084Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-04T21:06:36.084Z] === RUN TestPingGet [2022-06-04T21:06:36.084Z] --- PASS: TestPingGet (0.01s) [2022-06-04T21:06:36.084Z] === RUN TestPingHead [2022-06-04T21:06:36.084Z] --- PASS: TestPingHead (0.02s) [2022-06-04T21:06:36.084Z] === RUN TestPingSwarmHeader [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan (13.06s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.05s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.45s) [2022-06-04T21:06:36.136Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.05s) [2022-06-04T21:06:36.136Z] PASS [2022-06-04T21:06:36.136Z] [2022-06-04T21:06:36.136Z] DONE 8 tests in 14.489s [2022-06-04T21:06:36.136Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-04T21:06:36.136Z] ++ 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-04T21:06:36.136Z] ++ set -e [2022-06-04T21:06:36.136Z] ++ '[' -n 0 ']' [2022-06-04T21:06:36.136Z] ++ set -x [2022-06-04T21:06:36.136Z] ++ 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-04T21:06:36.136Z] testing: warning: no tests to run [2022-06-04T21:06:36.136Z] PASS [2022-06-04T21:06:36.136Z] [2022-06-04T21:06:36.136Z] DONE 0 tests in 0.029s [2022-06-04T21:06:36.136Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-04T21:06:36.136Z] ++ 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-04T21:06:36.136Z] ++ set -e [2022-06-04T21:06:36.136Z] ++ '[' -n 0 ']' [2022-06-04T21:06:36.136Z] ++ set -x [2022-06-04T21:06:36.136Z] ++ 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-04T21:06:36.136Z] INFO: Testing against a local daemon [2022-06-04T21:06:36.136Z] === RUN TestAuthZPluginAllowRequest [2022-06-04T21:06:36.393Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-04T21:06:36.654Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-04T21:06:37.225Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-04T21:06:37.759Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2022-06-04T21:06:37.759Z] === RUN TestAuthZPluginTLS [2022-06-04T21:06:38.016Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-06-04T21:06:38.016Z] === RUN TestAuthZPluginDenyRequest [2022-06-04T21:06:38.016Z] === RUN TestDockerSuite/TestBuildRm [2022-06-04T21:06:38.167Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-04T21:06:38.167Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-06-04T21:06:38.167Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-04T21:06:38.167Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-04T21:06:38.167Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-04T21:06:38.167Z] === RUN TestVersion [2022-06-04T21:06:38.167Z] --- PASS: TestVersion (0.02s) [2022-06-04T21:06:38.167Z] === CONT TestDiskUsage [2022-06-04T21:06:38.579Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-06-04T21:06:38.579Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/container_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/image_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-04T21:06:38.738Z] === RUN TestDiskUsage/after_container.Run [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-04T21:06:38.998Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-04T21:06:39.141Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-04T21:06:39.141Z] === RUN TestAuthZPluginDenyResponse [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage (1.12s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-04T21:06:39.259Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:06:39.259Z] PASS [2022-06-04T21:06:39.259Z] [2022-06-04T21:06:39.259Z] === Skipped [2022-06-04T21:06:39.259Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T21:06:39.259Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T21:06:39.259Z] [2022-06-04T21:06:39.259Z] DONE 54 tests, 1 skipped in 22.150s [2022-06-04T21:06:39.259Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-04T21:06:39.259Z] ++ 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-04T21:06:39.259Z] ++ set -e [2022-06-04T21:06:39.259Z] ++ '[' -n 0 ']' [2022-06-04T21:06:39.259Z] ++ set -x [2022-06-04T21:06:39.259Z] ++ 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-04T21:06:39.259Z] INFO: Testing against a local daemon [2022-06-04T21:06:39.259Z] === RUN TestVolumesCreateAndList [2022-06-04T21:06:39.259Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-04T21:06:39.259Z] === RUN TestVolumesRemove [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-04T21:06:39.520Z] === RUN TestVolumesInspect [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-04T21:06:39.520Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-04T21:06:39.520Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-04T21:06:39.520Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-04T21:06:39.520Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-04T21:06:39.520Z] PASS [2022-06-04T21:06:39.520Z] [2022-06-04T21:06:39.520Z] DONE 9 tests in 0.188s [2022-06-04T21:06:39.520Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T21:06:39.520Z] ++++ cat bundles/test-integration/docker.pid [2022-06-04T21:06:39.520Z] +++ kill 14200 [2022-06-04T21:06:39.703Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-06-04T21:06:39.703Z] === RUN TestAuthZPluginAllowEventStream [2022-06-04T21:06:39.780Z] +++ /etc/init.d/apparmor stop [2022-06-04T21:06:39.780Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T21:06:39.780Z] [2022-06-04T21:06:39.780Z] Unloading profiles will leave already running processes permanently [2022-06-04T21:06:39.780Z] unconfined, which can lead to unexpected situations. [2022-06-04T21:06:39.780Z] [2022-06-04T21:06:39.780Z] To set a process to complain mode, use the command line tool [2022-06-04T21:06:39.780Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T21:06:39.780Z] +++ true [2022-06-04T21:06:39.780Z] exiting test-integration [2022-06-04T21:06:39.780Z] ++ exit 0 [2022-06-04T21:06:39.780Z] [2022-06-04T21:06:40.266Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint Post stage [Pipeline] junit [2022-06-04T21:06:40.738Z] Recording test results [2022-06-04T21:06:41.073Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-04T21:06:41.198Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-06-04T21:06:41.198Z] === RUN TestAuthZPluginErrorResponse [2022-06-04T21:06:41.198Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-04T21:06:41.405Z] + echo Ensuring container killed. [2022-06-04T21:06:41.405Z] Ensuring container killed. [2022-06-04T21:06:41.405Z] + docker rm -vf docker-pr1 [2022-06-04T21:06:41.405Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-04T21:06:41.697Z] + echo Chowning /workspace to jenkins user [2022-06-04T21:06:41.697Z] Chowning /workspace to jenkins user [2022-06-04T21:06:41.697Z] + id -u [2022-06-04T21:06:41.697Z] + id -g [2022-06-04T21:06:41.697Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T21:06:41.697Z] Unable to find image 'busybox:latest' locally [2022-06-04T21:06:41.760Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-04T21:06:41.760Z] === RUN TestAuthZPluginErrorRequest [2022-06-04T21:06:41.958Z] latest: Pulling from library/busybox [2022-06-04T21:06:41.958Z] b12a2464d6dd: Pulling fs layer [2022-06-04T21:06:41.958Z] b12a2464d6dd: Download complete [2022-06-04T21:06:41.958Z] b12a2464d6dd: Pull complete [2022-06-04T21:06:41.958Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-04T21:06:41.958Z] Status: Downloaded newer image for busybox:latest [2022-06-04T21:06:42.324Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-04T21:06:42.324Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-04T21:06:42.324Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-04T21:06:42.580Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-04T21:06:42.837Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2022-06-04T21:06:42.837Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-04T21:06:43.093Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T21:06:43.644Z] + bundleName=arm64-integration [2022-06-04T21:06:43.644Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-04T21:06:43.644Z] Creating arm64-integration-bundles.tar.gz [2022-06-04T21:06:43.644Z] + 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-04T21:06:43.644Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-04T21:06:43.919Z] Archiving artifacts [2022-06-04T21:06:44.022Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-04T21:06:44.584Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.73s) [2022-06-04T21:06:44.584Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-04T21:06:44.841Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-04T21:06:45.541Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-04T21:06:45.769Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-04T21:06:45.849Z] + make clean [2022-06-04T21:06:45.849Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-04T21:06:46.110Z] docker-dev-cache [2022-06-04T21:06:46.110Z] docker-mod-cache [Pipeline] deleteDir [2022-06-04T21:06:46.332Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.77s) [2022-06-04T21:06:46.332Z] === RUN TestAuthZPluginHeader [2022-06-04T21:06:46.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-04T21:06:47.260Z] --- PASS: TestAuthZPluginHeader (0.89s) [2022-06-04T21:06:47.260Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-04T21:06:48.805Z] docker_api_swarm_test.go:272: [dff9042a94fb6] joining swarm manager [d886541a6f179]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:06:49.369Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-04T21:06:49.625Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-04T21:06:49.881Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-04T21:06:49.881Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-04T21:06:49.881Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-04T21:06:50.137Z] docker_api_swarm_test.go:273: [de63ad1cd7e0a] joining swarm manager [d886541a6f179]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:06:50.394Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-04T21:06:51.325Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-04T21:06:51.325Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-04T21:06:51.888Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.71s) [2022-06-04T21:06:51.888Z] === RUN TestAuthZPluginV2Disable [2022-06-04T21:06:51.888Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-04T21:06:55.203Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-04T21:06:55.460Z] --- PASS: TestAuthZPluginV2Disable (3.76s) [2022-06-04T21:06:55.460Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-04T21:06:56.023Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-04T21:06:56.952Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-04T21:06:57.208Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-04T21:06:58.138Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-04T21:06:59.067Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.52s) [2022-06-04T21:06:59.067Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-04T21:06:59.067Z] === RUN TestDockerSuite/TestBuildUser [2022-06-04T21:07:00.442Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-04T21:07:04.614Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-04T21:07:04.615Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-04T21:07:11.156Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.10s) [2022-06-04T21:07:11.156Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-04T21:07:16.405Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-04T21:07:16.968Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-04T21:07:16.968Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-04T21:07:17.897Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-04T21:07:18.458Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-04T21:07:19.387Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-04T21:07:19.387Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-04T21:07:19.387Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-04T21:07:19.387Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-04T21:07:19.387Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-04T21:07:19.387Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-04T21:07:19.387Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-04T21:07:19.387Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-04T21:07:19.387Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-04T21:07:20.316Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-04T21:07:20.316Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-04T21:07:20.878Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-04T21:07:21.440Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-04T21:07:22.001Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-04T21:07:22.001Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-04T21:07:23.894Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-04T21:07:24.822Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-04T21:07:25.750Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-04T21:07:25.750Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-04T21:07:26.312Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-04T21:07:26.312Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-04T21:07:26.312Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-04T21:07:26.874Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-04T21:07:27.813Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-06-04T21:07:27.813Z] PASS [2022-06-04T21:07:27.813Z] [2022-06-04T21:07:27.813Z] DONE 17 tests in 51.691s [2022-06-04T21:07:27.813Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-04T21:07:27.813Z] ++ 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-04T21:07:27.813Z] ++ set -e [2022-06-04T21:07:27.813Z] ++ '[' -n 0 ']' [2022-06-04T21:07:27.813Z] ++ set -x [2022-06-04T21:07:27.813Z] ++ 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-04T21:07:28.070Z] INFO: Testing against a local daemon [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:07:28.070Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:07:28.070Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-04T21:07:28.070Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-04T21:07:28.070Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-04T21:07:28.070Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-04T21:07:28.070Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-04T21:07:28.070Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.01s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-04T21:07:28.070Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-04T21:07:28.070Z] === RUN TestPluginInstall [2022-06-04T21:07:28.070Z] === RUN TestPluginInstall/no_auth [2022-06-04T21:07:28.326Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-04T21:07:28.326Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-04T21:07:28.326Z] docker_cli_sni_test.go:18: Flakey test [2022-06-04T21:07:28.326Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-04T21:07:28.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-04T21:07:29.145Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-04T21:07:30.073Z] === RUN TestDockerSuite/TestCommitChange [2022-06-04T21:07:30.329Z] time="2022-06-04T21:07:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:30.329Z] time="2022-06-04T21:07:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3de866eb20e54788355768f999353310883c0b3406010812fa2f1aa635899050" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:30.329Z] time="2022-06-04T21:07:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:30.329Z] time="2022-06-04T21:07:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3de866eb20e54788355768f999353310883c0b3406010812fa2f1aa635899050" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:30.892Z] === RUN TestPluginInstall/with_htpasswd [2022-06-04T21:07:31.454Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-04T21:07:31.711Z] time="2022-06-04T21:07:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:31.711Z] time="2022-06-04T21:07:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4db2d727f5f123ae132c7651750e3122760a48155cb151984439cea9e8648220" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:31.711Z] time="2022-06-04T21:07:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:31.711Z] time="2022-06-04T21:07:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4db2d727f5f123ae132c7651750e3122760a48155cb151984439cea9e8648220" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:32.274Z] === RUN TestPluginInstall/with_insecure [2022-06-04T21:07:32.530Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-04T21:07:33.460Z] time="2022-06-04T21:07:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:33.460Z] time="2022-06-04T21:07:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:754551b609fe5c549a6c1f42a114f967b2ebd460c775ea9051bfe494ab93d580" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:33.460Z] time="2022-06-04T21:07:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-04T21:07:33.460Z] time="2022-06-04T21:07:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:754551b609fe5c549a6c1f42a114f967b2ebd460c775ea9051bfe494ab93d580" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-04T21:07:33.717Z] plugin_test.go:195: [dedac88662202] daemon is not started [2022-06-04T21:07:33.717Z] --- PASS: TestPluginInstall (5.56s) [2022-06-04T21:07:33.717Z] --- PASS: TestPluginInstall/no_auth (2.68s) [2022-06-04T21:07:33.717Z] --- PASS: TestPluginInstall/with_htpasswd (1.48s) [2022-06-04T21:07:33.717Z] --- PASS: TestPluginInstall/with_insecure (1.40s) [2022-06-04T21:07:33.717Z] === RUN TestPluginsWithRuntimes [2022-06-04T21:07:33.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-04T21:07:34.230Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-04T21:07:35.598Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-04T21:07:35.855Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-04T21:07:36.112Z] docker_api_swarm_node_test.go:20: [d0d707200f104] joining swarm manager [d000f2a780b7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:07:36.675Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-04T21:07:36.675Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-04T21:07:37.238Z] docker_api_swarm_node_test.go:21: [d3d05c759f0e1] joining swarm manager [d000f2a780b7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:07:37.804Z] --- PASS: TestPluginsWithRuntimes (4.31s) [2022-06-04T21:07:37.804Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.17s) [2022-06-04T21:07:37.804Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.20s) [2022-06-04T21:07:37.804Z] === RUN TestPluginBackCompatMediaTypes [2022-06-04T21:07:38.367Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-04T21:07:38.624Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-06-04T21:07:38.624Z] PASS [2022-06-04T21:07:38.624Z] [2022-06-04T21:07:38.624Z] DONE 24 tests in 10.850s [2022-06-04T21:07:38.624Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-04T21:07:38.624Z] ++ 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-04T21:07:38.624Z] ++ set -e [2022-06-04T21:07:38.624Z] ++ '[' -n 0 ']' [2022-06-04T21:07:38.624Z] ++ set -x [2022-06-04T21:07:38.624Z] ++ 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-04T21:07:38.880Z] INFO: Testing against a local daemon [2022-06-04T21:07:38.880Z] === RUN TestExternalGraphDriver [2022-06-04T21:07:38.880Z] === RUN TestExternalGraphDriver/json [2022-06-04T21:07:39.136Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-04T21:07:40.504Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-04T21:07:40.761Z] === RUN TestExternalGraphDriver/spec [2022-06-04T21:07:40.761Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-04T21:07:40.761Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-04T21:07:41.018Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-04T21:07:41.018Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-04T21:07:41.018Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-04T21:07:41.018Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-04T21:07:41.018Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-04T21:07:42.387Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-04T21:07:42.387Z] === RUN TestExternalGraphDriver/pull [2022-06-04T21:07:43.758Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-04T21:07:43.758Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-04T21:07:44.014Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-04T21:07:44.271Z] --- PASS: TestExternalGraphDriver (5.50s) [2022-06-04T21:07:44.271Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2022-06-04T21:07:44.271Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2022-06-04T21:07:44.271Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2022-06-04T21:07:44.271Z] === RUN TestGraphdriverPluginV2 [2022-06-04T21:07:44.834Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-04T21:07:45.091Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-04T21:07:45.652Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-04T21:07:46.214Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-04T21:07:46.214Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-04T21:07:46.214Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-04T21:07:46.778Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-04T21:07:46.778Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-04T21:07:46.778Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-04T21:07:46.778Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-04T21:07:47.035Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-04T21:07:47.597Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-04T21:07:47.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-04T21:07:48.160Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-04T21:07:48.726Z] --- PASS: TestGraphdriverPluginV2 (4.51s) [2022-06-04T21:07:48.726Z] PASS [2022-06-04T21:07:48.726Z] [2022-06-04T21:07:48.726Z] DONE 5 tests in 10.118s [2022-06-04T21:07:48.726Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-04T21:07:48.726Z] ++ 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-04T21:07:48.726Z] ++ set -e [2022-06-04T21:07:48.726Z] ++ '[' -n 0 ']' [2022-06-04T21:07:48.726Z] ++ set -x [2022-06-04T21:07:48.726Z] ++ 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-04T21:07:48.986Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-04T21:07:48.986Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-04T21:07:48.986Z] INFO: Testing against a local daemon [2022-06-04T21:07:48.986Z] === RUN TestContinueAfterPluginCrash [2022-06-04T21:07:48.986Z] === PAUSE TestContinueAfterPluginCrash [2022-06-04T21:07:48.986Z] === RUN TestReadPluginNoRead [2022-06-04T21:07:48.986Z] === PAUSE TestReadPluginNoRead [2022-06-04T21:07:48.986Z] === RUN TestDaemonStartWithLogOpt [2022-06-04T21:07:48.986Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-04T21:07:48.986Z] === CONT TestContinueAfterPluginCrash [2022-06-04T21:07:48.986Z] === CONT TestDaemonStartWithLogOpt [2022-06-04T21:07:50.877Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-04T21:07:51.807Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-04T21:07:51.807Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-04T21:07:52.736Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-04T21:07:53.300Z] docker_api_swarm_test.go:502: [d2cecb9540640] joining swarm manager [df89a18c8e665]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:07:53.863Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-04T21:07:54.427Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-04T21:07:54.427Z] --- PASS: TestDaemonStartWithLogOpt (5.58s) [2022-06-04T21:07:54.427Z] === CONT TestReadPluginNoRead [2022-06-04T21:07:54.990Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-04T21:07:54.990Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-04T21:07:55.553Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-04T21:07:56.482Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-04T21:07:57.042Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-04T21:07:57.043Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-04T21:07:57.298Z] === RUN TestReadPluginNoRead/default [2022-06-04T21:07:57.555Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-04T21:07:58.486Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-04T21:07:58.742Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-04T21:07:59.672Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-04T21:07:59.672Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-04T21:07:59.672Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-04T21:07:59.672Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-04T21:07:59.672Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-04T21:07:59.672Z] --- PASS: TestContinueAfterPluginCrash (10.83s) [2022-06-04T21:08:00.609Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-04T21:08:00.609Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-04T21:08:01.975Z] === CONT TestReadPluginNoRead [2022-06-04T21:08:01.975Z] read_test.go:92: [dfbcf88ae3fb1] daemon is not started [2022-06-04T21:08:01.975Z] --- PASS: TestReadPluginNoRead (7.23s) [2022-06-04T21:08:01.975Z] --- PASS: TestReadPluginNoRead/default (1.51s) [2022-06-04T21:08:01.975Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.64s) [2022-06-04T21:08:01.975Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2022-06-04T21:08:01.975Z] PASS [2022-06-04T21:08:01.975Z] [2022-06-04T21:08:01.975Z] DONE 6 tests in 12.929s [2022-06-04T21:08:01.975Z] 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-04T21:08:01.975Z] ++ 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-04T21:08:01.975Z] ++ set -e [2022-06-04T21:08:01.975Z] ++ '[' -n 0 ']' [2022-06-04T21:08:01.975Z] ++ set -x [2022-06-04T21:08:01.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:08:01.975Z] testing: warning: no tests to run [2022-06-04T21:08:01.975Z] PASS [2022-06-04T21:08:01.975Z] [2022-06-04T21:08:01.975Z] DONE 0 tests in 0.039s [2022-06-04T21:08:01.975Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-04T21:08:01.975Z] ++ 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-04T21:08:01.975Z] ++ set -e [2022-06-04T21:08:01.975Z] ++ '[' -n 0 ']' [2022-06-04T21:08:01.975Z] ++ set -x [2022-06-04T21:08:01.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:08:01.975Z] INFO: Testing against a local daemon [2022-06-04T21:08:01.975Z] === RUN TestPluginWithDevMounts [2022-06-04T21:08:01.975Z] === PAUSE TestPluginWithDevMounts [2022-06-04T21:08:01.975Z] === CONT TestPluginWithDevMounts [2022-06-04T21:08:02.904Z] docker_api_swarm_test.go:507: [d3d430f44abad] joining swarm manager [df89a18c8e665]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:08:03.832Z] --- PASS: TestPluginWithDevMounts (1.68s) [2022-06-04T21:08:03.832Z] PASS [2022-06-04T21:08:03.832Z] [2022-06-04T21:08:03.832Z] DONE 1 tests in 1.799s [2022-06-04T21:08:03.832Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-04T21:08:03.832Z] ++ 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-04T21:08:03.832Z] ++ set -e [2022-06-04T21:08:03.832Z] ++ '[' -n 0 ']' [2022-06-04T21:08:03.832Z] ++ set -x [2022-06-04T21:08:03.832Z] ++ 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-04T21:08:03.832Z] INFO: Testing against a local daemon [2022-06-04T21:08:03.832Z] === RUN TestSecretInspect [2022-06-04T21:08:04.760Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-04T21:08:05.324Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-04T21:08:05.887Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-04T21:08:05.887Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-04T21:08:05.887Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-04T21:08:06.144Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-04T21:08:06.144Z] --- PASS: TestSecretInspect (2.43s) [2022-06-04T21:08:06.144Z] === RUN TestSecretList [2022-06-04T21:08:08.661Z] --- PASS: TestSecretList (2.26s) [2022-06-04T21:08:08.661Z] === RUN TestSecretsCreateAndDelete [2022-06-04T21:08:08.661Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-04T21:08:09.223Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-04T21:08:09.786Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-04T21:08:11.155Z] --- PASS: TestSecretsCreateAndDelete (2.57s) [2022-06-04T21:08:11.155Z] === RUN TestSecretsUpdate [2022-06-04T21:08:13.673Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-04T21:08:13.673Z] --- PASS: TestSecretsUpdate (2.73s) [2022-06-04T21:08:13.673Z] === RUN TestTemplatedSecret [2022-06-04T21:08:14.237Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-04T21:08:15.604Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-04T21:08:16.970Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-04T21:08:17.227Z] --- PASS: TestTemplatedSecret (3.45s) [2022-06-04T21:08:17.227Z] === RUN TestSecretCreateResolve [2022-06-04T21:08:17.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-04T21:08:19.167Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-04T21:08:19.423Z] --- PASS: TestSecretCreateResolve (2.36s) [2022-06-04T21:08:19.423Z] PASS [2022-06-04T21:08:19.423Z] [2022-06-04T21:08:19.423Z] DONE 6 tests in 15.880s [2022-06-04T21:08:19.679Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-04T21:08:19.679Z] ++ 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-04T21:08:19.679Z] ++ set -e [2022-06-04T21:08:19.679Z] ++ '[' -n 0 ']' [2022-06-04T21:08:19.679Z] ++ set -x [2022-06-04T21:08:19.679Z] ++ 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-04T21:08:19.679Z] INFO: Testing against a local daemon [2022-06-04T21:08:19.679Z] === RUN TestServiceCreateInit [2022-06-04T21:08:19.679Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-04T21:08:20.606Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-04T21:08:21.975Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-04T21:08:23.341Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001003b00__} [2022-06-04T21:08:23.902Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-04T21:08:24.829Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13130868387_/foo_false_____} [2022-06-04T21:08:26.197Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13130868387_/foo_true_____} [2022-06-04T21:08:27.562Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_false_____} [2022-06-04T21:08:27.818Z] --- PASS: TestServiceCreateInit (8.13s) [2022-06-04T21:08:27.818Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2022-06-04T21:08:27.818Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.95s) [2022-06-04T21:08:27.818Z] === RUN TestCreateServiceMultipleTimes [2022-06-04T21:08:28.749Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_true_____} [2022-06-04T21:08:30.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_true__0xc001003b30___} [2022-06-04T21:08:32.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001003b48__} [2022-06-04T21:08:32.569Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-04T21:08:33.134Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001003b60__} [2022-06-04T21:08:35.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001003b78__} [2022-06-04T21:08:35.029Z] docker_api_swarm_node_test.go:81: [d583ace83640e] joining swarm manager [d7a9d5e1b2b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:08:36.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc001003b90__} [2022-06-04T21:08:38.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-04T21:08:39.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-04T21:08:39.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-04T21:08:39.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-04T21:08:39.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-04T21:08:39.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-04T21:08:39.487Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-04T21:08:42.006Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-04T21:08:43.372Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-04T21:08:44.738Z] --- PASS: TestCreateServiceMultipleTimes (16.79s) [2022-06-04T21:08:44.738Z] === RUN TestCreateServiceConflict [2022-06-04T21:08:45.300Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-04T21:08:46.671Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-04T21:08:46.927Z] --- PASS: TestCreateServiceConflict (2.21s) [2022-06-04T21:08:46.927Z] === RUN TestCreateServiceMaxReplicas [2022-06-04T21:08:46.927Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-04T21:08:47.489Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-04T21:08:48.052Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-04T21:08:48.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-04T21:08:48.981Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-04T21:08:50.348Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-04T21:08:50.605Z] --- PASS: TestCreateServiceMaxReplicas (3.69s) [2022-06-04T21:08:50.605Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-04T21:08:50.863Z] docker_api_swarm_node_test.go:53: [dcc335185ae59] joining swarm manager [d46babc853c63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:08:51.120Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-04T21:08:51.683Z] docker_api_swarm_node_test.go:54: [da1e9b0f029fc] joining swarm manager [d46babc853c63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:08:51.940Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-04T21:08:52.871Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-04T21:08:53.799Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-04T21:08:54.361Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-04T21:08:54.922Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-04T21:08:55.502Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-04T21:08:56.064Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-04T21:08:56.626Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-04T21:08:57.556Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-04T21:08:58.118Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-04T21:08:58.681Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-04T21:08:58.681Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-04T21:08:59.242Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-04T21:08:59.804Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-04T21:09:00.733Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-04T21:09:00.989Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-04T21:09:01.554Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-04T21:09:02.923Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-04T21:09:03.179Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-04T21:09:05.071Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.18s) [2022-06-04T21:09:05.071Z] === RUN TestCreateServiceSecretFileMode [2022-06-04T21:09:05.071Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-04T21:09:07.590Z] --- PASS: TestCreateServiceSecretFileMode (3.01s) [2022-06-04T21:09:07.590Z] === RUN TestCreateServiceConfigFileMode [2022-06-04T21:09:08.152Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-04T21:09:10.672Z] --- PASS: TestCreateServiceConfigFileMode (2.96s) [2022-06-04T21:09:10.672Z] === RUN TestCreateServiceSysctls [2022-06-04T21:09:10.672Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-04T21:09:11.234Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-04T21:09:14.508Z] --- PASS: TestCreateServiceSysctls (3.82s) [2022-06-04T21:09:14.508Z] === RUN TestCreateServiceCapabilities [2022-06-04T21:09:15.076Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-04T21:09:17.615Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-04T21:09:17.615Z] --- PASS: TestCreateServiceCapabilities (3.15s) [2022-06-04T21:09:17.615Z] === RUN TestInspect [2022-06-04T21:09:18.178Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-04T21:09:21.445Z] --- PASS: TestInspect (3.46s) [2022-06-04T21:09:21.445Z] === RUN TestCreateJob [2022-06-04T21:09:22.008Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-04T21:09:22.570Z] === RUN TestDockerSuite/TestCpToDot [2022-06-04T21:09:23.500Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-04T21:09:24.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-04T21:09:24.993Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-04T21:09:24.993Z] --- PASS: TestCreateJob (3.88s) [2022-06-04T21:09:24.993Z] === RUN TestReplicatedJob [2022-06-04T21:09:26.361Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-04T21:09:26.929Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-04T21:09:28.301Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-04T21:09:28.557Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-04T21:09:29.121Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-04T21:09:30.489Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-04T21:09:30.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-04T21:09:30.489Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-04T21:09:30.489Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-04T21:09:31.051Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-04T21:09:31.613Z] --- PASS: TestReplicatedJob (6.65s) [2022-06-04T21:09:31.613Z] === RUN TestUpdateReplicatedJob [2022-06-04T21:09:31.869Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-04T21:09:31.869Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-04T21:09:31.869Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-04T21:09:32.125Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-04T21:09:32.688Z] docker_api_swarm_test.go:202: [d0fc222381748] joining swarm manager [d90f6071a2179]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:09:32.945Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-04T21:09:33.202Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-04T21:09:33.464Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-04T21:09:33.464Z] === RUN TestDockerSuite/TestCreateRM [2022-06-04T21:09:33.723Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-04T21:09:33.723Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-04T21:09:33.723Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-04T21:09:33.979Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-04T21:09:33.979Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-04T21:09:35.871Z] --- PASS: TestUpdateReplicatedJob (3.89s) [2022-06-04T21:09:35.871Z] === RUN TestServiceListWithStatuses [2022-06-04T21:09:35.871Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:09:35.871Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-04T21:09:35.871Z] === RUN TestDockerNetworkConnectAlias [2022-06-04T21:09:35.871Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-04T21:09:35.871Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-04T21:09:35.871Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-04T21:09:40.044Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-04T21:09:40.972Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-04T21:09:40.972Z] --- PASS: TestDockerNetworkConnectAlias (5.40s) [2022-06-04T21:09:40.972Z] === RUN TestDockerNetworkReConnect [2022-06-04T21:09:41.901Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-04T21:09:42.464Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-04T21:09:44.356Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-04T21:09:45.286Z] --- PASS: TestDockerNetworkReConnect (4.39s) [2022-06-04T21:09:45.286Z] === RUN TestServicePlugin [2022-06-04T21:09:45.543Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-04T21:09:46.106Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-04T21:09:46.669Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-04T21:09:46.669Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-04T21:09:47.600Z] === RUN TestDockerSuite/TestDockerFails [2022-06-04T21:09:47.600Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-04T21:09:47.600Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-04T21:09:47.600Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-04T21:09:48.532Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-04T21:09:48.788Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-04T21:09:49.718Z] plugin_test.go:61: [d1171d8fa0229] joining swarm manager [d614c62707e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:09:50.279Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-04T21:09:50.279Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-04T21:09:50.279Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-04T21:09:50.536Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-04T21:09:51.099Z] plugin_test.go:64: [d5bbf18ca38b8] joining swarm manager [d614c62707e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:09:53.644Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-04T21:09:56.164Z] docker_api_swarm_test.go:384: [d7b8ea8e4fab4] joining swarm manager [d8abcdb548f19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:09:56.164Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-04T21:09:57.531Z] docker_api_swarm_test.go:385: [d7b6c6fae1de6] joining swarm manager [d8abcdb548f19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:09:58.459Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-04T21:10:00.350Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-04T21:10:01.716Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-04T21:10:02.280Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-04T21:10:02.843Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-04T21:10:03.772Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-04T21:10:04.335Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-04T21:10:04.897Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-04T21:10:05.458Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-04T21:10:06.824Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-04T21:10:07.752Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-04T21:10:10.267Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-04T21:10:12.156Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-04T21:10:12.718Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-04T21:10:13.657Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-04T21:10:16.923Z] --- PASS: TestServicePlugin (31.74s) [2022-06-04T21:10:16.923Z] === RUN TestServiceUpdateLabel [2022-06-04T21:10:19.438Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-04T21:10:19.438Z] --- PASS: TestServiceUpdateLabel (2.24s) [2022-06-04T21:10:19.438Z] === RUN TestServiceUpdateSecrets [2022-06-04T21:10:19.438Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-04T21:10:20.368Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-04T21:10:21.295Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-04T21:10:21.295Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-04T21:10:21.859Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-04T21:10:21.859Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-04T21:10:21.859Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-04T21:10:22.789Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-04T21:10:23.721Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-04T21:10:23.721Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-04T21:10:23.721Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-04T21:10:24.649Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-04T21:10:24.649Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-04T21:10:25.211Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-04T21:10:26.577Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-04T21:10:26.577Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-04T21:10:26.577Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-04T21:10:26.577Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-04T21:10:26.577Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-04T21:10:26.577Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-04T21:10:29.094Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-04T21:10:29.094Z] === RUN TestDockerSuite/TestEventsRename [2022-06-04T21:10:29.656Z] === RUN TestDockerSuite/TestEventsResize [2022-06-04T21:10:30.220Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-04T21:10:30.476Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-04T21:10:31.040Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-04T21:10:31.601Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-04T21:10:34.130Z] --- PASS: TestServiceUpdateSecrets (14.65s) [2022-06-04T21:10:34.130Z] === RUN TestServiceUpdateConfigs [2022-06-04T21:10:34.387Z] === RUN TestDockerSuite/TestEventsTop [2022-06-04T21:10:34.949Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-04T21:10:37.464Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-04T21:10:49.631Z] === RUN TestDockerSuite/TestExec [2022-06-04T21:10:49.631Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2022-06-04T21:10:49.631Z] === RUN TestServiceUpdateNetwork [2022-06-04T21:10:49.631Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-04T21:10:49.631Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-04T21:10:50.193Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-04T21:10:51.123Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-04T21:10:52.493Z] check_test.go:378: [d7b6c6fae1de6] daemon is not started [2022-06-04T21:10:52.749Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-04T21:10:52.749Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-04T21:10:53.312Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-04T21:10:53.875Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-04T21:10:54.803Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-04T21:10:54.803Z] docker_api_swarm_test.go:802: [dd283ca5bb69e] joining swarm manager [d4fc4e9eb7fa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:10:55.365Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-04T21:10:56.294Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-04T21:10:56.294Z] docker_api_swarm_test.go:802: [d33927779a17c] joining swarm manager [d4fc4e9eb7fa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:10:56.857Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-04T21:10:57.421Z] docker_api_swarm_test.go:802: [d1960e78c676a] joining swarm manager [d4fc4e9eb7fa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-04T21:10:57.983Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-04T21:10:58.913Z] docker_api_swarm_test.go:802: [d4c932edf52b9] joining swarm manager [d4fc4e9eb7fa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-04T21:10:58.913Z] === RUN TestDockerSuite/TestExecEnv [2022-06-04T21:10:59.483Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-04T21:11:00.409Z] docker_api_swarm_test.go:810: [dd7c69b038c8f] joining swarm manager [d4fc4e9eb7fa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-04T21:11:00.971Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-04T21:11:01.533Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-04T21:11:02.460Z] --- PASS: TestServiceUpdateNetwork (13.67s) [2022-06-04T21:11:02.460Z] === RUN TestServiceUpdatePidsLimit [2022-06-04T21:11:03.825Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-04T21:11:04.082Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-04T21:11:04.338Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-04T21:11:04.901Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-04T21:11:05.464Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-04T21:11:06.028Z] === RUN TestDockerSuite/TestExecParseError [2022-06-04T21:11:06.957Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-04T21:11:07.213Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-04T21:11:07.776Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-04T21:11:08.704Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-04T21:11:09.265Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-04T21:11:09.828Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-04T21:11:11.717Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-04T21:11:19.801Z] --- PASS: TestServiceUpdatePidsLimit (16.71s) [2022-06-04T21:11:19.801Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2022-06-04T21:11:19.801Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2022-06-04T21:11:19.801Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2022-06-04T21:11:19.801Z] PASS [2022-06-04T21:11:19.801Z] [2022-06-04T21:11:19.801Z] === Skipped [2022-06-04T21:11:19.801Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-04T21:11:19.801Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-04T21:11:19.801Z] [2022-06-04T21:11:19.801Z] DONE 27 tests, 1 skipped in 179.498s [2022-06-04T21:11:19.801Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-04T21:11:19.801Z] ++ 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-04T21:11:19.801Z] ++ set -e [2022-06-04T21:11:19.801Z] ++ '[' -n 0 ']' [2022-06-04T21:11:19.801Z] ++ set -x [2022-06-04T21:11:19.801Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:11:19.801Z] INFO: Testing against a local daemon [2022-06-04T21:11:19.801Z] === RUN TestSessionCreate [2022-06-04T21:11:19.801Z] --- PASS: TestSessionCreate (0.02s) [2022-06-04T21:11:19.801Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-04T21:11:19.801Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-06-04T21:11:19.801Z] PASS [2022-06-04T21:11:19.801Z] [2022-06-04T21:11:19.801Z] DONE 2 tests in 0.112s [2022-06-04T21:11:19.801Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-04T21:11:19.801Z] ++ 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-04T21:11:19.801Z] ++ set -e [2022-06-04T21:11:19.801Z] ++ '[' -n 0 ']' [2022-06-04T21:11:19.801Z] ++ set -x [2022-06-04T21:11:19.801Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T21:11:19.801Z] INFO: Testing against a local daemon [2022-06-04T21:11:19.801Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-04T21:11:19.801Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T21:11:19.801Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T21:11:19.801Z] === RUN TestDiskUsage [2022-06-04T21:11:19.801Z] === PAUSE TestDiskUsage [2022-06-04T21:11:19.801Z] === RUN TestEventsExecDie [2022-06-04T21:11:19.801Z] --- PASS: TestEventsExecDie (0.56s) [2022-06-04T21:11:19.801Z] === RUN TestEventsBackwardsCompatible [2022-06-04T21:11:19.801Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-04T21:11:19.801Z] === RUN TestEventsVolumeCreate [2022-06-04T21:11:20.056Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-04T21:11:20.056Z] === RUN TestInfoBinaryCommits [2022-06-04T21:11:20.056Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-04T21:11:20.056Z] === RUN TestInfoAPIVersioned [2022-06-04T21:11:20.056Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-04T21:11:20.056Z] === RUN TestInfoAPI [2022-06-04T21:11:20.056Z] --- PASS: TestInfoAPI (0.01s) [2022-06-04T21:11:20.056Z] === RUN TestInfoAPIWarnings [2022-06-04T21:11:20.617Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-04T21:11:21.193Z] === RUN TestDockerSuite/TestExecTTY [2022-06-04T21:11:21.757Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-04T21:11:22.686Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-04T21:11:22.942Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-04T21:11:23.504Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-04T21:11:23.504Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-04T21:11:23.504Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-04T21:11:24.870Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-04T21:11:25.127Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-04T21:11:26.056Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-04T21:11:26.622Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-04T21:11:27.185Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-04T21:11:32.427Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-04T21:11:36.592Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-04T21:11:36.592Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-04T21:11:36.592Z] === RUN TestInfoDebug [2022-06-04T21:11:37.155Z] --- PASS: TestInfoDebug (0.52s) [2022-06-04T21:11:37.155Z] === RUN TestInfoInsecureRegistries [2022-06-04T21:11:37.717Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-06-04T21:11:37.717Z] === RUN TestInfoRegistryMirrors [2022-06-04T21:11:37.717Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-04T21:11:38.279Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-06-04T21:11:38.279Z] === RUN TestLoginFailsWithBadCredentials [2022-06-04T21:11:38.279Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-04T21:11:38.279Z] === RUN TestPingCacheHeaders [2022-06-04T21:11:38.279Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-06-04T21:11:38.279Z] === RUN TestPingGet [2022-06-04T21:11:38.279Z] --- PASS: TestPingGet (0.01s) [2022-06-04T21:11:38.279Z] === RUN TestPingHead [2022-06-04T21:11:38.279Z] --- PASS: TestPingHead (0.01s) [2022-06-04T21:11:38.279Z] === RUN TestPingSwarmHeader [2022-06-04T21:11:38.840Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-04T21:11:39.402Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-04T21:11:40.330Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-04T21:11:40.330Z] --- PASS: TestPingSwarmHeader (2.10s) [2022-06-04T21:11:40.330Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-04T21:11:40.330Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-04T21:11:40.330Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-04T21:11:40.330Z] === RUN TestVersion [2022-06-04T21:11:40.330Z] --- PASS: TestVersion (0.01s) [2022-06-04T21:11:40.330Z] === CONT TestDiskUsage [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/container_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/image_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/volume_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-04T21:11:40.891Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-04T21:11:41.148Z] === RUN TestDiskUsage/after_container.Run [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-04T21:11:41.403Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage (1.20s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.01s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-04T21:11:41.677Z] PASS [2022-06-04T21:11:41.677Z] [2022-06-04T21:11:41.677Z] === Skipped [2022-06-04T21:11:41.677Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-04T21:11:41.677Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-04T21:11:41.677Z] [2022-06-04T21:11:41.677Z] DONE 54 tests, 1 skipped in 22.344s [2022-06-04T21:11:41.677Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-04T21:11:41.677Z] ++ 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-04T21:11:41.677Z] ++ set -e [2022-06-04T21:11:41.677Z] ++ '[' -n 0 ']' [2022-06-04T21:11:41.677Z] ++ set -x [2022-06-04T21:11:41.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T21:11:41.677Z] INFO: Testing against a local daemon [2022-06-04T21:11:41.677Z] === RUN TestVolumesCreateAndList [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-04T21:11:41.677Z] === RUN TestVolumesRemove [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-04T21:11:41.677Z] === RUN TestVolumesInspect [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-04T21:11:41.677Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-04T21:11:41.677Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-04T21:11:41.677Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-04T21:11:41.677Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-04T21:11:41.677Z] PASS [2022-06-04T21:11:41.677Z] [2022-06-04T21:11:41.677Z] DONE 9 tests in 0.194s [2022-06-04T21:11:41.677Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T21:11:41.935Z] ++++ cat bundles/test-integration/docker.pid [2022-06-04T21:11:41.935Z] +++ kill 6655 [2022-06-04T21:11:42.199Z] +++ /etc/init.d/apparmor stop [2022-06-04T21:11:42.199Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T21:11:42.199Z] [2022-06-04T21:11:42.199Z] Unloading profiles will leave already running processes permanently [2022-06-04T21:11:42.199Z] unconfined, which can lead to unexpected situations. [2022-06-04T21:11:42.199Z] [2022-06-04T21:11:42.199Z] To set a process to complain mode, use the command line tool [2022-06-04T21:11:42.199Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T21:11:42.199Z] +++ true [2022-06-04T21:11:42.199Z] exiting test-integration [2022-06-04T21:11:42.199Z] ++ exit 0 [2022-06-04T21:11:42.199Z] [2022-06-04T21:11:42.199Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-04T21:11:42.760Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-04T21:11:42.760Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-04T21:11:43.016Z] === RUN TestDockerSuite/TestHealth [2022-06-04T21:11:43.016Z] + for job in $(jobs -p) [2022-06-04T21:11:43.016Z] + wait 13421 [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-04T21:12:04.896Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-04T21:12:05.151Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-04T21:12:05.713Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-04T21:12:05.713Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-04T21:12:06.276Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-04T21:12:07.202Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-04T21:12:09.092Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-04T21:12:09.092Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-04T21:12:09.092Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-04T21:12:10.018Z] === RUN TestDockerSuite/TestImportFile [2022-06-04T21:12:10.949Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-04T21:12:10.949Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-04T21:12:12.315Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-04T21:12:13.245Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-04T21:12:14.613Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-04T21:12:14.869Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-04T21:12:15.431Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-04T21:12:15.996Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-04T21:12:15.996Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-04T21:12:15.996Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-04T21:12:16.562Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-04T21:12:17.124Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-04T21:12:17.380Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-04T21:12:17.942Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-04T21:12:18.198Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-04T21:12:18.759Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-04T21:12:18.759Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-04T21:12:20.125Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-04T21:12:20.384Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-04T21:12:20.946Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-04T21:12:20.946Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-04T21:12:21.202Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-04T21:12:21.202Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-04T21:12:21.202Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-04T21:12:22.129Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-04T21:12:22.385Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-04T21:12:22.946Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-04T21:12:23.509Z] === RUN TestDockerSuite/TestInspectImage [2022-06-04T21:12:23.509Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-04T21:12:23.509Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-04T21:12:23.509Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-04T21:12:23.509Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-04T21:12:24.072Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-04T21:12:24.328Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-04T21:12:24.585Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-04T21:12:25.146Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-04T21:12:25.403Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-04T21:12:27.293Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-04T21:12:27.293Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-04T21:12:27.856Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-04T21:12:28.418Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-04T21:12:28.418Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-04T21:12:29.784Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-04T21:12:30.348Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-04T21:12:31.276Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-04T21:12:32.215Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-04T21:12:33.143Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-04T21:12:33.143Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-04T21:12:33.399Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-04T21:12:33.962Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-04T21:12:34.218Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-04T21:12:35.585Z] docker_api_swarm_service_test.go:395: [df5488af8cd53] joining swarm manager [df440341606f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:12:35.842Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-04T21:12:36.405Z] docker_api_swarm_service_test.go:395: [d3d0f28d3c54e] joining swarm manager [df440341606f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:12:36.968Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-04T21:12:38.337Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-04T21:12:38.900Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-04T21:12:40.272Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-04T21:12:42.792Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-04T21:12:43.719Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-04T21:12:43.975Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-04T21:12:45.342Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-04T21:12:45.599Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-04T21:12:46.160Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-04T21:12:52.703Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-04T21:12:52.963Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-04T21:12:54.856Z] docker_api_swarm_service_test.go:343: [d1e80da54d328] joining swarm manager [db15e79e8de50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:12:55.113Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-04T21:12:55.674Z] docker_api_swarm_service_test.go:343: [dea95dcad9560] joining swarm manager [db15e79e8de50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:12:56.602Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-04T21:12:57.165Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-04T21:12:59.688Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-04T21:12:59.688Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-04T21:12:59.688Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-04T21:12:59.688Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-04T21:12:59.688Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-04T21:13:00.253Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-04T21:13:00.819Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-04T21:13:04.082Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-04T21:13:04.643Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-04T21:13:09.886Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-04T21:13:09.886Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-04T21:13:09.886Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-04T21:13:09.886Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-04T21:13:10.450Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-04T21:13:11.380Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-04T21:13:12.311Z] docker_api_swarm_service_test.go:490: [d78207cc191eb] joining swarm manager [dcd6301da8104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:13:12.570Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-04T21:13:13.132Z] docker_api_swarm_service_test.go:490: [de65653c7b2f9] joining swarm manager [dcd6301da8104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:13:13.717Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-04T21:13:15.089Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-04T21:13:16.979Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-04T21:13:17.236Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-04T21:13:17.798Z] === RUN TestDockerSuite/TestLogsSince [2022-06-04T21:13:24.331Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-04T21:13:25.695Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-04T21:13:29.863Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-04T21:13:30.426Z] === RUN TestDockerSuite/TestLogsTail [2022-06-04T21:13:30.992Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-04T21:13:31.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-04T21:13:31.812Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-04T21:13:32.374Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-04T21:13:32.632Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-04T21:13:33.196Z] === RUN TestDockerSuite/TestNetHostname [2022-06-04T21:13:33.452Z] docker_api_swarm_service_test.go:128: [d4398c8695730] joining swarm manager [dbe60ef0172ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:13:34.381Z] docker_api_swarm_service_test.go:129: [d5bbbd2335a3a] joining swarm manager [dbe60ef0172ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:13:34.944Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-04T21:13:35.200Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-04T21:13:36.578Z] docker_api_swarm_service_test.go:137: [d263417416e19] joining swarm manager [dbe60ef0172ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-04T21:13:37.140Z] docker_api_swarm_service_test.go:138: [ddbabfca368a5] joining swarm manager [dbe60ef0172ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-04T21:13:41.305Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-04T21:13:42.672Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-04T21:13:42.928Z] === RUN TestDockerSuite/TestPluginActive [2022-06-04T21:13:44.815Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-04T21:13:50.063Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-04T21:13:50.063Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-04T21:13:50.319Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-04T21:13:51.683Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-04T21:13:54.198Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-04T21:13:56.085Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-04T21:13:58.601Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-04T21:13:59.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-04T21:14:02.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-04T21:14:03.411Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-04T21:14:03.974Z] docker_api_swarm_service_test.go:304: [d5f43e91a5af6] joining swarm manager [d82eb6cdc4321]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:14:04.904Z] docker_api_swarm_service_test.go:304: [de30ddbbd2440] joining swarm manager [d82eb6cdc4321]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:14:05.160Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-04T21:14:07.052Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-04T21:14:07.616Z] === RUN TestDockerSuite/TestPortList [2022-06-04T21:14:15.705Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-04T21:14:15.705Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-04T21:14:22.241Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-04T21:14:22.241Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-04T21:14:22.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-04T21:14:22.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-04T21:14:22.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-04T21:14:22.497Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-04T21:14:22.497Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-04T21:14:23.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-04T21:14:23.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-04T21:14:23.988Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-04T21:14:23.988Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-04T21:14:24.934Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-04T21:14:25.862Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-04T21:14:27.227Z] docker_api_swarm_service_test.go:100: [d854d16d2d78f] joining swarm manager [d87317d312708]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:14:27.483Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-04T21:14:27.739Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-04T21:14:27.997Z] docker_api_swarm_service_test.go:101: [dda17fddc377f] joining swarm manager [d87317d312708]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:14:27.997Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-04T21:14:30.513Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-04T21:14:31.880Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-04T21:14:34.402Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-04T21:14:37.669Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-04T21:14:37.669Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-04T21:14:40.186Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-04T21:14:46.723Z] check_test.go:378: [d854d16d2d78f] daemon is not started [2022-06-04T21:14:46.979Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-04T21:14:48.355Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-04T21:14:49.720Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-04T21:14:50.648Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-04T21:14:51.577Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-04T21:14:52.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-04T21:14:53.505Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-04T21:14:54.437Z] docker_api_swarm_service_test.go:533: [df77e9782c0f4] joining swarm manager [d3a66c65555d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:14:54.999Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-04T21:14:55.927Z] docker_api_swarm_service_test.go:534: [d8d07bf1733e0] joining swarm manager [d3a66c65555d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:14:56.182Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-04T21:14:56.182Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-04T21:14:56.744Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-04T21:14:59.263Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-04T21:15:01.783Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-04T21:15:02.039Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-04T21:15:02.039Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-04T21:15:02.039Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-04T21:15:02.039Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-04T21:15:02.294Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-04T21:15:02.294Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-04T21:15:03.222Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-04T21:15:04.151Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-04T21:15:05.079Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-04T21:15:05.335Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-04T21:15:11.892Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-04T21:15:12.147Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-04T21:15:13.557Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-04T21:15:13.813Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-04T21:15:13.813Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-04T21:15:14.069Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-04T21:15:15.957Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-04T21:15:16.885Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-04T21:15:18.775Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-04T21:15:19.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-04T21:15:19.959Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-04T21:15:19.959Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-04T21:15:20.216Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-04T21:15:21.146Z] docker_api_swarm_service_test.go:148: [d582d011c4326] joining swarm manager [dbbf1b5d472ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:15:22.075Z] docker_api_swarm_service_test.go:148: [d631e79ed2068] joining swarm manager [dbbf1b5d472ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:15:23.443Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-04T21:15:24.372Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-04T21:15:24.372Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-04T21:15:25.742Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-04T21:15:26.670Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-04T21:15:27.614Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-04T21:15:28.175Z] === RUN TestDockerSuite/TestRmiTag [2022-06-04T21:15:28.431Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-04T21:15:28.993Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-04T21:15:31.515Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-04T21:15:32.443Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-04T21:15:33.005Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-04T21:15:33.262Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-04T21:15:34.191Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-04T21:15:34.754Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-04T21:15:34.754Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-04T21:15:35.317Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-04T21:15:35.317Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-04T21:15:35.881Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-04T21:15:36.808Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-04T21:15:37.370Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-04T21:15:37.933Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-04T21:15:38.860Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-04T21:15:39.788Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-04T21:15:41.154Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-04T21:15:41.716Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-04T21:15:42.277Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-04T21:15:42.842Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-04T21:15:43.404Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-04T21:15:43.969Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-04T21:15:44.557Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-04T21:15:45.486Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-04T21:15:46.051Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-04T21:15:46.614Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-04T21:15:47.176Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-04T21:15:47.176Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-04T21:15:49.066Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-04T21:15:49.322Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-04T21:15:49.884Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-04T21:15:50.446Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-04T21:15:50.702Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-04T21:15:50.702Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-04T21:15:51.264Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-04T21:15:51.826Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-04T21:15:52.082Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-04T21:15:52.646Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-04T21:15:53.208Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-04T21:15:53.208Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-04T21:15:53.465Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-04T21:15:53.465Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-04T21:15:54.393Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-04T21:15:54.955Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-04T21:15:55.211Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-04T21:15:55.775Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-04T21:15:55.775Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-04T21:15:56.337Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-04T21:15:57.270Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-04T21:15:58.196Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-04T21:15:58.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-04T21:15:59.572Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-04T21:15:59.833Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-04T21:16:00.766Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-04T21:16:01.696Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-04T21:16:02.258Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-04T21:16:02.821Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-04T21:16:04.186Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-04T21:16:06.709Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-04T21:16:06.709Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-04T21:16:06.709Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-04T21:16:08.077Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-04T21:16:09.445Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-04T21:16:11.336Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-04T21:16:13.229Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-04T21:16:13.229Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-04T21:16:13.229Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-04T21:16:13.229Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-04T21:16:13.229Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-04T21:16:13.485Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-04T21:16:14.852Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-04T21:16:15.779Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-04T21:16:18.297Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-04T21:16:18.297Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-04T21:16:19.683Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-04T21:16:19.938Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-04T21:16:19.938Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-04T21:16:19.938Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-04T21:16:20.500Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-04T21:16:21.878Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-04T21:16:21.878Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-04T21:16:22.441Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-04T21:16:23.371Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-04T21:16:23.933Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-04T21:16:23.933Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-04T21:16:24.494Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-04T21:16:24.494Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-04T21:16:25.056Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-04T21:16:25.618Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-04T21:16:26.182Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-04T21:16:26.745Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-04T21:16:27.676Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-04T21:16:28.239Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-04T21:16:29.168Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-04T21:16:29.168Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-04T21:16:29.429Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-04T21:16:29.429Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-04T21:16:29.990Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-04T21:16:30.553Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-04T21:16:31.481Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-04T21:16:31.737Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-04T21:16:31.993Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-04T21:16:31.993Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-04T21:16:31.993Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-04T21:16:35.262Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-04T21:16:35.262Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-04T21:16:35.262Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-04T21:16:37.788Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-04T21:16:40.305Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-04T21:16:42.194Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-04T21:16:46.360Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-04T21:16:46.361Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-04T21:16:47.290Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-04T21:16:48.658Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-04T21:16:48.658Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-04T21:16:48.658Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-04T21:16:48.658Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-04T21:16:49.220Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-04T21:16:49.478Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-04T21:16:51.998Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-04T21:16:52.926Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-04T21:16:53.854Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-04T21:17:00.388Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-04T21:17:00.388Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-04T21:17:00.388Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-04T21:17:00.650Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-04T21:17:00.650Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-04T21:17:00.907Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-04T21:17:01.835Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-04T21:17:02.762Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-04T21:17:03.691Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-04T21:17:03.691Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-04T21:17:03.691Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-04T21:17:04.619Z] === RUN TestDockerSuite/TestRunMount [2022-06-04T21:17:08.789Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-04T21:17:08.789Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-04T21:17:09.353Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-04T21:17:10.284Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-04T21:17:11.651Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-04T21:17:14.173Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-04T21:17:14.173Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-04T21:17:15.538Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-04T21:17:17.429Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-04T21:17:18.795Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-04T21:17:19.724Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-04T21:17:19.724Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-04T21:17:20.290Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-04T21:17:21.219Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-04T21:17:21.476Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-04T21:17:22.038Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-04T21:17:22.600Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-04T21:17:23.967Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-04T21:17:25.862Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-04T21:17:26.118Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-04T21:17:29.386Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-04T21:17:29.386Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-04T21:17:29.386Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-04T21:17:29.386Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-04T21:17:29.949Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-04T21:17:29.949Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-04T21:17:30.877Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-04T21:17:31.439Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-04T21:17:31.439Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-04T21:17:31.694Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-04T21:17:31.950Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-04T21:17:34.465Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-04T21:17:36.982Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-04T21:17:37.545Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-04T21:17:37.545Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-04T21:17:37.545Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-04T21:17:38.111Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-04T21:17:38.675Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-04T21:17:40.062Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-04T21:17:40.318Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-04T21:17:40.880Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-04T21:17:41.442Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-04T21:17:41.442Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-04T21:17:42.370Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-04T21:17:42.932Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-04T21:17:42.932Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-04T21:17:43.493Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-04T21:17:44.055Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-04T21:17:44.055Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-04T21:17:44.055Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-04T21:17:44.617Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-04T21:17:45.180Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-04T21:17:45.180Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-04T21:17:45.180Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-04T21:17:46.107Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-04T21:17:46.107Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-04T21:17:47.037Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-04T21:17:47.037Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-04T21:17:47.037Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-04T21:17:48.403Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-04T21:17:49.771Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-04T21:17:50.699Z] === RUN TestDockerSuite/TestRunRm [2022-06-04T21:17:51.262Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-04T21:17:51.825Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-04T21:17:55.091Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-04T21:17:55.348Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-04T21:17:55.912Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-04T21:17:57.298Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-04T21:17:57.554Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-04T21:17:58.118Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-04T21:18:01.385Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-04T21:18:02.751Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-04T21:18:04.117Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-04T21:18:04.373Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-04T21:18:04.935Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-04T21:18:05.499Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-04T21:18:06.427Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-04T21:18:06.427Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-04T21:18:06.685Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-04T21:18:07.249Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-04T21:18:07.811Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-04T21:18:08.375Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-04T21:18:09.304Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-04T21:18:09.304Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-04T21:18:11.822Z] === RUN TestDockerSuite/TestRunState [2022-06-04T21:18:12.078Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-04T21:18:13.006Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-04T21:18:13.568Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-04T21:18:14.495Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-04T21:18:14.495Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-04T21:18:14.495Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-04T21:18:14.495Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-04T21:18:15.429Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-04T21:18:15.429Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-04T21:18:15.686Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-04T21:18:17.053Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-04T21:18:17.053Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-04T21:18:17.053Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-04T21:18:17.982Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-04T21:18:19.350Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-04T21:18:19.913Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-04T21:18:20.169Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-04T21:18:21.537Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-04T21:18:23.427Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-04T21:18:24.356Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-04T21:18:26.245Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-04T21:18:27.174Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-04T21:18:27.430Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-04T21:18:28.359Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-04T21:18:28.921Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-04T21:18:29.177Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-04T21:18:30.547Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-04T21:18:31.915Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-04T21:18:32.171Z] docker_cli_service_logs_test.go:246: checking task hk9olfu4n6t3 [2022-06-04T21:18:32.171Z] docker_cli_service_logs_test.go:251: checking messages for hk9olfu4n6t3 [2022-06-04T21:18:32.171Z] docker_cli_service_logs_test.go:246: checking task s18efb1hrzzv [2022-06-04T21:18:32.171Z] docker_cli_service_logs_test.go:251: checking messages for s18efb1hrzzv [2022-06-04T21:18:32.750Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-04T21:18:33.006Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-04T21:18:33.006Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-04T21:18:33.006Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-04T21:18:33.568Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-04T21:18:34.131Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-04T21:18:34.694Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-04T21:18:34.695Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-04T21:18:34.695Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-04T21:18:34.950Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-04T21:18:35.513Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-04T21:18:35.770Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-04T21:18:39.040Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-04T21:18:39.040Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-04T21:18:39.601Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-04T21:18:40.968Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-04T21:18:41.895Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-04T21:18:43.784Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-04T21:18:45.673Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-04T21:18:46.234Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-04T21:18:46.234Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-04T21:18:46.234Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-04T21:18:46.234Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-04T21:18:46.234Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-04T21:18:46.796Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-04T21:18:47.359Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-04T21:18:48.286Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-04T21:18:48.847Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-04T21:18:49.104Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-04T21:18:49.104Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-04T21:18:49.668Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-04T21:18:49.668Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-04T21:18:50.605Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-04T21:18:51.166Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-04T21:18:51.166Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-04T21:18:52.094Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-04T21:18:52.094Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-04T21:18:52.658Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-04T21:18:52.658Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-04T21:18:53.220Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-04T21:18:53.476Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-04T21:18:54.037Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-04T21:18:54.038Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-04T21:18:54.038Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-04T21:18:54.601Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-04T21:18:55.530Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-04T21:18:56.092Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-04T21:18:56.348Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-04T21:18:56.348Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-04T21:18:56.348Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-04T21:18:56.605Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-04T21:18:56.605Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-04T21:18:57.533Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-04T21:18:58.461Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-04T21:18:58.717Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-04T21:19:00.085Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-04T21:19:00.341Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-04T21:19:00.598Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-04T21:19:00.598Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-04T21:19:01.162Z] docker_cli_swarm_test.go:1895: [d487281a4d7fb] joining swarm manager [dc6aa539e62ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:19:01.419Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-04T21:19:02.352Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-04T21:19:02.352Z] docker_cli_swarm_test.go:1896: [d634b0d8cfb6a] joining swarm manager [dc6aa539e62ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:19:03.279Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-04T21:19:03.279Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-04T21:19:04.208Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-04T21:19:04.464Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-04T21:19:04.720Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-04T21:19:06.086Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents70183582 [2022-06-04T21:19:06.086Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-04T21:19:06.086Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-04T21:19:07.463Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-04T21:19:07.463Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-04T21:19:07.463Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-04T21:19:08.390Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-04T21:19:09.754Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-04T21:19:10.010Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-04T21:19:10.010Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-04T21:19:10.265Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-04T21:19:10.265Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-04T21:19:10.827Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-04T21:19:10.827Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-04T21:19:11.389Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-04T21:19:12.316Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-04T21:19:12.877Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-04T21:19:18.118Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-04T21:19:19.045Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-04T21:19:19.607Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-04T21:19:19.863Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-04T21:19:20.792Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-04T21:19:23.309Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-04T21:19:25.198Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-04T21:19:25.454Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-04T21:19:26.832Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-04T21:19:27.394Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-04T21:19:27.956Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-04T21:19:29.323Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-04T21:19:29.884Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-04T21:19:32.404Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-04T21:19:36.567Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-04T21:19:39.082Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-04T21:19:44.325Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-04T21:19:44.887Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-04T21:19:46.252Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-04T21:19:46.814Z] docker_cli_swarm_test.go:1796: [d6f60161f1ff0] joining swarm manager [df47ccba878e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:19:47.742Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-04T21:19:48.306Z] docker_cli_swarm_test.go:1797: [da628205df05d] joining swarm manager [df47ccba878e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:19:48.306Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-04T21:19:48.886Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-04T21:19:49.448Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-04T21:19:49.448Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-04T21:19:49.448Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-04T21:19:50.011Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-04T21:19:52.528Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-04T21:19:55.792Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-04T21:19:56.048Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-04T21:19:56.304Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-04T21:19:56.304Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-04T21:19:56.304Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-04T21:19:56.304Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-04T21:19:56.304Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-04T21:19:57.232Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-04T21:19:58.161Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-04T21:19:58.417Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-04T21:19:59.782Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-04T21:20:03.049Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-04T21:20:03.980Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-04T21:20:03.980Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-04T21:20:03.980Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-04T21:20:03.980Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-04T21:20:04.542Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-04T21:20:05.106Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-04T21:20:08.376Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-04T21:20:10.274Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-04T21:20:12.163Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-04T21:20:12.419Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-04T21:20:14.309Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-04T21:20:14.309Z] docker_cli_swarm_test.go:1315: [d038128b0bd91] joining swarm manager [dfa013701bf25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:20:15.676Z] docker_cli_swarm_test.go:1316: [d8b84338624b9] joining swarm manager [dfa013701bf25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:20:17.044Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-04T21:20:19.561Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-04T21:20:20.926Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-04T21:20:22.293Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-04T21:20:23.222Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-04T21:20:24.151Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-04T21:20:25.516Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-04T21:20:26.882Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-04T21:20:28.789Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-04T21:20:30.158Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-04T21:20:31.086Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-04T21:20:49.126Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-04T21:20:50.056Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-04T21:20:50.057Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-04T21:20:50.057Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-04T21:20:50.057Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-04T21:20:50.057Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-04T21:20:56.592Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-04T21:20:56.848Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-04T21:20:56.848Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-04T21:20:57.104Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-04T21:20:58.995Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-04T21:21:01.518Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-04T21:21:01.518Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite (1350.62s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.72s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.64s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.57s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.17s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.25s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.05s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.05s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-06-04T21:21:01.518Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.15s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.65s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.11s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.95s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.79s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.75s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.80s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.58s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.89s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.85s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.89s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.87s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.99s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.91s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.08s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.19s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.81s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.92s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.72s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.05s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.45s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.41s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.05s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.79s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.46s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.52s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.40s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.83s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.96s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.63s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.06s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.95s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.17s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.25s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.94s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.60s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.31s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.77s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.72s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.26s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.27s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.68s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.87s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.08s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.57s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.91s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.04s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.56s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.21s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.14s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (14.04s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.59s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.44s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.34s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.42s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.35s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.34s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.84s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.61s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.77s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.27s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.79s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.15s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.09s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.10s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.64s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCmd (0.31s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.22s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.27s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.89s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.86s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.79s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.54s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.48s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (19.59s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.85s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.02s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.20s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.69s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.51s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.47s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.24s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.83s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.52s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.34s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.37s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.57s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.29s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.13s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.10s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.99s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.45s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.35s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.17s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.11s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.22s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.15s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.27s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.35s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.45s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.73s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.45s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.87s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.41s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.11s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.17s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.85s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnv (1.55s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.39s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.15s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.99s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.48s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.76s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.61s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.11s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.58s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.48s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.94s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.67s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFails (0.71s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.93s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.63s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.63s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.84s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.99s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.76s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.96s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.78s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildHistory (4.39s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.70s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.61s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.86s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabel (0.57s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.73s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.60s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.39s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabels (0.55s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.74s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.23s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.16s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.22s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.34s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.80s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.91s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.94s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.62s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.56s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.42s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.71s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.68s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.53s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.23s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.29s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.30s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.07s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.21s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.49s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.97s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.05s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.63s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildPATH (1.97s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.68s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.74s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.82s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.54s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.70s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRm (2.18s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.89s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.04s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.97s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.90s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.59s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.24s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.52s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.78s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildStderr (0.80s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.06s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.90s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.82s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.53s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.75s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.10s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildUser (1.28s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.75s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.07s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.58s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.64s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2022-06-04T21:21:01.519Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.85s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-04T21:21:01.519Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.59s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.74s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.14s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.52s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.58s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.72s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.93s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitChange (1.29s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.20s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.73s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.73s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.80s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitTTY (1.46s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.81s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.16s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.31s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.15s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.63s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.48s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.46s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.54s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.47s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.49s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.69s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.78s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.80s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.91s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.08s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.59s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.58s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.65s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.74s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.64s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.69s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.55s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.71s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.57s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.74s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.54s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.37s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.15s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.34s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.38s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.32s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.48s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001003b00__} (1.38s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13130868387_/foo_false_____} (1.33s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13130868387_/foo_true_____} (1.37s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_false_____} (1.35s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_true_____} (1.42s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34044885704_/foo_true__0xc001003b30___} (1.57s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001003b48__} (1.34s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001003b60__} (1.71s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001003b78__} (1.67s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc001003b90__} (1.66s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.13s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.10s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.77s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.91s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.36s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.57s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.57s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.94s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.06s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.90s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.82s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.89s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.93s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.65s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.59s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.66s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.55s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.63s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.93s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.59s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.54s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.52s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.55s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.68s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.62s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.96s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.48s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.58s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.44s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.61s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.64s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.69s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.55s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.81s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.61s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToDot (0.90s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.33s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.29s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToStdout (0.71s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.33s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.37s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.71s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.15s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateArgs (0.12s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.60s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.83s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.47s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateLabels (0.11s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateRM (0.23s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.84s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.89s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.74s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.07s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.44s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.54s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.68s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.62s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.82s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.57s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.46s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.75s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.07s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.71s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.72s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsAttach (0.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsCommit (0.71s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.81s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.54s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsCopy (0.79s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.32s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.99s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.70s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.22s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFilters (0.92s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFormat (0.94s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.64s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.72s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-06-04T21:21:01.520Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.03s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.46s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.53s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.75s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsTop (0.68s) [2022-06-04T21:21:01.520Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.94s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExec (0.63s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.61s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.81s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.73s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.55s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.55s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.78s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.72s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.81s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.72s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.14s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecCgroup (0.99s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecEnv (0.62s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.24s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.56s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecInspectID (2.67s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecInteractive (0.73s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.68s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecParseError (0.83s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecStartFails (0.57s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.70s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecTTY (0.61s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.77s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.55s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecUlimits (0.52s) [2022-06-04T21:21:01.521Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.57s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.54s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.57s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHealth (19.07s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportDisplay (1.04s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportGzipped (1.14s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.49s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.12s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.50s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2022-06-04T21:21:01.521Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.73s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-06-04T21:21:01.521Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectStatus (0.63s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.13s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.65s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.88s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.82s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.98s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.54s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.55s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.75s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.18s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.23s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.48s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.23s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.40s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.03s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.44s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.58s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.36s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.98s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.91s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.18s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.16s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.96s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsSince (6.53s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.68s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsTail (0.71s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.54s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.60s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.27s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.59s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestNetHostname (1.78s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.90s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.27s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginActive (1.97s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.33s) [2022-06-04T21:21:01.521Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.24s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.78s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.43s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.97s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.82s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.59s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.90s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPortList (6.94s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.89s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.86s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.44s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.16s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsByOrder (2.41s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.29s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.46s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.00s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.60s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.18s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.51s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.71s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.91s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.39s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.13s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.60s) [2022-06-04T21:21:01.521Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.72s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.89s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.10s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.78s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.95s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.87s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.05s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.12s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.16s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.94s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.21s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.90s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.77s) [2022-06-04T21:21:01.521Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.70s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.63s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.96s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.67s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.04s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.27s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.68s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.60s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.67s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.67s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.51s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.98s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.68s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.81s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.56s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.24s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.32s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.41s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.41s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.76s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.34s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.06s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.20s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.09s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.72s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.88s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.69s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.51s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.78s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.58s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunExitCode (0.71s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.66s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.79s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.60s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.19s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.75s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.12s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.70s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.39s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.26s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.33s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.95s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.89s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.78s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.92s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.88s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMount (3.84s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.90s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.36s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.21s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.54s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.11s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.34s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.06s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.65s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.81s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.47s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.41s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.71s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.64s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.59s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.52s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.54s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.65s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.73s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.67s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.55s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.55s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.70s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.62s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.05s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.53s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.13s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRm (0.76s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.56s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.03s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.64s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.59s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.64s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.75s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.85s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunState (1.18s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.76s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.78s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunSysctls (1.19s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.74s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.58s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.65s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.31s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.93s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.79s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.73s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.66s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.61s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.51s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserByID (0.78s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.50s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserByName (0.52s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.53s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.65s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.97s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.44s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.38s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.72s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.02s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.60s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.90s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.03s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.65s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.69s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.77s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.63s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.54s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.57s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.08s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.64s) [2022-06-04T21:21:01.522Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.00s) [2022-06-04T21:21:01.522Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.62s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.69s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.04s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.92s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.95s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.17s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.33s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.17s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.17s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.88s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.44s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.94s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.60s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartRecordError (1.18s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.38s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.30s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.81s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.63s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.65s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2022-06-04T21:21:01.523Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.54s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.61s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-06-04T21:21:01.523Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-04T21:21:01.523Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.91s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateStats (3.48s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.87s) [2022-06-04T21:21:01.523Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.75s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.76s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.30s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.24s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.77s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.59s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.69s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.44s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.92s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.41s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.43s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.55s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.35s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.09s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.10s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.55s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.56s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.44s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.39s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.90s) [2022-06-04T21:21:01.523Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.51s) [2022-06-04T21:21:01.523Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-04T21:21:01.523Z] === RUN TestDockerRegistrySuite [2022-06-04T21:21:01.523Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-04T21:21:02.888Z] check_test.go:194: [db59fbf5ff0f9] daemon is not started [2022-06-04T21:21:02.888Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-04T21:21:03.829Z] check_test.go:194: [d4bfce9965cc8] daemon is not started [2022-06-04T21:21:03.829Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-04T21:21:04.757Z] check_test.go:194: [d6b71f8dfe5e6] daemon is not started [2022-06-04T21:21:05.013Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-04T21:21:05.013Z] check_test.go:194: [d2f6a59db5311] daemon is not started [2022-06-04T21:21:05.013Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-04T21:21:08.283Z] check_test.go:194: [daf4dd56a7f5a] daemon is not started [2022-06-04T21:21:08.283Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-04T21:21:13.528Z] check_test.go:194: [d979eaec9d269] daemon is not started [2022-06-04T21:21:13.528Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-04T21:21:16.045Z] check_test.go:194: [dafb9152567be] daemon is not started [2022-06-04T21:21:16.045Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-04T21:21:17.411Z] check_test.go:194: [dde1f94c8ed90] daemon is not started [2022-06-04T21:21:17.411Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-04T21:21:17.973Z] check_test.go:194: [d99e0c7d2a179] daemon is not started [2022-06-04T21:21:17.973Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-04T21:21:19.338Z] check_test.go:194: [d46de45eacf23] daemon is not started [2022-06-04T21:21:19.338Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-04T21:21:20.269Z] check_test.go:194: [df61381672ba6] daemon is not started [2022-06-04T21:21:20.269Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-04T21:21:21.198Z] check_test.go:194: [dae82aa3fde7c] daemon is not started [2022-06-04T21:21:21.198Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-04T21:21:21.198Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-04T21:21:22.125Z] check_test.go:194: [dec5184c5f8ed] daemon is not started [2022-06-04T21:21:22.125Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-04T21:21:23.492Z] check_test.go:194: [d318b4de3de4c] daemon is not started [2022-06-04T21:21:23.492Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-04T21:21:24.874Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8cb55eacb9f23d78314131fcbfb65f23e701ff651e8bc12f25ae97173ccbb1cc [2022-06-04T21:21:25.446Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-04T21:21:25.702Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9902e44e8d8ec924c40343b2f331d6f30eb4aabd7f585a1e627b71b7659a4a58 [2022-06-04T21:21:25.958Z] check_test.go:194: [da0051cc9c7cb] daemon is not started [2022-06-04T21:21:25.958Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-04T21:21:26.886Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:255b7448d016d489bb9f0819aa3fff63073e72483a874ff9d1f8be9b3aabfeaa [2022-06-04T21:21:28.254Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a68c993465dbe90114765c87ea1f3831d0df4cafd0bf85900153d0f364ea96a5 [2022-06-04T21:21:28.510Z] check_test.go:194: [d1f24e3152d9d] daemon is not started [2022-06-04T21:21:28.510Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-04T21:21:29.877Z] check_test.go:194: [dea83655dd57d] daemon is not started [2022-06-04T21:21:29.877Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-04T21:21:33.146Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-04T21:21:33.146Z] check_test.go:194: [dbc6331478721] daemon is not started [2022-06-04T21:21:33.146Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-04T21:21:34.076Z] check_test.go:194: [de0a22acdb4e4] daemon is not started [2022-06-04T21:21:34.076Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-04T21:21:34.334Z] check_test.go:194: [dffdb5b3b323e] daemon is not started [2022-06-04T21:21:34.334Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-04T21:21:35.701Z] check_test.go:194: [d131af5ed7353] daemon is not started [2022-06-04T21:21:35.701Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-04T21:21:36.629Z] check_test.go:194: [d16ef04ce985f] daemon is not started [2022-06-04T21:21:36.629Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-04T21:21:37.997Z] check_test.go:194: [da72ddc3999c2] daemon is not started [2022-06-04T21:21:37.997Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-04T21:21:39.892Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-04T21:21:40.824Z] check_test.go:194: [d69b7fb62dc64] daemon is not started [2022-06-04T21:21:40.824Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-04T21:21:41.386Z] check_test.go:194: [d5eea44e5ac14] daemon is not started [2022-06-04T21:21:41.386Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-04T21:21:42.315Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-04T21:21:42.878Z] check_test.go:194: [de0c639e3463d] daemon is not started [2022-06-04T21:21:42.878Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-04T21:21:43.144Z] check_test.go:194: [d73781a9247e7] daemon is not started [2022-06-04T21:21:43.144Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-04T21:21:43.409Z] check_test.go:194: [d213bd85c2a8c] daemon is not started [2022-06-04T21:21:43.409Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-04T21:21:43.665Z] check_test.go:194: [daeca2b833d59] daemon is not started [2022-06-04T21:21:43.665Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-04T21:21:43.921Z] check_test.go:194: [db8550bfc1ada] daemon is not started [2022-06-04T21:21:43.921Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-04T21:21:44.483Z] check_test.go:194: [de745618ce95e] daemon is not started [2022-06-04T21:21:44.483Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-04T21:21:44.483Z] check_test.go:194: [df1adfd90585e] daemon is not started [2022-06-04T21:21:44.483Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-04T21:21:45.852Z] check_test.go:194: [d165e0ad8a465] daemon is not started [2022-06-04T21:21:45.852Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-04T21:21:46.780Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-04T21:21:47.709Z] check_test.go:194: [dc3066a8efbe1] daemon is not started [2022-06-04T21:21:47.709Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-04T21:21:48.639Z] check_test.go:194: [d57d28808a9e6] daemon is not started [2022-06-04T21:21:48.640Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-04T21:21:50.006Z] check_test.go:194: [d9d4b1598eab6] daemon is not started [2022-06-04T21:21:50.006Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-04T21:21:50.935Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-04T21:21:51.497Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite (50.31s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.18s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.99s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.82s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.49s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.73s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.91s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.04s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.30s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.49s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.55s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.31s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.16s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.07s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.16s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.29s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.13s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.12s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.06s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.51s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.33s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.49s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.39s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.44s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.31s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.77s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.97s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.37s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2022-06-04T21:21:51.754Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.82s) [2022-06-04T21:21:51.754Z] === RUN TestDockerSchema1RegistrySuite [2022-06-04T21:21:51.754Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-04T21:21:52.011Z] check_test.go:221: [d273197ec0e51] daemon is not started [2022-06-04T21:21:52.011Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-04T21:21:55.281Z] check_test.go:221: [d54de60e483b5] daemon is not started [2022-06-04T21:21:55.281Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-04T21:21:55.843Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-04T21:21:55.843Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-04T21:21:55.843Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-04T21:22:02.381Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-04T21:22:02.381Z] check_test.go:221: [dcafc74f216bf] daemon is not started [2022-06-04T21:22:02.381Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-04T21:22:02.637Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-04T21:22:03.199Z] check_test.go:221: [de8f3261c4a37] daemon is not started [2022-06-04T21:22:03.199Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-04T21:22:03.199Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-04T21:22:03.199Z] check_test.go:221: [d6a768a6f3b5d] daemon is not started [2022-06-04T21:22:03.199Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-04T21:22:04.572Z] check_test.go:221: [d9e2d5c56e5cf] daemon is not started [2022-06-04T21:22:04.572Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-04T21:22:05.938Z] check_test.go:221: [db9000dcfecae] daemon is not started [2022-06-04T21:22:05.938Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-04T21:22:05.938Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-04T21:22:06.867Z] check_test.go:221: [d1f735df63196] daemon is not started [2022-06-04T21:22:06.867Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-04T21:22:10.137Z] check_test.go:221: [d26adcea9e70e] daemon is not started [2022-06-04T21:22:10.137Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-04T21:22:10.137Z] check_test.go:221: [df2779b229faf] daemon is not started [2022-06-04T21:22:10.137Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-04T21:22:10.393Z] check_test.go:221: [dc964d8982bb2] daemon is not started [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite (18.73s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.40s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.69s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.15s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.14s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.22s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.11s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.87s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-06-04T21:22:10.393Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-06-04T21:22:10.393Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-04T21:22:10.393Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-04T21:22:11.322Z] check_test.go:250: [d9288b1b36317] daemon is not started [2022-06-04T21:22:11.322Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-04T21:22:11.885Z] check_test.go:250: [d6a606426564b] daemon is not started [2022-06-04T21:22:11.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-04T21:22:11.885Z] check_test.go:250: [df34823430006] daemon is not started [2022-06-04T21:22:11.885Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-04T21:22:13.252Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-04T21:22:13.815Z] check_test.go:250: [d49a624492bfa] daemon is not started [2022-06-04T21:22:13.815Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-04T21:22:14.070Z] check_test.go:250: [d63f030140595] daemon is not started [2022-06-04T21:22:14.071Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-04T21:22:15.000Z] check_test.go:250: [dfcae1d6f5b86] daemon is not started [2022-06-04T21:22:15.000Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-04T21:22:15.256Z] check_test.go:250: [d1bb177680399] daemon is not started [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.69s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.56s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.82s) [2022-06-04T21:22:15.256Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-06-04T21:22:15.256Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-04T21:22:15.256Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-04T21:22:20.499Z] check_test.go:277: [d053b99e2b959] daemon is not started [2022-06-04T21:22:20.499Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-04T21:22:20.499Z] check_test.go:277: [d726390f88bcf] daemon is not started [2022-06-04T21:22:20.499Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-04T21:22:20.499Z] check_test.go:277: [dfae4171878b1] daemon is not started [2022-06-04T21:22:20.755Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-04T21:22:20.755Z] check_test.go:277: [ddfa93cd1f77e] daemon is not started [2022-06-04T21:22:20.755Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-04T21:22:21.011Z] check_test.go:277: [dfba428ad8eb9] daemon is not started [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-06-04T21:22:21.011Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-06-04T21:22:21.011Z] === RUN TestDockerNetworkSuite [2022-06-04T21:22:21.011Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-04T21:22:21.940Z] docker_cli_network_unix_test.go:46: [d6236fa7caa4c] daemon is not started [2022-06-04T21:22:21.940Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-04T21:22:22.571Z] docker_cli_network_unix_test.go:46: [daeb7cf05b8bf] daemon is not started [2022-06-04T21:22:22.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-04T21:22:25.348Z] docker_cli_network_unix_test.go:46: [d45ed26877dc2] daemon is not started [2022-06-04T21:22:25.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-04T21:22:26.972Z] docker_cli_network_unix_test.go:46: [daaab937b566b] daemon is not started [2022-06-04T21:22:26.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-04T21:22:27.228Z] docker_cli_network_unix_test.go:1233: [d6fc2e12871ac] daemon is not started [2022-06-04T21:22:29.746Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-04T21:22:30.673Z] docker_cli_network_unix_test.go:46: [d9c51ca9577db] daemon is not started [2022-06-04T21:22:31.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-04T21:22:36.479Z] docker_cli_network_unix_test.go:46: [d64bbb95cc96a] daemon is not started [2022-06-04T21:22:36.479Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-04T21:22:38.368Z] docker_cli_network_unix_test.go:46: [d4f7d2a7a5894] daemon is not started [2022-06-04T21:22:38.933Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-04T21:22:39.862Z] docker_cli_network_unix_test.go:46: [d468e876dcba6] daemon is not started [2022-06-04T21:22:40.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-04T21:22:40.679Z] docker_cli_network_unix_test.go:46: [dbb9203915eed] daemon is not started [2022-06-04T21:22:40.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-04T21:22:40.935Z] docker_cli_network_unix_test.go:46: [d0202568a7f3a] daemon is not started [2022-06-04T21:22:40.935Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-04T21:22:41.498Z] docker_cli_network_unix_test.go:46: [d845448ff4dae] daemon is not started [2022-06-04T21:22:42.061Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-04T21:22:42.624Z] docker_cli_network_unix_test.go:46: [de33321b069f9] daemon is not started [2022-06-04T21:22:42.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-04T21:22:43.137Z] docker_cli_network_unix_test.go:46: [dc3e316a9a97e] daemon is not started [2022-06-04T21:22:43.137Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-04T21:22:43.394Z] docker_cli_network_unix_test.go:46: [ddf3875cf3300] daemon is not started [2022-06-04T21:22:43.394Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-04T21:22:43.977Z] docker_cli_network_unix_test.go:46: [de6c3c0b1daa9] daemon is not started [2022-06-04T21:22:43.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-04T21:22:44.234Z] docker_cli_network_unix_test.go:46: [df24ed7d2dc8f] daemon is not started [2022-06-04T21:22:44.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-04T21:22:44.234Z] docker_cli_network_unix_test.go:46: [de522413d6e2b] daemon is not started [2022-06-04T21:22:44.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-04T21:22:44.489Z] docker_cli_network_unix_test.go:46: [d3461bd1517a6] daemon is not started [2022-06-04T21:22:44.489Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-04T21:22:45.416Z] docker_cli_network_unix_test.go:46: [d370d5ab97d13] daemon is not started [2022-06-04T21:22:45.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-04T21:22:45.978Z] docker_cli_network_unix_test.go:46: [da9b301753605] daemon is not started [2022-06-04T21:22:46.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-04T21:22:46.490Z] docker_cli_network_unix_test.go:46: [d57faad576cf6] daemon is not started [2022-06-04T21:22:46.490Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-04T21:22:46.747Z] docker_cli_network_unix_test.go:46: [de0c24c9fc130] daemon is not started [2022-06-04T21:22:46.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-04T21:22:47.002Z] docker_cli_network_unix_test.go:46: [d097e48e19553] daemon is not started [2022-06-04T21:22:47.002Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-04T21:22:48.366Z] docker_cli_network_unix_test.go:968: [d7666bfceefd4] daemon is not started [2022-06-04T21:22:49.294Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-04T21:22:50.660Z] docker_cli_network_unix_test.go:46: [d74e4232e7381] daemon is not started [2022-06-04T21:22:50.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-04T21:22:53.179Z] docker_cli_network_unix_test.go:1116: [d46d6a512cab5] daemon is not started [2022-06-04T21:22:55.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-04T21:22:55.956Z] docker_cli_network_unix_test.go:46: [da3bb9f683dc3] daemon is not started [2022-06-04T21:22:55.956Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-04T21:22:56.884Z] docker_cli_network_unix_test.go:46: [d2c7381d92d97] daemon is not started [2022-06-04T21:22:56.884Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-04T21:22:56.884Z] docker_cli_network_unix_test.go:46: [df015195b8d99] daemon is not started [2022-06-04T21:22:56.884Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-04T21:22:57.140Z] docker_cli_network_unix_test.go:46: [dfaedb230c3b2] daemon is not started [2022-06-04T21:22:57.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-04T21:22:57.140Z] docker_cli_network_unix_test.go:46: [df3ca29b1e4d3] daemon is not started [2022-06-04T21:22:57.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-04T21:22:57.396Z] docker_cli_network_unix_test.go:46: [d91fd19683094] daemon is not started [2022-06-04T21:22:57.396Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-04T21:22:57.396Z] docker_cli_network_unix_test.go:46: [d79ab5889c5d7] daemon is not started [2022-06-04T21:22:57.396Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-04T21:22:59.285Z] docker_cli_network_unix_test.go:46: [d984e746277c6] daemon is not started [2022-06-04T21:22:59.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-04T21:22:59.846Z] docker_cli_network_unix_test.go:46: [d148c8ef4b9e5] daemon is not started [2022-06-04T21:22:59.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-04T21:22:59.846Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-04T21:22:59.846Z] docker_cli_network_unix_test.go:46: [df44916b09e86] daemon is not started [2022-06-04T21:22:59.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-04T21:23:00.419Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-04T21:23:00.685Z] docker_cli_network_unix_test.go:46: [d189d41f09f11] daemon is not started [2022-06-04T21:23:00.949Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-04T21:23:02.839Z] docker_cli_swarm_test.go:1180: [d79abc845b543] joining swarm manager [d3b87b5720dbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:23:05.356Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-04T21:23:06.284Z] docker_cli_network_unix_test.go:1084: [d596b821d3b5e] daemon is not started [2022-06-04T21:23:08.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-04T21:23:08.173Z] docker_cli_network_unix_test.go:46: [d39f5dd1eda37] daemon is not started [2022-06-04T21:23:08.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-04T21:23:08.736Z] docker_cli_network_unix_test.go:46: [d5c53790af70f] daemon is not started [2022-06-04T21:23:08.992Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-04T21:23:08.992Z] docker_cli_swarm_test.go:1189: [dc35cdf1a60d3] joining swarm manager [d3b87b5720dbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:23:10.361Z] docker_cli_network_unix_test.go:46: [d7d4570d3e352] daemon is not started [2022-06-04T21:23:10.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-04T21:23:10.618Z] docker_cli_network_unix_test.go:46: [da8ada63a83e1] daemon is not started [2022-06-04T21:23:10.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-04T21:23:11.178Z] docker_cli_network_unix_test.go:46: [d5ffcf903c40d] daemon is not started [2022-06-04T21:23:11.434Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-04T21:23:11.690Z] docker_cli_network_unix_test.go:46: [dab2952fc51ee] daemon is not started [2022-06-04T21:23:11.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-04T21:23:12.509Z] docker_cli_network_unix_test.go:46: [d55fec55cf386] daemon is not started [2022-06-04T21:23:12.765Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-04T21:23:18.012Z] docker_cli_network_unix_test.go:46: [dab2ce6303ddc] daemon is not started [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite (57.01s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.00s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.75s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.82s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.57s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.50s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.36s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.32s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.24s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.57s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.77s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.78s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.06s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.33s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.15s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.37s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.21s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.33s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.53s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2022-06-04T21:23:18.012Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.98s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.98s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.04s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.87s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.72s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.71s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-06-04T21:23:18.012Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.18s) [2022-06-04T21:23:18.012Z] === RUN TestDockerHubPullSuite [2022-06-04T21:23:18.012Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-04T21:23:19.904Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-04T21:23:21.818Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-04T21:23:22.380Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-04T21:23:24.270Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-04T21:23:24.270Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite (6.20s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.60s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.70s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.42s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.19s) [2022-06-04T21:23:24.270Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-04T21:23:24.270Z] PASS [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === Skipped [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_sni_test.go:18: Flakey test [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-04T21:23:24.270Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2022-06-04T21:23:24.270Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-04T21:23:24.270Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-04T21:23:24.270Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-04T21:23:24.270Z] docker_cli_network_unix_test.go:46: [df44916b09e86] daemon is not started [2022-06-04T21:23:24.270Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] DONE 1265 tests, 51 skipped in 1499.192s [2022-06-04T21:23:24.270Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T21:23:24.270Z] ++++ cat bundles/test-integration/docker.pid [2022-06-04T21:23:24.270Z] +++ kill 9372 [2022-06-04T21:23:24.270Z] +++ /etc/init.d/apparmor stop [2022-06-04T21:23:24.270Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] Unloading profiles will leave already running processes permanently [2022-06-04T21:23:24.270Z] unconfined, which can lead to unexpected situations. [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.270Z] To set a process to complain mode, use the command line tool [2022-06-04T21:23:24.270Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T21:23:24.270Z] +++ true [2022-06-04T21:23:24.270Z] exiting test-integration [2022-06-04T21:23:24.270Z] ++ exit 0 [2022-06-04T21:23:24.270Z] [2022-06-04T21:23:24.527Z] + for job in $(jobs -p) [2022-06-04T21:23:24.527Z] + wait 13423 [2022-06-04T21:23:46.410Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-04T21:23:52.944Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-04T21:23:57.108Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-04T21:23:58.474Z] docker_cli_swarm_test.go:1112: [d424ab220a6b3] joining swarm manager [d6124d5b60a7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:23:59.844Z] docker_cli_swarm_test.go:1113: [dff754ec91139] joining swarm manager [d6124d5b60a7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:25:36.212Z] docker_cli_swarm_test.go:1166: [df746c6ded3c6] joining swarm manager [d6124d5b60a7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-04T21:26:14.865Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-04T21:26:14.865Z] docker_cli_swarm_test.go:1447: [d023ef43add73] joining swarm manager [da2ddca9e3386]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:26:14.865Z] docker_cli_swarm_test.go:1448: [db2ba9d8a9fbf] joining swarm manager [da2ddca9e3386]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-04T21:26:22.960Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-04T21:26:23.218Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-04T21:26:23.473Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-04T21:26:23.729Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-04T21:26:23.729Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-04T21:26:24.290Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-04T21:26:26.806Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-04T21:26:30.073Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-04T21:26:31.963Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-04T21:26:33.852Z] docker_cli_swarm_unix_test.go:63: [d091edc198b54] joining swarm manager [d6bf0aa7388a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:27:30.013Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-04T21:27:30.013Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-04T21:27:30.013Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-04T21:27:31.941Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-04T21:27:35.207Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-04T21:27:37.096Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-04T21:27:38.985Z] docker_api_swarm_test.go:962: [dc64d4095b839] joining swarm manager [d5b0ec447253b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-04T21:28:00.866Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-04T21:28:10.805Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-04T21:28:12.170Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-04T21:28:14.706Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-04T21:28:17.221Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-04T21:28:25.304Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-04T21:28:30.547Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-04T21:28:32.437Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-04T21:28:34.960Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-04T21:28:37.478Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-04T21:28:39.993Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-04T21:28:42.535Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-04T21:28:45.050Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-04T21:29:41.216Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-04T21:29:56.052Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite (1558.06s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.98s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.17s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.07s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.26s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.26s) [2022-06-04T21:30:10.895Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.68s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.07s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.70s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.27s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (18.01s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.58s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.92s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.84s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.95s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.48s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.79s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.44s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.35s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.92s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (74.60s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.24s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.69s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.47s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.09s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.03s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.45s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.39s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.26s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.89s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.25s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.95s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.14s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.81s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.18s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.50s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.15s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.64s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.49s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.31s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.46s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.98s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.25s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.75s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.47s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.02s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.69s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.60s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.23s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.20s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.13s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.00s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.55s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.30s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.55s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.38s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.53s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.10s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.68s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.27s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.89s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.19s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.75s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.97s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.92s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.69s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.81s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.71s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.56s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.85s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.81s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.53s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (14.86s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.08s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (69.19s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.21s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.43s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.89s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.58s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.48s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.75s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.22s) [2022-06-04T21:30:10.895Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.92s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.75s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.72s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.26s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.08s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.07s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.19s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.21s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.35s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.49s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.16s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.09s) [2022-06-04T21:30:10.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.83s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.08s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.48s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.09s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.63s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.20s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.02s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.55s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.49s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.47s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.03s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.79s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-06-04T21:30:10.896Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-06-04T21:30:10.896Z] === RUN TestDockerExternalVolumeSuite [2022-06-04T21:30:10.896Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-04T21:30:11.457Z] docker_cli_external_volume_driver_test.go:53: [d935e87cc2ebe] daemon is not started [2022-06-04T21:30:29.495Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-04T21:31:37.111Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-04T21:31:43.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-04T21:31:58.617Z] docker_cli_external_volume_driver_test.go:53: [d6205a7d767db] daemon is not started [2022-06-04T21:32:13.455Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-04T21:32:31.503Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-04T21:32:46.372Z] docker_cli_external_volume_driver_test.go:53: [dcc61b3030b88] daemon is not started [2022-06-04T21:33:00.938Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-04T21:33:00.938Z] docker_cli_external_volume_driver_test.go:53: [de1a2dbdbf80f] daemon is not started [2022-06-04T21:33:15.774Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-04T21:33:47.809Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-04T21:34:02.641Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-04T21:34:17.475Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-04T21:35:04.101Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-04T21:35:22.140Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-04T21:35:54.162Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-04T21:36:26.196Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-04T21:36:41.029Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-04T21:36:59.069Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-04T21:36:59.069Z] docker_cli_external_volume_driver_test.go:485: [dd5fe8b32a245] daemon is not started [2022-06-04T21:37:13.929Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-04T21:37:13.929Z] docker_cli_external_volume_driver_test.go:53: [dd923c64026ae] daemon is not started [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite (436.97s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-06-04T21:37:28.764Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-06-04T21:37:28.764Z] PASS [2022-06-04T21:37:28.764Z] [2022-06-04T21:37:28.764Z] === Skipped [2022-06-04T21:37:28.764Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-04T21:37:28.764Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-04T21:37:28.764Z] check_test.go:307: [dc7b3162204e6] daemon is not started [2022-06-04T21:37:28.764Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-04T21:37:28.764Z] [2022-06-04T21:37:28.764Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-04T21:37:28.764Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-04T21:37:28.764Z] check_test.go:307: [da7655d6c5e15] daemon is not started [2022-06-04T21:37:28.764Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-04T21:37:28.764Z] [2022-06-04T21:37:28.764Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-04T21:37:28.764Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-04T21:37:28.764Z] check_test.go:307: [d4de3a3f65b7b] daemon is not started [2022-06-04T21:37:28.764Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-04T21:37:28.764Z] [2022-06-04T21:37:28.764Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-04T21:37:28.764Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-04T21:37:28.764Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-04T21:37:28.764Z] [2022-06-04T21:37:28.764Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-04T21:37:28.764Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-04T21:37:28.765Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-04T21:37:28.765Z] [2022-06-04T21:37:28.765Z] DONE 269 tests, 5 skipped in 2344.575s [2022-06-04T21:37:28.765Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-04T21:37:28.765Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d76a06bc73053/docker.pid [2022-06-04T21:37:28.765Z] +++ kill 7054 [2022-06-04T21:37:28.765Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7054 is not a child of this shell [2022-06-04T21:37:28.765Z] warning: PID 7054 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d76a06bc73053/docker.pid had a nonzero exit code [2022-06-04T21:37:28.765Z] ++++ cat bundles/test-integration/docker.pid [2022-06-04T21:37:28.765Z] +++ kill 9357 [2022-06-04T21:37:28.765Z] +++ /etc/init.d/apparmor stop [2022-06-04T21:37:28.765Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-04T21:37:28.765Z] [2022-06-04T21:37:28.765Z] Unloading profiles will leave already running processes permanently [2022-06-04T21:37:28.765Z] unconfined, which can lead to unexpected situations. [2022-06-04T21:37:28.765Z] [2022-06-04T21:37:28.765Z] To set a process to complain mode, use the command line tool [2022-06-04T21:37:28.765Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-04T21:37:28.765Z] +++ true [2022-06-04T21:37:28.765Z] exiting test-integration [2022-06-04T21:37:28.765Z] ++ exit 0 [2022-06-04T21:37:28.765Z] [2022-06-04T21:37:28.765Z] + exit 0 [2022-06-04T21:37:28.765Z] ++ jobs -p [2022-06-04T21:37:28.765Z] + pids= [2022-06-04T21:37:28.765Z] + echo 'Remaining pids to kill: []' [2022-06-04T21:37:28.765Z] Remaining pids to kill: [] [2022-06-04T21:37:28.765Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-04T21:37:28.778Z] Recording test results [2022-06-04T21:37:30.204Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-04T21:37:30.563Z] + echo Ensuring container killed. [2022-06-04T21:37:30.563Z] Ensuring container killed. [2022-06-04T21:37:30.563Z] + docker ps -aq -f name=docker-pr1-* [2022-06-04T21:37:30.563Z] + cids=480606fdb55b [2022-06-04T21:37:30.563Z] 6ed0d0c63757 [2022-06-04T21:37:30.563Z] 84eb81364276 [2022-06-04T21:37:30.563Z] + [ -n 480606fdb55b [2022-06-04T21:37:30.563Z] 6ed0d0c63757 [2022-06-04T21:37:30.563Z] 84eb81364276 ] [2022-06-04T21:37:30.563Z] + docker rm -vf 480606fdb55b 6ed0d0c63757 84eb81364276 [2022-06-04T21:37:31.125Z] 480606fdb55b [2022-06-04T21:37:31.125Z] 6ed0d0c63757 [2022-06-04T21:37:31.125Z] 84eb81364276 [Pipeline] sh [2022-06-04T21:37:31.445Z] + echo Chowning /workspace to jenkins user [2022-06-04T21:37:31.445Z] Chowning /workspace to jenkins user [2022-06-04T21:37:31.445Z] + id -u [2022-06-04T21:37:31.445Z] + id -g [2022-06-04T21:37:31.445Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43693:/workspace busybox chown -R 1000:1000 /workspace [2022-06-04T21:37:31.445Z] Unable to find image 'busybox:latest' locally [2022-06-04T21:37:31.445Z] latest: Pulling from library/busybox [2022-06-04T21:37:31.701Z] cecc78ee4075: Pulling fs layer [2022-06-04T21:37:31.701Z] cecc78ee4075: Verifying Checksum [2022-06-04T21:37:31.701Z] cecc78ee4075: Download complete [2022-06-04T21:37:31.701Z] cecc78ee4075: Pull complete [2022-06-04T21:37:31.701Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-04T21:37:31.701Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-04T21:37:34.560Z] + bundleName=amd64 [2022-06-04T21:37:34.560Z] + echo Creating amd64-bundles.tar.gz [2022-06-04T21:37:34.560Z] Creating amd64-bundles.tar.gz [2022-06-04T21:37:34.560Z] + xargs tar -czf amd64-bundles.tar.gz [2022-06-04T21:37:34.560Z] + 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-04T21:37:35.935Z] Archiving artifacts [2022-06-04T21:37:37.645Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43693/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-04T21:37:37.942Z] + make clean [2022-06-04T21:37:37.942Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-04T21:37:37.942Z] docker-dev-cache [2022-06-04T21:37:37.942Z] 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