Pull request #43687 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from ca6e94f9944743de7cb56dce0c7c329537cb8cb4+6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b (8618d21389d007794ebe99a8bda289acc4d61cac) 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-43687@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-03T10:31:54.969Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-03T10:31:54.975Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-03T10:31:55.147Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-037b3699395bf2732) in /home/ubuntu/workspace/moby_PR-43687 [Pipeline] { [Pipeline] checkout [2022-06-03T10:31:55.172Z] The recommended git tool is: git [2022-06-03T10:31:55.180Z] using credential docker-jenkins-github-credentials [2022-06-03T10:31:55.187Z] Cloning the remote Git repository [2022-06-03T10:31:55.187Z] Cloning with configured refspecs honoured and without tags [2022-06-03T10:31:55.187Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:31:55.187Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:31:55.191Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:31:55.191Z] > git --version # timeout=10 [2022-06-03T10:31:55.195Z] > git --version # 'git version 2.17.1' [2022-06-03T10:31:55.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:31:55.196Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:10.344Z] Fetching without tags [2022-06-03T10:32:10.508Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:11.036Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:11.036Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [2022-06-03T10:32:10.332Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:10.334Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:10.336Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:10.341Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:10.345Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:10.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:10.346Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:10.509Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:10.511Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:11.015Z] > git remote # timeout=10 [2022-06-03T10:32:11.020Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:11.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:11.023Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:11.029Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:11.036Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:11.038Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:11.644Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:11.644Z] First time build. Skipping changelog. [2022-06-03T10:32:11.669Z] > git --version # timeout=10 [2022-06-03T10:32:11.682Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:11.687Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T10:32:12.265Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/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-03T10:32:14.800Z] 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 [2022-06-03T10:32:14.994Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0182a8eae17e2e1ef) in /home/ubuntu/workspace/moby_PR-43687 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-06-03T10:32:15.003Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0826dcbd330e0a0a0) in /home/ubuntu/workspace/moby_PR-43687 Stage "s390x" skipped due to when conditional [2022-06-03T10:32:15.004Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01aadf337f226db1c) in /home/ubuntu/workspace/moby_PR-43687 [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-03T10:32:15.018Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-065f5255ce9c199d5) in /home/ubuntu/workspace/moby_PR-43687 [Pipeline] { [2022-06-03T10:32:15.039Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00f1490e11e4fec2f) in /home/ubuntu/workspace/moby_PR-43687 [Pipeline] checkout [Pipeline] { [Pipeline] { [2022-06-03T10:32:15.046Z] The recommended git tool is: git [2022-06-03T10:32:15.054Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-03T10:32:15.061Z] Cloning the remote Git repository [2022-06-03T10:32:15.061Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [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-03T10:32:15.121Z] The recommended git tool is: git [Pipeline] checkout [2022-06-03T10:32:15.127Z] The recommended git tool is: git [Pipeline] checkout [Pipeline] { [2022-06-03T10:32:15.139Z] The recommended git tool is: git [2022-06-03T10:32:15.143Z] using credential docker-jenkins-github-credentials 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-03T10:32:15.153Z] Cloning the remote Git repository [2022-06-03T10:32:15.153Z] Cloning with configured refspecs honoured and without tags [2022-06-03T10:32:15.160Z] using credential docker-jenkins-github-credentials [2022-06-03T10:32:15.167Z] Cloning the remote Git repository [2022-06-03T10:32:15.167Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2022-06-03T10:32:15.173Z] The recommended git tool is: git [2022-06-03T10:32:15.178Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-03T10:32:15.182Z] using credential docker-jenkins-github-credentials [2022-06-03T10:32:15.185Z] Cloning the remote Git repository [2022-06-03T10:32:15.185Z] Cloning with configured refspecs honoured and without tags [2022-06-03T10:32:15.191Z] Cloning the remote Git repository [2022-06-03T10:32:15.191Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-03T10:32:15.048Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:32:15.048Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:32:15.066Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:15.066Z] > git --version # timeout=10 [2022-06-03T10:32:15.073Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:15.074Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:15.075Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:15.156Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:32:15.156Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:32:15.176Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:15.176Z] > git --version # timeout=10 [2022-06-03T10:32:15.178Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:15.179Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:15.179Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:15.184Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:32:15.186Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:32:15.198Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:15.198Z] > git --version # timeout=10 [2022-06-03T10:32:15.201Z] > git --version # 'git version 2.25.1' [2022-06-03T10:32:15.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:15.202Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:15.181Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:32:15.181Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:32:15.194Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:15.194Z] > git --version # timeout=10 [2022-06-03T10:32:15.200Z] > git --version # 'git version 2.25.1' [2022-06-03T10:32:15.200Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:15.201Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:15.191Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T10:32:15.192Z] > git init /home/ubuntu/workspace/moby_PR-43687 # timeout=10 [2022-06-03T10:32:15.199Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:15.199Z] > git --version # timeout=10 [2022-06-03T10:32:15.202Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:15.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:15.203Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:27.181Z] Fetching without tags [2022-06-03T10:32:27.369Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:27.164Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:27.170Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:27.176Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:27.184Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:27.194Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:27.194Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:27.195Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:27.381Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:27.390Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:27.923Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:27.923Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [2022-06-03T10:32:28.653Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:28.680Z] > git --version # timeout=10 [2022-06-03T10:32:28.695Z] > git --version # 'git version 2.25.1' [2022-06-03T10:32:28.700Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T10:32:27.912Z] > git remote # timeout=10 [2022-06-03T10:32:27.917Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:27.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:27.922Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:27.929Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:27.935Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:27.939Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:29.332Z] + docker version [2022-06-03T10:32:29.332Z] Client: Docker Engine - Community [2022-06-03T10:32:29.332Z] Version: 20.10.14 [2022-06-03T10:32:29.332Z] API version: 1.41 [2022-06-03T10:32:29.332Z] Go version: go1.16.15 [2022-06-03T10:32:29.332Z] Git commit: a224086 [2022-06-03T10:32:29.332Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-03T10:32:29.332Z] OS/Arch: linux/arm64 [2022-06-03T10:32:29.332Z] Context: default [2022-06-03T10:32:29.332Z] Experimental: true [2022-06-03T10:32:29.332Z] [2022-06-03T10:32:29.332Z] Server: Docker Engine - Community [2022-06-03T10:32:29.332Z] Engine: [2022-06-03T10:32:29.332Z] Version: 20.10.14 [2022-06-03T10:32:29.332Z] API version: 1.41 (minimum version 1.12) [2022-06-03T10:32:29.332Z] Go version: go1.16.15 [2022-06-03T10:32:29.332Z] Git commit: 87a90dc [2022-06-03T10:32:29.332Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-03T10:32:29.332Z] OS/Arch: linux/arm64 [2022-06-03T10:32:29.332Z] Experimental: true [2022-06-03T10:32:29.332Z] containerd: [2022-06-03T10:32:29.332Z] Version: 1.5.11 [2022-06-03T10:32:29.332Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:29.332Z] runc: [2022-06-03T10:32:29.332Z] Version: 1.0.3 [2022-06-03T10:32:29.332Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T10:32:29.332Z] docker-init: [2022-06-03T10:32:29.332Z] Version: 0.19.0 [2022-06-03T10:32:29.332Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T10:32:29.611Z] + docker info [2022-06-03T10:32:30.176Z] Client: [2022-06-03T10:32:30.176Z] Context: default [2022-06-03T10:32:30.176Z] Debug Mode: false [2022-06-03T10:32:30.176Z] Plugins: [2022-06-03T10:32:30.176Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T10:32:30.176Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T10:32:30.176Z] [2022-06-03T10:32:30.176Z] Server: [2022-06-03T10:32:30.176Z] Containers: 0 [2022-06-03T10:32:30.176Z] Running: 0 [2022-06-03T10:32:30.176Z] Paused: 0 [2022-06-03T10:32:30.176Z] Stopped: 0 [2022-06-03T10:32:30.176Z] Images: 2 [2022-06-03T10:32:30.176Z] Server Version: 20.10.14 [2022-06-03T10:32:30.176Z] Storage Driver: overlay2 [2022-06-03T10:32:30.176Z] Backing Filesystem: extfs [2022-06-03T10:32:30.176Z] Supports d_type: true [2022-06-03T10:32:30.176Z] Native Overlay Diff: true [2022-06-03T10:32:30.176Z] userxattr: false [2022-06-03T10:32:30.176Z] Logging Driver: json-file [2022-06-03T10:32:30.176Z] Cgroup Driver: cgroupfs [2022-06-03T10:32:30.176Z] Cgroup Version: 1 [2022-06-03T10:32:30.176Z] Plugins: [2022-06-03T10:32:30.176Z] Volume: local [2022-06-03T10:32:30.176Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T10:32:30.176Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T10:32:30.176Z] Swarm: inactive [2022-06-03T10:32:30.176Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T10:32:30.176Z] Default Runtime: runc [2022-06-03T10:32:30.176Z] Init Binary: docker-init [2022-06-03T10:32:30.176Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:30.176Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T10:32:30.176Z] init version: de40ad0 [2022-06-03T10:32:30.176Z] Security Options: [2022-06-03T10:32:30.176Z] apparmor [2022-06-03T10:32:30.176Z] seccomp [2022-06-03T10:32:30.176Z] Profile: default [2022-06-03T10:32:30.176Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T10:32:30.176Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T10:32:30.176Z] OSType: linux [2022-06-03T10:32:30.176Z] Architecture: aarch64 [2022-06-03T10:32:30.176Z] CPUs: 2 [2022-06-03T10:32:30.176Z] Total Memory: 7.562GiB [2022-06-03T10:32:30.176Z] Name: ip-10-100-111-56 [2022-06-03T10:32:30.176Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-03T10:32:30.176Z] Docker Root Dir: /var/lib/docker [2022-06-03T10:32:30.176Z] Debug Mode: false [2022-06-03T10:32:30.176Z] Registry: https://index.docker.io/v1/ [2022-06-03T10:32:30.176Z] Labels: [2022-06-03T10:32:30.176Z] Experimental: true [2022-06-03T10:32:30.176Z] Insecure Registries: [2022-06-03T10:32:30.176Z] 127.0.0.0/8 [2022-06-03T10:32:30.176Z] Live Restore Enabled: true [2022-06-03T10:32:30.176Z] [Pipeline] sh [2022-06-03T10:32:30.450Z] Fetching without tags [2022-06-03T10:32:30.457Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:30.457Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:30.457Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43687/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T10:32:30.457Z] + bash /home/ubuntu/workspace/moby_PR-43687/check-config.sh [2022-06-03T10:32:30.457Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T10:32:30.457Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-03T10:32:30.457Z] [2022-06-03T10:32:30.457Z] Generally Necessary: [2022-06-03T10:32:30.457Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T10:32:30.457Z] - apparmor: enabled and tools installed [2022-06-03T10:32:30.457Z] - CONFIG_NAMESPACES: enabled [2022-06-03T10:32:30.457Z] - CONFIG_NET_NS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_PID_NS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_IPC_NS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_UTS_NS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CGROUPS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T10:32:30.457Z] - CONFIG_CPUSETS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_MEMCG: enabled [2022-06-03T10:32:30.457Z] - CONFIG_KEYS: enabled [2022-06-03T10:32:30.457Z] - CONFIG_VETH: enabled (as module) [2022-06-03T10:32:30.457Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T10:32:30.457Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T10:32:30.457Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T10:32:30.495Z] Fetching without tags [2022-06-03T10:32:30.612Z] Fetching without tags [2022-06-03T10:32:30.655Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:30.715Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T10:32:30.715Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T10:32:30.715Z] [2022-06-03T10:32:30.715Z] Optional Features: [2022-06-03T10:32:30.715Z] - CONFIG_USER_NS: enabled [2022-06-03T10:32:30.715Z] - CONFIG_SECCOMP: enabled [2022-06-03T10:32:30.715Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T10:32:30.715Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T10:32:30.715Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T10:32:30.715Z] (cgroup swap accounting is currently enabled) [2022-06-03T10:32:30.715Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T10:32:30.715Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T10:32:30.715Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T10:32:30.715Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T10:32:30.715Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T10:32:30.715Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T10:32:30.715Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T10:32:30.715Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T10:32:30.715Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T10:32:30.715Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T10:32:30.715Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T10:32:30.715Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T10:32:30.715Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T10:32:30.715Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T10:32:30.716Z] - CONFIG_EXT4_FS: enabled [2022-06-03T10:32:30.716Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T10:32:30.725Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:30.781Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:30.382Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.385Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:30.391Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.415Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.437Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:30.437Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:30.437Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.641Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:30.646Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:30.973Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T10:32:30.973Z] - Network Drivers: [2022-06-03T10:32:30.973Z] - "overlay": [2022-06-03T10:32:30.973Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T10:32:30.973Z] Optional (for encrypted networks): [2022-06-03T10:32:30.973Z] - CONFIG_CRYPTO: enabled [2022-06-03T10:32:30.973Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T10:32:30.973Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T10:32:30.973Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T10:32:30.973Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T10:32:30.973Z] - CONFIG_XFRM: enabled [2022-06-03T10:32:30.973Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T10:32:30.973Z] - "ipvlan": [2022-06-03T10:32:30.973Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T10:32:30.973Z] - "macvlan": [2022-06-03T10:32:30.973Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T10:32:30.973Z] - "ftp,tftp client in container": [2022-06-03T10:32:30.973Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T10:32:30.973Z] - Storage Drivers: [2022-06-03T10:32:30.973Z] - "aufs": [2022-06-03T10:32:30.973Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T10:32:30.973Z] - "btrfs": [2022-06-03T10:32:30.973Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T10:32:30.973Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T10:32:30.973Z] - "devicemapper": [2022-06-03T10:32:30.973Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T10:32:30.973Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T10:32:30.973Z] - "overlay": [2022-06-03T10:32:30.973Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T10:32:30.973Z] - "zfs": [2022-06-03T10:32:30.973Z] - /dev/zfs: present [2022-06-03T10:32:30.973Z] - zfs command: missing [2022-06-03T10:32:30.973Z] - zpool command: missing [2022-06-03T10:32:30.973Z] [2022-06-03T10:32:30.973Z] Limits: [2022-06-03T10:32:30.973Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T10:32:30.973Z] [2022-06-03T10:32:30.973Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-03T10:32:30.472Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.475Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:30.480Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.487Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.539Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:30.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:30.540Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.723Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:30.728Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [Pipeline] sh [2022-06-03T10:32:30.593Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.598Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:30.603Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.607Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:30.613Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:30.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:30.613Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:30.781Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:30.788Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:31.209Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:31.209Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [2022-06-03T10:32:31.211Z] Fetching without tags [2022-06-03T10:32:31.274Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:31.274Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [2022-06-03T10:32:31.290Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 . [2022-06-03T10:32:31.319Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:31.319Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [2022-06-03T10:32:31.394Z] Merging remotes/origin/master commit 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b into PR head commit ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:31.467Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:31.462Z] > git --version # timeout=10 [2022-06-03T10:32:31.477Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:31.484Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T10:32:31.548Z] #1 [internal] load build definition from Dockerfile [2022-06-03T10:32:31.548Z] #1 sha256:fb10b5a942c968c2f707bc904bcb551519d69d866dc1b6be03b739a73e7772b0 [2022-06-03T10:32:31.548Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-06-03T10:32:31.548Z] #1 DONE 0.0s [2022-06-03T10:32:31.548Z] [2022-06-03T10:32:31.548Z] #2 [internal] load .dockerignore [2022-06-03T10:32:31.548Z] #2 sha256:bec547165c9435a010928951aa8783d3b02cca595dcb10b9619a8c363e607ae6 [2022-06-03T10:32:31.548Z] #2 transferring context: 145B done [2022-06-03T10:32:31.548Z] #2 DONE 0.0s [2022-06-03T10:32:31.548Z] [2022-06-03T10:32:31.548Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T10:32:31.548Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-03T10:32:31.601Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:31.616Z] > git --version # timeout=10 [2022-06-03T10:32:31.620Z] > git --version # 'git version 2.25.1' [2022-06-03T10:32:31.628Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T10:32:31.700Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:31.708Z] > git --version # timeout=10 [2022-06-03T10:32:31.713Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:31.726Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [2022-06-03T10:32:31.806Z] #3 DONE 0.4s [2022-06-03T10:32:31.806Z] [2022-06-03T10:32:31.806Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T10:32:31.806Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-03T10:32:31.806Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T10:32:31.806Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T10:32:31.806Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-03T10:32:31.806Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-03T10:32:31.806Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [Pipeline] sh [2022-06-03T10:32:31.933Z] Merge succeeded, producing ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:32:31.933Z] Checking out Revision ca6e94f9944743de7cb56dce0c7c329537cb8cb4 (PR-43687) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T10:32:32.064Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 5.24MB / 9.06MB 0.4s [2022-06-03T10:32:32.087Z] + [ PR != PR ] [2022-06-03T10:32:32.087Z] + [ master != master ] [2022-06-03T10:32:32.087Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2022-06-03T10:32:32.322Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-06-03T10:32:32.322Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-06-03T10:32:32.322Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-03T10:32:32.344Z] + docker version [2022-06-03T10:32:32.344Z] Client: Docker Engine - Community [2022-06-03T10:32:32.344Z] Version: 20.10.14 [2022-06-03T10:32:32.344Z] API version: 1.41 [2022-06-03T10:32:32.344Z] Go version: go1.16.15 [2022-06-03T10:32:32.344Z] Git commit: a224086 [2022-06-03T10:32:32.344Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-03T10:32:32.344Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.344Z] Context: default [2022-06-03T10:32:32.344Z] Experimental: true [2022-06-03T10:32:32.344Z] [2022-06-03T10:32:32.344Z] Server: Docker Engine - Community [2022-06-03T10:32:32.345Z] Engine: [2022-06-03T10:32:32.345Z] Version: 20.10.14 [2022-06-03T10:32:32.345Z] API version: 1.41 (minimum version 1.12) [2022-06-03T10:32:32.345Z] Go version: go1.16.15 [2022-06-03T10:32:32.345Z] Git commit: 87a90dc [2022-06-03T10:32:32.345Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-03T10:32:32.345Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.345Z] Experimental: true [2022-06-03T10:32:32.345Z] containerd: [2022-06-03T10:32:32.345Z] Version: 1.5.11 [2022-06-03T10:32:32.345Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:32.345Z] runc: [2022-06-03T10:32:32.345Z] Version: 1.0.3 [2022-06-03T10:32:32.345Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T10:32:32.345Z] docker-init: [2022-06-03T10:32:32.345Z] Version: 0.19.0 [2022-06-03T10:32:32.345Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T10:32:32.428Z] + docker version [2022-06-03T10:32:32.428Z] Client: Docker Engine - Community [2022-06-03T10:32:32.428Z] Version: 20.10.14 [2022-06-03T10:32:32.428Z] API version: 1.41 [2022-06-03T10:32:32.428Z] Go version: go1.16.15 [2022-06-03T10:32:32.428Z] Git commit: a224086 [2022-06-03T10:32:32.428Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T10:32:32.428Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.428Z] Context: default [2022-06-03T10:32:32.428Z] Experimental: true [2022-06-03T10:32:32.428Z] [2022-06-03T10:32:32.428Z] Server: Docker Engine - Community [2022-06-03T10:32:32.428Z] Engine: [2022-06-03T10:32:32.428Z] Version: 20.10.14 [2022-06-03T10:32:32.428Z] API version: 1.41 (minimum version 1.12) [2022-06-03T10:32:32.428Z] Go version: go1.16.15 [2022-06-03T10:32:32.428Z] Git commit: 87a90dc [2022-06-03T10:32:32.428Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T10:32:32.428Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.428Z] Experimental: true [2022-06-03T10:32:32.428Z] containerd: [2022-06-03T10:32:32.428Z] Version: 1.5.11 [2022-06-03T10:32:32.428Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:32.428Z] runc: [2022-06-03T10:32:32.428Z] Version: 1.0.3 [2022-06-03T10:32:32.428Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T10:32:32.428Z] docker-init: [2022-06-03T10:32:32.428Z] Version: 0.19.0 [2022-06-03T10:32:32.428Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T10:32:32.491Z] + docker version [2022-06-03T10:32:32.492Z] Client: Docker Engine - Community [2022-06-03T10:32:32.492Z] Version: 20.10.14 [2022-06-03T10:32:32.492Z] API version: 1.41 [2022-06-03T10:32:32.492Z] Go version: go1.16.15 [2022-06-03T10:32:32.492Z] Git commit: a224086 [2022-06-03T10:32:32.492Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T10:32:32.492Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.492Z] Context: default [2022-06-03T10:32:32.492Z] Experimental: true [2022-06-03T10:32:32.492Z] [2022-06-03T10:32:32.492Z] Server: Docker Engine - Community [2022-06-03T10:32:32.492Z] Engine: [2022-06-03T10:32:32.492Z] Version: 20.10.14 [2022-06-03T10:32:32.492Z] API version: 1.41 (minimum version 1.12) [2022-06-03T10:32:32.492Z] Go version: go1.16.15 [2022-06-03T10:32:32.492Z] Git commit: 87a90dc [2022-06-03T10:32:32.492Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T10:32:32.492Z] OS/Arch: linux/amd64 [2022-06-03T10:32:32.492Z] Experimental: true [2022-06-03T10:32:32.492Z] containerd: [2022-06-03T10:32:32.492Z] Version: 1.5.11 [2022-06-03T10:32:32.492Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:32.492Z] runc: [2022-06-03T10:32:32.492Z] Version: 1.0.3 [2022-06-03T10:32:32.492Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T10:32:32.492Z] docker-init: [2022-06-03T10:32:32.492Z] Version: 0.19.0 [2022-06-03T10:32:32.492Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T10:32:32.560Z] Commit message: "update AUTHORS and mailmap" [2022-06-03T10:32:32.580Z] #4 DONE 0.7s [2022-06-03T10:32:32.580Z] [2022-06-03T10:32:32.580Z] #5 [internal] load .dockerignore [2022-06-03T10:32:32.580Z] #5 sha256:c9a193ff8e0a99da673448e02619b25365b42d95eb91a74d695d66bdb9a71603 [2022-06-03T10:32:32.580Z] #5 DONE 0.0s [2022-06-03T10:32:32.580Z] [2022-06-03T10:32:32.580Z] #6 [internal] load build definition from Dockerfile [2022-06-03T10:32:32.580Z] #6 sha256:fc4333795ba950770532835c9ea7bb426f0bea51224fe5fd73cb1e91ba87e5bb [2022-06-03T10:32:32.580Z] #6 DONE 0.0s [2022-06-03T10:32:32.580Z] [2022-06-03T10:32:32.580Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:32.580Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T10:32:32.599Z] > git --version # timeout=10 [2022-06-03T10:32:32.602Z] > git --version # 'git version 2.17.1' [2022-06-03T10:32:32.611Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T10:32:32.660Z] + docker info [2022-06-03T10:32:32.705Z] + docker info [2022-06-03T10:32:31.165Z] > git remote # timeout=10 [2022-06-03T10:32:31.172Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:31.178Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:31.179Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:31.188Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:31.195Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:31.202Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:32.763Z] + docker info [2022-06-03T10:32:32.763Z] Client: [2022-06-03T10:32:32.763Z] Context: default [2022-06-03T10:32:32.763Z] Debug Mode: false [2022-06-03T10:32:32.763Z] Plugins: [2022-06-03T10:32:32.763Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T10:32:32.763Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T10:32:32.763Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T10:32:32.763Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T10:32:32.763Z] [2022-06-03T10:32:32.763Z] Server: [2022-06-03T10:32:32.763Z] Containers: 0 [2022-06-03T10:32:32.763Z] Running: 0 [2022-06-03T10:32:32.763Z] Paused: 0 [2022-06-03T10:32:32.763Z] Stopped: 0 [2022-06-03T10:32:32.763Z] Images: 4 [2022-06-03T10:32:32.763Z] Server Version: 20.10.14 [2022-06-03T10:32:32.763Z] Storage Driver: overlay2 [2022-06-03T10:32:32.763Z] Backing Filesystem: extfs [2022-06-03T10:32:32.763Z] Supports d_type: true [2022-06-03T10:32:32.763Z] Native Overlay Diff: true [2022-06-03T10:32:32.763Z] userxattr: false [2022-06-03T10:32:32.763Z] Logging Driver: json-file [2022-06-03T10:32:32.763Z] Cgroup Driver: cgroupfs [2022-06-03T10:32:32.763Z] Cgroup Version: 1 [2022-06-03T10:32:32.763Z] Plugins: [2022-06-03T10:32:32.763Z] Volume: local [2022-06-03T10:32:32.763Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T10:32:32.763Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T10:32:32.763Z] Swarm: inactive [2022-06-03T10:32:32.763Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T10:32:32.763Z] Default Runtime: runc [2022-06-03T10:32:32.763Z] Init Binary: docker-init [2022-06-03T10:32:32.763Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:32.763Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T10:32:32.763Z] init version: de40ad0 [2022-06-03T10:32:32.763Z] Security Options: [2022-06-03T10:32:32.763Z] apparmor [2022-06-03T10:32:32.763Z] seccomp [2022-06-03T10:32:32.763Z] Profile: default [2022-06-03T10:32:32.763Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T10:32:32.763Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T10:32:32.763Z] OSType: linux [2022-06-03T10:32:32.763Z] Architecture: x86_64 [2022-06-03T10:32:32.763Z] CPUs: 2 [2022-06-03T10:32:32.763Z] Total Memory: 7.483GiB [2022-06-03T10:32:32.763Z] Name: ip-10-100-92-104 [2022-06-03T10:32:32.763Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T10:32:32.763Z] Docker Root Dir: /var/lib/docker [2022-06-03T10:32:32.763Z] Debug Mode: false [2022-06-03T10:32:32.763Z] Registry: https://index.docker.io/v1/ [2022-06-03T10:32:32.763Z] Labels: [2022-06-03T10:32:32.763Z] Experimental: true [2022-06-03T10:32:32.763Z] Insecure Registries: [2022-06-03T10:32:32.763Z] 127.0.0.0/8 [2022-06-03T10:32:32.763Z] Live Restore Enabled: true [2022-06-03T10:32:32.763Z] [2022-06-03T10:32:32.763Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T10:32:31.177Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:31.180Z] > git config --add remote.origin.fetch +refs/pull/43687/head:refs/remotes/origin/PR-43687 # timeout=10 [2022-06-03T10:32:31.184Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:31.197Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T10:32:31.214Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T10:32:31.214Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:31.215Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43687/head:refs/remotes/origin/PR-43687 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T10:32:31.395Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:31.398Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:31.913Z] > git remote # timeout=10 [2022-06-03T10:32:31.919Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:31.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:31.922Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:31.928Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:31.934Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:31.936Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:31.241Z] > git remote # timeout=10 [2022-06-03T10:32:31.249Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:31.252Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:31.253Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:31.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:31.272Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:31.277Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [2022-06-03T10:32:32.838Z] #10 DONE 0.1s [2022-06-03T10:32:32.838Z] [2022-06-03T10:32:32.838Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:32.838Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T10:32:32.838Z] #7 DONE 0.1s [2022-06-03T10:32:32.838Z] [2022-06-03T10:32:32.838Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T10:32:32.838Z] #9 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-03T10:32:31.292Z] > git remote # timeout=10 [2022-06-03T10:32:31.295Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T10:32:31.297Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T10:32:31.298Z] > git merge 6e80c027c5eff8bcb31f2b83e7c733a4f2e5b72b # timeout=10 [2022-06-03T10:32:31.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T10:32:31.319Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T10:32:31.321Z] > git checkout -f ca6e94f9944743de7cb56dce0c7c329537cb8cb4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T10:32:33.035Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:33.035Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:33.035Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43687/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T10:32:33.035Z] + bash /home/ubuntu/workspace/moby_PR-43687/check-config.sh [2022-06-03T10:32:33.035Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T10:32:33.035Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T10:32:33.035Z] [2022-06-03T10:32:33.035Z] Generally Necessary: [2022-06-03T10:32:33.035Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T10:32:33.035Z] - apparmor: enabled and tools installed [2022-06-03T10:32:33.035Z] - CONFIG_NAMESPACES: enabled [2022-06-03T10:32:33.035Z] - CONFIG_NET_NS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_PID_NS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_IPC_NS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_UTS_NS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUPS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CPUSETS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_MEMCG: enabled [2022-06-03T10:32:33.035Z] - CONFIG_KEYS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_VETH: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T10:32:33.035Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T10:32:33.035Z] [2022-06-03T10:32:33.035Z] Optional Features: [2022-06-03T10:32:33.035Z] - CONFIG_USER_NS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_SECCOMP: enabled [2022-06-03T10:32:33.035Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T10:32:33.035Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T10:32:33.035Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T10:32:33.035Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T10:32:33.035Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T10:32:33.096Z] #9 DONE 0.2s [2022-06-03T10:32:33.096Z] [2022-06-03T10:32:33.096Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:33.096Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-03T10:32:33.096Z] #8 DONE 0.3s [2022-06-03T10:32:33.219Z] + docker version [2022-06-03T10:32:33.219Z] Client: Docker Engine - Community [2022-06-03T10:32:33.219Z] Version: 20.10.14 [2022-06-03T10:32:33.219Z] API version: 1.41 [2022-06-03T10:32:33.219Z] Go version: go1.16.15 [2022-06-03T10:32:33.219Z] Git commit: a224086 [2022-06-03T10:32:33.219Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T10:32:33.219Z] OS/Arch: linux/amd64 [2022-06-03T10:32:33.219Z] Context: default [2022-06-03T10:32:33.219Z] Experimental: true [2022-06-03T10:32:33.219Z] [2022-06-03T10:32:33.219Z] Server: Docker Engine - Community [2022-06-03T10:32:33.219Z] Engine: [2022-06-03T10:32:33.219Z] Version: 20.10.14 [2022-06-03T10:32:33.219Z] API version: 1.41 (minimum version 1.12) [2022-06-03T10:32:33.219Z] Go version: go1.16.15 [2022-06-03T10:32:33.219Z] Git commit: 87a90dc [2022-06-03T10:32:33.219Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T10:32:33.219Z] OS/Arch: linux/amd64 [2022-06-03T10:32:33.219Z] Experimental: true [2022-06-03T10:32:33.219Z] containerd: [2022-06-03T10:32:33.219Z] Version: 1.5.11 [2022-06-03T10:32:33.219Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:33.219Z] runc: [2022-06-03T10:32:33.219Z] Version: 1.0.3 [2022-06-03T10:32:33.219Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T10:32:33.219Z] docker-init: [2022-06-03T10:32:33.219Z] Version: 0.19.0 [2022-06-03T10:32:33.219Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T10:32:33.270Z] Client: [2022-06-03T10:32:33.270Z] Context: default [2022-06-03T10:32:33.270Z] Debug Mode: false [2022-06-03T10:32:33.270Z] Plugins: [2022-06-03T10:32:33.270Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T10:32:33.270Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T10:32:33.270Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T10:32:33.270Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T10:32:33.270Z] [2022-06-03T10:32:33.270Z] Server: [2022-06-03T10:32:33.270Z] Containers: 0 [2022-06-03T10:32:33.270Z] Running: 0 [2022-06-03T10:32:33.270Z] Paused: 0 [2022-06-03T10:32:33.270Z] Stopped: 0 [2022-06-03T10:32:33.270Z] Images: 2 [2022-06-03T10:32:33.270Z] Server Version: 20.10.14 [2022-06-03T10:32:33.270Z] Storage Driver: overlay2 [2022-06-03T10:32:33.270Z] Backing Filesystem: extfs [2022-06-03T10:32:33.270Z] Supports d_type: true [2022-06-03T10:32:33.270Z] Native Overlay Diff: true [2022-06-03T10:32:33.270Z] userxattr: false [2022-06-03T10:32:33.270Z] Logging Driver: json-file [2022-06-03T10:32:33.270Z] Cgroup Driver: cgroupfs [2022-06-03T10:32:33.270Z] Cgroup Version: 1 [2022-06-03T10:32:33.270Z] Plugins: [2022-06-03T10:32:33.270Z] Volume: local [2022-06-03T10:32:33.270Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T10:32:33.270Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T10:32:33.270Z] Swarm: inactive [2022-06-03T10:32:33.270Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T10:32:33.270Z] Default Runtime: runc [2022-06-03T10:32:33.270Z] Init Binary: docker-init [2022-06-03T10:32:33.270Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:33.270Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T10:32:33.270Z] init version: de40ad0 [2022-06-03T10:32:33.270Z] Security Options: [2022-06-03T10:32:33.270Z] apparmor [2022-06-03T10:32:33.270Z] seccomp [2022-06-03T10:32:33.270Z] Profile: default [2022-06-03T10:32:33.270Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T10:32:33.270Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T10:32:33.270Z] OSType: linux [2022-06-03T10:32:33.270Z] Architecture: x86_64 [2022-06-03T10:32:33.270Z] CPUs: 2 [2022-06-03T10:32:33.270Z] Total Memory: 7.565GiB [2022-06-03T10:32:33.270Z] Name: ip-10-100-103-146 [2022-06-03T10:32:33.270Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T10:32:33.270Z] Docker Root Dir: /var/lib/docker [2022-06-03T10:32:33.270Z] Debug Mode: false [2022-06-03T10:32:33.270Z] Registry: https://index.docker.io/v1/ [2022-06-03T10:32:33.270Z] Labels: [2022-06-03T10:32:33.270Z] Experimental: true [2022-06-03T10:32:33.270Z] Insecure Registries: [2022-06-03T10:32:33.270Z] 127.0.0.0/8 [2022-06-03T10:32:33.270Z] Live Restore Enabled: true [2022-06-03T10:32:33.270Z] [2022-06-03T10:32:33.270Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T10:32:33.290Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T10:32:33.291Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T10:32:33.291Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T10:32:33.291Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T10:32:33.291Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T10:32:33.291Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T10:32:33.291Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T10:32:33.291Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T10:32:33.291Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T10:32:33.291Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T10:32:33.291Z] - CONFIG_EXT4_FS: enabled [2022-06-03T10:32:33.291Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T10:32:33.291Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T10:32:33.291Z] - Network Drivers: [2022-06-03T10:32:33.291Z] - "overlay": [2022-06-03T10:32:33.291Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T10:32:33.291Z] Optional (for encrypted networks): [2022-06-03T10:32:33.291Z] - CONFIG_CRYPTO: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T10:32:33.291Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T10:32:33.291Z] - CONFIG_XFRM: enabled [2022-06-03T10:32:33.291Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T10:32:33.291Z] - "ipvlan": [2022-06-03T10:32:33.291Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T10:32:33.291Z] - "macvlan": [2022-06-03T10:32:33.291Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T10:32:33.291Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T10:32:33.291Z] - "ftp,tftp client in container": [2022-06-03T10:32:33.361Z] [2022-06-03T10:32:33.361Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:33.361Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T10:32:33.361Z] #73 DONE 0.0s [2022-06-03T10:32:33.361Z] [2022-06-03T10:32:33.361Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:33.361Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T10:32:33.361Z] #71 DONE 0.0s [2022-06-03T10:32:33.361Z] [2022-06-03T10:32:33.361Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:33.361Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T10:32:33.361Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-03T10:32:33.361Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T10:32:33.361Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 9.72MB / 10.66MB 0.2s [2022-06-03T10:32:33.361Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done [2022-06-03T10:32:33.361Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done [2022-06-03T10:32:33.361Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 3.15MB / 53.70MB 0.1s [2022-06-03T10:32:33.361Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.1s done [2022-06-03T10:32:33.361Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 7.34MB / 54.67MB 0.2s [2022-06-03T10:32:33.512Z] + docker info [2022-06-03T10:32:33.546Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T10:32:33.546Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T10:32:33.546Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T10:32:33.546Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T10:32:33.546Z] - Storage Drivers: [2022-06-03T10:32:33.546Z] - "aufs": [2022-06-03T10:32:33.546Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T10:32:33.546Z] - "btrfs": [2022-06-03T10:32:33.546Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T10:32:33.546Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T10:32:33.546Z] - "devicemapper": [2022-06-03T10:32:33.546Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T10:32:33.546Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T10:32:33.546Z] - "overlay": [2022-06-03T10:32:33.546Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T10:32:33.546Z] - "zfs": [2022-06-03T10:32:33.546Z] - /dev/zfs: present [2022-06-03T10:32:33.546Z] - zfs command: missing [2022-06-03T10:32:33.546Z] - zpool command: missing [2022-06-03T10:32:33.546Z] [2022-06-03T10:32:33.546Z] Limits: [2022-06-03T10:32:33.546Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T10:32:33.546Z] [2022-06-03T10:32:33.546Z] + true [Pipeline] } [2022-06-03T10:32:33.553Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:33.553Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:33.553Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43687/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T10:32:33.553Z] + bash /home/ubuntu/workspace/moby_PR-43687/check-config.sh [2022-06-03T10:32:33.553Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T10:32:33.553Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T10:32:33.553Z] [2022-06-03T10:32:33.553Z] Generally Necessary: [2022-06-03T10:32:33.553Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T10:32:33.553Z] - apparmor: enabled and tools installed [2022-06-03T10:32:33.553Z] - CONFIG_NAMESPACES: enabled [2022-06-03T10:32:33.553Z] - CONFIG_NET_NS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_PID_NS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_IPC_NS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_UTS_NS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CGROUPS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T10:32:33.553Z] - CONFIG_CPUSETS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_MEMCG: enabled [2022-06-03T10:32:33.553Z] - CONFIG_KEYS: enabled [2022-06-03T10:32:33.553Z] - CONFIG_VETH: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T10:32:33.553Z] - CONFIG_NF_NAT: enabled (as module) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T10:32:33.622Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 0.2s done [2022-06-03T10:32:33.622Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 22.02MB / 53.70MB 0.3s [2022-06-03T10:32:33.622Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 12.58MB / 54.67MB 0.3s [2022-06-03T10:32:33.622Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 0B / 81.08MB 0.3s [2022-06-03T10:32:33.622Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 32.51MB / 53.70MB 0.4s [2022-06-03T10:32:33.622Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 28.31MB / 54.67MB 0.4s [2022-06-03T10:32:33.622Z] #11 ... [2022-06-03T10:32:33.622Z] [2022-06-03T10:32:33.622Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:33.622Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:33.622Z] #49 DONE 0.0s [2022-06-03T10:32:33.622Z] [2022-06-03T10:32:33.622Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:33.622Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T10:32:33.622Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 38.80MB / 54.67MB 0.5s [2022-06-03T10:32:33.622Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 7.34MB / 81.08MB 0.5s [2022-06-03T10:32:33.811Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T10:32:33.811Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T10:32:33.811Z] [2022-06-03T10:32:33.811Z] Optional Features: [2022-06-03T10:32:33.811Z] - CONFIG_USER_NS: enabled [2022-06-03T10:32:33.811Z] - CONFIG_SECCOMP: enabled [2022-06-03T10:32:33.811Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T10:32:33.811Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T10:32:33.811Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T10:32:33.811Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T10:32:33.811Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T10:32:33.811Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T10:32:33.811Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T10:32:33.811Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T10:32:33.811Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T10:32:33.811Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T10:32:33.811Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T10:32:33.811Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T10:32:33.811Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T10:32:33.811Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T10:32:33.811Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T10:32:33.811Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T10:32:33.811Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T10:32:33.811Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T10:32:33.811Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T10:32:33.811Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T10:32:33.811Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T10:32:33.811Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T10:32:33.811Z] - CONFIG_EXT4_FS: enabled [2022-06-03T10:32:33.811Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T10:32:33.811Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T10:32:33.811Z] - Network Drivers: [2022-06-03T10:32:33.811Z] - "overlay": [2022-06-03T10:32:33.811Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T10:32:33.811Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T10:32:33.811Z] Optional (for encrypted networks): [2022-06-03T10:32:33.867Z] + sudo modprobe ip_vs [2022-06-03T10:32:33.867Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 . [2022-06-03T10:32:33.885Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.6s [2022-06-03T10:32:33.885Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 47.46MB / 54.67MB 0.6s [2022-06-03T10:32:33.885Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 14.68MB / 81.08MB 0.6s [2022-06-03T10:32:33.885Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.6s done [2022-06-03T10:32:33.885Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 0.7s [2022-06-03T10:32:34.025Z] Client: [2022-06-03T10:32:34.025Z] Context: default [2022-06-03T10:32:34.025Z] Debug Mode: false [2022-06-03T10:32:34.025Z] Plugins: [2022-06-03T10:32:34.025Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T10:32:34.025Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T10:32:34.025Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T10:32:34.025Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T10:32:34.025Z] [2022-06-03T10:32:34.025Z] Server: [2022-06-03T10:32:34.025Z] Containers: 0 [2022-06-03T10:32:34.025Z] Running: 0 [2022-06-03T10:32:34.025Z] Paused: 0 [2022-06-03T10:32:34.025Z] Stopped: 0 [2022-06-03T10:32:34.025Z] Images: 2 [2022-06-03T10:32:34.025Z] Server Version: 20.10.14 [2022-06-03T10:32:34.025Z] Storage Driver: overlay2 [2022-06-03T10:32:34.025Z] Backing Filesystem: extfs [2022-06-03T10:32:34.025Z] Supports d_type: true [2022-06-03T10:32:34.025Z] Native Overlay Diff: true [2022-06-03T10:32:34.025Z] userxattr: false [2022-06-03T10:32:34.025Z] Logging Driver: json-file [2022-06-03T10:32:34.025Z] Cgroup Driver: systemd [2022-06-03T10:32:34.025Z] Cgroup Version: 2 [2022-06-03T10:32:34.025Z] Plugins: [2022-06-03T10:32:34.025Z] Volume: local [2022-06-03T10:32:34.025Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T10:32:34.025Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T10:32:34.025Z] Swarm: inactive [2022-06-03T10:32:34.025Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T10:32:34.025Z] Default Runtime: runc [2022-06-03T10:32:34.025Z] Init Binary: docker-init [2022-06-03T10:32:34.025Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:34.025Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T10:32:34.025Z] init version: de40ad0 [2022-06-03T10:32:34.025Z] Security Options: [2022-06-03T10:32:34.025Z] apparmor [2022-06-03T10:32:34.025Z] seccomp [2022-06-03T10:32:34.025Z] Profile: default [2022-06-03T10:32:34.025Z] cgroupns [2022-06-03T10:32:34.025Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T10:32:34.025Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T10:32:34.025Z] OSType: linux [2022-06-03T10:32:34.025Z] Architecture: x86_64 [2022-06-03T10:32:34.025Z] CPUs: 2 [2022-06-03T10:32:34.025Z] Total Memory: 7.476GiB [2022-06-03T10:32:34.025Z] Name: ip-10-100-79-175 [2022-06-03T10:32:34.025Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-03T10:32:34.025Z] Docker Root Dir: /var/lib/docker [2022-06-03T10:32:34.025Z] Debug Mode: false [2022-06-03T10:32:34.025Z] Registry: https://index.docker.io/v1/ [2022-06-03T10:32:34.025Z] Labels: [2022-06-03T10:32:34.025Z] Experimental: true [2022-06-03T10:32:34.025Z] Insecure Registries: [2022-06-03T10:32:34.025Z] 127.0.0.0/8 [2022-06-03T10:32:34.025Z] Live Restore Enabled: true [2022-06-03T10:32:34.025Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-03T10:32:34.069Z] - CONFIG_CRYPTO: enabled [2022-06-03T10:32:34.069Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T10:32:34.069Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T10:32:34.069Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T10:32:34.069Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T10:32:34.069Z] - CONFIG_XFRM: enabled [2022-06-03T10:32:34.069Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T10:32:34.069Z] - "ipvlan": [2022-06-03T10:32:34.069Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T10:32:34.069Z] - "macvlan": [2022-06-03T10:32:34.069Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T10:32:34.069Z] - "ftp,tftp client in container": [2022-06-03T10:32:34.069Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T10:32:34.069Z] - Storage Drivers: [2022-06-03T10:32:34.069Z] - "aufs": [2022-06-03T10:32:34.069Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T10:32:34.069Z] - "btrfs": [2022-06-03T10:32:34.069Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T10:32:34.069Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T10:32:34.069Z] - "devicemapper": [2022-06-03T10:32:34.069Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T10:32:34.069Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T10:32:34.069Z] - "overlay": [2022-06-03T10:32:34.069Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T10:32:34.069Z] - "zfs": [2022-06-03T10:32:34.069Z] - /dev/zfs: present [2022-06-03T10:32:34.069Z] - zfs command: missing [2022-06-03T10:32:34.069Z] - zpool command: missing [2022-06-03T10:32:34.069Z] [2022-06-03T10:32:34.069Z] Limits: [2022-06-03T10:32:34.069Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T10:32:34.069Z] [2022-06-03T10:32:34.069Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-03T10:32:34.122Z] #1 [internal] load build definition from Dockerfile [2022-06-03T10:32:34.122Z] #1 sha256:f9c4e43f1ed836a2cb5c6217229af72bd443086c2afa98b431a8a779980b42ed [2022-06-03T10:32:34.122Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T10:32:34.122Z] #1 DONE 0.0s [2022-06-03T10:32:34.122Z] [2022-06-03T10:32:34.122Z] #2 [internal] load .dockerignore [2022-06-03T10:32:34.122Z] #2 sha256:f561bdde3a1017b7b093b049aa8eb267337403f37972a32db47c285e9575d2e9 [2022-06-03T10:32:34.122Z] #2 transferring context: 145B done [2022-06-03T10:32:34.122Z] #2 DONE 0.0s [2022-06-03T10:32:34.122Z] [2022-06-03T10:32:34.122Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T10:32:34.122Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T10:32:34.122Z] #3 DONE 0.1s [2022-06-03T10:32:34.122Z] [2022-06-03T10:32:34.122Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T10:32:34.122Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T10:32:34.122Z] #4 CACHED [Pipeline] sh [2022-06-03T10:32:34.145Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 0.8s done [2022-06-03T10:32:34.145Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 32.51MB / 81.08MB 0.9s [2022-06-03T10:32:34.145Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 [2022-06-03T10:32:34.145Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0B / 108.88MB 0.9s [2022-06-03T10:32:34.145Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 0.9s done [2022-06-03T10:32:34.145Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 47.30MB / 81.08MB 1.0s [2022-06-03T10:32:34.366Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 . [2022-06-03T10:32:34.403Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 . [2022-06-03T10:32:34.403Z] #1 [internal] load build definition from Dockerfile [2022-06-03T10:32:34.403Z] #1 sha256:a4658ba0b5d1bdcd69a8ccf0b4ec046fd27d8e2776c51637d1d867352e049e37 [2022-06-03T10:32:34.403Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T10:32:34.403Z] #1 DONE 0.0s [2022-06-03T10:32:34.403Z] [2022-06-03T10:32:34.403Z] #2 [internal] load .dockerignore [2022-06-03T10:32:34.403Z] #2 sha256:d412b135449e94869dbc5fad412cb59a0f891a1e04a5e751284949ac30d931dd [2022-06-03T10:32:34.403Z] #2 transferring context: 145B done [2022-06-03T10:32:34.403Z] #2 DONE 0.0s [2022-06-03T10:32:34.403Z] [2022-06-03T10:32:34.403Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T10:32:34.403Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T10:32:34.406Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 15.73MB / 108.88MB 1.1s [2022-06-03T10:32:34.421Z] [2022-06-03T10:32:34.421Z] #5 [internal] load .dockerignore [2022-06-03T10:32:34.421Z] #5 sha256:3527602bc374ba093429ed671420a60dbf005d7f89cb83951f148e467c9a9406 [2022-06-03T10:32:34.421Z] #5 DONE 0.0s [2022-06-03T10:32:34.421Z] [2022-06-03T10:32:34.421Z] #6 [internal] load build definition from Dockerfile [2022-06-03T10:32:34.421Z] #6 sha256:ae6db8cfd12494ce2e185cfd108239ff16ffa3224b445c32d7f5758b132a039a [2022-06-03T10:32:34.421Z] #6 DONE 0.0s [2022-06-03T10:32:34.421Z] [2022-06-03T10:32:34.421Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:34.421Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T10:32:34.421Z] #10 DONE 0.1s [2022-06-03T10:32:34.421Z] [2022-06-03T10:32:34.421Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:34.421Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T10:32:34.621Z] #1 [internal] load build definition from Dockerfile [2022-06-03T10:32:34.621Z] #1 sha256:a4675a36c720cf809ac9fca03a22c37734ab45b80341ae1c337cfc893a6ca5b3 [2022-06-03T10:32:34.621Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T10:32:34.621Z] #1 DONE 0.0s [2022-06-03T10:32:34.621Z] [2022-06-03T10:32:34.621Z] #2 [internal] load .dockerignore [2022-06-03T10:32:34.621Z] #2 sha256:ceaf5866d9062b7d3230b2521ac3503c49d9ed41844467c5348936439887f9fe [2022-06-03T10:32:34.621Z] #2 transferring context: 145B done [2022-06-03T10:32:34.621Z] #2 DONE 0.0s [2022-06-03T10:32:34.621Z] [2022-06-03T10:32:34.621Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T10:32:34.621Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T10:32:34.665Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 66.06MB / 81.08MB 1.4s [2022-06-03T10:32:34.665Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 26.21MB / 108.88MB 1.4s [2022-06-03T10:32:34.665Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 76.55MB / 81.08MB 1.5s [2022-06-03T10:32:34.665Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 40.89MB / 108.88MB 1.5s [2022-06-03T10:32:34.676Z] #9 DONE 0.1s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T10:32:34.676Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T10:32:34.676Z] #8 DONE 0.1s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:34.676Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T10:32:34.676Z] #7 DONE 0.1s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:34.676Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:34.676Z] #11 DONE 0.0s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:34.676Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T10:32:34.676Z] #73 DONE 0.0s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:34.676Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T10:32:34.676Z] #71 DONE 0.0s [2022-06-03T10:32:34.676Z] [2022-06-03T10:32:34.676Z] #24 [internal] load build context [2022-06-03T10:32:34.676Z] #24 sha256:91ab0c06c9aeeedb43497463e3fa2d97777f4bdfcf2f4de57122bf1b9e68427d [2022-06-03T10:32:34.877Z] #3 DONE 0.3s [2022-06-03T10:32:34.877Z] [2022-06-03T10:32:34.877Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T10:32:34.877Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T10:32:34.877Z] #4 CACHED [2022-06-03T10:32:34.893Z] Client: [2022-06-03T10:32:34.893Z] Context: default [2022-06-03T10:32:34.893Z] Debug Mode: false [2022-06-03T10:32:34.893Z] Plugins: [2022-06-03T10:32:34.893Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T10:32:34.893Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T10:32:34.893Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T10:32:34.893Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T10:32:34.893Z] [2022-06-03T10:32:34.893Z] Server: [2022-06-03T10:32:34.893Z] Containers: 0 [2022-06-03T10:32:34.893Z] Running: 0 [2022-06-03T10:32:34.893Z] Paused: 0 [2022-06-03T10:32:34.893Z] Stopped: 0 [2022-06-03T10:32:34.893Z] Images: 7 [2022-06-03T10:32:34.893Z] Server Version: 20.10.14 [2022-06-03T10:32:34.893Z] Storage Driver: overlay2 [2022-06-03T10:32:34.893Z] Backing Filesystem: extfs [2022-06-03T10:32:34.893Z] Supports d_type: true [2022-06-03T10:32:34.893Z] Native Overlay Diff: true [2022-06-03T10:32:34.893Z] userxattr: false [2022-06-03T10:32:34.893Z] Logging Driver: json-file [2022-06-03T10:32:34.893Z] Cgroup Driver: cgroupfs [2022-06-03T10:32:34.893Z] Cgroup Version: 1 [2022-06-03T10:32:34.893Z] Plugins: [2022-06-03T10:32:34.893Z] Volume: local [2022-06-03T10:32:34.893Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T10:32:34.893Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T10:32:34.893Z] Swarm: inactive [2022-06-03T10:32:34.893Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T10:32:34.893Z] Default Runtime: runc [2022-06-03T10:32:34.893Z] Init Binary: docker-init [2022-06-03T10:32:34.893Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T10:32:34.893Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T10:32:34.893Z] init version: de40ad0 [2022-06-03T10:32:34.893Z] Security Options: [2022-06-03T10:32:34.893Z] apparmor [2022-06-03T10:32:34.893Z] seccomp [2022-06-03T10:32:34.893Z] Profile: default [2022-06-03T10:32:34.893Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T10:32:34.893Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T10:32:34.893Z] OSType: linux [2022-06-03T10:32:34.893Z] Architecture: x86_64 [2022-06-03T10:32:34.893Z] CPUs: 2 [2022-06-03T10:32:34.893Z] Total Memory: 7.565GiB [2022-06-03T10:32:34.893Z] Name: ip-10-100-42-189 [2022-06-03T10:32:34.893Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T10:32:34.893Z] Docker Root Dir: /var/lib/docker [2022-06-03T10:32:34.893Z] Debug Mode: false [2022-06-03T10:32:34.893Z] Registry: https://index.docker.io/v1/ [2022-06-03T10:32:34.893Z] Labels: [2022-06-03T10:32:34.893Z] Experimental: true [2022-06-03T10:32:34.893Z] Insecure Registries: [2022-06-03T10:32:34.893Z] 127.0.0.0/8 [2022-06-03T10:32:34.893Z] Live Restore Enabled: true [2022-06-03T10:32:34.893Z] [2022-06-03T10:32:34.893Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T10:32:34.926Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 1.6s done [2022-06-03T10:32:34.926Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 58.72MB / 108.88MB 1.7s [2022-06-03T10:32:34.969Z] #3 DONE 0.3s [2022-06-03T10:32:34.969Z] [2022-06-03T10:32:34.969Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T10:32:34.969Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T10:32:34.969Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T10:32:34.969Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-06-03T10:32:34.969Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T10:32:34.969Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-03T10:32:34.969Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-03T10:32:34.969Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-03T10:32:34.974Z] #24 ... [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T10:32:34.974Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T10:32:34.974Z] #12 CACHED [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-03T10:32:34.974Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T10:32:34.974Z] #13 CACHED [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T10:32:34.974Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T10:32:34.974Z] #28 DONE 0.0s [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #24 [internal] load build context [2022-06-03T10:32:34.974Z] #24 sha256:91ab0c06c9aeeedb43497463e3fa2d97777f4bdfcf2f4de57122bf1b9e68427d [2022-06-03T10:32:34.974Z] #24 ... [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:34.974Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:34.974Z] #49 DONE 0.4s [2022-06-03T10:32:34.974Z] [2022-06-03T10:32:34.974Z] #24 [internal] load build context [2022-06-03T10:32:34.974Z] #24 sha256:91ab0c06c9aeeedb43497463e3fa2d97777f4bdfcf2f4de57122bf1b9e68427d [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #5 [internal] load .dockerignore [2022-06-03T10:32:35.134Z] #5 sha256:8aa5618e497d167f979762e7f9ea24bb847ffc6559f8f8823f6f06473b530919 [2022-06-03T10:32:35.134Z] #5 DONE 0.0s [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #6 [internal] load build definition from Dockerfile [2022-06-03T10:32:35.134Z] #6 sha256:c66c51377a2f2b8fbe2c06001306ab78a70a7d0267f578f378d3dfa41692ef48 [2022-06-03T10:32:35.134Z] #6 DONE 0.0s [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T10:32:35.134Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T10:32:35.134Z] #7 DONE 0.1s [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:35.134Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T10:32:35.134Z] #10 DONE 0.1s [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:35.134Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T10:32:35.134Z] #8 DONE 0.1s [2022-06-03T10:32:35.134Z] [2022-06-03T10:32:35.134Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:35.134Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T10:32:35.134Z] #9 DONE 0.1s [2022-06-03T10:32:35.178Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:35.178Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T10:32:35.178Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43687/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T10:32:35.178Z] + bash /home/ubuntu/workspace/moby_PR-43687/check-config.sh [2022-06-03T10:32:35.178Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T10:32:35.178Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T10:32:35.178Z] [2022-06-03T10:32:35.178Z] Generally Necessary: [2022-06-03T10:32:35.178Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T10:32:35.178Z] - apparmor: enabled and tools installed [2022-06-03T10:32:35.178Z] - CONFIG_NAMESPACES: enabled [2022-06-03T10:32:35.178Z] - CONFIG_NET_NS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_PID_NS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_IPC_NS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_UTS_NS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CGROUPS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T10:32:35.178Z] - CONFIG_CPUSETS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_MEMCG: enabled [2022-06-03T10:32:35.178Z] - CONFIG_KEYS: enabled [2022-06-03T10:32:35.178Z] - CONFIG_VETH: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T10:32:35.178Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T10:32:35.188Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 66.06MB / 108.88MB 1.8s [2022-06-03T10:32:35.188Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 83.13MB / 108.88MB 2.0s [2022-06-03T10:32:35.228Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-03T10:32:35.228Z] #4 DONE 0.5s [2022-06-03T10:32:35.390Z] [2022-06-03T10:32:35.390Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:35.390Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T10:32:35.390Z] #73 DONE 0.0s [2022-06-03T10:32:35.390Z] [2022-06-03T10:32:35.390Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:35.390Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T10:32:35.390Z] #71 DONE 0.0s [2022-06-03T10:32:35.390Z] [2022-06-03T10:32:35.390Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:35.390Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:35.390Z] #11 DONE 0.0s [2022-06-03T10:32:35.390Z] [2022-06-03T10:32:35.390Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T10:32:35.390Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T10:32:35.390Z] #28 DONE 0.0s [2022-06-03T10:32:35.390Z] [2022-06-03T10:32:35.390Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:35.390Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:35.438Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T10:32:35.438Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T10:32:35.438Z] [2022-06-03T10:32:35.438Z] Optional Features: [2022-06-03T10:32:35.438Z] - CONFIG_USER_NS: enabled [2022-06-03T10:32:35.438Z] - CONFIG_SECCOMP: enabled [2022-06-03T10:32:35.438Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T10:32:35.438Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T10:32:35.438Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T10:32:35.438Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T10:32:35.438Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T10:32:35.438Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T10:32:35.438Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T10:32:35.438Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T10:32:35.438Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T10:32:35.438Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T10:32:35.438Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T10:32:35.438Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T10:32:35.438Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T10:32:35.438Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T10:32:35.438Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T10:32:35.438Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T10:32:35.438Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T10:32:35.438Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T10:32:35.438Z] - CONFIG_EXT4_FS: enabled [2022-06-03T10:32:35.438Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T10:32:35.438Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T10:32:35.438Z] - Network Drivers: [2022-06-03T10:32:35.438Z] - "overlay": [2022-06-03T10:32:35.438Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T10:32:35.438Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T10:32:35.438Z] Optional (for encrypted networks): [2022-06-03T10:32:35.446Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 94.45MB / 108.88MB 2.2s [2022-06-03T10:32:35.485Z] [2022-06-03T10:32:35.485Z] #5 [internal] load build definition from Dockerfile [2022-06-03T10:32:35.485Z] #5 sha256:7daea902f5367de488edde043e93203da4c61f4aeddac629b8bbde864dc48c17 [2022-06-03T10:32:35.485Z] #5 DONE 0.0s [2022-06-03T10:32:35.485Z] [2022-06-03T10:32:35.485Z] #6 [internal] load .dockerignore [2022-06-03T10:32:35.485Z] #6 sha256:bfdb1f7099c066072ea1a41ae5824d673a538abea123b072c581b228bfc79edc [2022-06-03T10:32:35.486Z] #6 DONE 0.0s [2022-06-03T10:32:35.486Z] [2022-06-03T10:32:35.486Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:35.486Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T10:32:35.486Z] #10 DONE 0.1s [2022-06-03T10:32:35.486Z] [2022-06-03T10:32:35.486Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:35.486Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T10:32:35.698Z] - CONFIG_CRYPTO: enabled [2022-06-03T10:32:35.698Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T10:32:35.698Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T10:32:35.698Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T10:32:35.698Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T10:32:35.698Z] - CONFIG_XFRM: enabled [2022-06-03T10:32:35.698Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T10:32:35.698Z] - "ipvlan": [2022-06-03T10:32:35.698Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T10:32:35.698Z] - "macvlan": [2022-06-03T10:32:35.698Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T10:32:35.698Z] - "ftp,tftp client in container": [2022-06-03T10:32:35.698Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T10:32:35.698Z] - Storage Drivers: [2022-06-03T10:32:35.698Z] - "aufs": [2022-06-03T10:32:35.698Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T10:32:35.698Z] - "btrfs": [2022-06-03T10:32:35.698Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T10:32:35.698Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T10:32:35.698Z] - "devicemapper": [2022-06-03T10:32:35.698Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T10:32:35.698Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T10:32:35.698Z] - "overlay": [2022-06-03T10:32:35.698Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T10:32:35.698Z] - "zfs": [2022-06-03T10:32:35.698Z] - /dev/zfs: present [2022-06-03T10:32:35.698Z] - zfs command: missing [2022-06-03T10:32:35.698Z] - zpool command: missing [2022-06-03T10:32:35.698Z] [2022-06-03T10:32:35.698Z] Limits: [2022-06-03T10:32:35.698Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T10:32:35.698Z] [2022-06-03T10:32:35.698Z] + true [Pipeline] } [2022-06-03T10:32:35.709Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 106.95MB / 108.88MB 2.3s [2022-06-03T10:32:35.709Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 2.4s done [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-03T10:32:35.743Z] #9 ... [2022-06-03T10:32:35.743Z] [2022-06-03T10:32:35.743Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:35.743Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T10:32:35.743Z] #8 DONE 0.1s [2022-06-03T10:32:35.743Z] [2022-06-03T10:32:35.743Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:35.743Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T10:32:35.743Z] #9 DONE 0.3s [2022-06-03T10:32:35.743Z] [2022-06-03T10:32:35.743Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T10:32:35.743Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T10:32:35.743Z] #7 DONE 0.3s [Pipeline] sh [2022-06-03T10:32:35.962Z] #49 DONE 0.5s [2022-06-03T10:32:35.962Z] [2022-06-03T10:32:35.962Z] #24 [internal] load build context [2022-06-03T10:32:35.962Z] #24 sha256:726d81050be10a8d29965b9f8f2fcd6ca0637c27de319eb8824d35025a7cf8f2 [2022-06-03T10:32:35.968Z] #11 ... [2022-06-03T10:32:35.968Z] [2022-06-03T10:32:35.968Z] #24 [internal] load build context [2022-06-03T10:32:35.968Z] #24 sha256:39f4e6a598c6ce1c8878c253c347b9163ff99a075bc290defdde7a99b60eb62c [2022-06-03T10:32:35.968Z] #24 transferring context: 61.15MB 2.6s done [2022-06-03T10:32:35.968Z] #24 DONE 2.8s [2022-06-03T10:32:36.025Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 . [2022-06-03T10:32:36.226Z] [2022-06-03T10:32:36.226Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T10:32:36.226Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-03T10:32:36.226Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-03T10:32:36.226Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.6s done [2022-06-03T10:32:36.226Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T10:32:36.226Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done [2022-06-03T10:32:36.226Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done [2022-06-03T10:32:36.284Z] #2 [internal] load .dockerignore [2022-06-03T10:32:36.284Z] #2 sha256:c0551bf6467dd0cfbcaf7dd0ba82c6a3b3a8c65ffac3962fb2ed72b967ac3126 [2022-06-03T10:32:36.284Z] #2 transferring context: 145B done [2022-06-03T10:32:36.284Z] #2 DONE 0.0s [2022-06-03T10:32:36.284Z] [2022-06-03T10:32:36.284Z] #1 [internal] load build definition from Dockerfile [2022-06-03T10:32:36.284Z] #1 sha256:b46fd04d6168f721a72efe03aa0a7efab54783f59d930442d5d7666b10ecb29f [2022-06-03T10:32:36.284Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T10:32:36.284Z] #1 DONE 0.1s [2022-06-03T10:32:36.285Z] [2022-06-03T10:32:36.285Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T10:32:36.285Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T10:32:36.285Z] #3 DONE 0.1s [2022-06-03T10:32:36.285Z] [2022-06-03T10:32:36.285Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T10:32:36.285Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T10:32:36.285Z] #4 CACHED [2022-06-03T10:32:36.317Z] [2022-06-03T10:32:36.317Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:36.317Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T10:32:36.317Z] #80 DONE 0.0s [2022-06-03T10:32:36.317Z] [2022-06-03T10:32:36.317Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:36.317Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T10:32:36.317Z] #78 DONE 0.0s [2022-06-03T10:32:36.317Z] [2022-06-03T10:32:36.317Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:36.317Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:36.317Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-03T10:32:36.317Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-03T10:32:36.317Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0B / 10.88MB 0.1s [2022-06-03T10:32:36.317Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T10:32:36.317Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-03T10:32:36.317Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 2.10MB / 55.01MB 0.1s [2022-06-03T10:32:36.317Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0B / 5.16MB 0.1s [2022-06-03T10:32:36.579Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 1.05MB / 10.88MB 0.2s [2022-06-03T10:32:36.579Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.44MB / 55.01MB 0.2s [2022-06-03T10:32:36.579Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.4s [2022-06-03T10:32:36.579Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 27.26MB / 55.01MB 0.4s [2022-06-03T10:32:36.579Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.2s done [2022-06-03T10:32:36.579Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.34MB / 54.58MB 0.4s [2022-06-03T10:32:36.837Z] #11 ... [2022-06-03T10:32:36.837Z] [2022-06-03T10:32:36.837Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:36.837Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:36.837Z] #56 DONE 0.7s [2022-06-03T10:32:36.837Z] [2022-06-03T10:32:36.837Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:36.837Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:36.837Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.4s done [2022-06-03T10:32:36.837Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 36.70MB / 55.01MB 0.5s [2022-06-03T10:32:36.837Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 12.58MB / 54.58MB 0.5s [2022-06-03T10:32:36.837Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 0.5s [2022-06-03T10:32:36.837Z] #11 ... [2022-06-03T10:32:36.837Z] [2022-06-03T10:32:36.837Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:36.837Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:36.837Z] #56 DONE 0.0s [2022-06-03T10:32:36.837Z] [2022-06-03T10:32:36.837Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:36.837Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:36.837Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 44.04MB / 55.01MB 0.7s [2022-06-03T10:32:36.837Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 24.12MB / 54.58MB 0.7s [2022-06-03T10:32:36.837Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 13.15MB / 85.87MB 0.7s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #5 [internal] load .dockerignore [2022-06-03T10:32:36.854Z] #5 sha256:a39cfe9420767ab8b622e81a8388118ebb9fe10c5248b6f7c7146089db63150c [2022-06-03T10:32:36.854Z] #5 DONE 0.0s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #6 [internal] load build definition from Dockerfile [2022-06-03T10:32:36.854Z] #6 sha256:8e9c4805b835a6d55c97bb3128b0f33a7e3cdc3b8bf9e3ee9ac679cd6b4bad73 [2022-06-03T10:32:36.854Z] #6 DONE 0.0s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:36.854Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T10:32:36.854Z] #10 DONE 0.1s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T10:32:36.854Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T10:32:36.854Z] #9 DONE 0.1s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T10:32:36.854Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T10:32:36.854Z] #7 DONE 0.1s [2022-06-03T10:32:36.854Z] [2022-06-03T10:32:36.854Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T10:32:36.854Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T10:32:36.854Z] #8 DONE 0.1s [2022-06-03T10:32:37.095Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 50.33MB / 55.01MB 0.8s [2022-06-03T10:32:37.095Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 29.36MB / 54.58MB 0.8s [2022-06-03T10:32:37.095Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 19.92MB / 85.87MB 0.8s [2022-06-03T10:32:37.095Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s [2022-06-03T10:32:37.095Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 34.60MB / 54.58MB 0.9s [2022-06-03T10:32:37.095Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 30.00MB / 85.87MB 0.9s [2022-06-03T10:32:37.115Z] [2022-06-03T10:32:37.115Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:37.115Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T10:32:37.115Z] #73 DONE 0.0s [2022-06-03T10:32:37.115Z] [2022-06-03T10:32:37.115Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T10:32:37.115Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T10:32:37.115Z] #71 DONE 0.0s [2022-06-03T10:32:37.115Z] [2022-06-03T10:32:37.115Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:37.115Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:37.115Z] #11 DONE 0.0s [2022-06-03T10:32:37.115Z] [2022-06-03T10:32:37.115Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T10:32:37.115Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T10:32:37.115Z] #28 DONE 0.0s [2022-06-03T10:32:37.115Z] [2022-06-03T10:32:37.115Z] #24 [internal] load build context [2022-06-03T10:32:37.115Z] #24 sha256:7635befab0602d2cf89be5b2e991e743283f57af1f8701c4d73fc845d12b82bb [2022-06-03T10:32:37.160Z] #28 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 3.0s done [2022-06-03T10:32:37.160Z] #28 DONE 3.9s [2022-06-03T10:32:37.160Z] [2022-06-03T10:32:37.160Z] #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-03T10:32:37.160Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T10:32:37.331Z] #24 transferring context: 61.14MB 1.6s done [2022-06-03T10:32:37.331Z] #24 DONE 1.8s [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T10:32:37.331Z] #68 sha256:ba9691730b075dca480143baa2d1f8610d5ade0fb7fb0a5fa63391447264d0ed [2022-06-03T10:32:37.331Z] #68 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T10:32:37.331Z] #54 sha256:099cb39dbaf40f5633e5fbe599772b60b004cc820694771510f92b9a09d637da [2022-06-03T10:32:37.331Z] #54 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T10:32:37.331Z] #25 sha256:e94af8a7e5c4a9adaa9e023888a6d2dd6f10918ef72c285c837c65e24a5fab7d [2022-06-03T10:32:37.331Z] #25 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T10:32:37.331Z] #21 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T10:32:37.331Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T10:32:37.331Z] #12 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #67 sha256:3ee9dae20334c1b4eaa10379572fe2cb6f34f276c684ba57c4189eff23be6100 [2022-06-03T10:32:37.331Z] #67 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T10:32:37.331Z] #61 sha256:7eb7055fddba4ba20a211d5fedca2f01bc4ae8335cdaa144b7b3240383c58f2f [2022-06-03T10:32:37.331Z] #61 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T10:32:37.331Z] #63 sha256:5bb06ca400b981259967a410ed81fe6fad41aaeffe4f1e3361720e022f53f7d1 [2022-06-03T10:32:37.331Z] #63 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T10:32:37.331Z] #38 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #77 sha256:3ca8fd8fee2fc89648d5152b91298db297b392edaa687ff3d0ad80ae03311409 [2022-06-03T10:32:37.331Z] #77 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:32:37.331Z] #40 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:32:37.331Z] #47 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:32:37.331Z] #51 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T10:32:37.331Z] #64 sha256:01dac4da7a9578bb58e32eeeb3e1f70b57accd780d8a914f869d71c100e38832 [2022-06-03T10:32:37.331Z] #64 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T10:32:37.331Z] #35 sha256:6b5a85a1c5cebe412aa4a91576ee054c0348cdfb006f13cdc91d70dd84102a86 [2022-06-03T10:32:37.331Z] #35 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:32:37.331Z] #34 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #44 sha256:f3ebce7b09ce17d502ef6016e5eeca7c992123951d9efbb0ea8c759e5f535e66 [2022-06-03T10:32:37.331Z] #44 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T10:32:37.331Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T10:32:37.331Z] #74 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T10:32:37.331Z] #30 sha256:5d413658cb3da94f8d22771dad12b94580a763e651ec157f1069cc599a5ebcb8 [2022-06-03T10:32:37.331Z] #30 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T10:32:37.331Z] #13 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T10:32:37.331Z] #32 sha256:06ebf48aa0f2735805b0fc6a6bedb57cba5701efe66be346f3d0f5580ff9d0f1 [2022-06-03T10:32:37.331Z] #32 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T10:32:37.331Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T10:32:37.331Z] #33 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #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-03T10:32:37.331Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T10:32:37.331Z] #50 CACHED [2022-06-03T10:32:37.331Z] [2022-06-03T10:32:37.331Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #70 sha256:6fac4eed047f6007a9a42025fa447b01eb96f8a374f289382cdfcce481566e6c [2022-06-03T10:32:37.332Z] #70 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:37.332Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:37.332Z] #14 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T10:32:37.332Z] #69 sha256:83fd59d88ae30bac0bf31d9993f8755924e6d5d4abcbabe5941c663840527fa1 [2022-06-03T10:32:37.332Z] #69 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T10:32:37.332Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T10:32:37.332Z] #20 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #26 sha256:bf932dac44039169dcad1431b5e9bd3e6e8225196edee37b3cf6de1776aa4351 [2022-06-03T10:32:37.332Z] #26 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T10:32:37.332Z] #43 sha256:429bf1fa8604f3c58b327dd11c4d0f041887d463f6c69a05c85c145bca44c2a3 [2022-06-03T10:32:37.332Z] #43 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T10:32:37.332Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T10:32:37.332Z] #18 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #45 sha256:500bc0dfd47edc8786e285f463c5876b892de85ea9e515fbf7e24f99968a1da4 [2022-06-03T10:32:37.332Z] #45 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #37 sha256:e2e2e743d1043c270c945b9a9e7afbf37942b0c53df7f4083c25a3b66cff84db [2022-06-03T10:32:37.332Z] #37 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #39 sha256:60134d6bb533f5ae77adb9927ad8bc24a5fa247b50b1421855bfe5e1917c7c9f [2022-06-03T10:32:37.332Z] #39 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #58 sha256:d862c640caaac330484f1a4d161ef4845a6814147f338e76a07016508c416a61 [2022-06-03T10:32:37.332Z] #58 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #52 sha256:c00b42c0c76a8f1f7e787e2ed53a4a83c5e0bb2ec3adcd3990ad609e1bf9da77 [2022-06-03T10:32:37.332Z] #52 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:32:37.332Z] #55 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T10:32:37.332Z] #59 sha256:99d6d0fba268825a1d8926c02ac475736093c64df2f3a4498a5dfab0ab06d966 [2022-06-03T10:32:37.332Z] #59 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:32:37.332Z] #53 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T10:32:37.332Z] #42 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T10:32:37.332Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T10:32:37.332Z] #72 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T10:32:37.332Z] #29 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #65 sha256:c2ebf67b8d7d2174faf4dda21967cc61b3cfc1e92de8fb7f22d04f375dd86a1c [2022-06-03T10:32:37.332Z] #65 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T10:32:37.332Z] #66 sha256:a80f9ea6798da46cad2436e8681204f2df435e2e31889b8026d42f8365170d66 [2022-06-03T10:32:37.332Z] #66 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T10:32:37.332Z] #62 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:32:37.332Z] #36 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #41 sha256:3b883ac0262c7f702446626813cd38fecdeae1f5607e7205a96dc61511389446 [2022-06-03T10:32:37.332Z] #41 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T10:32:37.332Z] #57 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #75 sha256:3749609349964d5922c0ce92064e5462ef2b4c0d2dc174b487385e1ece7a1697 [2022-06-03T10:32:37.332Z] #75 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T10:32:37.332Z] #27 sha256:03091d98f2e90876f2d4026f828b71766bcf6a7a1c71606bc52bba1369f24c49 [2022-06-03T10:32:37.332Z] #27 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T10:32:37.332Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T10:32:37.332Z] #16 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #56 sha256:9051ced70275c4ae3b836c8f2e52769fef38762be5a78cbea3d7e37720870746 [2022-06-03T10:32:37.332Z] #56 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T10:32:37.332Z] #48 sha256:48861ca39df58c144cd47059d14414e8b1fc18f13d8e9195305b8a0a2d2fc733 [2022-06-03T10:32:37.332Z] #48 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #31 sha256:341fba3924841a6bf1074b2fe3a2b1d8f0bafc6375aeb967f0d4e8bfb3445133 [2022-06-03T10:32:37.332Z] #31 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #60 sha256:edcb440c5d1c3f4f2c1f99b60c3f0d3c545ec506506039052e3bbd5f4736c039 [2022-06-03T10:32:37.332Z] #60 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T10:32:37.332Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T10:32:37.332Z] #15 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T10:32:37.332Z] #22 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T10:32:37.332Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T10:32:37.332Z] #19 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T10:32:37.332Z] #76 sha256:f486b9e0ea775a6bc10ae1dc4275ad54a29980cf7e0090255604606a022aa2f9 [2022-06-03T10:32:37.332Z] #76 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T10:32:37.332Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T10:32:37.332Z] #17 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T10:32:37.332Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T10:32:37.332Z] #46 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T10:32:37.332Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T10:32:37.332Z] #23 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #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-03T10:32:37.332Z] #78 sha256:08142e63a3c4d9a033ec5147bd0216f3675a02305407e5bac096b0a622ea47de [2022-06-03T10:32:37.332Z] #78 CACHED [2022-06-03T10:32:37.332Z] [2022-06-03T10:32:37.332Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T10:32:37.332Z] #79 sha256:9b72e9bec404721b497617593bb8fbb4f929b9c1d333ea5a8129f8aa5f3a7349 [2022-06-03T10:32:37.354Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 41.25MB / 54.58MB 1.0s [2022-06-03T10:32:37.354Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 35.65MB / 85.87MB 1.0s [2022-06-03T10:32:37.354Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.0s done [2022-06-03T10:32:37.354Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 50.33MB / 54.58MB 1.2s [2022-06-03T10:32:37.354Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 45.09MB / 85.87MB 1.2s [2022-06-03T10:32:37.354Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 1.2s [2022-06-03T10:32:37.612Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.3s [2022-06-03T10:32:37.612Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 54.35MB / 85.87MB 1.3s [2022-06-03T10:32:37.612Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.4s done [2022-06-03T10:32:37.612Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 59.77MB / 85.87MB 1.4s [2022-06-03T10:32:37.613Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 1.4s [2022-06-03T10:32:37.688Z] #24 ... [2022-06-03T10:32:37.688Z] [2022-06-03T10:32:37.688Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T10:32:37.688Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T10:32:37.688Z] #49 DONE 0.5s [2022-06-03T10:32:37.688Z] [2022-06-03T10:32:37.688Z] #24 [internal] load build context [2022-06-03T10:32:37.688Z] #24 sha256:7635befab0602d2cf89be5b2e991e743283f57af1f8701c4d73fc845d12b82bb [2022-06-03T10:32:37.872Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 65.01MB / 85.87MB 1.5s [2022-06-03T10:32:37.872Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.58MB / 141.75MB 1.5s [2022-06-03T10:32:37.872Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 1.4s done [2022-06-03T10:32:37.872Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 79.69MB / 85.87MB 1.7s [2022-06-03T10:32:37.872Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 30.41MB / 141.75MB 1.7s [2022-06-03T10:32:38.094Z] #29 0.783 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:32:38.095Z] #29 0.791 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:32:38.095Z] #29 0.791 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:32:38.095Z] #29 0.932 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:32:38.131Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 1.8s [2022-06-03T10:32:38.131Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 1.9s done [2022-06-03T10:32:38.131Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 44.04MB / 141.75MB 2.0s [2022-06-03T10:32:38.249Z] #24 transferring context: 61.15MB 3.2s done [2022-06-03T10:32:38.249Z] #24 DONE 3.2s [2022-06-03T10:32:38.249Z] [2022-06-03T10:32:38.249Z] #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-03T10:32:38.249Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T10:32:38.249Z] #62 1.913 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T10:32:38.249Z] #62 1.913 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:32:38.249Z] #62 1.951 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:32:38.249Z] #62 2.793 Get:4 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:32:38.249Z] #62 3.264 Fetched 236 kB in 2s (128 kB/s) [2022-06-03T10:32:38.261Z] #79 DONE 1.0s [2022-06-03T10:32:38.261Z] [2022-06-03T10:32:38.261Z] #80 exporting to image [2022-06-03T10:32:38.261Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T10:32:38.261Z] #80 exporting layers [2022-06-03T10:32:38.353Z] #29 1.099 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:32:38.390Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 58.75MB / 141.75MB 2.2s [2022-06-03T10:32:38.504Z] #62 3.264 Reading package lists... [2022-06-03T10:32:38.504Z] #62 ... [2022-06-03T10:32:38.504Z] [2022-06-03T10:32:38.504Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T10:32:38.504Z] #66 sha256:a4148056bc6599d681ff7870d98b27f438ffc63fe0fae410fa9ab247e68dc269 [2022-06-03T10:32:38.504Z] #66 DONE 0.5s [2022-06-03T10:32:38.504Z] [2022-06-03T10:32:38.504Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T10:32:38.504Z] #25 sha256:fa0281cd9f80686b42436a4dd87a4b80537b656a49ae2e466c2047ac2e2912a1 [2022-06-03T10:32:38.504Z] #25 DONE 0.5s [2022-06-03T10:32:38.651Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 70.25MB / 141.75MB 2.3s [2022-06-03T10:32:38.651Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 81.79MB / 141.75MB 2.4s [2022-06-03T10:32:38.762Z] [2022-06-03T10:32:38.762Z] #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-03T10:32:38.762Z] #26 sha256:1e7e19ed4efe3ab170d9ec2af24e481eae1c024c4b94813015ad0d99f4744a1e [2022-06-03T10:32:38.909Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 98.03MB / 141.75MB 2.6s [2022-06-03T10:32:38.909Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 119.54MB / 141.75MB 2.8s [2022-06-03T10:32:38.919Z] #29 1.705 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:32:39.183Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 126.88MB / 141.75MB 2.9s [2022-06-03T10:32:39.183Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 134.24MB / 141.75MB 3.0s [2022-06-03T10:32:39.188Z] #80 exporting layers 1.0s done [2022-06-03T10:32:39.188Z] #80 writing image sha256:2111628855ea8366924d9e416dc8efef5a67cfb766fb5dc8e06a09189f17aae0 done [2022-06-03T10:32:39.188Z] #80 naming to docker.io/library/docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 done [2022-06-03T10:32:39.188Z] #80 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T10:32:39.444Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 3.1s [2022-06-03T10:32:39.444Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.9s [2022-06-03T10:32:39.486Z] #29 2.153 Fetched 8424 kB in 2s (5156 kB/s) [2022-06-03T10:32:39.519Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -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:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh dynbinary test-integration [2022-06-03T10:32:39.604Z] #24 transferring context: 61.15MB 2.0s done [2022-06-03T10:32:39.604Z] #24 DONE 2.1s [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T10:32:39.604Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T10:32:39.604Z] #20 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T10:32:39.604Z] #27 sha256:f1e2f9a2af800ed0d319e713503481e40e195c0cf32f430d9a54cdd604488cd1 [2022-06-03T10:32:39.604Z] #27 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:32:39.604Z] #47 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T10:32:39.604Z] #16 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T10:32:39.604Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T10:32:39.604Z] #23 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T10:32:39.604Z] #57 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:32:39.604Z] #40 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T10:32:39.604Z] #30 sha256:e3856e830edddd4668f66841dbb4e322d77970c813ec73fa3c93ba28c60b79c2 [2022-06-03T10:32:39.604Z] #30 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:32:39.604Z] #55 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #58 sha256:66d3777e180cd6e6ba83988faed5264e46cf235c03f69d056624742bd40c1f8a [2022-06-03T10:32:39.604Z] #58 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #56 sha256:cce69fe256242a9fbe66f10c3b2adbd7c14887840af67df2e2e850d5ee3d104a [2022-06-03T10:32:39.604Z] #56 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T10:32:39.604Z] #62 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:39.604Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:39.604Z] #14 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T10:32:39.604Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T10:32:39.604Z] #19 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T10:32:39.604Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T10:32:39.604Z] #12 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T10:32:39.604Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T10:32:39.604Z] #72 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #54 sha256:fe8dbd59ca32cc1d57bde02a0f5c163fedf9c72eef31d3da759ce618d033dc87 [2022-06-03T10:32:39.604Z] #54 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T10:32:39.604Z] #42 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #60 sha256:a7b3203d8e5b6b204aeea26b724f7b2640acd4a813bbda65ebabb90930432111 [2022-06-03T10:32:39.604Z] #60 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T10:32:39.604Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T10:32:39.604Z] #15 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #45 sha256:443665896cd87c3dc4af526f585e0d41ef1f39026696ec875cf7f759c479ec05 [2022-06-03T10:32:39.604Z] #45 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #26 sha256:99e899bba5f4f5f854c4309c243fdea100947759f1dd006a5f0669f980c3446a [2022-06-03T10:32:39.604Z] #26 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #37 sha256:574edd54a17f57ce33d321b1a8cb851f2eb8fcb11051843c4c4e6aa810edc428 [2022-06-03T10:32:39.604Z] #37 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-03T10:32:39.604Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T10:32:39.604Z] #13 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #65 sha256:48d57ba156de09898b3fc4852eac800ff2b49668df615bc6ccd897f822ddfb03 [2022-06-03T10:32:39.604Z] #65 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #70 sha256:da02e4c33da09d9e2828fa137c4b373920f47fcf07982db8f39d6e3ebe4e5a9a [2022-06-03T10:32:39.604Z] #70 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T10:32:39.604Z] #43 sha256:bf023af0ad5903b94a365c94d0e6d33faae8b39690311ad3c975798e01128d72 [2022-06-03T10:32:39.604Z] #43 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T10:32:39.604Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T10:32:39.604Z] #46 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #31 sha256:19fda0e753a7d0990d0089fe25ba563897df1d63e49803bc4856b1703eff2099 [2022-06-03T10:32:39.604Z] #31 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #64 sha256:0d323578520eaf5efeed2ab7ce0a58c33b6ecf981df419273e8dfc35254e4bdb [2022-06-03T10:32:39.604Z] #64 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T10:32:39.604Z] #22 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T10:32:39.604Z] #66 sha256:0b6627b0b404238d5f87a000b49c2a3c97f191103ae7ccdb5bfdf2a5baa7ff0c [2022-06-03T10:32:39.604Z] #66 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T10:32:39.604Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T10:32:39.604Z] #74 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-03T10:32:39.604Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:32:39.604Z] #51 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T10:32:39.604Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T10:32:39.604Z] #17 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #41 sha256:b6afc752c5703ce7f0202d82888f9e5482e524f9c08de4947529e6b28efaca31 [2022-06-03T10:32:39.604Z] #41 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T10:32:39.604Z] #38 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T10:32:39.604Z] #50 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T10:32:39.604Z] #32 sha256:dbe21b63de37b3e17f09254121b6f813fdfde9c43359af0a16b1569223594424 [2022-06-03T10:32:39.604Z] #32 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #75 sha256:65caf7795fbdf345e2e896ab4ee35c24ab05663b36d47b8970f5526fec114866 [2022-06-03T10:32:39.604Z] #75 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:32:39.604Z] #34 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:32:39.604Z] #53 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #44 sha256:bacbf6f9729760722fb0be26e2d2e516a6023bbc55f95cca8ee18e4b691a12f6 [2022-06-03T10:32:39.604Z] #44 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T10:32:39.604Z] #69 sha256:67ba452c18d9b6ec625ae88ff103de10b52e809d58ea47ad8de5d027efe9c1bb [2022-06-03T10:32:39.604Z] #69 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T10:32:39.604Z] #25 sha256:30250a1903623abce47f14945446dfaf76d0981e9435136dde0cc95317c7f815 [2022-06-03T10:32:39.604Z] #25 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #52 sha256:1da08c508acdf84fdd4a80ce059449378f055e5514f8c425ce78241277e90c89 [2022-06-03T10:32:39.604Z] #52 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T10:32:39.604Z] #63 sha256:b3e8c0f749c9c4741a42e8b804492381a0bb36de1b09c010fbbb327c47a5cd37 [2022-06-03T10:32:39.604Z] #63 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T10:32:39.604Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T10:32:39.604Z] #18 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #61 sha256:10329ce281de9eea9bcda9cb7a4fe88a5fb14e2b5bdd1f684171b0156ddc79db [2022-06-03T10:32:39.604Z] #61 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T10:32:39.604Z] #35 sha256:d948f579bc35d1e4258f0f0bf88d1c506484ea97fdb54d8bedf843db0129b4a8 [2022-06-03T10:32:39.604Z] #35 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:32:39.604Z] #36 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #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-03T10:32:39.604Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T10:32:39.604Z] #29 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.604Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T10:32:39.604Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T10:32:39.604Z] #33 CACHED [2022-06-03T10:32:39.604Z] [2022-06-03T10:32:39.605Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T10:32:39.605Z] #39 sha256:94c0788ce9ed6bfd212a85425c1082602354cd3cc32989d101b48fe580f7475b [2022-06-03T10:32:39.605Z] #39 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T10:32:39.605Z] #48 sha256:f2b6f2e956a9b58f7cbb0be5092ac4c913b3c0d422caf88f963020bd7eb28ee6 [2022-06-03T10:32:39.605Z] #48 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #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-03T10:32:39.605Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T10:32:39.605Z] #21 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T10:32:39.605Z] #59 sha256:27a407c3d307202c5c8011c5500b978bab939171f24086d5d4cbf526ef4e4707 [2022-06-03T10:32:39.605Z] #59 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.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-03T10:32:39.605Z] #67 sha256:45b34d7a67d4b67cc0e6c009fb9e5cbf1bf1475aa25a9bd279b627f8ef63d1e7 [2022-06-03T10:32:39.605Z] #67 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T10:32:39.605Z] #68 sha256:cb08347a3ac2607f6ca41d74a1cef83923f6b7168f9a9e3b9a93b74981f979b3 [2022-06-03T10:32:39.605Z] #68 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T10:32:39.605Z] #76 sha256:62736f408641a2786b3cdfaf7cd40d858ea7fd39a911f7e953da704b050f9c64 [2022-06-03T10:32:39.605Z] #76 CACHED [2022-06-03T10:32:39.605Z] [2022-06-03T10:32:39.605Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T10:32:39.605Z] #77 sha256:de60007f88e48d97fb1b3c08c302c930c76a32a7236046006c9096689f6f7e70 [2022-06-03T10:32:39.688Z] #26 1.136 + RM_GOPATH=0 [2022-06-03T10:32:39.688Z] #26 1.137 + TMP_GOPATH= [2022-06-03T10:32:39.688Z] #26 1.137 + : /build [2022-06-03T10:32:39.688Z] #26 1.137 + '[' -z '' ']' [2022-06-03T10:32:39.688Z] #26 1.138 ++ mktemp -d [2022-06-03T10:32:39.688Z] #26 1.140 + export GOPATH=/tmp/tmp.P6FofwcsDZ [2022-06-03T10:32:39.688Z] #26 1.140 + GOPATH=/tmp/tmp.P6FofwcsDZ [2022-06-03T10:32:39.688Z] #26 1.141 + RM_GOPATH=1 [2022-06-03T10:32:39.688Z] #26 1.141 + case "$(go env GOARCH)" in [2022-06-03T10:32:39.688Z] #26 1.141 ++ go env GOARCH [2022-06-03T10:32:39.688Z] #26 1.156 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:39.688Z] #26 1.156 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:39.688Z] #26 1.156 ++ dirname /install.sh [2022-06-03T10:32:39.688Z] #26 1.157 + dir=/ [2022-06-03T10:32:39.688Z] #26 1.158 + bin=dockercli [2022-06-03T10:32:39.688Z] #26 1.158 + shift [2022-06-03T10:32:39.688Z] #26 1.158 + '[' '!' -f //dockercli.installer ']' [2022-06-03T10:32:39.688Z] #26 1.158 + . //dockercli.installer [2022-06-03T10:32:39.688Z] #26 1.158 ++ : stable [2022-06-03T10:32:39.688Z] #26 1.159 ++ : 17.06.2-ce [2022-06-03T10:32:39.688Z] #26 1.159 + install_dockercli [2022-06-03T10:32:39.688Z] #26 1.159 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T10:32:39.688Z] #26 1.160 Install docker/cli version 17.06.2-ce from stable [2022-06-03T10:32:39.688Z] #26 1.160 ++ uname -m [2022-06-03T10:32:39.688Z] #26 1.163 + arch=x86_64 [2022-06-03T10:32:39.688Z] #26 1.163 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T10:32:39.688Z] #26 1.163 + url=https://download.docker.com/linux/static [2022-06-03T10:32:39.688Z] #26 1.167 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T10:32:39.688Z] #26 1.167 + tar -xz docker/docker [2022-06-03T10:32:39.702Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 3.3s done [2022-06-03T10:32:39.774Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-03T10:32:39.774Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-03T10:32:39.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-03T10:32:39.774Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-03T10:32:40.030Z] 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-03T10:32:40.030Z] Detected virtualization docker. [2022-06-03T10:32:40.030Z] Detected architecture x86-64. [2022-06-03T10:32:40.030Z] Set hostname to <407bcacf94a7>. [2022-06-03T10:32:40.030Z] modprobe@drm.service: Succeeded. [2022-06-03T10:32:40.030Z] modprobe@fuse.service: Succeeded. [2022-06-03T10:32:40.030Z] modprobe@configfs.service: Succeeded. [2022-06-03T10:32:40.053Z] #29 2.153 Reading package lists... [2022-06-03T10:32:40.286Z] + source /etc/docker-entrypoint-cmd [2022-06-03T10:32:40.286Z] ++ hack/make.sh dynbinary test-integration [2022-06-03T10:32:40.286Z] [2022-06-03T10:32:40.286Z] Removing bundles/ [2022-06-03T10:32:40.286Z] [2022-06-03T10:32:40.286Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T10:32:40.286Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:32:40.286Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:32:40.323Z] #29 2.725 Reading package lists... [2022-06-03T10:32:40.546Z] #77 DONE 1.1s [2022-06-03T10:32:40.546Z] [2022-06-03T10:32:40.546Z] #78 exporting to image [2022-06-03T10:32:40.546Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T10:32:40.546Z] #78 exporting layers [2022-06-03T10:32:40.582Z] #29 3.274 Building dependency tree... [2022-06-03T10:32:40.582Z] #29 3.490 Reading state information... [2022-06-03T10:32:40.635Z] #11 ... [2022-06-03T10:32:40.635Z] [2022-06-03T10:32:40.635Z] #31 [internal] load build context [2022-06-03T10:32:40.635Z] #31 sha256:dc9274492a464a5f5c20d70954edcf8ec43e0ad1d9fe886e8e77871f22fe5218 [2022-06-03T10:32:40.635Z] #31 transferring context: 61.15MB 4.3s done [2022-06-03T10:32:40.635Z] #31 DONE 4.4s [2022-06-03T10:32:40.635Z] [2022-06-03T10:32:40.635Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:40.635Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:40.840Z] #29 3.694 The following additional packages will be installed: [2022-06-03T10:32:40.840Z] #29 3.694 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T10:32:40.840Z] #29 3.694 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T10:32:40.840Z] #29 3.698 Recommended packages: [2022-06-03T10:32:40.840Z] #29 3.698 libldap-common publicsuffix libsasl2-modules [2022-06-03T10:32:41.098Z] #29 3.802 The following NEW packages will be installed: [2022-06-03T10:32:41.098Z] #29 3.802 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T10:32:41.098Z] #29 3.802 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T10:32:41.098Z] #29 3.802 libssh2-1 openssl [2022-06-03T10:32:41.098Z] #29 4.078 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:32:41.098Z] #29 4.078 Need to get 2935 kB of archives. [2022-06-03T10:32:41.098Z] #29 4.078 After this operation, 6476 kB of additional disk space will be used. [2022-06-03T10:32:41.098Z] #29 4.078 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-03T10:32:41.356Z] #29 4.079 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB] [2022-06-03T10:32:41.356Z] #29 4.085 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-03T10:32:41.356Z] #29 4.085 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-03T10:32:41.356Z] #29 4.085 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-03T10:32:41.356Z] #29 4.085 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-03T10:32:41.356Z] #29 4.087 Get:7 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-03T10:32:41.356Z] #29 4.089 Get:8 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-03T10:32:41.356Z] #29 4.089 Get:9 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-03T10:32:41.356Z] #29 4.091 Get:10 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-03T10:32:41.356Z] #29 4.093 Get:11 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-03T10:32:41.356Z] #29 4.094 Get:12 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-03T10:32:41.356Z] #29 4.096 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-03T10:32:41.356Z] #29 4.097 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-03T10:32:41.356Z] #29 4.098 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-03T10:32:41.356Z] #29 4.219 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:32:41.487Z] #78 exporting layers 1.1s done [2022-06-03T10:32:41.487Z] #78 writing image sha256:b02112598a00add6435b1fc7d8556c46d4ab9434ceca133d571cc69fd2d5d53c done [2022-06-03T10:32:41.487Z] #78 naming to docker.io/library/docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 done [2022-06-03T10:32:41.487Z] #78 DONE 1.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T10:32:41.614Z] #29 4.250 Fetched 2935 kB in 0s (9987 kB/s) [2022-06-03T10:32:41.614Z] #29 4.283 Selecting previously unselected package openssl. [2022-06-03T10:32:41.614Z] #29 4.283 (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-03T10:32:41.614Z] #29 4.283 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ... [2022-06-03T10:32:41.614Z] #29 4.286 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T10:32:41.614Z] #29 4.401 Selecting previously unselected package ca-certificates. [2022-06-03T10:32:41.614Z] #29 4.401 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T10:32:41.614Z] #29 4.405 Unpacking ca-certificates (20210119) ... [2022-06-03T10:32:41.614Z] #29 4.468 Selecting previously unselected package libbrotli1:arm64. [2022-06-03T10:32:41.614Z] #29 4.468 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-03T10:32:41.614Z] #29 4.476 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-03T10:32:41.614Z] #29 4.533 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-03T10:32:41.615Z] #29 4.533 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-03T10:32:41.615Z] #29 4.537 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:41.615Z] #29 4.576 Selecting previously unselected package libsasl2-2:arm64. [2022-06-03T10:32:41.827Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -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:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh dynbinary test-integration [2022-06-03T10:32:41.874Z] #29 4.576 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-03T10:32:41.874Z] #29 4.580 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:41.874Z] #29 4.628 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-03T10:32:41.874Z] #29 4.628 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-03T10:32:41.874Z] #29 4.638 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T10:32:41.874Z] #29 4.692 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-03T10:32:41.874Z] #29 4.692 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-03T10:32:41.874Z] #29 4.696 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-03T10:32:41.874Z] #29 4.741 Selecting previously unselected package libpsl5:arm64. [2022-06-03T10:32:41.874Z] #29 4.741 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-03T10:32:41.874Z] #29 4.744 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-03T10:32:41.874Z] #29 4.786 Selecting previously unselected package librtmp1:arm64. [2022-06-03T10:32:41.874Z] #29 4.786 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-03T10:32:41.874Z] #29 4.790 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T10:32:42.009Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.4s done [2022-06-03T10:32:42.009Z] #11 ... [2022-06-03T10:32:42.009Z] [2022-06-03T10:32:42.009Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T10:32:42.009Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T10:32:42.009Z] #35 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-03T10:32:42.009Z] #35 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T10:32:42.009Z] #35 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-03T10:32:42.009Z] #35 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-03T10:32:42.009Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.0s done [2022-06-03T10:32:42.009Z] #35 DONE 5.9s [2022-06-03T10:32:42.009Z] [2022-06-03T10:32:42.009Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:42.009Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:42.009Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-03T10:32:42.103Z] [2022-06-03T10:32:42.132Z] #29 4.830 Selecting previously unselected package libssh2-1:arm64. [2022-06-03T10:32:42.132Z] #29 4.831 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-03T10:32:42.132Z] #29 4.837 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-03T10:32:42.132Z] #29 4.886 Selecting previously unselected package libcurl4:arm64. [2022-06-03T10:32:42.132Z] #29 4.886 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-03T10:32:42.132Z] #29 4.888 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:42.132Z] #29 4.944 Selecting previously unselected package curl. [2022-06-03T10:32:42.132Z] #29 4.946 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-03T10:32:42.132Z] #29 4.950 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:42.132Z] #29 5.009 Selecting previously unselected package libonig5:arm64. [2022-06-03T10:32:42.132Z] #29 5.009 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-03T10:32:42.132Z] #29 5.014 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T10:32:42.132Z] #29 5.073 Selecting previously unselected package libjq1:arm64. [2022-06-03T10:32:42.132Z] #29 5.073 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-03T10:32:42.369Z] Removing bundles/ [2022-06-03T10:32:42.369Z] [2022-06-03T10:32:42.369Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T10:32:42.369Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:32:42.369Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:32:42.392Z] #29 5.077 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-03T10:32:42.392Z] #29 5.130 Selecting previously unselected package jq. [2022-06-03T10:32:42.392Z] #29 5.130 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-03T10:32:42.392Z] #29 5.135 Unpacking jq (1.6-2.1) ... [2022-06-03T10:32:42.392Z] #29 5.177 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-03T10:32:42.392Z] #29 5.189 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-03T10:32:42.392Z] #29 5.200 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-03T10:32:42.392Z] #29 5.209 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:42.392Z] #29 5.220 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T10:32:42.392Z] #29 5.231 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:42.392Z] #29 5.244 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-03T10:32:42.392Z] #29 5.253 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T10:32:42.392Z] #29 5.268 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T10:32:42.392Z] #29 5.279 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-03T10:32:42.574Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.4s done [2022-06-03T10:32:42.574Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-03T10:32:42.651Z] #29 5.290 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T10:32:42.651Z] #29 5.300 Setting up ca-certificates (20210119) ... [2022-06-03T10:32:42.832Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done [2022-06-03T10:32:42.995Z] #26 4.356 + mkdir -p /build [2022-06-03T10:32:42.995Z] #26 4.358 + mv docker/docker /build/ [2022-06-03T10:32:42.995Z] #26 4.364 + rmdir docker [2022-06-03T10:32:42.995Z] #26 DONE 4.5s [2022-06-03T10:32:42.995Z] [2022-06-03T10:32:42.995Z] #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-03T10:32:42.995Z] #67 sha256:c4dbc5a787b48b2e5d351ca521ee19bf91e2215e6299110ebf1518d9e0ee94ec [2022-06-03T10:32:42.995Z] #67 1.154 + RM_GOPATH=0 [2022-06-03T10:32:42.995Z] #67 1.154 + TMP_GOPATH= [2022-06-03T10:32:42.995Z] #67 1.155 + : /build [2022-06-03T10:32:42.995Z] #67 1.156 + '[' -z '' ']' [2022-06-03T10:32:42.995Z] #67 1.156 ++ mktemp -d [2022-06-03T10:32:42.995Z] #67 1.159 + export GOPATH=/tmp/tmp.VER97PRBfs [2022-06-03T10:32:42.995Z] #67 1.160 + GOPATH=/tmp/tmp.VER97PRBfs [2022-06-03T10:32:42.995Z] #67 1.160 + RM_GOPATH=1 [2022-06-03T10:32:42.995Z] #67 1.161 + case "$(go env GOARCH)" in [2022-06-03T10:32:42.995Z] #67 1.166 ++ go env GOARCH [2022-06-03T10:32:42.995Z] #67 1.178 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:42.995Z] #67 1.178 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:42.995Z] #67 1.179 ++ dirname /install.sh [2022-06-03T10:32:42.995Z] #67 1.180 + dir=/ [2022-06-03T10:32:42.995Z] #67 1.180 + bin=rootlesskit [2022-06-03T10:32:42.995Z] #67 1.180 + shift [2022-06-03T10:32:42.995Z] #67 1.180 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T10:32:42.995Z] #67 1.181 + . //rootlesskit.installer [2022-06-03T10:32:42.995Z] #67 1.181 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:42.995Z] #67 1.181 + install_rootlesskit [2022-06-03T10:32:42.995Z] #67 1.182 + case "$1" in [2022-06-03T10:32:42.995Z] #67 1.182 + export CGO_ENABLED=0 [2022-06-03T10:32:42.995Z] #67 1.182 + CGO_ENABLED=0 [2022-06-03T10:32:42.995Z] #67 1.182 + _install_rootlesskit [2022-06-03T10:32:42.995Z] #67 1.183 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T10:32:42.995Z] #67 1.183 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:42.995Z] #67 1.184 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:32:42.995Z] #67 1.184 + GOBIN=/build [2022-06-03T10:32:42.995Z] #67 1.184 + GO111MODULE=on [2022-06-03T10:32:42.995Z] #67 1.184 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:42.995Z] #67 1.668 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T10:32:42.995Z] #67 2.809 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T10:32:42.995Z] #67 2.810 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T10:32:42.995Z] #67 3.055 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T10:32:42.995Z] #67 4.057 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T10:32:42.995Z] #67 4.475 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T10:32:42.995Z] #67 4.560 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T10:32:43.091Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-06-03T10:32:43.217Z] #29 6.008 Updating certificates in /etc/ssl/certs... [2022-06-03T10:32:43.251Z] #67 4.786 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T10:32:43.506Z] #67 4.852 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T10:32:43.507Z] #67 4.883 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T10:32:43.507Z] #67 4.918 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T10:32:43.507Z] #67 4.987 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T10:32:43.507Z] #67 5.020 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T10:32:43.507Z] #67 5.049 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T10:32:44.151Z] #29 6.749 129 added, 0 removed; done. [2022-06-03T10:32:44.151Z] #29 6.787 Setting up jq (1.6-2.1) ... [2022-06-03T10:32:44.151Z] #29 6.806 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:44.151Z] #29 6.823 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:44.151Z] #29 6.912 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:32:44.151Z] #29 6.932 Processing triggers for ca-certificates (20210119) ... [2022-06-03T10:32:44.151Z] #29 6.942 Updating certificates in /etc/ssl/certs... [2022-06-03T10:32:44.436Z] #67 5.844 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T10:32:44.693Z] #67 ... [2022-06-03T10:32:44.693Z] [2022-06-03T10:32:44.693Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:44.693Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:44.693Z] #14 1.889 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T10:32:44.693Z] #14 1.891 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:32:44.693Z] #14 1.954 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:32:44.693Z] #14 2.859 Get:4 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:32:44.693Z] #14 3.279 Fetched 236 kB in 2s (131 kB/s) [2022-06-03T10:32:44.693Z] #14 3.279 Reading package lists... [2022-06-03T10:32:44.693Z] #14 5.084 Reading package lists... [2022-06-03T10:32:44.693Z] #14 7.089 Building dependency tree... [2022-06-03T10:32:44.693Z] #14 7.519 Reading state information... [2022-06-03T10:32:44.693Z] #14 8.039 The following additional packages will be installed: [2022-06-03T10:32:44.693Z] #14 8.043 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:32:44.693Z] #14 8.043 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T10:32:44.693Z] #14 8.043 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T10:32:44.693Z] #14 8.044 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T10:32:44.693Z] #14 8.044 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T10:32:44.693Z] #14 8.045 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T10:32:44.693Z] #14 8.047 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T10:32:44.693Z] #14 8.052 Suggested packages: [2022-06-03T10:32:44.693Z] #14 8.052 gcc-10-locales seccomp wine64 [2022-06-03T10:32:44.693Z] #14 8.570 The following NEW packages will be installed: [2022-06-03T10:32:44.693Z] #14 8.575 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:32:44.693Z] #14 8.575 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T10:32:44.693Z] #14 8.575 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T10:32:44.693Z] #14 8.575 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T10:32:44.693Z] #14 8.575 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T10:32:44.693Z] #14 8.576 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T10:32:44.693Z] #14 8.576 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T10:32:44.693Z] #14 8.577 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T10:32:44.693Z] #14 8.578 mingw-w64-x86-64-dev [2022-06-03T10:32:44.693Z] #14 8.887 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:32:44.693Z] #14 8.887 Need to get 115 MB of archives. [2022-06-03T10:32:44.693Z] #14 8.887 After this operation, 645 MB of additional disk space will be used. [2022-06-03T10:32:44.693Z] #14 8.887 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-03T10:32:44.693Z] #14 9.002 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-03T10:32:44.693Z] #14 9.078 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-03T10:32:44.693Z] #14 9.078 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-03T10:32:44.693Z] #14 9.095 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-03T10:32:44.693Z] #14 9.095 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T10:32:44.693Z] #14 9.243 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-03T10:32:44.693Z] #14 9.363 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-03T10:32:44.693Z] #14 9.363 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-03T10:32:44.693Z] #14 9.715 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-03T10:32:44.951Z] #14 ... [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T10:32:44.951Z] #29 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T10:32:44.951Z] #30 sha256:6009aff7bbf429c6a19053d88f2a9b3fc80cd83daf53fe0e190d0220a0cdd5d2 [2022-06-03T10:32:44.951Z] #30 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #31 sha256:983861cbf5cc33d774865063380586234e14d7ba39d6fc68a3486c99371892bc [2022-06-03T10:32:44.951Z] #31 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.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-03T10:32:44.951Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T10:32:44.951Z] #42 1.949 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T10:32:44.951Z] #42 1.949 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:32:44.951Z] #42 1.949 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:32:44.951Z] #42 2.864 Get:4 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:32:44.951Z] #42 3.329 Fetched 236 kB in 2s (141 kB/s) [2022-06-03T10:32:44.951Z] #42 3.329 Reading package lists... [2022-06-03T10:32:44.951Z] #42 5.335 Reading package lists... [2022-06-03T10:32:44.951Z] #42 7.271 Building dependency tree... [2022-06-03T10:32:44.951Z] #42 7.814 Reading state information... [2022-06-03T10:32:44.951Z] #42 8.594 The following additional packages will be installed: [2022-06-03T10:32:44.951Z] #42 8.600 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T10:32:44.951Z] #42 8.603 Suggested packages: [2022-06-03T10:32:44.951Z] #42 8.603 cmake-doc ninja-build lrzip [2022-06-03T10:32:44.951Z] #42 8.603 Recommended packages: [2022-06-03T10:32:44.951Z] #42 8.603 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T10:32:44.951Z] #42 8.942 The following NEW packages will be installed: [2022-06-03T10:32:44.951Z] #42 8.942 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T10:32:44.951Z] #42 8.942 vim-common xxd [2022-06-03T10:32:44.951Z] #42 9.284 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:32:44.951Z] #42 9.284 Need to get 17.7 MB of archives. [2022-06-03T10:32:44.951Z] #42 9.284 After this operation, 70.7 MB of additional disk space will be used. [2022-06-03T10:32:44.951Z] #42 9.284 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:32:44.951Z] #42 9.284 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-03T10:32:44.951Z] #42 9.284 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T10:32:44.951Z] #42 9.358 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T10:32:44.951Z] #42 9.681 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-03T10:32:44.951Z] #42 9.703 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T10:32:44.951Z] #42 9.713 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T10:32:44.951Z] #42 9.722 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T10:32:44.951Z] #42 9.723 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T10:32:44.951Z] #42 9.729 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T10:32:44.951Z] #42 ... [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T10:32:44.951Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T10:32:44.951Z] #33 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:32:44.951Z] #34 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:32:44.951Z] #36 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T10:32:44.951Z] #38 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #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-03T10:32:44.951Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:32:44.951Z] #40 CACHED [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.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-03T10:32:44.951Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T10:32:44.951Z] #42 10.31 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:32:44.951Z] #42 ... [2022-06-03T10:32:44.951Z] [2022-06-03T10:32:44.951Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:44.951Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:44.951Z] #14 10.35 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-03T10:32:45.086Z] #29 7.588 0 added, 0 removed; done. [2022-06-03T10:32:45.086Z] #29 7.588 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T10:32:45.086Z] #29 7.591 done. [2022-06-03T10:32:45.208Z] #14 ... [2022-06-03T10:32:45.208Z] [2022-06-03T10:32:45.208Z] #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-03T10:32:45.208Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T10:32:45.208Z] #62 3.264 Reading package lists... [2022-06-03T10:32:45.208Z] #62 5.254 Reading package lists... [2022-06-03T10:32:45.208Z] #62 7.039 Building dependency tree... [2022-06-03T10:32:45.208Z] #62 7.607 Reading state information... [2022-06-03T10:32:45.208Z] #62 8.335 The following additional packages will be installed: [2022-06-03T10:32:45.208Z] #62 8.335 libbtrfs0 [2022-06-03T10:32:45.208Z] #62 8.397 The following NEW packages will be installed: [2022-06-03T10:32:45.208Z] #62 8.397 libbtrfs-dev libbtrfs0 [2022-06-03T10:32:45.208Z] #62 8.764 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:32:45.208Z] #62 8.764 Need to get 460 kB of archives. [2022-06-03T10:32:45.208Z] #62 8.764 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T10:32:45.208Z] #62 8.764 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T10:32:45.208Z] #62 8.771 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T10:32:45.208Z] #62 9.433 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:32:45.208Z] #62 9.584 Fetched 460 kB in 0s (1280 kB/s) [2022-06-03T10:32:45.208Z] #62 9.721 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T10:32:45.208Z] #62 9.721 (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-03T10:32:45.208Z] #62 9.829 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T10:32:45.208Z] #62 9.837 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:32:45.208Z] #62 9.967 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T10:32:45.208Z] #62 9.968 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T10:32:45.208Z] #62 9.971 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:32:45.208Z] #62 10.23 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:32:45.208Z] #62 10.24 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:32:45.208Z] #62 10.26 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:32:45.208Z] #62 DONE 10.5s [2022-06-03T10:32:45.467Z] [2022-06-03T10:32:45.467Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T10:32:45.467Z] #63 sha256:2d5f64ec40cf9aa123a3209302f3526e41ff0ba0de5d0a0688b7fbcf715f311a [2022-06-03T10:32:45.467Z] #63 DONE 0.1s [2022-06-03T10:32:45.467Z] [2022-06-03T10:32:45.467Z] #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-03T10:32:45.467Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T10:32:45.467Z] #42 10.40 Fetched 17.7 MB in 1s (18.4 MB/s) [2022-06-03T10:32:45.467Z] #42 10.45 Selecting previously unselected package xxd. [2022-06-03T10:32:45.467Z] #42 10.45 (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-03T10:32:45.467Z] #42 10.48 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:32:45.467Z] #42 10.49 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:32:45.467Z] #42 10.67 Selecting previously unselected package vim-common. [2022-06-03T10:32:45.467Z] #42 10.67 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:32:45.467Z] #42 10.69 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:32:45.467Z] #42 10.89 Selecting previously unselected package cmake-data. [2022-06-03T10:32:45.723Z] #42 10.89 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T10:32:45.723Z] #42 10.89 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:32:46.652Z] #42 11.96 Selecting previously unselected package libicu67:amd64. [2022-06-03T10:32:46.652Z] #42 11.96 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-03T10:32:46.652Z] #42 11.97 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T10:32:46.987Z] #29 DONE 9.7s [2022-06-03T10:32:46.987Z] [2022-06-03T10:32:46.987Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:46.987Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T10:32:46.987Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.3s done [2022-06-03T10:32:46.987Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.3s done [2022-06-03T10:32:46.987Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 3.3s done [2022-06-03T10:32:46.987Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 3.1s done [2022-06-03T10:32:46.987Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 2.2s [2022-06-03T10:32:47.245Z] #11 ... [2022-06-03T10:32:47.245Z] [2022-06-03T10:32:47.245Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T10:32:47.245Z] #30 sha256:825acf03b0de371995eb451107d4e508c71e628dbf486b7757ae4e5d71f7a066 [2022-06-03T10:32:47.245Z] #30 DONE 0.2s [2022-06-03T10:32:47.245Z] [2022-06-03T10:32:47.245Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:47.245Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T10:32:47.245Z] #11 ... [2022-06-03T10:32:47.245Z] [2022-06-03T10:32:47.246Z] #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-03T10:32:47.246Z] #31 sha256:82414fb00040a2773ccac3db52ff6f454ab72d008e6e894d143a192e14d1d3d7 [2022-06-03T10:32:48.355Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.8s done [2022-06-03T10:32:48.355Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-03T10:32:48.620Z] #31 1.605 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T10:32:48.879Z] #31 1.821 [2022-06-03T10:32:49.211Z] #42 14.51 Selecting previously unselected package libxml2:amd64. [2022-06-03T10:32:49.211Z] #42 14.51 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T10:32:49.211Z] #42 14.52 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:32:49.445Z] #31 2.057 #=#=# ######################################################################## 100.0% [2022-06-03T10:32:49.445Z] #31 2.298 [2022-06-03T10:32:49.467Z] #42 14.78 Selecting previously unselected package libarchive13:amd64. [2022-06-03T10:32:49.467Z] #42 14.79 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T10:32:49.467Z] #42 14.80 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T10:32:49.724Z] #42 14.94 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T10:32:49.724Z] #42 14.95 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T10:32:49.724Z] #42 14.95 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T10:32:49.724Z] #42 15.03 Selecting previously unselected package librhash0:amd64. [2022-06-03T10:32:49.724Z] #42 15.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T10:32:49.724Z] #42 15.04 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T10:32:49.724Z] #42 15.14 Selecting previously unselected package libuv1:amd64. [2022-06-03T10:32:49.724Z] #42 15.14 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T10:32:49.754Z] #31 ... [2022-06-03T10:32:49.754Z] [2022-06-03T10:32:49.754Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:49.754Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T10:32:49.754Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 4.4s done [2022-06-03T10:32:49.754Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done [2022-06-03T10:32:49.754Z] #11 DONE 16.3s [2022-06-03T10:32:49.754Z] [2022-06-03T10:32:49.754Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T10:32:49.754Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-03T10:32:49.980Z] #42 15.14 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T10:32:49.980Z] #42 15.23 Selecting previously unselected package cmake. [2022-06-03T10:32:49.980Z] #42 15.24 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T10:32:49.980Z] #42 15.25 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:32:50.336Z] #12 DONE 0.8s [2022-06-03T10:32:50.336Z] [2022-06-03T10:32:50.336Z] #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-03T10:32:50.336Z] #31 sha256:82414fb00040a2773ccac3db52ff6f454ab72d008e6e894d143a192e14d1d3d7 [2022-06-03T10:32:50.336Z] #31 3.257 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T10:32:50.602Z] #31 3.503 [2022-06-03T10:32:50.880Z] #31 ... [2022-06-03T10:32:50.880Z] [2022-06-03T10:32:50.880Z] #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-03T10:32:50.880Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b [2022-06-03T10:32:50.880Z] #13 DONE 0.5s [2022-06-03T10:32:50.880Z] [2022-06-03T10:32:50.880Z] #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-03T10:32:50.880Z] #31 sha256:82414fb00040a2773ccac3db52ff6f454ab72d008e6e894d143a192e14d1d3d7 [2022-06-03T10:32:51.138Z] #31 3.746 #=#=# 0.1% ######################################################################## 100.0% [2022-06-03T10:32:51.401Z] #31 ... [2022-06-03T10:32:51.401Z] [2022-06-03T10:32:51.401Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T10:32:51.401Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2 [2022-06-03T10:32:51.401Z] #46 DONE 0.5s [2022-06-03T10:32:51.401Z] [2022-06-03T10:32:51.401Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T10:32:51.401Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c [2022-06-03T10:32:51.401Z] #33 DONE 0.6s [2022-06-03T10:32:51.401Z] [2022-06-03T10:32:51.401Z] #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-03T10:32:51.401Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495 [2022-06-03T10:32:51.401Z] #50 DONE 0.6s [2022-06-03T10:32:51.401Z] [2022-06-03T10:32:51.401Z] #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-03T10:32:51.401Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:32:51.659Z] #51 ... [2022-06-03T10:32:51.659Z] [2022-06-03T10:32:51.659Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T10:32:51.659Z] #25 sha256:6e4ea124fb02b74d8e1792eb9eccbef685ba6c082706a2f4aed68f7529a22595 [2022-06-03T10:32:51.659Z] #25 DONE 0.7s [2022-06-03T10:32:51.659Z] [2022-06-03T10:32:51.659Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T10:32:51.659Z] #66 sha256:4a36248a6bc67f0be415cd6696659a0f537010201834364ed6058039c19c3672 [2022-06-03T10:32:51.659Z] #66 DONE 0.8s [2022-06-03T10:32:51.913Z] #42 16.91 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T10:32:51.913Z] #42 16.92 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:32:51.913Z] #42 16.93 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T10:32:51.913Z] #42 16.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:32:51.913Z] #42 16.97 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T10:32:51.913Z] #42 16.99 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T10:32:51.913Z] #42 17.01 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:32:51.913Z] #42 17.03 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:32:51.913Z] #42 17.04 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T10:32:51.913Z] #42 17.06 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:32:51.913Z] #42 17.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:32:51.921Z] [2022-06-03T10:32:51.921Z] #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-03T10:32:51.921Z] #67 sha256:df60d707a6d9b6b47712edbe62273065775a08d2d9f45c7ecac98bd767c58784 [2022-06-03T10:32:52.488Z] #42 DONE 17.6s [2022-06-03T10:32:52.488Z] [2022-06-03T10:32:52.488Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T10:32:52.488Z] #43 sha256:297875c4f427abccc7b6e92d9eec433b88522271d4f644c099df714ebb87fd15 [2022-06-03T10:32:52.488Z] #43 DONE 0.1s [2022-06-03T10:32:52.488Z] [2022-06-03T10:32:52.488Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:52.488Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:52.488Z] #14 10.64 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-03T10:32:52.488Z] #14 10.91 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-03T10:32:52.488Z] #14 11.48 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-03T10:32:52.489Z] #14 11.68 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-03T10:32:52.489Z] #14 11.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T10:32:52.489Z] #14 11.68 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T10:32:52.489Z] #14 11.69 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T10:32:52.489Z] #14 11.69 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T10:32:52.489Z] #14 11.70 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-03T10:32:52.489Z] #14 11.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T10:32:52.489Z] #14 11.70 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T10:32:52.489Z] #14 11.71 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T10:32:52.489Z] #14 11.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T10:32:52.489Z] #14 11.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T10:32:52.489Z] #14 11.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T10:32:52.489Z] #14 11.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T10:32:52.489Z] #14 11.73 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-03T10:32:52.489Z] #14 11.73 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-03T10:32:52.489Z] #14 11.73 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T10:32:52.489Z] #14 11.97 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:32:52.489Z] #14 12.03 Fetched 115 MB in 3s (36.5 MB/s) [2022-06-03T10:32:52.489Z] #14 12.06 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T10:32:52.489Z] #14 12.06 (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-03T10:32:52.489Z] #14 12.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T10:32:52.489Z] #14 12.12 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:32:52.489Z] #14 13.02 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T10:32:52.489Z] #14 13.02 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T10:32:52.489Z] #14 13.03 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:32:52.489Z] #14 13.98 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T10:32:52.489Z] #14 13.98 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T10:32:52.489Z] #14 13.99 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:32:52.489Z] #14 14.06 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T10:32:52.489Z] #14 14.07 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:32:52.489Z] #14 14.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:32:52.489Z] #14 14.19 Selecting previously unselected package dmsetup. [2022-06-03T10:32:52.489Z] #14 14.19 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:32:52.489Z] #14 14.20 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:32:52.489Z] #14 14.30 Selecting previously unselected package mingw-w64-common. [2022-06-03T10:32:52.489Z] #14 14.30 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T10:32:52.489Z] #14 14.31 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T10:32:52.489Z] #14 16.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T10:32:52.489Z] #14 16.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T10:32:52.489Z] #14 16.42 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:32:52.546Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.1s done [2022-06-03T10:32:52.546Z] #11 ... [2022-06-03T10:32:52.546Z] [2022-06-03T10:32:52.546Z] #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-03T10:32:52.546Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T10:32:52.546Z] #36 0.875 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:32:52.546Z] #36 0.891 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:32:52.546Z] #36 0.891 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:32:52.546Z] #36 1.027 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:32:52.546Z] #36 1.156 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:32:52.546Z] #36 1.653 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:32:52.546Z] #36 2.770 Fetched 8537 kB in 2s (3961 kB/s) [2022-06-03T10:32:52.546Z] #36 2.770 Reading package lists... [2022-06-03T10:32:52.546Z] #36 3.558 Reading package lists... [2022-06-03T10:32:52.546Z] #36 4.327 Building dependency tree... [2022-06-03T10:32:52.546Z] #36 4.523 Reading state information... [2022-06-03T10:32:52.546Z] #36 4.715 The following additional packages will be installed: [2022-06-03T10:32:52.546Z] #36 4.715 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T10:32:52.546Z] #36 4.715 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T10:32:52.546Z] #36 4.715 Recommended packages: [2022-06-03T10:32:52.546Z] #36 4.715 libldap-common publicsuffix libsasl2-modules [2022-06-03T10:32:52.546Z] #36 4.856 The following NEW packages will be installed: [2022-06-03T10:32:52.546Z] #36 4.856 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T10:32:52.546Z] #36 4.856 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T10:32:52.546Z] #36 4.856 libssh2-1 openssl [2022-06-03T10:32:52.546Z] #36 5.141 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:32:52.546Z] #36 5.141 Need to get 3040 kB of archives. [2022-06-03T10:32:52.546Z] #36 5.141 After this operation, 6651 kB of additional disk space will be used. [2022-06-03T10:32:52.546Z] #36 5.141 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-03T10:32:52.546Z] #36 5.144 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-03T10:32:52.546Z] #36 5.163 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-03T10:32:52.546Z] #36 5.163 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:6 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-03T10:32:52.546Z] #36 5.163 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-03T10:32:52.546Z] #36 5.163 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-03T10:32:52.546Z] #36 5.169 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-03T10:32:52.546Z] #36 5.175 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T10:32:52.546Z] #36 5.179 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T10:32:52.546Z] #36 5.179 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T10:32:52.546Z] #36 5.344 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:32:52.546Z] #36 5.378 Fetched 3040 kB in 0s (9596 kB/s) [2022-06-03T10:32:52.546Z] #36 5.413 Selecting previously unselected package openssl. [2022-06-03T10:32:52.546Z] #36 5.413 (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-03T10:32:52.546Z] #36 5.413 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 5.419 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T10:32:52.546Z] #36 5.580 Selecting previously unselected package ca-certificates. [2022-06-03T10:32:52.546Z] #36 5.580 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T10:32:52.546Z] #36 5.591 Unpacking ca-certificates (20210119) ... [2022-06-03T10:32:52.546Z] #36 5.679 Selecting previously unselected package libbrotli1:amd64. [2022-06-03T10:32:52.546Z] #36 5.681 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 5.701 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T10:32:52.546Z] #36 5.776 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T10:32:52.546Z] #36 5.778 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 5.786 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 5.847 Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T10:32:52.546Z] #36 5.847 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 5.859 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 5.919 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T10:32:52.546Z] #36 5.919 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 5.927 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 5.999 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T10:32:52.546Z] #36 5.999 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.004 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T10:32:52.546Z] #36 6.052 Selecting previously unselected package libpsl5:amd64. [2022-06-03T10:32:52.546Z] #36 6.054 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.060 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T10:32:52.546Z] #36 6.106 Selecting previously unselected package librtmp1:amd64. [2022-06-03T10:32:52.546Z] #36 6.106 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.113 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T10:32:52.546Z] #36 6.161 Selecting previously unselected package libssh2-1:amd64. [2022-06-03T10:32:52.546Z] #36 6.163 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.168 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T10:32:52.546Z] #36 6.226 Selecting previously unselected package libcurl4:amd64. [2022-06-03T10:32:52.546Z] #36 6.226 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.232 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 6.299 Selecting previously unselected package curl. [2022-06-03T10:32:52.546Z] #36 6.301 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.305 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 6.377 Selecting previously unselected package libonig5:amd64. [2022-06-03T10:32:52.546Z] #36 6.379 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.389 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:32:52.546Z] #36 6.461 Selecting previously unselected package libjq1:amd64. [2022-06-03T10:32:52.546Z] #36 6.461 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.465 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:32:52.546Z] #36 6.532 Selecting previously unselected package jq. [2022-06-03T10:32:52.546Z] #36 6.532 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-03T10:32:52.546Z] #36 6.543 Unpacking jq (1.6-2.1) ... [2022-06-03T10:32:52.546Z] #36 6.602 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T10:32:52.546Z] #36 6.620 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T10:32:52.546Z] #36 6.638 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T10:32:52.546Z] #36 6.657 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 6.674 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T10:32:52.546Z] #36 6.690 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 6.710 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T10:32:52.546Z] #36 6.743 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T10:32:52.546Z] #36 6.774 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:32:52.546Z] #36 6.810 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:32:52.546Z] #36 6.841 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 6.869 Setting up ca-certificates (20210119) ... [2022-06-03T10:32:52.546Z] #36 7.487 Updating certificates in /etc/ssl/certs... [2022-06-03T10:32:52.546Z] #36 8.266 129 added, 0 removed; done. [2022-06-03T10:32:52.546Z] #36 8.308 Setting up jq (1.6-2.1) ... [2022-06-03T10:32:52.546Z] #36 8.324 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 8.339 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T10:32:52.546Z] #36 8.354 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:32:52.546Z] #36 8.375 Processing triggers for ca-certificates (20210119) ... [2022-06-03T10:32:52.546Z] #36 8.387 Updating certificates in /etc/ssl/certs... [2022-06-03T10:32:52.546Z] #36 8.999 0 added, 0 removed; done. [2022-06-03T10:32:52.546Z] #36 8.999 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T10:32:52.546Z] #36 9.001 done. [2022-06-03T10:32:52.546Z] #36 ... [2022-06-03T10:32:52.546Z] [2022-06-03T10:32:52.547Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:52.547Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:52.547Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-03T10:32:53.521Z] #14 ... [2022-06-03T10:32:53.521Z] [2022-06-03T10:32:53.521Z] #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-03T10:32:53.521Z] #44 sha256:31c49175f68b1d364b82f6e73b04361703992339680a64e64167b6b76da44570 [2022-06-03T10:32:53.521Z] #44 0.816 + RM_GOPATH=0 [2022-06-03T10:32:53.521Z] #44 0.816 + TMP_GOPATH= [2022-06-03T10:32:53.521Z] #44 0.816 + : /build [2022-06-03T10:32:53.521Z] #44 0.816 + '[' -z '' ']' [2022-06-03T10:32:53.521Z] #44 0.817 ++ mktemp -d [2022-06-03T10:32:53.521Z] #44 0.818 + export GOPATH=/tmp/tmp.bxBhBH8z1s [2022-06-03T10:32:53.521Z] #44 0.819 + GOPATH=/tmp/tmp.bxBhBH8z1s [2022-06-03T10:32:53.521Z] #44 0.819 + RM_GOPATH=1 [2022-06-03T10:32:53.521Z] #44 0.819 + case "$(go env GOARCH)" in [2022-06-03T10:32:53.521Z] #44 0.820 ++ go env GOARCH [2022-06-03T10:32:53.521Z] #44 0.837 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:53.521Z] #44 0.837 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:53.521Z] #44 0.838 ++ dirname /install.sh [2022-06-03T10:32:53.521Z] #44 0.839 + dir=/ [2022-06-03T10:32:53.521Z] #44 0.839 + bin=tini [2022-06-03T10:32:53.521Z] #44 0.839 + shift [2022-06-03T10:32:53.521Z] #44 0.839 + '[' '!' -f //tini.installer ']' [2022-06-03T10:32:53.521Z] #44 0.839 + . //tini.installer [2022-06-03T10:32:53.521Z] #44 0.839 ++ : v0.19.0 [2022-06-03T10:32:53.521Z] #44 0.839 + install_tini [2022-06-03T10:32:53.521Z] #44 0.839 + echo 'Install tini version v0.19.0' [2022-06-03T10:32:53.521Z] #44 0.839 Install tini version v0.19.0 [2022-06-03T10:32:53.521Z] #44 0.839 + git clone https://github.com/krallin/tini.git /tmp/tmp.bxBhBH8z1s/tini [2022-06-03T10:32:53.521Z] #44 0.841 Cloning into '/tmp/tmp.bxBhBH8z1s/tini'... [2022-06-03T10:32:53.777Z] #44 1.304 + cd /tmp/tmp.bxBhBH8z1s/tini [2022-06-03T10:32:53.777Z] #44 1.304 + git checkout -q v0.19.0 [2022-06-03T10:32:53.777Z] #44 1.310 + cmake . [2022-06-03T10:32:54.033Z] #44 1.522 -- The C compiler identification is GNU 10.2.1 [2022-06-03T10:32:54.033Z] #44 1.556 -- Detecting C compiler ABI info [2022-06-03T10:32:54.290Z] #44 1.823 -- Detecting C compiler ABI info - done [2022-06-03T10:32:54.290Z] #44 1.877 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T10:32:54.290Z] #44 1.878 -- Detecting C compile features [2022-06-03T10:32:54.290Z] #44 1.879 -- Detecting C compile features - done [2022-06-03T10:32:54.290Z] #44 1.899 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T10:32:54.546Z] #44 2.025 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T10:32:54.546Z] #44 2.083 -- Configuring done [2022-06-03T10:32:54.546Z] #44 2.094 -- Generating done [2022-06-03T10:32:54.546Z] #44 2.097 -- Build files have been written to: /tmp/tmp.bxBhBH8z1s/tini [2022-06-03T10:32:54.546Z] #44 2.103 + make tini-static [2022-06-03T10:32:54.802Z] #44 2.289 Scanning dependencies of target tini-static [2022-06-03T10:32:54.802Z] #44 2.330 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T10:32:55.214Z] #67 3.446 + RM_GOPATH=0 [2022-06-03T10:32:55.214Z] #67 3.446 + TMP_GOPATH= [2022-06-03T10:32:55.214Z] #67 3.447 + : /build [2022-06-03T10:32:55.214Z] #67 3.448 + '[' -z '' ']' [2022-06-03T10:32:55.214Z] #67 3.461 ++ mktemp -d [2022-06-03T10:32:55.214Z] #67 3.463 + export GOPATH=/tmp/tmp.mDaFP9auzo [2022-06-03T10:32:55.214Z] #67 3.469 + GOPATH=/tmp/tmp.mDaFP9auzo [2022-06-03T10:32:55.214Z] #67 3.473 + RM_GOPATH=1 [2022-06-03T10:32:55.214Z] #67 3.473 + case "$(go env GOARCH)" in [2022-06-03T10:32:55.214Z] #67 3.474 ++ go env GOARCH [2022-06-03T10:32:55.214Z] #67 3.504 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:55.214Z] #67 3.504 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:55.214Z] #67 3.509 ++ dirname /install.sh [2022-06-03T10:32:55.214Z] #67 3.514 + dir=/ [2022-06-03T10:32:55.214Z] #67 3.517 + bin=rootlesskit [2022-06-03T10:32:55.214Z] #67 3.517 + shift [2022-06-03T10:32:55.214Z] #67 3.517 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T10:32:55.214Z] #67 3.517 + . //rootlesskit.installer [2022-06-03T10:32:55.214Z] #67 3.518 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:55.214Z] #67 3.518 + install_rootlesskit [2022-06-03T10:32:55.214Z] #67 3.518 + case "$1" in [2022-06-03T10:32:55.214Z] #67 3.519 + export CGO_ENABLED=0 [2022-06-03T10:32:55.214Z] #67 3.519 + CGO_ENABLED=0 [2022-06-03T10:32:55.214Z] #67 3.519 + _install_rootlesskit [2022-06-03T10:32:55.214Z] #67 3.521 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T10:32:55.214Z] #67 3.526 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:55.214Z] #67 3.526 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:32:55.214Z] #67 3.527 + GOBIN=/build [2022-06-03T10:32:55.214Z] #67 3.527 + GO111MODULE=on [2022-06-03T10:32:55.214Z] #67 3.528 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:32:55.363Z] #44 2.877 [100%] Linking C executable tini-static [2022-06-03T10:32:55.363Z] #44 ... [2022-06-03T10:32:55.363Z] [2022-06-03T10:32:55.363Z] #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-03T10:32:55.363Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:32:55.363Z] #64 0.872 + RM_GOPATH=0 [2022-06-03T10:32:55.363Z] #64 0.873 + TMP_GOPATH= [2022-06-03T10:32:55.363Z] #64 0.873 + : /build [2022-06-03T10:32:55.363Z] #64 0.873 + '[' -z '' ']' [2022-06-03T10:32:55.363Z] #64 0.873 ++ mktemp -d [2022-06-03T10:32:55.363Z] #64 0.874 + export GOPATH=/tmp/tmp.k8dysvHpWF [2022-06-03T10:32:55.363Z] #64 0.875 + GOPATH=/tmp/tmp.k8dysvHpWF [2022-06-03T10:32:55.363Z] #64 0.875 + RM_GOPATH=1 [2022-06-03T10:32:55.363Z] #64 0.875 + case "$(go env GOARCH)" in [2022-06-03T10:32:55.363Z] #64 0.877 ++ go env GOARCH [2022-06-03T10:32:55.363Z] #64 0.891 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:55.363Z] #64 0.892 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:32:55.363Z] #64 0.895 ++ dirname /install.sh [2022-06-03T10:32:55.363Z] #64 0.897 + dir=/ [2022-06-03T10:32:55.363Z] #64 0.897 + bin=containerd [2022-06-03T10:32:55.363Z] #64 0.897 + shift [2022-06-03T10:32:55.363Z] #64 0.897 + '[' '!' -f //containerd.installer ']' [2022-06-03T10:32:55.363Z] #64 0.897 + . //containerd.installer [2022-06-03T10:32:55.363Z] #64 0.897 ++ set -e [2022-06-03T10:32:55.363Z] #64 0.897 ++ : v1.6.4 [2022-06-03T10:32:55.363Z] #64 0.898 + install_containerd [2022-06-03T10:32:55.363Z] #64 0.898 + echo 'Install containerd version v1.6.4' [2022-06-03T10:32:55.363Z] #64 0.898 Install containerd version v1.6.4 [2022-06-03T10:32:55.363Z] #64 0.898 + git clone https://github.com/containerd/containerd.git /tmp/tmp.k8dysvHpWF/src/github.com/containerd/containerd [2022-06-03T10:32:55.363Z] #64 0.901 Cloning into '/tmp/tmp.k8dysvHpWF/src/github.com/containerd/containerd'... [2022-06-03T10:32:55.363Z] #64 ... [2022-06-03T10:32:55.363Z] [2022-06-03T10:32:55.363Z] #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-03T10:32:55.363Z] #44 sha256:31c49175f68b1d364b82f6e73b04361703992339680a64e64167b6b76da44570 [2022-06-03T10:32:55.363Z] #44 3.109 [100%] Built target tini-static [2022-06-03T10:32:55.619Z] #44 3.138 + mkdir -p /build [2022-06-03T10:32:55.619Z] #44 3.140 + cp tini-static /build/docker-init [2022-06-03T10:32:55.784Z] #67 4.030 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T10:32:55.829Z] #11 ... [2022-06-03T10:32:55.829Z] [2022-06-03T10:32:55.829Z] #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-03T10:32:55.829Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T10:32:55.829Z] #36 DONE 13.4s [2022-06-03T10:32:55.829Z] [2022-06-03T10:32:55.829Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:55.829Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:55.829Z] #11 ... [2022-06-03T10:32:55.829Z] [2022-06-03T10:32:55.829Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T10:32:55.829Z] #37 sha256:7d291aae82d9424d43576dff19436066f57079dc948a4bb5bf664f8c2282b84e [2022-06-03T10:32:55.829Z] #37 DONE 0.5s [2022-06-03T10:32:55.829Z] [2022-06-03T10:32:55.829Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T10:32:55.829Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T10:32:55.874Z] #44 DONE 3.3s [2022-06-03T10:32:55.874Z] [2022-06-03T10:32:55.874Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:55.874Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:55.874Z] #14 19.12 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T10:32:55.874Z] #14 19.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:32:55.874Z] #14 19.13 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:32:55.874Z] #14 19.22 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T10:32:55.874Z] #14 19.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:32:55.874Z] #14 19.23 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:32:56.801Z] #14 ... [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T10:32:56.801Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T10:32:56.801Z] #46 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:32:56.801Z] #47 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T10:32:56.801Z] #50 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:32:56.801Z] #51 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:32:56.801Z] #53 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:32:56.801Z] #55 CACHED [2022-06-03T10:32:56.801Z] [2022-06-03T10:32:56.801Z] #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-03T10:32:56.801Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T10:32:56.801Z] #57 CACHED [2022-06-03T10:32:57.057Z] [2022-06-03T10:32:57.057Z] #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-03T10:32:57.057Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:32:57.312Z] #64 ... [2022-06-03T10:32:57.312Z] [2022-06-03T10:32:57.312Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:32:57.312Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:32:57.312Z] #14 22.76 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T10:32:57.568Z] #14 22.77 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:32:57.568Z] #14 22.78 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:32:57.729Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.2s [2022-06-03T10:32:58.317Z] #67 6.336 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T10:32:58.317Z] #67 6.361 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T10:32:58.575Z] #67 7.065 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T10:32:59.637Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 7.3s done [2022-06-03T10:32:59.896Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-03T10:33:00.155Z] #11 DONE 23.8s [2022-06-03T10:33:00.155Z] [2022-06-03T10:33:00.155Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T10:33:00.155Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T10:33:00.479Z] #67 ... [2022-06-03T10:33:00.479Z] [2022-06-03T10:33:00.479Z] #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-03T10:33:00.479Z] #31 sha256:82414fb00040a2773ccac3db52ff6f454ab72d008e6e894d143a192e14d1d3d7 [2022-06-03T10:33:00.479Z] #31 4.285 [2022-06-03T10:33:00.479Z] #31 5.717 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T10:33:00.479Z] #31 6.016 [2022-06-03T10:33:00.479Z] #31 6.252 #=#=# 0.1% ########################################## 59.2% ##################################################################### 96.3% ######################################################################## 100.0% [2022-06-03T10:33:00.479Z] #31 7.045 [2022-06-03T10:33:00.479Z] #31 11.39 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T10:33:00.479Z] #31 12.95 #=#=# [2022-06-03T10:33:00.479Z] #31 13.29 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:00.737Z] #31 ... [2022-06-03T10:33:00.737Z] [2022-06-03T10:33:00.737Z] #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-03T10:33:00.737Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-03T10:33:00.737Z] #38 4.133 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T10:33:00.996Z] #38 ... [2022-06-03T10:33:00.996Z] [2022-06-03T10:33:00.997Z] #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-03T10:33:00.997Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:00.997Z] #55 4.372 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T10:33:00.997Z] #55 ... [2022-06-03T10:33:00.997Z] [2022-06-03T10:33:00.997Z] #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-03T10:33:00.997Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T10:33:00.997Z] #62 4.519 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:00.997Z] #62 4.551 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:00.997Z] #62 4.555 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:00.997Z] #62 5.619 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:33:00.997Z] #62 7.703 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:33:01.097Z] #12 DONE 0.9s [2022-06-03T10:33:01.097Z] [2022-06-03T10:33:01.097Z] #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-03T10:33:01.097Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T10:33:01.256Z] #62 ... [2022-06-03T10:33:01.256Z] [2022-06-03T10:33:01.256Z] #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-03T10:33:01.256Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T10:33:01.256Z] #53 4.262 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T10:33:01.256Z] #53 5.731 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T10:33:01.256Z] #53 5.734 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T10:33:01.256Z] #53 5.787 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T10:33:01.256Z] #53 5.882 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T10:33:01.256Z] #53 6.203 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T10:33:01.256Z] #53 6.524 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T10:33:01.256Z] #53 6.633 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T10:33:01.256Z] #53 6.762 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T10:33:01.256Z] #53 6.913 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T10:33:01.256Z] #53 10.34 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T10:33:01.256Z] #53 10.47 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T10:33:01.515Z] #53 10.49 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T10:33:01.515Z] #53 ... [2022-06-03T10:33:01.515Z] [2022-06-03T10:33:01.515Z] #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-03T10:33:01.515Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-03T10:33:01.515Z] #40 4.436 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T10:33:01.515Z] #40 5.138 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T10:33:01.515Z] #40 6.149 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T10:33:01.515Z] #40 6.512 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T10:33:01.515Z] #40 6.562 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T10:33:01.515Z] #40 8.951 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T10:33:01.515Z] #40 8.989 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T10:33:01.515Z] #40 ... [2022-06-03T10:33:01.515Z] [2022-06-03T10:33:01.515Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:01.515Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:01.515Z] #14 3.304 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:01.515Z] #14 3.482 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:01.515Z] #14 3.502 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:01.515Z] #14 4.158 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:33:01.515Z] #14 6.582 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:33:01.515Z] #14 9.189 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:33:01.667Z] #13 DONE 0.6s [2022-06-03T10:33:01.667Z] [2022-06-03T10:33:01.667Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T10:33:01.667Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T10:33:01.667Z] #53 DONE 0.1s [2022-06-03T10:33:01.667Z] [2022-06-03T10:33:01.667Z] #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-03T10:33:01.667Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:33:01.774Z] #14 ... [2022-06-03T10:33:01.774Z] [2022-06-03T10:33:01.774Z] #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-03T10:33:01.774Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-03T10:33:01.774Z] #57 4.773 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T10:33:01.774Z] #57 5.673 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T10:33:01.774Z] #57 5.691 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T10:33:01.774Z] #57 5.881 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T10:33:01.774Z] #57 7.359 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T10:33:01.774Z] #57 ... [2022-06-03T10:33:01.774Z] [2022-06-03T10:33:01.774Z] #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-03T10:33:01.774Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:33:01.774Z] #26 3.079 + RM_GOPATH=0 [2022-06-03T10:33:01.774Z] #26 3.093 + TMP_GOPATH= [2022-06-03T10:33:01.774Z] #26 3.093 + : /build [2022-06-03T10:33:01.774Z] #26 3.093 + '[' -z '' ']' [2022-06-03T10:33:01.774Z] #26 3.093 ++ mktemp -d [2022-06-03T10:33:01.774Z] #26 3.101 + export GOPATH=/tmp/tmp.ITlL11KFC9 [2022-06-03T10:33:01.774Z] #26 3.101 + GOPATH=/tmp/tmp.ITlL11KFC9 [2022-06-03T10:33:01.774Z] #26 3.101 + RM_GOPATH=1 [2022-06-03T10:33:01.774Z] #26 3.101 + case "$(go env GOARCH)" in [2022-06-03T10:33:01.774Z] #26 3.101 ++ go env GOARCH [2022-06-03T10:33:01.774Z] #26 3.117 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:01.774Z] #26 3.117 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:01.774Z] #26 3.118 ++ dirname /install.sh [2022-06-03T10:33:01.774Z] #26 3.119 + dir=/ [2022-06-03T10:33:01.774Z] #26 3.119 + bin=dockercli [2022-06-03T10:33:01.774Z] #26 3.119 + shift [2022-06-03T10:33:01.774Z] #26 3.119 + '[' '!' -f //dockercli.installer ']' [2022-06-03T10:33:01.774Z] #26 3.119 + . //dockercli.installer [2022-06-03T10:33:01.774Z] #26 3.119 ++ : stable [2022-06-03T10:33:01.774Z] #26 3.119 ++ : 17.06.2-ce [2022-06-03T10:33:01.774Z] #26 3.119 + install_dockercli [2022-06-03T10:33:01.774Z] #26 3.119 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T10:33:01.774Z] #26 3.119 ++ uname -m [2022-06-03T10:33:01.774Z] #26 3.120 Install docker/cli version 17.06.2-ce from stable [2022-06-03T10:33:01.774Z] #26 3.139 + arch=aarch64 [2022-06-03T10:33:01.774Z] #26 3.139 + '[' aarch64 '!=' x86_64 ']' [2022-06-03T10:33:01.774Z] #26 3.139 + '[' aarch64 '!=' s390x ']' [2022-06-03T10:33:01.774Z] #26 3.139 + '[' aarch64 '!=' armhf ']' [2022-06-03T10:33:01.774Z] #26 3.139 + build_dockercli [2022-06-03T10:33:01.774Z] #26 3.139 + git clone https://github.com/docker/docker-ce /tmp/tmp.ITlL11KFC9/tmp/docker-ce [2022-06-03T10:33:01.774Z] #26 3.139 Cloning into '/tmp/tmp.ITlL11KFC9/tmp/docker-ce'... [2022-06-03T10:33:01.928Z] #54 ... [2022-06-03T10:33:01.928Z] [2022-06-03T10:33:01.928Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T10:33:01.928Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T10:33:01.928Z] #40 DONE 0.3s [2022-06-03T10:33:01.928Z] [2022-06-03T10:33:01.928Z] #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-03T10:33:01.928Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T10:33:01.928Z] #57 DONE 0.5s [2022-06-03T10:33:01.928Z] [2022-06-03T10:33:01.928Z] #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-03T10:33:01.928Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:02.033Z] #26 ... [2022-06-03T10:33:02.033Z] [2022-06-03T10:33:02.033Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T10:33:02.033Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T10:33:02.033Z] #36 4.572 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T10:33:02.033Z] #36 ... [2022-06-03T10:33:02.033Z] [2022-06-03T10:33:02.033Z] #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-03T10:33:02.033Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T10:33:02.033Z] #47 3.707 + git clone https://github.com/docker/distribution.git . [2022-06-03T10:33:02.033Z] #47 3.711 Cloning into '.'... [2022-06-03T10:33:02.292Z] #47 ... [2022-06-03T10:33:02.292Z] [2022-06-03T10:33:02.292Z] #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-03T10:33:02.292Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T10:33:02.292Z] #42 3.406 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:02.292Z] #42 3.485 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:02.292Z] #42 3.485 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:02.292Z] #42 4.193 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:33:02.292Z] #42 6.295 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:33:02.292Z] #42 9.187 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:33:02.292Z] #42 ... [2022-06-03T10:33:02.292Z] [2022-06-03T10:33:02.292Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T10:33:02.292Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T10:33:02.292Z] #34 3.658 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T10:33:02.292Z] #34 3.664 Cloning into '.'... [2022-06-03T10:33:02.550Z] #34 ... [2022-06-03T10:33:02.550Z] [2022-06-03T10:33:02.550Z] #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-03T10:33:02.550Z] #67 sha256:df60d707a6d9b6b47712edbe62273065775a08d2d9f45c7ecac98bd767c58784 [2022-06-03T10:33:02.550Z] #67 9.330 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T10:33:02.550Z] #67 10.07 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T10:33:02.550Z] #67 10.08 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T10:33:02.550Z] #67 10.11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T10:33:02.550Z] #67 10.35 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T10:33:02.550Z] #67 10.36 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T10:33:02.550Z] #67 10.67 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T10:33:02.809Z] #67 11.11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T10:33:02.809Z] #67 11.21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T10:33:02.812Z] #14 27.97 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T10:33:02.812Z] #14 27.98 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:33:02.812Z] #14 27.98 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:33:03.080Z] #67 11.42 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T10:33:03.374Z] #14 ... [2022-06-03T10:33:03.375Z] [2022-06-03T10:33:03.375Z] #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-03T10:33:03.375Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:03.375Z] #64 18.07 + cd /tmp/tmp.k8dysvHpWF/src/github.com/containerd/containerd [2022-06-03T10:33:03.631Z] #64 18.07 + git checkout -q v1.6.4 [2022-06-03T10:33:04.234Z] #64 18.70 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T10:33:04.234Z] #64 18.70 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T10:33:04.234Z] #64 18.70 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:33:04.234Z] #64 18.71 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:33:04.234Z] #64 18.71 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T10:33:04.234Z] #64 18.71 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T10:33:04.234Z] #64 18.71 + '[' '' = dynamic ']' [2022-06-03T10:33:04.234Z] #64 18.71 + make [2022-06-03T10:33:04.461Z] #67 ... [2022-06-03T10:33:04.461Z] [2022-06-03T10:33:04.461Z] #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-03T10:33:04.461Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:33:04.461Z] #51 3.160 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:04.461Z] #51 3.240 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:04.461Z] #51 3.240 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:04.461Z] #51 3.728 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T10:33:04.461Z] #51 4.337 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:33:04.461Z] #51 6.926 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:33:04.461Z] #51 9.745 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:33:04.461Z] #51 12.61 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T10:33:04.720Z] #51 ... [2022-06-03T10:33:04.720Z] [2022-06-03T10:33:04.720Z] #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-03T10:33:04.720Z] #67 sha256:df60d707a6d9b6b47712edbe62273065775a08d2d9f45c7ecac98bd767c58784 [2022-06-03T10:33:04.720Z] #67 13.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T10:33:04.796Z] #64 19.41 + bin/ctr [2022-06-03T10:33:06.123Z] #58 ... [2022-06-03T10:33:06.123Z] [2022-06-03T10:33:06.123Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-03T10:33:06.123Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e [2022-06-03T10:33:06.123Z] #14 DONE 4.2s [2022-06-03T10:33:06.123Z] [2022-06-03T10:33:06.123Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-03T10:33:06.123Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-03T10:33:06.123Z] #15 ... [2022-06-03T10:33:06.123Z] [2022-06-03T10:33:06.123Z] #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-03T10:33:06.123Z] #38 sha256:81b02905491bbcf280fc723b6ba745f35ddac4a656d3b5a6dc2b0420be63430d [2022-06-03T10:33:06.123Z] #38 1.700 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T10:33:06.123Z] #38 1.975 [2022-06-03T10:33:06.123Z] #38 2.198 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:06.123Z] #38 2.463 [2022-06-03T10:33:06.123Z] #38 3.409 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T10:33:06.123Z] #38 3.698 [2022-06-03T10:33:06.123Z] #38 3.914 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:06.123Z] #38 4.198 [2022-06-03T10:33:06.123Z] #38 5.112 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T10:33:06.123Z] #38 5.430 [2022-06-03T10:33:06.123Z] #38 5.646 #=#=# ###### 9.0% ########################### 38.6% ################################################## 70.0% ######################################################################## 100.0% [2022-06-03T10:33:06.123Z] #38 6.460 [2022-06-03T10:33:06.123Z] #38 7.747 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T10:33:06.123Z] #38 8.155 [2022-06-03T10:33:06.123Z] #38 8.408 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:06.123Z] #38 8.765 [2022-06-03T10:33:06.123Z] #38 10.04 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T10:33:06.123Z] #38 ... [2022-06-03T10:33:06.123Z] [2022-06-03T10:33:06.123Z] #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-03T10:33:06.123Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:06.123Z] #58 3.918 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:06.123Z] #58 3.972 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:06.123Z] #58 3.972 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:06.622Z] #67 ... [2022-06-03T10:33:06.622Z] [2022-06-03T10:33:06.622Z] #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-03T10:33:06.622Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-03T10:33:06.622Z] #38 14.80 tomll can be used in two ways: [2022-06-03T10:33:06.622Z] #38 14.80 Writing to STDIN and reading from STDOUT: [2022-06-03T10:33:06.622Z] #38 14.80 cat file.toml | tomll > file.toml [2022-06-03T10:33:06.622Z] #38 14.80 [2022-06-03T10:33:06.622Z] #38 14.80 Reading and updating a list of files: [2022-06-03T10:33:06.622Z] #38 14.80 tomll a.toml b.toml c.toml [2022-06-03T10:33:06.622Z] #38 14.80 [2022-06-03T10:33:06.622Z] #38 14.80 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T10:33:06.622Z] #38 DONE 15.6s [2022-06-03T10:33:06.622Z] [2022-06-03T10:33:06.622Z] #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-03T10:33:06.622Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T10:33:06.622Z] #36 12.10 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T10:33:06.622Z] #36 12.10 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T10:33:06.622Z] #36 12.53 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T10:33:06.622Z] #36 12.68 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T10:33:06.622Z] #36 12.94 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T10:33:06.622Z] #36 13.16 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T10:33:06.622Z] #36 13.26 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T10:33:06.622Z] #36 13.28 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T10:33:06.622Z] #36 13.40 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T10:33:06.622Z] #36 13.63 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T10:33:06.622Z] #36 13.84 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T10:33:06.622Z] #36 14.41 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T10:33:06.622Z] #36 14.58 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T10:33:06.622Z] #36 14.60 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T10:33:06.689Z] #58 4.450 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T10:33:06.953Z] #58 4.769 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:33:07.190Z] #36 16.35 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T10:33:07.213Z] #58 ... [2022-06-03T10:33:07.213Z] [2022-06-03T10:33:07.213Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-03T10:33:07.213Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-03T10:33:07.213Z] #15 DONE 1.4s [2022-06-03T10:33:07.213Z] [2022-06-03T10:33:07.213Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-03T10:33:07.213Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f [2022-06-03T10:33:07.318Z] #64 ... [2022-06-03T10:33:07.318Z] [2022-06-03T10:33:07.318Z] #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-03T10:33:07.318Z] #67 sha256:c4dbc5a787b48b2e5d351ca521ee19bf91e2215e6299110ebf1518d9e0ee94ec [2022-06-03T10:33:07.318Z] #67 25.73 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:33:07.318Z] #67 25.73 + GOBIN=/build [2022-06-03T10:33:07.318Z] #67 25.73 + GO111MODULE=on [2022-06-03T10:33:07.318Z] #67 25.73 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:33:07.318Z] #67 28.39 rootlesskit version 1.0.0 [2022-06-03T10:33:07.318Z] #67 28.40 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T10:33:07.318Z] #67 28.40 -container-ip string [2022-06-03T10:33:07.318Z] #67 28.40 container ip [2022-06-03T10:33:07.318Z] #67 28.40 -container-port int [2022-06-03T10:33:07.318Z] #67 28.40 container port (default -1) [2022-06-03T10:33:07.318Z] #67 28.40 -host-ip string [2022-06-03T10:33:07.318Z] #67 28.40 host ip [2022-06-03T10:33:07.318Z] #67 28.40 -host-port int [2022-06-03T10:33:07.318Z] #67 28.40 host port (default -1) [2022-06-03T10:33:07.318Z] #67 28.40 -proto string [2022-06-03T10:33:07.318Z] #67 28.40 proxy protocol (default "tcp") [2022-06-03T10:33:07.318Z] #67 DONE 28.9s [2022-06-03T10:33:07.574Z] [2022-06-03T10:33:07.574Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T10:33:07.574Z] #68 sha256:96d01f23d8e82c29de93b1cc7b5153fd8063fe03f1e187198bfa01f2aae916a9 [2022-06-03T10:33:07.574Z] #68 DONE 0.1s [2022-06-03T10:33:07.574Z] [2022-06-03T10:33:07.574Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T10:33:07.574Z] #69 sha256:571ebe48ab70658dd90c92d2cf40ef6c3a04847341cf5de629e6acffbaefd61e [2022-06-03T10:33:07.574Z] #69 DONE 0.1s [2022-06-03T10:33:07.574Z] [2022-06-03T10:33:07.574Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:07.574Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:33:07.574Z] #14 30.24 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T10:33:07.574Z] #14 30.24 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:33:07.574Z] #14 30.24 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:33:07.574Z] #14 32.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T10:33:07.574Z] #14 32.55 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:33:07.574Z] #14 32.55 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:33:07.757Z] #36 16.75 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T10:33:08.501Z] #14 ... [2022-06-03T10:33:08.501Z] [2022-06-03T10:33:08.501Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T10:33:08.501Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T10:33:08.501Z] #72 CACHED [2022-06-03T10:33:08.501Z] [2022-06-03T10:33:08.501Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T10:33:08.501Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T10:33:08.501Z] #74 CACHED [2022-06-03T10:33:08.501Z] [2022-06-03T10:33:08.501Z] #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-03T10:33:08.501Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:08.600Z] #16 DONE 1.3s [2022-06-03T10:33:08.600Z] [2022-06-03T10:33:08.600Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-03T10:33:08.600Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-03T10:33:09.135Z] #36 ... [2022-06-03T10:33:09.135Z] [2022-06-03T10:33:09.135Z] #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-03T10:33:09.135Z] #31 sha256:82414fb00040a2773ccac3db52ff6f454ab72d008e6e894d143a192e14d1d3d7 [2022-06-03T10:33:09.135Z] #31 14.73 [2022-06-03T10:33:09.135Z] #31 17.39 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T10:33:09.135Z] #31 19.48 #=#=# [2022-06-03T10:33:09.135Z] #31 19.99 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:09.135Z] #31 21.43 [2022-06-03T10:33:09.135Z] #31 21.83 Download of images into '/build' complete. [2022-06-03T10:33:09.135Z] #31 21.85 Use something like the following to load the result into a Docker daemon: [2022-06-03T10:33:09.135Z] #31 21.85 tar -cC '/build' . | docker load [2022-06-03T10:33:09.135Z] #31 DONE 21.9s [2022-06-03T10:33:09.135Z] [2022-06-03T10:33:09.135Z] #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-03T10:33:09.135Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:33:09.135Z] #51 15.75 Fetched 8428 kB in 13s (658 kB/s) [2022-06-03T10:33:09.980Z] #17 DONE 1.4s [2022-06-03T10:33:09.980Z] [2022-06-03T10:33:09.980Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-03T10:33:09.980Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-03T10:33:10.241Z] #18 ... [2022-06-03T10:33:10.241Z] [2022-06-03T10:33:10.241Z] #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-03T10:33:10.242Z] #38 sha256:81b02905491bbcf280fc723b6ba745f35ddac4a656d3b5a6dc2b0420be63430d [2022-06-03T10:33:10.242Z] #38 11.93 #=#=# [2022-06-03T10:33:10.242Z] #38 12.30 #=#=# ######################################################################## 100.0% [2022-06-03T10:33:10.242Z] #38 13.82 [2022-06-03T10:33:10.242Z] #38 14.33 Download of images into '/build' complete. [2022-06-03T10:33:10.242Z] #38 14.34 Use something like the following to load the result into a Docker daemon: [2022-06-03T10:33:10.242Z] #38 14.34 tar -cC '/build' . | docker load [2022-06-03T10:33:10.242Z] #38 DONE 14.5s [2022-06-03T10:33:10.500Z] [2022-06-03T10:33:10.500Z] #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-03T10:33:10.500Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:33:10.500Z] #60 4.000 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T10:33:10.500Z] #60 5.942 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T10:33:10.500Z] #60 5.946 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T10:33:10.500Z] #60 5.975 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T10:33:10.500Z] #60 6.103 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T10:33:10.500Z] #60 6.484 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T10:33:10.500Z] #60 6.537 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T10:33:10.500Z] #60 6.694 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T10:33:10.500Z] #60 6.706 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T10:33:10.500Z] #60 6.948 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T10:33:10.500Z] #60 6.968 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T10:33:10.500Z] #60 7.270 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T10:33:10.500Z] #60 7.394 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T10:33:11.435Z] #60 ... [2022-06-03T10:33:11.435Z] [2022-06-03T10:33:11.435Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-03T10:33:11.435Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-03T10:33:11.435Z] #18 DONE 1.6s [2022-06-03T10:33:11.435Z] [2022-06-03T10:33:11.435Z] #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-03T10:33:11.435Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:33:11.435Z] #19 ... [2022-06-03T10:33:11.435Z] [2022-06-03T10:33:11.435Z] #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-03T10:33:11.435Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T10:33:11.435Z] #64 3.912 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T10:33:11.435Z] #64 5.134 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T10:33:11.435Z] #64 5.161 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T10:33:11.435Z] #64 5.190 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T10:33:11.435Z] #64 7.320 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T10:33:11.666Z] #51 15.75 Reading package lists... [2022-06-03T10:33:11.666Z] #51 ... [2022-06-03T10:33:11.666Z] [2022-06-03T10:33:11.666Z] #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-03T10:33:11.666Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T10:33:11.666Z] #62 10.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:33:11.666Z] #62 15.69 Fetched 8424 kB in 11s (745 kB/s) [2022-06-03T10:33:11.666Z] #62 15.69 Reading package lists... [2022-06-03T10:33:11.666Z] #62 20.36 Reading package lists... [2022-06-03T10:33:11.666Z] #62 ... [2022-06-03T10:33:11.666Z] [2022-06-03T10:33:11.666Z] #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-03T10:33:11.666Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:33:11.666Z] #51 15.75 Reading package lists... [2022-06-03T10:33:11.694Z] #64 ... [2022-06-03T10:33:11.694Z] [2022-06-03T10:33:11.694Z] #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-03T10:33:11.694Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:33:11.694Z] #43 3.993 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T10:33:11.770Z] #64 ... [2022-06-03T10:33:11.770Z] [2022-06-03T10:33:11.770Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:11.770Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T10:33:11.770Z] #14 36.63 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T10:33:11.770Z] #14 36.64 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:33:11.770Z] #14 36.64 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:33:11.953Z] #43 ... [2022-06-03T10:33:11.953Z] [2022-06-03T10:33:11.953Z] #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-03T10:33:11.953Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T10:33:11.953Z] #45 4.267 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T10:33:11.953Z] #45 ... [2022-06-03T10:33:11.953Z] [2022-06-03T10:33:11.953Z] #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-03T10:33:11.953Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:33:11.953Z] #41 3.328 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T10:33:11.953Z] #41 3.328 Cloning into '.'... [2022-06-03T10:33:12.213Z] #41 ... [2022-06-03T10:33:12.213Z] [2022-06-03T10:33:12.213Z] #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-03T10:33:12.213Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:33:12.213Z] #62 3.991 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T10:33:12.213Z] #62 ... [2022-06-03T10:33:12.213Z] [2022-06-03T10:33:12.213Z] #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-03T10:33:12.213Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:33:12.213Z] #47 4.384 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T10:33:12.213Z] #47 5.309 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T10:33:12.213Z] #47 6.628 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T10:33:12.213Z] #47 6.896 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T10:33:12.213Z] #47 6.972 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T10:33:12.472Z] #47 ... [2022-06-03T10:33:12.472Z] [2022-06-03T10:33:12.472Z] #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-03T10:33:12.472Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:12.472Z] #58 7.070 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:33:12.472Z] #58 9.372 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:33:12.730Z] #58 10.75 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T10:33:12.858Z] #51 20.41 Reading package lists... [2022-06-03T10:33:12.858Z] #51 ... [2022-06-03T10:33:12.858Z] [2022-06-03T10:33:12.858Z] #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-03T10:33:12.858Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T10:33:12.858Z] #53 11.87 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T10:33:12.858Z] #53 11.89 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T10:33:12.858Z] #53 ... [2022-06-03T10:33:12.858Z] [2022-06-03T10:33:12.858Z] #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-03T10:33:12.858Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T10:33:12.858Z] #47 19.93 Updating files: 88% (1928/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-03T10:33:12.858Z] #47 20.07 + git checkout -q v2.3.0 [2022-06-03T10:33:12.858Z] #47 21.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T10:33:13.136Z] #14 38.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T10:33:13.136Z] #14 38.28 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T10:33:13.136Z] #14 38.29 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:33:13.136Z] #14 38.35 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T10:33:13.136Z] #14 38.36 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T10:33:13.136Z] #14 38.37 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T10:33:13.136Z] #14 38.42 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T10:33:13.136Z] #14 38.42 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T10:33:13.136Z] #14 38.43 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T10:33:13.136Z] #14 38.49 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T10:33:13.136Z] #14 38.49 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T10:33:13.137Z] #14 38.49 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:33:13.393Z] #14 38.57 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T10:33:13.393Z] #14 38.57 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T10:33:13.393Z] #14 38.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:33:13.393Z] #14 38.65 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T10:33:13.393Z] #14 38.66 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:33:13.393Z] #14 38.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:33:13.393Z] #14 38.69 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T10:33:13.393Z] #14 38.69 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T10:33:13.393Z] #14 38.70 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T10:33:13.393Z] #14 38.75 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T10:33:13.393Z] #14 38.76 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T10:33:13.393Z] #14 38.76 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T10:33:13.650Z] #14 38.88 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T10:33:13.650Z] #14 38.88 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T10:33:13.650Z] #14 38.88 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T10:33:13.650Z] #14 38.96 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T10:33:13.650Z] #14 38.97 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T10:33:13.650Z] #14 38.97 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T10:33:13.650Z] #14 39.06 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T10:33:13.650Z] #14 39.06 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T10:33:13.650Z] #14 39.07 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T10:33:13.906Z] #14 39.10 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T10:33:13.906Z] #14 39.11 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T10:33:13.906Z] #14 39.11 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T10:33:14.162Z] #14 39.29 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T10:33:14.162Z] #14 39.29 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T10:33:14.162Z] #14 39.29 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T10:33:14.162Z] #14 39.38 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T10:33:14.162Z] #14 39.39 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:33:14.162Z] #14 39.40 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:33:14.162Z] #14 39.43 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T10:33:14.163Z] #14 39.43 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T10:33:14.163Z] #14 39.44 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T10:33:14.419Z] #14 39.49 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T10:33:14.419Z] #14 39.50 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T10:33:14.419Z] #14 39.50 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T10:33:14.419Z] #14 39.71 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T10:33:14.419Z] #14 39.72 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T10:33:14.419Z] #14 39.73 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:33:14.419Z] #14 39.74 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T10:33:14.419Z] #14 39.75 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:33:14.419Z] #14 39.76 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T10:33:14.419Z] #14 39.77 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:33:14.419Z] #14 39.79 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T10:33:14.419Z] #14 39.80 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T10:33:14.419Z] #14 39.81 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T10:33:14.419Z] #14 39.82 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:33:14.419Z] #14 39.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:33:14.419Z] #14 39.84 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:33:14.419Z] #14 39.85 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T10:33:14.634Z] #58 ... [2022-06-03T10:33:14.634Z] [2022-06-03T10:33:14.634Z] #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-03T10:33:14.634Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:33:14.634Z] #60 12.97 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T10:33:14.634Z] #60 13.00 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T10:33:14.675Z] #14 39.87 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T10:33:14.675Z] #14 39.88 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T10:33:14.675Z] #14 39.89 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:33:14.675Z] #14 39.90 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T10:33:14.675Z] #14 39.91 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T10:33:14.675Z] #14 39.92 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 39.93 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 39.95 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-03T10:33:14.675Z] #14 39.96 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 39.97 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-03T10:33:14.675Z] #14 39.98 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:33:14.675Z] #14 39.99 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 40.00 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-03T10:33:14.675Z] #14 40.00 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 40.02 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:33:14.675Z] #14 40.03 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:33:14.675Z] #14 40.05 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:33:14.759Z] #47 ... [2022-06-03T10:33:14.759Z] [2022-06-03T10:33:14.759Z] #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-03T10:33:14.759Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T10:33:14.759Z] #42 13.87 Fetched 8424 kB in 11s (789 kB/s) [2022-06-03T10:33:14.759Z] #42 13.87 Reading package lists... [2022-06-03T10:33:14.759Z] #42 18.33 Reading package lists... [2022-06-03T10:33:14.759Z] #42 22.68 Building dependency tree... [2022-06-03T10:33:14.759Z] #42 ... [2022-06-03T10:33:14.759Z] [2022-06-03T10:33:14.759Z] #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-03T10:33:14.759Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:14.759Z] #55 22.76 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T10:33:14.759Z] #55 22.76 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T10:33:14.759Z] #55 22.87 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T10:33:14.759Z] #55 22.88 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T10:33:14.759Z] #55 22.96 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T10:33:14.759Z] #55 23.41 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T10:33:14.759Z] #55 23.44 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T10:33:14.931Z] #14 40.06 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:33:14.931Z] #14 40.07 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:33:14.931Z] #14 40.08 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:15.017Z] #55 24.23 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T10:33:15.017Z] #55 24.28 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T10:33:15.017Z] #55 ... [2022-06-03T10:33:15.017Z] [2022-06-03T10:33:15.017Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:15.017Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:15.017Z] #14 14.22 Fetched 8424 kB in 11s (752 kB/s) [2022-06-03T10:33:15.017Z] #14 14.22 Reading package lists... [2022-06-03T10:33:15.017Z] #14 19.79 Reading package lists... [2022-06-03T10:33:15.187Z] #14 DONE 40.5s [2022-06-03T10:33:15.187Z] [2022-06-03T10:33:15.187Z] #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-03T10:33:15.187Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:15.187Z] #64 ... [2022-06-03T10:33:15.187Z] [2022-06-03T10:33:15.187Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T10:33:15.187Z] #59 sha256:f2950c22f405b2164ee9efde005a01e85d4eef643e61c027182cb74895831295 [2022-06-03T10:33:15.187Z] #59 DONE 0.1s [2022-06-03T10:33:15.187Z] [2022-06-03T10:33:15.187Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T10:33:15.187Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T10:33:15.276Z] #14 23.89 Building dependency tree... [2022-06-03T10:33:15.276Z] #14 ... [2022-06-03T10:33:15.276Z] [2022-06-03T10:33:15.276Z] #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-03T10:33:15.276Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T10:33:15.276Z] #62 20.36 Reading package lists... [2022-06-03T10:33:15.570Z] #60 ... [2022-06-03T10:33:15.570Z] [2022-06-03T10:33:15.570Z] #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-03T10:33:15.570Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:33:15.570Z] #54 3.818 + git clone https://github.com/docker/distribution.git . [2022-06-03T10:33:15.570Z] #54 3.818 Cloning into '.'... [2022-06-03T10:33:15.570Z] #54 ... [2022-06-03T10:33:15.570Z] [2022-06-03T10:33:15.570Z] #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-03T10:33:15.570Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:33:15.570Z] #43 13.37 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T10:33:15.570Z] #43 13.37 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T10:33:15.570Z] #43 13.82 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T10:33:15.570Z] #43 13.92 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T10:33:15.829Z] #43 14.23 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T10:33:16.088Z] #43 14.51 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T10:33:16.346Z] #43 14.81 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T10:33:16.346Z] #43 14.83 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T10:33:16.346Z] #43 14.85 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T10:33:16.346Z] #43 15.02 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T10:33:16.554Z] #15 DONE 1.3s [2022-06-03T10:33:16.554Z] [2022-06-03T10:33:16.554Z] #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-03T10:33:16.554Z] #60 sha256:8324a41e051fa0b3e35e9b0031c3b38d479799abe19579da379effd002dc31fc [2022-06-03T10:33:16.554Z] #60 1.083 + RM_GOPATH=0 [2022-06-03T10:33:16.554Z] #60 1.083 + TMP_GOPATH= [2022-06-03T10:33:16.554Z] #60 1.083 + : /build [2022-06-03T10:33:16.554Z] #60 1.083 + '[' -z '' ']' [2022-06-03T10:33:16.554Z] #60 1.083 ++ mktemp -d [2022-06-03T10:33:16.554Z] #60 1.085 + export GOPATH=/tmp/tmp.FvBhIR9A9j [2022-06-03T10:33:16.554Z] #60 1.086 + GOPATH=/tmp/tmp.FvBhIR9A9j [2022-06-03T10:33:16.554Z] #60 1.086 + RM_GOPATH=1 [2022-06-03T10:33:16.554Z] #60 1.087 + case "$(go env GOARCH)" in [2022-06-03T10:33:16.554Z] #60 1.088 ++ go env GOARCH [2022-06-03T10:33:16.554Z] #60 1.095 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:16.554Z] #60 1.095 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:16.554Z] #60 1.096 ++ dirname /install.sh [2022-06-03T10:33:16.554Z] #60 1.098 + dir=/ [2022-06-03T10:33:16.554Z] #60 1.098 + bin=runc [2022-06-03T10:33:16.554Z] #60 1.098 + shift [2022-06-03T10:33:16.554Z] #60 1.099 + '[' '!' -f //runc.installer ']' [2022-06-03T10:33:16.554Z] #60 1.099 + . //runc.installer [2022-06-03T10:33:16.554Z] #60 1.099 ++ set -e [2022-06-03T10:33:16.554Z] #60 1.100 ++ : v1.1.2 [2022-06-03T10:33:16.554Z] #60 1.100 + install_runc [2022-06-03T10:33:16.554Z] #60 1.100 + RUNC_BUILDTAGS=seccomp [2022-06-03T10:33:16.554Z] #60 1.100 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T10:33:16.554Z] #60 1.101 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T10:33:16.554Z] #60 1.101 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FvBhIR9A9j/src/github.com/opencontainers/runc [2022-06-03T10:33:16.554Z] #60 1.102 Cloning into '/tmp/tmp.FvBhIR9A9j/src/github.com/opencontainers/runc'... [2022-06-03T10:33:16.649Z] #62 24.59 Building dependency tree... [2022-06-03T10:33:16.908Z] #62 25.92 Reading state information... [2022-06-03T10:33:16.913Z] #43 15.17 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T10:33:16.913Z] #43 15.46 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T10:33:17.480Z] #43 15.92 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T10:33:17.480Z] #43 15.98 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T10:33:17.480Z] #43 16.04 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T10:33:17.485Z] #60 ... [2022-06-03T10:33:17.485Z] [2022-06-03T10:33:17.485Z] #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-03T10:33:17.485Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T10:33:17.485Z] #16 DONE 0.8s [2022-06-03T10:33:17.485Z] [2022-06-03T10:33:17.485Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T10:33:17.485Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T10:33:18.047Z] #43 ... [2022-06-03T10:33:18.047Z] [2022-06-03T10:33:18.047Z] #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-03T10:33:18.047Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T10:33:18.047Z] #45 16.11 tomll can be used in two ways: [2022-06-03T10:33:18.047Z] #45 16.11 Writing to STDIN and reading from STDOUT: [2022-06-03T10:33:18.047Z] #45 16.11 cat file.toml | tomll > file.toml [2022-06-03T10:33:18.047Z] #45 16.11 [2022-06-03T10:33:18.047Z] #45 16.11 Reading and updating a list of files: [2022-06-03T10:33:18.047Z] #45 16.11 tomll a.toml b.toml c.toml [2022-06-03T10:33:18.047Z] #45 16.11 [2022-06-03T10:33:18.047Z] #45 16.11 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T10:33:18.047Z] #45 DONE 16.5s [2022-06-03T10:33:18.047Z] [2022-06-03T10:33:18.047Z] #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-03T10:33:18.047Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:33:18.047Z] #19 1.432 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:33:18.047Z] #19 1.458 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:18.047Z] #19 1.471 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:18.047Z] #19 2.288 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:33:18.047Z] #19 3.043 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T10:33:18.047Z] #19 4.097 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T10:33:18.047Z] #19 5.207 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T10:33:18.047Z] #19 6.295 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:33:18.051Z] #17 0.799 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T10:33:18.307Z] #17 DONE 0.9s [2022-06-03T10:33:18.307Z] [2022-06-03T10:33:18.307Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T10:33:18.307Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T10:33:18.614Z] #19 ... [2022-06-03T10:33:18.614Z] [2022-06-03T10:33:18.615Z] #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-03T10:33:18.615Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:18.615Z] #58 16.68 Fetched 8541 kB in 13s (655 kB/s) [2022-06-03T10:33:18.809Z] #62 28.06 The following additional packages will be installed: [2022-06-03T10:33:18.809Z] #62 28.07 libbtrfs0 [2022-06-03T10:33:19.067Z] #62 28.23 The following NEW packages will be installed: [2022-06-03T10:33:19.067Z] #62 28.25 libbtrfs-dev libbtrfs0 [2022-06-03T10:33:19.236Z] #18 DONE 0.8s [2022-06-03T10:33:19.236Z] [2022-06-03T10:33:19.236Z] #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-03T10:33:19.236Z] #60 sha256:8324a41e051fa0b3e35e9b0031c3b38d479799abe19579da379effd002dc31fc [2022-06-03T10:33:19.635Z] #62 28.67 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:19.635Z] #62 28.67 Need to get 454 kB of archives. [2022-06-03T10:33:19.635Z] #62 28.67 After this operation, 1275 kB of additional disk space will be used. [2022-06-03T10:33:19.635Z] #62 28.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-03T10:33:19.635Z] #62 28.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-03T10:33:20.163Z] #60 ... [2022-06-03T10:33:20.163Z] [2022-06-03T10:33:20.163Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T10:33:20.163Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T10:33:20.163Z] #19 DONE 0.8s [2022-06-03T10:33:20.163Z] [2022-06-03T10:33:20.163Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T10:33:20.163Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T10:33:20.573Z] #62 29.64 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:20.573Z] #62 ... [2022-06-03T10:33:20.573Z] [2022-06-03T10:33:20.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-03T10:33:20.573Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:20.573Z] #55 26.72 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T10:33:20.573Z] #55 26.73 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T10:33:20.573Z] #55 26.79 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T10:33:20.573Z] #55 26.83 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T10:33:20.573Z] #55 26.88 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T10:33:20.573Z] #55 26.99 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T10:33:20.573Z] #55 27.06 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T10:33:20.573Z] #55 27.07 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T10:33:20.573Z] #55 27.12 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T10:33:20.573Z] #55 27.20 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T10:33:20.573Z] #55 27.23 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T10:33:20.573Z] #55 27.28 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T10:33:20.573Z] #55 27.30 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T10:33:20.573Z] #55 27.33 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T10:33:20.573Z] #55 27.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.42 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.43 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T10:33:20.573Z] #55 27.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.45 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.48 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.51 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T10:33:20.573Z] #55 27.52 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T10:33:20.573Z] #55 27.56 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T10:33:20.573Z] #55 27.74 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T10:33:20.573Z] #55 27.80 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T10:33:20.573Z] #55 27.92 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T10:33:20.573Z] #55 28.01 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T10:33:20.573Z] #55 28.01 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T10:33:20.573Z] #55 28.15 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T10:33:20.573Z] #55 28.16 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T10:33:20.573Z] #55 28.21 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T10:33:20.573Z] #55 28.25 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T10:33:20.573Z] #55 28.27 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T10:33:20.573Z] #55 28.29 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T10:33:20.573Z] #55 28.31 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T10:33:20.573Z] #55 28.44 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T10:33:20.573Z] #55 28.48 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T10:33:20.573Z] #55 28.57 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T10:33:20.573Z] #55 28.60 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T10:33:20.573Z] #55 28.62 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T10:33:20.573Z] #55 28.64 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T10:33:20.573Z] #55 28.66 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T10:33:20.573Z] #55 28.70 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T10:33:20.573Z] #55 28.71 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T10:33:20.573Z] #55 28.71 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T10:33:20.573Z] #55 28.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T10:33:20.573Z] #55 28.78 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T10:33:20.573Z] #55 28.90 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T10:33:20.573Z] #55 29.04 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T10:33:20.573Z] #55 29.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T10:33:20.573Z] #55 29.11 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T10:33:20.573Z] #55 29.12 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T10:33:20.573Z] #55 29.14 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T10:33:20.573Z] #55 29.17 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T10:33:20.573Z] #55 29.22 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T10:33:20.573Z] #55 29.23 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T10:33:20.573Z] #55 29.27 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T10:33:20.573Z] #55 29.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T10:33:20.573Z] #55 29.44 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T10:33:20.573Z] #55 29.47 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T10:33:20.573Z] #55 29.50 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T10:33:20.573Z] #55 29.58 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T10:33:20.573Z] #55 29.64 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T10:33:20.573Z] #55 29.64 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T10:33:20.573Z] #55 29.66 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T10:33:20.573Z] #55 29.68 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T10:33:20.573Z] #55 29.72 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T10:33:20.573Z] #55 29.78 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T10:33:20.573Z] #55 29.79 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T10:33:20.573Z] #55 29.83 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T10:33:20.573Z] #55 29.83 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T10:33:21.090Z] #20 DONE 1.0s [2022-06-03T10:33:21.090Z] [2022-06-03T10:33:21.090Z] #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-03T10:33:21.090Z] #60 sha256:8324a41e051fa0b3e35e9b0031c3b38d479799abe19579da379effd002dc31fc [2022-06-03T10:33:21.090Z] #60 5.627 + cd /tmp/tmp.FvBhIR9A9j/src/github.com/opencontainers/runc [2022-06-03T10:33:21.090Z] #60 5.627 + git checkout -q v1.1.2 [2022-06-03T10:33:21.090Z] #60 5.907 + '[' -z '' ']' [2022-06-03T10:33:21.140Z] #55 30.27 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T10:33:21.140Z] #55 30.33 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T10:33:21.140Z] #55 30.36 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T10:33:21.140Z] #55 30.41 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T10:33:21.140Z] #55 30.45 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T10:33:21.346Z] #60 5.908 + target=static [2022-06-03T10:33:21.346Z] #60 5.909 + make BUILDTAGS=seccomp static [2022-06-03T10:33:21.346Z] #60 6.034 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-03T10:33:21.400Z] #55 30.47 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T10:33:21.400Z] #55 30.52 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T10:33:21.400Z] #55 30.53 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T10:33:21.400Z] #55 30.57 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T10:33:21.659Z] #55 30.75 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T10:33:21.659Z] #55 30.75 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T10:33:21.659Z] #55 30.79 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T10:33:21.659Z] #55 30.80 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T10:33:21.659Z] #55 30.81 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T10:33:21.659Z] #55 30.82 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T10:33:21.659Z] #55 30.87 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T10:33:21.659Z] #55 30.92 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T10:33:21.930Z] #55 30.96 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T10:33:21.930Z] #55 31.03 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T10:33:21.930Z] #55 31.11 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T10:33:22.189Z] #55 ... [2022-06-03T10:33:22.189Z] [2022-06-03T10:33:22.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-03T10:33:22.189Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-03T10:33:22.189Z] #57 30.85 v3.0.2 [2022-06-03T10:33:22.189Z] #57 DONE 31.3s [2022-06-03T10:33:22.189Z] [2022-06-03T10:33:22.189Z] #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-03T10:33:22.189Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T10:33:22.189Z] #62 29.89 Fetched 454 kB in 0s (1314 kB/s) [2022-06-03T10:33:22.189Z] #62 29.97 Selecting previously unselected package libbtrfs0:arm64. [2022-06-03T10:33:22.189Z] #62 29.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-03T10:33:22.189Z] #62 30.06 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-03T10:33:22.189Z] #62 30.10 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T10:33:22.189Z] #62 30.35 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-03T10:33:22.189Z] #62 30.35 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-03T10:33:22.189Z] #62 30.36 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T10:33:22.189Z] #62 30.72 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T10:33:22.189Z] #62 30.75 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T10:33:22.189Z] #62 30.77 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:22.189Z] #62 DONE 31.3s [2022-06-03T10:33:22.189Z] [2022-06-03T10:33:22.189Z] #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-03T10:33:22.189Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:22.189Z] #55 31.18 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T10:33:22.189Z] #55 31.25 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T10:33:22.189Z] #55 31.32 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T10:33:22.189Z] #55 31.37 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T10:33:22.448Z] #55 ... [2022-06-03T10:33:22.448Z] [2022-06-03T10:33:22.448Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T10:33:22.448Z] #63 sha256:0f4c1fd6058a23b3b76089af166bf302a805225fd02c79ba9d11f70b331c5d19 [2022-06-03T10:33:22.448Z] #63 DONE 0.3s [2022-06-03T10:33:22.448Z] [2022-06-03T10:33:22.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-03T10:33:22.448Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:22.448Z] #55 31.56 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T10:33:22.448Z] #55 31.60 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T10:33:22.707Z] #55 31.90 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T10:33:22.800Z] #58 16.68 Reading package lists... [2022-06-03T10:33:22.800Z] #58 ... [2022-06-03T10:33:22.800Z] [2022-06-03T10:33:22.800Z] #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-03T10:33:22.800Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:33:22.800Z] #47 11.04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T10:33:22.800Z] #47 11.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T10:33:22.800Z] #47 ... [2022-06-03T10:33:22.800Z] [2022-06-03T10:33:22.800Z] #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-03T10:33:22.800Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:22.800Z] #58 16.68 Reading package lists... [2022-06-03T10:33:22.967Z] #55 32.09 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T10:33:24.341Z] #55 33.48 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T10:33:24.341Z] #55 33.48 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T10:33:24.341Z] #55 33.51 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T10:33:24.341Z] #55 33.62 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T10:33:24.908Z] #55 ... [2022-06-03T10:33:24.908Z] [2022-06-03T10:33:24.908Z] #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-03T10:33:24.908Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-03T10:33:24.908Z] #40 33.84 NAME: [2022-06-03T10:33:24.908Z] #40 33.84 go-winres - A tool for embedding resources in Windows executables [2022-06-03T10:33:24.908Z] #40 33.84 [2022-06-03T10:33:24.908Z] #40 33.84 USAGE: [2022-06-03T10:33:24.908Z] #40 33.84 go-winres [global options] command [command options] [arguments...] [2022-06-03T10:33:24.908Z] #40 33.85 [2022-06-03T10:33:24.908Z] #40 33.85 COMMANDS: [2022-06-03T10:33:24.908Z] #40 33.85 init Create an initial ./winres/winres.json [2022-06-03T10:33:24.908Z] #40 33.85 make Make syso files for the "go build" command [2022-06-03T10:33:24.908Z] #40 33.85 simply Make syso files for the "go build" command (simplified) [2022-06-03T10:33:24.908Z] #40 33.85 extract Extract all resources from an executable [2022-06-03T10:33:24.908Z] #40 33.85 patch Replace resources in an executable file (exe, dll) [2022-06-03T10:33:24.908Z] #40 33.85 help, h Shows a list of commands or help for one command [2022-06-03T10:33:24.908Z] #40 33.85 [2022-06-03T10:33:24.908Z] #40 33.85 GLOBAL OPTIONS: [2022-06-03T10:33:24.908Z] #40 33.85 --help, -h show help (default: false) [2022-06-03T10:33:24.908Z] #40 DONE 34.0s [2022-06-03T10:33:24.908Z] [2022-06-03T10:33:24.908Z] #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-03T10:33:24.908Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:33:24.908Z] #64 0.956 + RM_GOPATH=0 [2022-06-03T10:33:24.908Z] #64 0.967 + TMP_GOPATH= [2022-06-03T10:33:24.908Z] #64 0.967 + : /build [2022-06-03T10:33:24.908Z] #64 0.967 + '[' -z '' ']' [2022-06-03T10:33:24.908Z] #64 0.969 ++ mktemp -d [2022-06-03T10:33:24.908Z] #64 0.982 + export GOPATH=/tmp/tmp.LdO09RS4OS [2022-06-03T10:33:24.908Z] #64 0.982 + GOPATH=/tmp/tmp.LdO09RS4OS [2022-06-03T10:33:24.908Z] #64 0.982 + RM_GOPATH=1 [2022-06-03T10:33:24.908Z] #64 0.982 + case "$(go env GOARCH)" in [2022-06-03T10:33:24.908Z] #64 0.982 ++ go env GOARCH [2022-06-03T10:33:24.908Z] #64 1.001 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:24.908Z] #64 1.002 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:24.908Z] #64 1.002 ++ dirname /install.sh [2022-06-03T10:33:24.908Z] #64 1.006 + dir=/ [2022-06-03T10:33:24.908Z] #64 1.006 + bin=containerd [2022-06-03T10:33:24.908Z] #64 1.007 + shift [2022-06-03T10:33:24.908Z] #64 1.007 + '[' '!' -f //containerd.installer ']' [2022-06-03T10:33:24.908Z] #64 1.007 + . //containerd.installer [2022-06-03T10:33:24.908Z] #64 1.007 ++ set -e [2022-06-03T10:33:24.908Z] #64 1.007 ++ : v1.6.4 [2022-06-03T10:33:24.908Z] #64 1.008 + install_containerd [2022-06-03T10:33:24.908Z] #64 1.008 + echo 'Install containerd version v1.6.4' [2022-06-03T10:33:24.908Z] #64 1.011 Install containerd version v1.6.4 [2022-06-03T10:33:24.908Z] #64 1.011 + git clone https://github.com/containerd/containerd.git /tmp/tmp.LdO09RS4OS/src/github.com/containerd/containerd [2022-06-03T10:33:24.908Z] #64 1.013 Cloning into '/tmp/tmp.LdO09RS4OS/src/github.com/containerd/containerd'... [2022-06-03T10:33:25.166Z] #64 ... [2022-06-03T10:33:25.166Z] [2022-06-03T10:33:25.166Z] #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-03T10:33:25.166Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T10:33:25.166Z] #42 22.68 Building dependency tree... [2022-06-03T10:33:25.166Z] #42 24.21 Reading state information... [2022-06-03T10:33:25.166Z] #42 26.33 The following additional packages will be installed: [2022-06-03T10:33:25.166Z] #42 26.33 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T10:33:25.166Z] #42 26.35 Suggested packages: [2022-06-03T10:33:25.166Z] #42 26.36 cmake-doc ninja-build lrzip [2022-06-03T10:33:25.166Z] #42 26.36 Recommended packages: [2022-06-03T10:33:25.166Z] #42 26.36 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T10:33:25.166Z] #42 27.05 The following NEW packages will be installed: [2022-06-03T10:33:25.166Z] #42 27.06 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T10:33:25.166Z] #42 27.06 vim-common xxd [2022-06-03T10:33:25.166Z] #42 27.45 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:25.166Z] #42 27.45 Need to get 15.6 MB of archives. [2022-06-03T10:33:25.166Z] #42 27.45 After this operation, 67.4 MB of additional disk space will be used. [2022-06-03T10:33:25.166Z] #42 27.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:33:25.166Z] #42 27.46 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-03T10:33:25.166Z] #42 27.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T10:33:25.166Z] #42 27.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-03T10:33:25.166Z] #42 27.93 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-03T10:33:25.166Z] #42 27.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-03T10:33:25.166Z] #42 27.96 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-03T10:33:25.166Z] #42 27.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-03T10:33:25.166Z] #42 27.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-03T10:33:25.166Z] #42 27.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-03T10:33:25.166Z] #42 29.13 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:25.166Z] #42 29.46 Fetched 15.6 MB in 1s (15.8 MB/s) [2022-06-03T10:33:25.166Z] #42 29.53 Selecting previously unselected package xxd. [2022-06-03T10:33:25.166Z] #42 29.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-03T10:33:25.166Z] #42 29.64 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T10:33:25.166Z] #42 29.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:25.166Z] #42 29.88 Selecting previously unselected package vim-common. [2022-06-03T10:33:25.167Z] #42 29.88 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:33:25.167Z] #42 29.91 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:25.167Z] #42 30.21 Selecting previously unselected package cmake-data. [2022-06-03T10:33:25.167Z] #42 30.21 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T10:33:25.167Z] #42 30.23 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:33:25.167Z] #42 33.78 Selecting previously unselected package libicu67:arm64. [2022-06-03T10:33:25.167Z] #42 33.79 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-03T10:33:25.167Z] #42 33.82 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-03T10:33:25.732Z] #42 ... [2022-06-03T10:33:25.732Z] [2022-06-03T10:33:25.732Z] #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-03T10:33:25.732Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:33:25.732Z] #51 20.41 Reading package lists... [2022-06-03T10:33:25.732Z] #51 24.40 Building dependency tree... [2022-06-03T10:33:25.732Z] #51 25.72 Reading state information... [2022-06-03T10:33:25.732Z] #51 28.00 The following additional packages will be installed: [2022-06-03T10:33:25.732Z] #51 28.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T10:33:25.732Z] #51 28.01 python3-protobuf python3-six [2022-06-03T10:33:25.732Z] #51 28.03 Suggested packages: [2022-06-03T10:33:25.732Z] #51 28.03 python3-setuptools [2022-06-03T10:33:25.732Z] #51 28.03 Recommended packages: [2022-06-03T10:33:25.732Z] #51 28.03 iproute2 | iproute [2022-06-03T10:33:25.732Z] #51 28.61 The following NEW packages will be installed: [2022-06-03T10:33:25.732Z] #51 28.61 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T10:33:25.732Z] #51 28.61 python3-protobuf python3-six [2022-06-03T10:33:25.732Z] #51 29.07 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:25.732Z] #51 29.07 Need to get 2136 kB of archives. [2022-06-03T10:33:25.732Z] #51 29.07 After this operation, 10.8 MB of additional disk space will be used. [2022-06-03T10:33:25.732Z] #51 29.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-03T10:33:25.732Z] #51 29.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T10:33:25.732Z] #51 29.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T10:33:25.732Z] #51 29.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-03T10:33:25.732Z] #51 29.11 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-03T10:33:25.732Z] #51 29.11 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-03T10:33:25.732Z] #51 29.13 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-03T10:33:25.732Z] #51 31.39 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-03T10:33:25.732Z] #51 32.81 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:25.732Z] #51 33.07 Fetched 2136 kB in 3s (712 kB/s) [2022-06-03T10:33:25.732Z] #51 33.16 Selecting previously unselected package libprotobuf23:arm64. [2022-06-03T10:33:25.732Z] #51 33.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 ... 15709 files and directories currently installed.) [2022-06-03T10:33:25.732Z] #51 33.30 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-03T10:33:25.732Z] #51 33.33 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-03T10:33:25.991Z] #51 34.48 Selecting previously unselected package python3-pkg-resources. [2022-06-03T10:33:25.991Z] #51 34.50 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:33:25.991Z] #51 ... [2022-06-03T10:33:25.991Z] [2022-06-03T10:33:25.991Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:25.991Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:25.991Z] #14 23.89 Building dependency tree... [2022-06-03T10:33:25.991Z] #14 25.25 Reading state information... [2022-06-03T10:33:25.991Z] #14 27.31 The following additional packages will be installed: [2022-06-03T10:33:25.991Z] #14 27.33 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:33:25.991Z] #14 27.33 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T10:33:25.991Z] #14 27.33 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T10:33:25.991Z] #14 27.33 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T10:33:25.991Z] #14 27.34 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T10:33:25.991Z] #14 27.34 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T10:33:25.991Z] #14 27.34 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T10:33:25.991Z] #14 27.35 Suggested packages: [2022-06-03T10:33:25.991Z] #14 27.37 gcc-10-locales seccomp wine64 [2022-06-03T10:33:25.991Z] #14 28.39 The following NEW packages will be installed: [2022-06-03T10:33:25.991Z] #14 28.40 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:33:25.991Z] #14 28.40 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T10:33:25.991Z] #14 28.40 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T10:33:25.991Z] #14 28.40 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T10:33:25.991Z] #14 28.40 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T10:33:25.991Z] #14 28.41 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T10:33:25.991Z] #14 28.41 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T10:33:25.991Z] #14 28.41 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T10:33:25.991Z] #14 28.41 mingw-w64-x86-64-dev [2022-06-03T10:33:25.991Z] #14 28.76 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:25.991Z] #14 28.76 Need to get 108 MB of archives. [2022-06-03T10:33:25.991Z] #14 28.76 After this operation, 620 MB of additional disk space will be used. [2022-06-03T10:33:25.991Z] #14 28.76 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-03T10:33:25.991Z] #14 28.83 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-03T10:33:25.991Z] #14 28.90 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-03T10:33:25.991Z] #14 28.91 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-03T10:33:25.991Z] #14 28.93 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-03T10:33:25.991Z] #14 28.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T10:33:25.991Z] #14 29.14 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-03T10:33:25.991Z] #14 29.31 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-03T10:33:25.991Z] #14 29.33 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-03T10:33:25.991Z] #14 29.78 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-03T10:33:25.991Z] #14 30.67 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-03T10:33:25.991Z] #14 31.02 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-03T10:33:25.991Z] #14 31.70 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-03T10:33:25.991Z] #14 32.82 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-03T10:33:25.991Z] #14 33.16 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-03T10:33:25.991Z] #14 33.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-03T10:33:25.991Z] #14 33.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-03T10:33:25.991Z] #14 33.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-03T10:33:25.991Z] #14 33.16 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-03T10:33:25.991Z] #14 33.17 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-03T10:33:25.991Z] #14 33.17 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-03T10:33:25.991Z] #14 33.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-03T10:33:25.991Z] #14 33.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-03T10:33:25.991Z] #14 33.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-03T10:33:25.991Z] #14 33.20 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-03T10:33:25.991Z] #14 33.20 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-03T10:33:25.991Z] #14 33.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-03T10:33:25.991Z] #14 33.23 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-03T10:33:25.991Z] #14 33.24 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-03T10:33:25.991Z] #14 33.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-03T10:33:25.991Z] #14 34.27 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:25.991Z] #14 34.81 Fetched 108 MB in 5s (22.7 MB/s) [2022-06-03T10:33:25.991Z] #14 35.04 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T10:33:25.991Z] #14 35.04 (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-03T10:33:25.991Z] #14 35.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-03T10:33:25.991Z] #14 35.12 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:33:25.991Z] #14 ... [2022-06-03T10:33:25.991Z] [2022-06-03T10:33:25.991Z] #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-03T10:33:25.991Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:25.991Z] #55 35.25 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T10:33:26.250Z] #55 35.27 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T10:33:26.250Z] #55 35.28 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T10:33:26.250Z] #55 35.36 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T10:33:26.509Z] #55 35.59 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T10:33:26.509Z] #55 35.66 go: downloading golang.org/x/text v0.3.7 [2022-06-03T10:33:26.601Z] #60 10.76 + mkdir -p /build [2022-06-03T10:33:26.601Z] #60 10.76 + cp runc /build/runc [2022-06-03T10:33:26.601Z] #60 DONE 11.0s [2022-06-03T10:33:26.601Z] [2022-06-03T10:33:26.601Z] #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-03T10:33:26.602Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T10:33:26.602Z] #21 1.166 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T10:33:26.602Z] #21 1.166 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:33:26.602Z] #21 1.168 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:33:26.602Z] #21 1.676 Get:4 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:33:26.602Z] #21 1.881 Fetched 236 kB in 1s (238 kB/s) [2022-06-03T10:33:26.602Z] #21 1.881 Reading package lists... [2022-06-03T10:33:26.602Z] #21 2.903 Reading package lists... [2022-06-03T10:33:26.602Z] #21 4.113 Building dependency tree... [2022-06-03T10:33:26.602Z] #21 4.397 Reading state information... [2022-06-03T10:33:26.602Z] #21 4.662 The following additional packages will be installed: [2022-06-03T10:33:26.602Z] #21 4.665 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T10:33:26.602Z] #21 4.665 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T10:33:26.602Z] #21 4.665 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T10:33:26.602Z] #21 4.666 python3-pkg-resources vim-runtime xxd [2022-06-03T10:33:26.602Z] #21 4.667 Suggested packages: [2022-06-03T10:33:26.602Z] #21 4.667 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T10:33:26.602Z] #21 4.667 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T10:33:26.602Z] #21 4.667 acl attr quota [2022-06-03T10:33:26.602Z] #21 4.667 Recommended packages: [2022-06-03T10:33:26.602Z] #21 4.667 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T10:33:26.602Z] #21 5.243 The following NEW packages will be installed: [2022-06-03T10:33:26.602Z] #21 5.243 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T10:33:26.602Z] #21 5.243 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T10:33:26.602Z] #21 5.243 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T10:33:26.602Z] #21 5.255 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T10:33:26.602Z] #21 5.255 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T10:33:26.602Z] #21 5.255 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T10:33:26.602Z] #21 5.255 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T10:33:26.602Z] #21 5.255 xz-utils zip zstd [2022-06-03T10:33:26.602Z] #21 5.527 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:26.602Z] #21 5.527 Need to get 27.6 MB of archives. [2022-06-03T10:33:26.602Z] #21 5.527 After this operation, 106 MB of additional disk space will be used. [2022-06-03T10:33:26.602Z] #21 5.527 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T10:33:26.602Z] #21 5.535 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T10:33:26.602Z] #21 5.543 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T10:33:26.602Z] #21 5.544 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T10:33:26.602Z] #21 5.557 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T10:33:26.602Z] #21 5.557 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T10:33:26.602Z] #21 5.557 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T10:33:26.602Z] #21 5.557 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T10:33:26.602Z] #21 5.570 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:33:26.602Z] #21 5.581 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-03T10:33:26.602Z] #21 5.597 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T10:33:26.602Z] #21 5.597 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T10:33:26.602Z] #21 5.597 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-03T10:33:26.602Z] #21 5.597 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T10:33:26.602Z] #21 5.605 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T10:33:26.602Z] #21 5.626 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T10:33:26.602Z] #21 5.635 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T10:33:26.602Z] #21 5.637 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T10:33:26.602Z] #21 5.645 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T10:33:26.602Z] #21 5.645 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T10:33:26.602Z] #21 5.645 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T10:33:26.602Z] #21 5.645 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T10:33:26.859Z] #21 5.820 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T10:33:26.859Z] #21 5.821 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-03T10:33:26.859Z] #21 5.822 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-03T10:33:26.859Z] #21 5.823 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-03T10:33:26.859Z] #21 5.824 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T10:33:26.859Z] #21 5.827 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T10:33:26.859Z] #21 5.833 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-03T10:33:26.859Z] #21 5.873 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T10:33:26.859Z] #21 5.875 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T10:33:26.859Z] #21 5.880 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T10:33:26.859Z] #21 5.882 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T10:33:26.859Z] #21 5.893 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T10:33:26.859Z] #21 5.894 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T10:33:26.859Z] #21 5.898 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T10:33:26.859Z] #21 5.917 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T10:33:26.859Z] #21 5.929 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T10:33:26.859Z] #21 5.932 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-03T10:33:27.115Z] #21 6.062 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T10:33:27.115Z] #21 6.087 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T10:33:27.115Z] #21 6.102 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T10:33:27.115Z] #21 6.105 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T10:33:27.245Z] #58 20.90 Reading package lists... [2022-06-03T10:33:27.372Z] #21 6.461 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:27.372Z] #21 6.526 Fetched 27.6 MB in 1s (32.3 MB/s) [2022-06-03T10:33:27.629Z] #21 6.565 Selecting previously unselected package pigz. [2022-06-03T10:33:27.629Z] #21 6.566 (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-03T10:33:27.629Z] #21 6.588 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T10:33:27.629Z] #21 6.597 Unpacking pigz (2.6-1) ... [2022-06-03T10:33:27.629Z] #21 6.649 Selecting previously unselected package libelf1:amd64. [2022-06-03T10:33:27.629Z] #21 6.649 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T10:33:27.629Z] #21 6.656 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T10:33:27.629Z] #21 6.723 Selecting previously unselected package libbpf0:amd64. [2022-06-03T10:33:27.629Z] #21 6.726 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T10:33:27.629Z] #21 6.735 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T10:33:27.629Z] #21 6.789 Selecting previously unselected package libcap2:amd64. [2022-06-03T10:33:27.629Z] #21 6.789 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T10:33:27.629Z] #21 6.794 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T10:33:27.629Z] #21 6.834 Selecting previously unselected package libmnl0:amd64. [2022-06-03T10:33:27.629Z] #21 6.834 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T10:33:27.885Z] #21 6.837 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T10:33:27.885Z] #21 6.879 Selecting previously unselected package libxtables12:amd64. [2022-06-03T10:33:27.885Z] #21 6.882 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T10:33:27.885Z] #21 6.886 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T10:33:27.885Z] #21 6.934 Selecting previously unselected package libcap2-bin. [2022-06-03T10:33:27.885Z] #21 6.934 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T10:33:27.885Z] #21 6.938 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T10:33:27.885Z] #21 6.997 Selecting previously unselected package iproute2. [2022-06-03T10:33:27.885Z] #21 6.997 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T10:33:27.885Z] #21 7.004 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T10:33:28.142Z] #21 7.176 Selecting previously unselected package xxd. [2022-06-03T10:33:28.142Z] #21 7.180 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:33:28.142Z] #21 7.189 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:28.142Z] #21 7.263 Selecting previously unselected package vim-common. [2022-06-03T10:33:28.142Z] #21 7.267 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:33:28.142Z] #21 7.279 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:28.179Z] #58 25.09 Building dependency tree... [2022-06-03T10:33:28.179Z] #58 26.12 Reading state information... [2022-06-03T10:33:28.179Z] #58 ... [2022-06-03T10:33:28.179Z] [2022-06-03T10:33:28.179Z] #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-03T10:33:28.179Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:33:28.179Z] #62 26.59 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T10:33:28.179Z] #62 26.59 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T10:33:28.179Z] #62 26.63 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T10:33:28.179Z] #62 26.68 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T10:33:28.179Z] #62 26.81 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T10:33:28.399Z] #21 7.348 Selecting previously unselected package bash-completion. [2022-06-03T10:33:28.399Z] #21 7.352 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T10:33:28.746Z] #62 27.20 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T10:33:28.746Z] #62 27.21 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T10:33:28.746Z] #62 27.24 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T10:33:28.746Z] #62 27.24 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T10:33:29.005Z] #62 ... [2022-06-03T10:33:29.005Z] [2022-06-03T10:33:29.005Z] #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-03T10:33:29.005Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:33:29.005Z] #43 17.49 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T10:33:29.005Z] #43 17.58 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-03T10:33:29.005Z] #43 ... [2022-06-03T10:33:29.005Z] [2022-06-03T10:33:29.005Z] #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-03T10:33:29.005Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:33:29.005Z] #54 22.18 Updating files: 92% (2013/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-03T10:33:29.005Z] #54 22.29 + git checkout -q v2.3.0 [2022-06-03T10:33:29.005Z] #54 24.14 + 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-03T10:33:29.263Z] #54 ... [2022-06-03T10:33:29.263Z] [2022-06-03T10:33:29.263Z] #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-03T10:33:29.263Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:33:29.263Z] #19 7.886 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T10:33:29.263Z] #19 8.553 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T10:33:29.263Z] #19 8.553 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:33:29.263Z] #19 8.575 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:33:29.263Z] #19 8.576 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T10:33:29.263Z] #19 8.576 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T10:33:29.263Z] #19 8.576 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T10:33:29.263Z] #19 8.631 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T10:33:29.263Z] #19 8.631 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:33:29.263Z] #19 8.631 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T10:33:29.263Z] #19 8.635 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T10:33:29.263Z] #19 8.635 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T10:33:29.263Z] #19 8.635 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:33:29.328Z] #21 8.258 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T10:33:29.328Z] #21 8.426 Selecting previously unselected package bzip2. [2022-06-03T10:33:29.328Z] #21 8.429 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T10:33:29.328Z] #21 8.433 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T10:33:29.328Z] #21 8.484 Selecting previously unselected package xz-utils. [2022-06-03T10:33:29.328Z] #21 8.488 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T10:33:29.328Z] #21 8.491 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:33:29.522Z] #19 ... [2022-06-03T10:33:29.522Z] [2022-06-03T10:33:29.522Z] #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-03T10:33:29.522Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:29.522Z] #58 27.57 The following additional packages will be installed: [2022-06-03T10:33:29.627Z] #21 8.573 Selecting previously unselected package apparmor. [2022-06-03T10:33:29.627Z] #21 8.577 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T10:33:29.627Z] #21 8.614 Unpacking apparmor (2.13.6-10) ... [2022-06-03T10:33:29.780Z] #58 27.57 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T10:33:29.780Z] #58 27.58 python3-protobuf python3-six [2022-06-03T10:33:29.780Z] #58 27.58 Suggested packages: [2022-06-03T10:33:29.780Z] #58 27.59 python3-setuptools [2022-06-03T10:33:29.780Z] #58 27.59 Recommended packages: [2022-06-03T10:33:29.780Z] #58 27.59 iproute2 | iproute [2022-06-03T10:33:29.884Z] #21 8.814 Selecting previously unselected package inetutils-ping. [2022-06-03T10:33:29.884Z] #21 8.818 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T10:33:29.884Z] #21 8.823 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T10:33:29.884Z] #21 8.878 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T10:33:29.884Z] #21 8.886 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T10:33:29.884Z] #21 8.890 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T10:33:29.884Z] #21 8.929 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T10:33:29.884Z] #21 8.935 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T10:33:29.884Z] #21 8.940 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T10:33:29.884Z] #21 8.977 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T10:33:29.884Z] #21 8.985 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T10:33:29.884Z] #21 8.988 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T10:33:29.884Z] #21 9.024 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T10:33:29.884Z] #21 9.028 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T10:33:30.038Z] #58 28.05 The following NEW packages will be installed: [2022-06-03T10:33:30.038Z] #58 28.05 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T10:33:30.038Z] #58 28.06 python3-protobuf python3-six [2022-06-03T10:33:30.141Z] #21 9.032 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T10:33:30.141Z] #21 9.084 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T10:33:30.141Z] #21 9.086 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T10:33:30.141Z] #21 9.093 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T10:33:30.141Z] #21 9.148 Selecting previously unselected package iptables. [2022-06-03T10:33:30.141Z] #21 9.153 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-03T10:33:30.141Z] #21 9.159 Unpacking iptables (1.8.7-1) ... [2022-06-03T10:33:30.298Z] #58 28.47 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:33:30.298Z] #58 28.47 Need to get 2314 kB of archives. [2022-06-03T10:33:30.298Z] #58 28.47 After this operation, 11.1 MB of additional disk space will be used. [2022-06-03T10:33:30.298Z] #58 28.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-03T10:33:30.398Z] #21 9.307 Selecting previously unselected package libonig5:amd64. [2022-06-03T10:33:30.398Z] #21 9.313 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T10:33:30.398Z] #21 9.320 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:33:30.398Z] #21 9.401 Selecting previously unselected package libjq1:amd64. [2022-06-03T10:33:30.398Z] #21 9.404 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T10:33:30.398Z] #21 9.412 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:33:30.398Z] #21 9.466 Selecting previously unselected package jq. [2022-06-03T10:33:30.398Z] #21 9.469 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-03T10:33:30.398Z] #21 9.477 Unpacking jq (1.6-2.1) ... [2022-06-03T10:33:30.398Z] #21 9.526 Selecting previously unselected package libaio1:amd64. [2022-06-03T10:33:30.398Z] #21 9.529 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T10:33:30.398Z] #21 9.534 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T10:33:30.398Z] #21 9.577 Selecting previously unselected package libgpm2:amd64. [2022-06-03T10:33:30.398Z] #21 9.580 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T10:33:30.398Z] #21 9.589 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T10:33:30.398Z] #21 9.639 Selecting previously unselected package libicu67:amd64. [2022-06-03T10:33:30.398Z] #21 9.639 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-03T10:33:30.557Z] #58 28.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T10:33:30.557Z] #58 28.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T10:33:30.557Z] #58 28.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-03T10:33:30.557Z] #58 28.54 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-03T10:33:30.557Z] #58 28.54 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-03T10:33:30.557Z] #58 28.54 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-03T10:33:30.655Z] #21 9.646 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T10:33:30.716Z] #55 39.41 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T10:33:30.716Z] #55 39.45 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T10:33:30.716Z] #55 39.53 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T10:33:30.716Z] #55 39.58 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T10:33:30.716Z] #55 39.62 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T10:33:30.716Z] #55 39.64 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T10:33:30.716Z] #55 39.71 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T10:33:30.716Z] #55 39.74 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T10:33:30.716Z] #55 39.77 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T10:33:30.716Z] #55 39.86 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T10:33:30.716Z] #55 39.96 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T10:33:30.974Z] #55 40.11 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T10:33:31.232Z] #55 40.37 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T10:33:31.232Z] #55 40.40 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T10:33:31.491Z] #55 40.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T10:33:31.491Z] #55 40.71 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T10:33:31.491Z] #55 ... [2022-06-03T10:33:31.491Z] [2022-06-03T10:33:31.491Z] #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-03T10:33:31.491Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T10:33:31.491Z] #42 39.27 Selecting previously unselected package libxml2:arm64. [2022-06-03T10:33:31.491Z] #42 39.27 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 39.27 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:33:31.491Z] #42 39.70 Selecting previously unselected package libarchive13:arm64. [2022-06-03T10:33:31.491Z] #42 39.70 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 39.72 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-03T10:33:31.491Z] #42 40.02 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-03T10:33:31.491Z] #42 40.05 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 40.07 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-03T10:33:31.491Z] #42 40.25 Selecting previously unselected package librhash0:arm64. [2022-06-03T10:33:31.491Z] #42 40.25 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 40.27 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-03T10:33:31.491Z] #42 40.45 Selecting previously unselected package libuv1:arm64. [2022-06-03T10:33:31.491Z] #42 40.46 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 40.46 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-03T10:33:31.491Z] #42 40.61 Selecting previously unselected package cmake. [2022-06-03T10:33:31.491Z] #42 40.62 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-03T10:33:31.491Z] #42 40.63 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:33:31.493Z] #58 ... [2022-06-03T10:33:31.493Z] [2022-06-03T10:33:31.493Z] #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-03T10:33:31.493Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T10:33:31.493Z] #64 29.56 v3.0.2 [2022-06-03T10:33:31.493Z] #64 DONE 29.9s [2022-06-03T10:33:31.493Z] [2022-06-03T10:33:31.493Z] #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-03T10:33:31.493Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:33:31.493Z] #62 28.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T10:33:31.493Z] #62 28.29 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T10:33:32.022Z] #21 10.90 Selecting previously unselected package libinih1:amd64. [2022-06-03T10:33:32.023Z] #21 10.90 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-03T10:33:32.023Z] #21 10.90 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T10:33:32.023Z] #21 10.94 Selecting previously unselected package libnet1:amd64. [2022-06-03T10:33:32.023Z] #21 10.95 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T10:33:32.023Z] #21 10.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:32.023Z] #21 11.00 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T10:33:32.023Z] #21 11.01 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T10:33:32.023Z] #21 11.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:33:32.023Z] #21 11.06 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T10:33:32.023Z] #21 11.06 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T10:33:32.023Z] #21 11.06 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:33:32.023Z] #21 11.10 Selecting previously unselected package net-tools. [2022-06-03T10:33:32.023Z] #21 11.10 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T10:33:32.023Z] #21 11.11 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:33:32.023Z] #21 11.20 Selecting previously unselected package patch. [2022-06-03T10:33:32.279Z] #21 11.20 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-03T10:33:32.279Z] #21 11.21 Unpacking patch (2.7.6-7) ... [2022-06-03T10:33:32.279Z] #21 11.26 Selecting previously unselected package python-pip-whl. [2022-06-03T10:33:32.279Z] #21 11.27 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:33:32.279Z] #21 11.27 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:33:32.437Z] #62 30.87 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T10:33:32.437Z] #62 30.88 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T10:33:32.437Z] #62 30.97 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T10:33:32.437Z] #62 30.98 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T10:33:32.437Z] #62 30.99 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T10:33:32.437Z] #62 31.04 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T10:33:32.437Z] #62 31.11 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T10:33:32.536Z] #21 11.51 Selecting previously unselected package python3-lib2to3. [2022-06-03T10:33:32.536Z] #21 11.52 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T10:33:32.536Z] #21 11.52 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:33:32.536Z] #21 11.59 Selecting previously unselected package python3-distutils. [2022-06-03T10:33:32.536Z] #21 11.60 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T10:33:32.536Z] #21 11.60 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T10:33:32.536Z] #21 11.67 Selecting previously unselected package python3-pkg-resources. [2022-06-03T10:33:32.536Z] #21 11.67 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:33:32.536Z] #21 11.68 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:32.536Z] #21 11.74 Selecting previously unselected package python3-setuptools. [2022-06-03T10:33:32.695Z] #62 31.12 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T10:33:32.695Z] #62 31.15 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T10:33:32.695Z] #62 31.17 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T10:33:32.695Z] #62 31.22 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T10:33:32.695Z] #62 31.23 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T10:33:32.695Z] #62 31.30 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T10:33:32.695Z] #62 31.31 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T10:33:32.793Z] #21 11.74 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T10:33:32.793Z] #21 11.75 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T10:33:32.793Z] #21 11.86 Selecting previously unselected package python3-wheel. [2022-06-03T10:33:32.793Z] #21 11.86 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T10:33:32.793Z] #21 11.87 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T10:33:32.793Z] #21 11.91 Selecting previously unselected package python3-pip. [2022-06-03T10:33:32.793Z] #21 11.91 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:33:32.793Z] #21 11.92 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:33:32.954Z] #62 31.46 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T10:33:32.954Z] #62 31.51 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T10:33:33.049Z] #21 12.05 Selecting previously unselected package sudo. [2022-06-03T10:33:33.049Z] #21 12.05 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T10:33:33.049Z] #21 12.06 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T10:33:33.212Z] #62 31.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T10:33:33.212Z] #62 31.55 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T10:33:33.212Z] #62 31.57 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T10:33:33.212Z] #62 31.58 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T10:33:33.212Z] #62 31.59 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T10:33:33.306Z] #21 12.28 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T10:33:33.306Z] #21 12.29 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T10:33:33.306Z] #21 12.29 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:33:33.306Z] #21 12.40 Selecting previously unselected package uidmap. [2022-06-03T10:33:33.306Z] #21 12.41 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T10:33:33.306Z] #21 12.41 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T10:33:33.306Z] #21 12.48 Selecting previously unselected package vim-runtime. [2022-06-03T10:33:33.306Z] #21 12.48 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:33:33.306Z] #21 12.49 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-03T10:33:33.306Z] #21 12.51 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T10:33:33.471Z] #62 32.04 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T10:33:33.562Z] #21 12.52 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:33.729Z] #62 32.15 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T10:33:33.729Z] #62 32.19 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T10:33:33.729Z] #62 32.21 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T10:33:33.729Z] #62 32.24 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T10:33:33.729Z] #62 32.28 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T10:33:34.022Z] #42 43.25 Setting up libicu67:arm64 (67.1-7) ... [2022-06-03T10:33:34.022Z] #42 43.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:34.022Z] #42 43.28 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-03T10:33:34.022Z] #42 43.31 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:34.022Z] #42 43.35 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-03T10:33:34.281Z] #42 43.37 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-03T10:33:34.281Z] #42 43.39 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:33:34.281Z] #42 43.41 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:33:34.281Z] #42 43.43 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-03T10:33:34.281Z] #42 43.44 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:33:34.281Z] #42 43.47 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:34.329Z] #62 ... [2022-06-03T10:33:34.329Z] [2022-06-03T10:33:34.329Z] #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-03T10:33:34.329Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T10:33:34.329Z] #47 32.48 NAME: [2022-06-03T10:33:34.329Z] #47 32.49 go-winres - A tool for embedding resources in Windows executables [2022-06-03T10:33:34.329Z] #47 32.49 [2022-06-03T10:33:34.329Z] #47 32.49 USAGE: [2022-06-03T10:33:34.329Z] #47 32.49 go-winres [global options] command [command options] [arguments...] [2022-06-03T10:33:34.329Z] #47 32.49 [2022-06-03T10:33:34.329Z] #47 32.49 COMMANDS: [2022-06-03T10:33:34.329Z] #47 32.49 init Create an initial ./winres/winres.json [2022-06-03T10:33:34.329Z] #47 32.49 make Make syso files for the "go build" command [2022-06-03T10:33:34.329Z] #47 32.49 simply Make syso files for the "go build" command (simplified) [2022-06-03T10:33:34.329Z] #47 32.50 extract Extract all resources from an executable [2022-06-03T10:33:34.329Z] #47 32.50 patch Replace resources in an executable file (exe, dll) [2022-06-03T10:33:34.329Z] #47 32.50 help, h Shows a list of commands or help for one command [2022-06-03T10:33:34.329Z] #47 32.50 [2022-06-03T10:33:34.329Z] #47 32.50 GLOBAL OPTIONS: [2022-06-03T10:33:34.329Z] #47 32.50 --help, -h show help (default: false) [2022-06-03T10:33:34.329Z] #47 DONE 32.7s [2022-06-03T10:33:34.329Z] [2022-06-03T10:33:34.329Z] #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-03T10:33:34.329Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:34.329Z] #58 30.82 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-03T10:33:34.329Z] #58 31.87 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:33:34.329Z] #58 32.01 Fetched 2314 kB in 3s (752 kB/s) [2022-06-03T10:33:34.329Z] #58 32.20 Selecting previously unselected package libprotobuf23:amd64. [2022-06-03T10:33:34.329Z] #58 32.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T10:33:34.329Z] #58 32.30 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-03T10:33:34.329Z] #58 32.34 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T10:33:34.930Z] #21 13.77 Selecting previously unselected package vim. [2022-06-03T10:33:34.930Z] #21 13.77 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:33:34.930Z] #21 13.79 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:34.930Z] #21 14.02 Selecting previously unselected package xfsprogs. [2022-06-03T10:33:34.930Z] #21 14.02 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T10:33:34.930Z] #21 14.03 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T10:33:35.187Z] #21 14.22 Selecting previously unselected package zip. [2022-06-03T10:33:35.187Z] #21 14.22 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-03T10:33:35.187Z] #21 14.23 Unpacking zip (3.0-12) ... [2022-06-03T10:33:35.221Z] #42 DONE 44.4s [2022-06-03T10:33:35.221Z] [2022-06-03T10:33:35.221Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T10:33:35.221Z] #43 sha256:34b0548663ac97647e3d45c4949a3b654d54bbdca32534efe7ac3a8a1028d13c [2022-06-03T10:33:35.443Z] #21 14.30 Selecting previously unselected package zstd. [2022-06-03T10:33:35.443Z] #21 14.30 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T10:33:35.443Z] #21 14.31 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:33:35.443Z] #21 14.49 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:35.480Z] #43 DONE 0.2s [2022-06-03T10:33:35.480Z] [2022-06-03T10:33:35.480Z] #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-03T10:33:35.480Z] #44 sha256:06ab84ab5bca8459c7ce476d64bf9407fbc639b5e29fd2ea9b849eae07646abd [2022-06-03T10:33:35.708Z] #58 33.49 Selecting previously unselected package python3-pkg-resources. [2022-06-03T10:33:35.708Z] #58 33.50 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:33:35.708Z] #58 33.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:35.738Z] #44 ... [2022-06-03T10:33:35.738Z] [2022-06-03T10:33:35.738Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-03T10:33:35.738Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T10:33:35.738Z] #51 34.50 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:33:35.738Z] #51 34.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:35.738Z] #51 34.79 Selecting previously unselected package python3-six. [2022-06-03T10:33:35.738Z] #51 34.79 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T10:33:35.738Z] #51 34.80 Unpacking python3-six (1.16.0-2) ... [2022-06-03T10:33:35.738Z] #51 34.91 Selecting previously unselected package python3-protobuf. [2022-06-03T10:33:35.738Z] #51 34.91 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-03T10:33:35.738Z] #51 34.92 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T10:33:35.738Z] #51 35.39 Selecting previously unselected package libnet1:arm64. [2022-06-03T10:33:35.738Z] #51 35.40 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-03T10:33:35.738Z] #51 35.41 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:35.738Z] #51 35.51 Selecting previously unselected package libnl-3-200:arm64. [2022-06-03T10:33:35.738Z] #51 35.51 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-03T10:33:35.738Z] #51 35.52 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T10:33:35.738Z] #51 35.67 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-03T10:33:35.738Z] #51 35.68 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-03T10:33:35.738Z] #51 35.68 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T10:33:35.738Z] #51 35.78 Selecting previously unselected package criu. [2022-06-03T10:33:35.738Z] #51 35.79 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-03T10:33:35.738Z] #51 35.80 Unpacking criu (3.17-1) ... [2022-06-03T10:33:35.738Z] #51 36.50 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:35.738Z] #51 38.09 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-03T10:33:35.738Z] #51 38.13 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:35.738Z] #51 38.14 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T10:33:35.738Z] #51 38.15 Setting up python3-six (1.16.0-2) ... [2022-06-03T10:33:35.738Z] #51 39.16 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T10:33:35.738Z] #51 39.20 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T10:33:35.738Z] #51 42.34 Setting up criu (3.17-1) ... [2022-06-03T10:33:35.738Z] #51 43.80 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:35.738Z] #51 DONE 44.2s [2022-06-03T10:33:35.738Z] [2022-06-03T10:33:35.738Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:33:35.738Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:35.738Z] #14 37.33 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T10:33:35.738Z] #14 37.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-03T10:33:35.738Z] #14 37.37 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:33:35.738Z] #14 39.38 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T10:33:35.738Z] #14 39.40 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T10:33:35.738Z] #14 39.40 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:33:35.738Z] #14 39.54 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-03T10:33:35.738Z] #14 39.55 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T10:33:35.738Z] #14 39.57 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:33:35.738Z] #14 39.71 Selecting previously unselected package dmsetup. [2022-06-03T10:33:35.738Z] #14 39.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T10:33:35.738Z] #14 39.75 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:33:35.738Z] #14 39.88 Selecting previously unselected package mingw-w64-common. [2022-06-03T10:33:35.738Z] #14 39.88 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T10:33:35.738Z] #14 39.90 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T10:33:35.738Z] #14 45.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T10:33:35.966Z] #58 33.85 Selecting previously unselected package python3-six. [2022-06-03T10:33:35.966Z] #58 33.87 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T10:33:35.966Z] #58 33.88 Unpacking python3-six (1.16.0-2) ... [2022-06-03T10:33:35.966Z] #58 33.96 Selecting previously unselected package python3-protobuf. [2022-06-03T10:33:35.966Z] #58 33.96 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-03T10:33:35.966Z] #58 33.98 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T10:33:35.996Z] #14 45.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T10:33:35.996Z] #14 45.03 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:33:36.006Z] #21 14.92 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T10:33:36.006Z] #21 14.93 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:33:36.006Z] #21 14.94 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T10:33:36.006Z] #21 14.96 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T10:33:36.006Z] #21 14.97 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T10:33:36.006Z] #21 14.98 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T10:33:36.006Z] #21 14.99 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T10:33:36.006Z] #21 15.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:36.006Z] #21 15.01 Setting up bzip2 (1.0.8-4) ... [2022-06-03T10:33:36.006Z] #21 15.02 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:33:36.006Z] #21 15.03 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T10:33:36.225Z] #58 34.38 Selecting previously unselected package libnet1:amd64. [2022-06-03T10:33:36.253Z] #14 ... [2022-06-03T10:33:36.253Z] [2022-06-03T10:33:36.253Z] #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-03T10:33:36.253Z] #44 sha256:06ab84ab5bca8459c7ce476d64bf9407fbc639b5e29fd2ea9b849eae07646abd [2022-06-03T10:33:36.253Z] #44 0.886 + RM_GOPATH=0 [2022-06-03T10:33:36.253Z] #44 0.900 + TMP_GOPATH= [2022-06-03T10:33:36.253Z] #44 0.900 + : /build [2022-06-03T10:33:36.253Z] #44 0.900 + '[' -z '' ']' [2022-06-03T10:33:36.253Z] #44 0.901 ++ mktemp -d [2022-06-03T10:33:36.253Z] #44 0.902 + export GOPATH=/tmp/tmp.rJFUIi8RQL [2022-06-03T10:33:36.253Z] #44 0.902 + GOPATH=/tmp/tmp.rJFUIi8RQL [2022-06-03T10:33:36.253Z] #44 0.902 + RM_GOPATH=1 [2022-06-03T10:33:36.253Z] #44 0.902 + case "$(go env GOARCH)" in [2022-06-03T10:33:36.253Z] #44 0.903 ++ go env GOARCH [2022-06-03T10:33:36.253Z] #44 0.922 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:36.253Z] #44 0.922 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:33:36.253Z] #44 0.922 ++ dirname /install.sh [2022-06-03T10:33:36.253Z] #44 0.933 + dir=/ [2022-06-03T10:33:36.253Z] #44 0.933 + bin=tini [2022-06-03T10:33:36.253Z] #44 0.933 + shift [2022-06-03T10:33:36.253Z] #44 0.933 + '[' '!' -f //tini.installer ']' [2022-06-03T10:33:36.253Z] #44 0.933 + . //tini.installer [2022-06-03T10:33:36.253Z] #44 0.933 ++ : v0.19.0 [2022-06-03T10:33:36.253Z] #44 0.933 + install_tini [2022-06-03T10:33:36.253Z] #44 0.933 + echo 'Install tini version v0.19.0' [2022-06-03T10:33:36.253Z] #44 0.933 Install tini version v0.19.0 [2022-06-03T10:33:36.253Z] #44 0.939 + git clone https://github.com/krallin/tini.git /tmp/tmp.rJFUIi8RQL/tini [2022-06-03T10:33:36.253Z] #44 0.963 Cloning into '/tmp/tmp.rJFUIi8RQL/tini'... [2022-06-03T10:33:36.262Z] #21 15.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:36.262Z] #21 15.28 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T10:33:36.262Z] #21 15.29 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T10:33:36.262Z] #21 15.30 Setting up apparmor (2.13.6-10) ... [2022-06-03T10:33:36.484Z] #58 34.39 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T10:33:36.484Z] #58 34.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:36.484Z] #58 34.51 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T10:33:36.484Z] #58 34.51 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T10:33:36.484Z] #58 34.52 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:33:36.742Z] #58 34.63 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T10:33:36.743Z] #58 34.64 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T10:33:36.743Z] #58 34.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:33:36.743Z] #58 34.74 Selecting previously unselected package criu. [2022-06-03T10:33:36.743Z] #58 34.75 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-03T10:33:36.743Z] #58 34.75 Unpacking criu (3.17-1) ... [2022-06-03T10:33:37.188Z] #44 1.595 + cd /tmp/tmp.rJFUIi8RQL/tini [2022-06-03T10:33:37.188Z] #44 1.596 + git checkout -q v0.19.0 [2022-06-03T10:33:37.188Z] #44 1.627 + cmake . [2022-06-03T10:33:37.198Z] #21 16.24 Setting up zip (3.0-12) ... [2022-06-03T10:33:37.198Z] #21 16.25 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:37.198Z] #21 16.28 Setting up bash-completion (1:2.11-2) ... [2022-06-03T10:33:37.309Z] #58 35.31 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:33:37.447Z] #44 2.137 -- The C compiler identification is GNU 10.2.1 [2022-06-03T10:33:37.705Z] #44 2.234 -- Detecting C compiler ABI info [2022-06-03T10:33:37.705Z] #44 ... [2022-06-03T10:33:37.705Z] [2022-06-03T10:33:37.705Z] #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-03T10:33:37.705Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T10:33:37.705Z] #34 36.29 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-03T10:33:37.705Z] #34 36.39 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T10:33:37.705Z] #34 36.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T10:33:38.255Z] #58 36.41 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T10:33:38.314Z] #34 ... [2022-06-03T10:33:38.314Z] [2022-06-03T10:33:38.314Z] #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-03T10:33:38.314Z] #44 sha256:06ab84ab5bca8459c7ce476d64bf9407fbc639b5e29fd2ea9b849eae07646abd [2022-06-03T10:33:38.314Z] #44 2.667 -- Detecting C compiler ABI info - done [2022-06-03T10:33:38.314Z] #44 2.728 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T10:33:38.314Z] #44 2.742 -- Detecting C compile features [2022-06-03T10:33:38.314Z] #44 2.747 -- Detecting C compile features - done [2022-06-03T10:33:38.314Z] #44 2.788 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T10:33:38.513Z] #58 36.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:33:38.513Z] #58 36.48 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:33:38.513Z] #58 36.52 Setting up python3-six (1.16.0-2) ... [2022-06-03T10:33:38.577Z] #44 3.103 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T10:33:38.577Z] #44 3.147 -- Configuring done [2022-06-03T10:33:38.577Z] #44 3.172 -- Generating done [2022-06-03T10:33:38.577Z] #44 3.176 -- Build files have been written to: /tmp/tmp.rJFUIi8RQL/tini [2022-06-03T10:33:38.577Z] #44 3.188 + make tini-static [2022-06-03T10:33:38.650Z] #21 17.35 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:33:38.650Z] #21 17.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T10:33:38.650Z] #21 17.37 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T10:33:38.650Z] #21 17.39 Setting up patch (2.7.6-7) ... [2022-06-03T10:33:38.650Z] #21 17.40 Setting up sudo (1.9.5p2-3) ... [2022-06-03T10:33:38.650Z] #21 17.45 invoke-rc.d: could not determine current runlevel [2022-06-03T10:33:38.650Z] #21 17.46 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T10:33:38.650Z] #21 17.46 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T10:33:38.650Z] #21 17.47 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T10:33:38.650Z] #21 17.48 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T10:33:38.650Z] #21 17.50 Setting up pigz (2.6-1) ... [2022-06-03T10:33:38.650Z] #21 17.51 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T10:33:38.650Z] #21 17.52 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:33:38.650Z] #21 17.54 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:33:38.650Z] #21 17.55 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:38.650Z] #21 17.84 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T10:33:38.837Z] #44 3.565 Scanning dependencies of target tini-static [2022-06-03T10:33:38.906Z] #21 17.85 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:33:39.109Z] #44 3.684 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T10:33:39.163Z] #21 18.05 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T10:33:39.163Z] #21 18.07 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:33:39.163Z] #21 18.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:33:39.163Z] #21 18.10 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T10:33:39.419Z] #21 18.34 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:33:39.419Z] #21 18.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T10:33:39.419Z] #21 18.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T10:33:39.419Z] #21 18.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T10:33:39.419Z] #21 18.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T10:33:39.419Z] #21 18.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T10:33:39.419Z] #21 18.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T10:33:39.419Z] #21 18.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T10:33:39.419Z] #21 18.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T10:33:39.419Z] #21 18.39 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T10:33:39.447Z] #58 37.32 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:33:39.447Z] #58 37.35 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T10:33:39.982Z] #21 18.95 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:33:39.982Z] #21 18.96 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T10:33:39.982Z] #21 18.97 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:33:39.982Z] #21 18.99 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:33:40.383Z] #58 ... [2022-06-03T10:33:40.383Z] [2022-06-03T10:33:40.383Z] #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-03T10:33:40.383Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:33:40.383Z] #62 32.99 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T10:33:40.383Z] #62 33.04 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T10:33:40.383Z] #62 33.16 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T10:33:40.383Z] #62 33.27 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T10:33:40.383Z] #62 33.29 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T10:33:40.383Z] #62 33.33 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T10:33:40.383Z] #62 33.36 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T10:33:40.383Z] #62 33.48 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T10:33:40.383Z] #62 33.60 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T10:33:40.383Z] #62 33.62 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T10:33:40.383Z] #62 33.70 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T10:33:40.383Z] #62 33.72 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T10:33:40.383Z] #62 33.75 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T10:33:40.383Z] #62 33.76 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T10:33:40.383Z] #62 33.83 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T10:33:40.383Z] #62 33.83 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T10:33:40.383Z] #62 33.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T10:33:40.383Z] #62 33.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T10:33:40.383Z] #62 33.95 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T10:33:40.383Z] #62 33.97 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T10:33:40.383Z] #62 34.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T10:33:40.383Z] #62 34.29 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T10:33:40.383Z] #62 34.30 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T10:33:40.383Z] #62 34.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T10:33:40.383Z] #62 34.34 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T10:33:40.383Z] #62 34.40 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T10:33:40.383Z] #62 34.42 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T10:33:40.383Z] #62 34.43 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T10:33:40.383Z] #62 34.46 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T10:33:40.383Z] #62 34.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T10:33:40.383Z] #62 34.50 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T10:33:40.383Z] #62 34.50 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T10:33:40.383Z] #62 34.56 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T10:33:40.383Z] #62 34.57 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T10:33:40.383Z] #62 34.59 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T10:33:40.383Z] #62 34.66 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T10:33:40.383Z] #62 34.67 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T10:33:40.383Z] #62 34.68 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T10:33:40.383Z] #62 34.72 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T10:33:40.383Z] #62 34.72 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T10:33:40.383Z] #62 34.74 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T10:33:40.383Z] #62 34.76 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T10:33:40.383Z] #62 34.79 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T10:33:40.383Z] #62 35.14 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T10:33:40.383Z] #62 35.16 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T10:33:40.383Z] #62 35.20 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T10:33:40.383Z] #62 35.24 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T10:33:40.383Z] #62 35.25 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T10:33:40.383Z] #62 35.27 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T10:33:40.383Z] #62 35.31 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T10:33:40.383Z] #62 35.31 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T10:33:40.383Z] #62 35.32 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T10:33:40.383Z] #62 35.46 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T10:33:40.383Z] #62 35.46 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T10:33:40.383Z] #62 35.46 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T10:33:40.383Z] #62 35.48 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T10:33:40.383Z] #62 35.48 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T10:33:40.383Z] #62 35.51 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T10:33:40.383Z] #62 35.53 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T10:33:40.383Z] #62 35.55 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T10:33:40.383Z] #62 35.56 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T10:33:40.383Z] #62 35.57 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T10:33:40.383Z] #62 35.58 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T10:33:40.383Z] #62 35.65 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T10:33:40.383Z] #62 35.73 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T10:33:40.383Z] #62 35.75 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T10:33:40.383Z] #62 35.78 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T10:33:40.383Z] #62 35.81 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T10:33:40.383Z] #62 35.84 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T10:33:40.383Z] #62 36.11 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T10:33:40.383Z] #62 36.18 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T10:33:40.383Z] #62 36.94 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T10:33:40.383Z] #62 36.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T10:33:40.383Z] #62 36.98 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T10:33:40.383Z] #62 37.05 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T10:33:40.383Z] #62 37.06 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T10:33:40.383Z] #62 37.07 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T10:33:40.383Z] #62 37.18 go: downloading golang.org/x/text v0.3.7 [2022-06-03T10:33:40.504Z] #44 5.038 [100%] Linking C executable tini-static [2022-06-03T10:33:40.546Z] #21 19.54 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T10:33:40.546Z] #21 19.55 Setting up jq (1.6-2.1) ... [2022-06-03T10:33:40.546Z] #21 19.56 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T10:33:40.546Z] #21 19.57 Setting up iptables (1.8.7-1) ... [2022-06-03T10:33:40.546Z] #21 19.58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.60 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T10:33:40.546Z] #21 19.61 Setting up iproute2 (5.10.0-4) ... [2022-06-03T10:33:40.762Z] #44 5.459 [100%] Built target tini-static [2022-06-03T10:33:40.803Z] #21 19.79 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:41.021Z] #44 5.529 + mkdir -p /build [2022-06-03T10:33:41.021Z] #44 5.537 + cp tini-static /build/docker-init [2022-06-03T10:33:41.279Z] #44 DONE 5.8s [2022-06-03T10:33:41.279Z] [2022-06-03T10:33:41.279Z] #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-03T10:33:41.279Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:33:41.279Z] #55 40.78 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T10:33:41.279Z] #55 40.86 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T10:33:41.279Z] #55 40.90 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T10:33:41.279Z] #55 40.93 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T10:33:41.279Z] #55 40.93 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T10:33:41.279Z] #55 41.12 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T10:33:41.279Z] #55 41.32 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T10:33:41.279Z] #55 41.40 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T10:33:41.279Z] #55 41.56 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T10:33:41.279Z] #55 42.53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T10:33:41.366Z] #21 DONE 20.5s [2022-06-03T10:33:41.366Z] [2022-06-03T10:33:41.366Z] #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-03T10:33:41.366Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:41.623Z] #64 ... [2022-06-03T10:33:41.623Z] [2022-06-03T10:33:41.623Z] #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-03T10:33:41.623Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T10:33:42.185Z] #22 0.733 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T10:33:42.185Z] #22 0.737 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T10:33:42.185Z] #22 0.740 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T10:33:42.185Z] #22 DONE 0.8s [2022-06-03T10:33:42.185Z] [2022-06-03T10:33:42.185Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T10:33:42.185Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T10:33:42.286Z] #62 ... [2022-06-03T10:33:42.286Z] [2022-06-03T10:33:42.286Z] #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-03T10:33:42.286Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T10:33:42.286Z] #58 40.12 Setting up criu (3.17-1) ... [2022-06-03T10:33:42.658Z] #55 ... [2022-06-03T10:33:42.658Z] [2022-06-03T10:33:42.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-03T10:33:42.658Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:42.658Z] #14 51.69 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T10:33:42.658Z] #14 51.70 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:33:42.658Z] #14 51.70 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:33:42.658Z] #14 51.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T10:33:42.658Z] #14 51.84 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:33:42.658Z] #14 51.84 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:33:43.662Z] #58 41.39 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:33:43.934Z] #58 DONE 41.9s [2022-06-03T10:33:43.934Z] [2022-06-03T10:33:43.934Z] #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-03T10:33:43.934Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:33:43.934Z] #62 40.90 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T10:33:43.934Z] #62 41.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T10:33:43.934Z] #62 41.09 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T10:33:43.934Z] #62 41.18 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T10:33:43.934Z] #62 41.21 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T10:33:43.934Z] #62 41.24 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T10:33:43.934Z] #62 41.28 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T10:33:43.934Z] #62 41.29 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T10:33:43.934Z] #62 41.32 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T10:33:43.934Z] #62 41.41 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T10:33:43.934Z] #62 41.42 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T10:33:43.934Z] #62 41.48 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T10:33:43.934Z] #62 41.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T10:33:43.934Z] #62 41.57 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T10:33:43.934Z] #62 41.79 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T10:33:43.934Z] #62 41.89 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T10:33:43.934Z] #62 42.03 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T10:33:43.934Z] #62 42.09 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T10:33:43.934Z] #62 42.15 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T10:33:43.934Z] #62 42.26 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T10:33:43.934Z] #62 42.33 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T10:33:43.934Z] #62 42.36 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T10:33:43.934Z] #62 42.37 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T10:33:44.033Z] #14 ... [2022-06-03T10:33:44.033Z] [2022-06-03T10:33:44.033Z] #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-03T10:33:44.033Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T10:33:44.033Z] #53 52.89 gotestsum version dev [2022-06-03T10:33:44.033Z] #53 DONE 53.0s [2022-06-03T10:33:44.033Z] [2022-06-03T10:33:44.033Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-03T10:33:44.033Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:33:44.196Z] #62 42.57 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T10:33:44.196Z] #62 42.79 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T10:33:44.454Z] #62 42.83 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T10:33:44.454Z] #62 43.00 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T10:33:45.831Z] #62 44.12 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T10:33:47.735Z] #62 ... [2022-06-03T10:33:47.735Z] [2022-06-03T10:33:47.735Z] #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-03T10:33:47.735Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:33:47.735Z] #41 35.71 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T10:33:47.735Z] #41 36.01 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T10:33:48.328Z] #26 ... [2022-06-03T10:33:48.328Z] [2022-06-03T10:33:48.328Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-03T10:33:48.328Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:33:48.328Z] #14 57.33 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T10:33:48.328Z] #14 57.33 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:33:48.328Z] #14 57.34 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:33:48.671Z] #41 ... [2022-06-03T10:33:48.671Z] [2022-06-03T10:33:48.671Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-03T10:33:48.671Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T10:33:48.671Z] #60 47.04 gotestsum version dev [2022-06-03T10:33:48.929Z] #60 DONE 47.3s [2022-06-03T10:33:48.929Z] [2022-06-03T10:33:48.929Z] #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-03T10:33:48.929Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:33:50.276Z] #23 6.830 Collecting yamllint==1.26.1 [2022-06-03T10:33:50.276Z] #23 7.882 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T10:33:50.532Z] #23 8.306 Collecting pathspec>=0.5.3 [2022-06-03T10:33:50.532Z] #23 8.310 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T10:33:50.789Z] #23 8.461 Collecting pyyaml [2022-06-03T10:33:50.789Z] #23 8.465 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-03T10:33:50.789Z] #23 8.495 Building wheels for collected packages: yamllint [2022-06-03T10:33:50.789Z] #23 8.497 Building wheel for yamllint (setup.py): started [2022-06-03T10:33:51.046Z] #23 8.878 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T10:33:51.302Z] #23 8.879 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2179ba0d417a1bc52bd4ec54e38e95c8c861eb85d0a2db1dff47b953518f6deb [2022-06-03T10:33:51.302Z] #23 8.880 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T10:33:51.302Z] #23 8.884 Successfully built yamllint [2022-06-03T10:33:51.302Z] #23 8.894 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T10:33:51.302Z] #23 9.072 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T10:33:51.460Z] #41 ... [2022-06-03T10:33:51.460Z] [2022-06-03T10:33:51.460Z] #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-03T10:33:51.460Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:33:51.460Z] #19 39.95 Fetched 49.0 MB in 39s (1263 kB/s) [2022-06-03T10:33:51.558Z] #23 DONE 9.3s [2022-06-03T10:33:51.558Z] [2022-06-03T10:33:51.558Z] #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-03T10:33:51.558Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:51.558Z] #64 ... [2022-06-03T10:33:51.558Z] [2022-06-03T10:33:51.558Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T10:33:51.558Z] #27 sha256:048da45fa6cd04a4f3563a7a3b921508b38bbe15c90f230bb8ec3b753cadf40e [2022-06-03T10:33:51.558Z] #27 DONE 0.1s [2022-06-03T10:33:51.815Z] [2022-06-03T10:33:51.815Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T10:33:51.815Z] #32 sha256:b6dc7e14d96466be35b1f2e350a576e2b273927ce039ad2241b67d38439562d7 [2022-06-03T10:33:52.072Z] #32 DONE 0.3s [2022-06-03T10:33:52.072Z] [2022-06-03T10:33:52.072Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T10:33:52.072Z] #35 sha256:749168c1e2e0cf5111453de86f310d54d90f7d3c4a11ef311f6152430a908441 [2022-06-03T10:33:52.072Z] #35 DONE 0.2s [2022-06-03T10:33:52.072Z] [2022-06-03T10:33:52.072Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T10:33:52.072Z] #37 sha256:69f9f8f6f65844d05faf98581a0cd5edddf1466bafc4cfa9092d90127cac1655 [2022-06-03T10:33:52.329Z] #37 DONE 0.2s [2022-06-03T10:33:52.329Z] [2022-06-03T10:33:52.329Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T10:33:52.329Z] #39 sha256:3c050fd78be184e318f560fa6efed07e0e71c82cf327ede237ee540f6dcb2f75 [2022-06-03T10:33:52.329Z] #39 DONE 0.1s [2022-06-03T10:33:52.329Z] [2022-06-03T10:33:52.329Z] #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-03T10:33:52.329Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:52.585Z] #64 ... [2022-06-03T10:33:52.585Z] [2022-06-03T10:33:52.585Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T10:33:52.585Z] #41 sha256:e4504c6bae758d37d0f7f00a981135661663c49ca31c60aaa55c9a2a0bb43395 [2022-06-03T10:33:52.585Z] #41 DONE 0.1s [2022-06-03T10:33:52.585Z] [2022-06-03T10:33:52.585Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T10:33:52.585Z] #45 sha256:a50ef51c354ce17f1c029c6fb76b86e5d5f5addb2d8d6f686e4e2d44e580b5bb [2022-06-03T10:33:52.585Z] #45 DONE 0.1s [2022-06-03T10:33:52.585Z] [2022-06-03T10:33:52.585Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T10:33:52.585Z] #48 sha256:0524f9ef9c124dcb2385c4f00b26992ad32f6895b78dcfd73abbdcb176d3e88d [2022-06-03T10:33:52.841Z] #48 DONE 0.3s [2022-06-03T10:33:52.841Z] [2022-06-03T10:33:52.841Z] #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-03T10:33:52.841Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:52.841Z] #64 ... [2022-06-03T10:33:52.841Z] [2022-06-03T10:33:52.841Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T10:33:52.841Z] #52 sha256:1fee8ee9ffeb52091c88c5cfce67b367a4a9e7760fef7eff9e677b02f1bfac71 [2022-06-03T10:33:52.841Z] #52 DONE 0.1s [2022-06-03T10:33:52.841Z] [2022-06-03T10:33:52.841Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T10:33:52.841Z] #54 sha256:5a9d9cbe7e3f919b2d38c716816b087f7fe68281d4987911bdf2a9c3601647d7 [2022-06-03T10:33:52.841Z] #54 DONE 0.1s [2022-06-03T10:33:53.097Z] [2022-06-03T10:33:53.097Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T10:33:53.097Z] #56 sha256:e948b38e50d8e2ee1f33ade4f7825db4b86cf22201f0d6b6940281506b7b7a08 [2022-06-03T10:33:53.097Z] #56 DONE 0.3s [2022-06-03T10:33:53.097Z] [2022-06-03T10:33:53.097Z] #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-03T10:33:53.097Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:53.353Z] #64 ... [2022-06-03T10:33:53.353Z] [2022-06-03T10:33:53.353Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T10:33:53.353Z] #58 sha256:80c7a32856073132ddf36ce98abacc3fc3d60cc02d4d4e2699e3bcd1254a57bc [2022-06-03T10:33:53.353Z] #58 DONE 0.1s [2022-06-03T10:33:53.353Z] [2022-06-03T10:33:53.353Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T10:33:53.353Z] #61 sha256:94462e636034c28f56b757e2d737fabbf94cac3f7484746424a378386871a484 [2022-06-03T10:33:53.608Z] #61 DONE 0.1s [2022-06-03T10:33:53.608Z] [2022-06-03T10:33:53.608Z] #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-03T10:33:53.608Z] #64 sha256:26279334596c72ea5fab394be2239d0462aa5ce3f1be5e6cc1fd22e8952c173d [2022-06-03T10:33:58.297Z] #14 66.62 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T10:33:58.297Z] #14 66.63 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:33:58.297Z] #14 66.63 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:33:58.863Z] #14 ... [2022-06-03T10:33:58.863Z] [2022-06-03T10:33:58.863Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T10:33:58.863Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:33:58.897Z] #64 73.45 + bin/containerd [2022-06-03T10:33:59.639Z] #64 36.39 Updating files: 65% (3134/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-03T10:33:59.639Z] #64 37.39 + cd /tmp/tmp.LdO09RS4OS/src/github.com/containerd/containerd [2022-06-03T10:33:59.897Z] #64 37.39 + git checkout -q v1.6.4 [2022-06-03T10:34:01.273Z] #64 38.95 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T10:34:01.273Z] #64 38.95 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T10:34:01.273Z] #64 38.95 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:34:01.273Z] #64 38.95 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:34:01.273Z] #64 38.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T10:34:01.273Z] #64 38.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T10:34:01.273Z] #64 38.95 + '[' '' = dynamic ']' [2022-06-03T10:34:01.273Z] #64 38.95 + make [2022-06-03T10:34:03.660Z] #19 39.95 Reading package lists... [2022-06-03T10:34:03.805Z] #64 40.89 + bin/ctr [2022-06-03T10:34:11.918Z] #64 ... [2022-06-03T10:34:11.918Z] [2022-06-03T10:34:11.918Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -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-03T10:34:11.918Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:34:11.918Z] #14 70.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T10:34:11.918Z] #14 71.00 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:34:11.918Z] #14 71.01 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:34:11.918Z] #14 76.49 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T10:34:11.918Z] #14 76.49 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:34:11.918Z] #14 76.50 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:34:15.857Z] #19 51.56 Reading package lists... [2022-06-03T10:34:17.234Z] #19 63.00 Building dependency tree... [2022-06-03T10:34:18.481Z] #14 86.58 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T10:34:18.481Z] #14 86.58 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-03T10:34:18.481Z] #14 86.59 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:34:20.530Z] #19 68.61 The following additional packages will be installed: [2022-06-03T10:34:20.530Z] #19 68.61 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T10:34:20.530Z] #19 68.61 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T10:34:20.530Z] #19 68.61 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-03T10:34:20.530Z] #19 68.61 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-03T10:34:20.530Z] #19 68.61 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T10:34:20.530Z] #19 68.61 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T10:34:20.530Z] #19 68.61 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T10:34:20.530Z] #19 68.61 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T10:34:20.530Z] #19 68.61 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.61 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T10:34:20.530Z] #19 68.61 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T10:34:20.530Z] #19 68.61 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T10:34:20.530Z] #19 68.61 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.61 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.61 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.61 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T10:34:20.530Z] #19 68.61 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T10:34:20.530Z] #19 68.61 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.61 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T10:34:20.530Z] #19 68.62 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.62 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.62 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T10:34:20.530Z] #19 68.62 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T10:34:20.530Z] #19 68.62 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.62 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.63 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.63 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T10:34:20.530Z] #19 68.63 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.63 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T10:34:20.530Z] #19 68.63 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T10:34:20.530Z] #19 68.63 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T10:34:20.530Z] #19 68.63 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.64 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T10:34:20.530Z] #19 68.64 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T10:34:20.530Z] #19 68.64 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T10:34:20.530Z] #19 68.64 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T10:34:20.530Z] #19 68.64 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T10:34:20.530Z] #19 68.68 Suggested packages: [2022-06-03T10:34:20.530Z] #19 68.68 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-03T10:34:20.530Z] #19 68.68 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.68 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-03T10:34:20.530Z] #19 68.68 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-03T10:34:20.530Z] #19 68.69 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-03T10:34:20.530Z] #19 68.69 libyaml-shell-perl ed diffutils-doc [2022-06-03T10:34:20.530Z] #19 68.69 Recommended packages: [2022-06-03T10:34:20.530Z] #19 68.69 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-03T10:34:20.530Z] #19 68.69 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-03T10:34:22.669Z] #14 91.52 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T10:34:22.669Z] #14 91.52 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T10:34:22.669Z] #14 91.53 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:34:22.669Z] #14 91.65 Selecting previously unselected package libapparmor1:arm64. [2022-06-03T10:34:22.669Z] #14 91.65 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-03T10:34:22.669Z] #14 91.65 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T10:34:22.669Z] #14 91.76 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-03T10:34:22.669Z] #14 91.77 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-03T10:34:22.669Z] #14 91.78 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T10:34:22.927Z] #14 91.91 Selecting previously unselected package libbtrfs0:arm64. [2022-06-03T10:34:22.927Z] #14 91.92 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-03T10:34:22.927Z] #14 91.92 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T10:34:22.927Z] #14 92.07 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-03T10:34:22.927Z] #14 92.08 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-03T10:34:22.927Z] #14 92.11 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T10:34:23.186Z] #14 92.30 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-03T10:34:23.186Z] #14 92.32 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T10:34:23.186Z] #14 92.33 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:34:23.186Z] #14 92.41 Selecting previously unselected package libudev-dev:arm64. [2022-06-03T10:34:23.186Z] #14 92.42 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-03T10:34:23.445Z] #14 92.43 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-03T10:34:23.445Z] #14 92.58 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-03T10:34:23.445Z] #14 92.61 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-03T10:34:23.445Z] #14 92.62 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-03T10:34:23.703Z] #14 92.85 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-03T10:34:23.703Z] #14 92.86 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-03T10:34:23.703Z] #14 92.86 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-03T10:34:23.961Z] #14 93.01 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-03T10:34:23.961Z] #14 93.01 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-03T10:34:23.961Z] #14 93.02 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-03T10:34:23.961Z] #14 93.19 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-03T10:34:23.961Z] #14 93.19 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-03T10:34:23.961Z] #14 93.19 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-03T10:34:24.220Z] #14 93.26 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-03T10:34:24.220Z] #14 93.28 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-03T10:34:24.220Z] #14 93.28 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-03T10:34:24.478Z] #14 93.63 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-03T10:34:24.478Z] #14 93.64 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-03T10:34:24.478Z] #14 93.64 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-03T10:34:24.720Z] #19 73.06 The following NEW packages will be installed: [2022-06-03T10:34:24.720Z] #19 73.06 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T10:34:24.720Z] #19 73.06 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T10:34:24.720Z] #19 73.06 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-03T10:34:24.720Z] #19 73.06 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-03T10:34:24.720Z] #19 73.06 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-03T10:34:24.720Z] #19 73.06 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-03T10:34:24.720Z] #19 73.06 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-03T10:34:24.720Z] #19 73.06 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T10:34:24.720Z] #19 73.06 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T10:34:24.720Z] #19 73.06 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T10:34:24.720Z] #19 73.06 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T10:34:24.720Z] #19 73.06 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T10:34:24.720Z] #19 73.06 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T10:34:24.720Z] #19 73.06 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T10:34:24.720Z] #19 73.06 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T10:34:24.720Z] #19 73.06 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.06 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.06 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.06 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T10:34:24.720Z] #19 73.06 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T10:34:24.720Z] #19 73.06 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.06 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T10:34:24.720Z] #19 73.06 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.06 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.06 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T10:34:24.720Z] #19 73.06 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T10:34:24.720Z] #19 73.06 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.07 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.07 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.07 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T10:34:24.720Z] #19 73.07 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.07 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T10:34:24.720Z] #19 73.08 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T10:34:24.720Z] #19 73.08 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T10:34:24.720Z] #19 73.08 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.08 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T10:34:24.720Z] #19 73.08 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T10:34:24.720Z] #19 73.08 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T10:34:24.720Z] #19 73.08 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T10:34:24.720Z] #19 73.08 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T10:34:24.736Z] #14 93.89 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-03T10:34:24.736Z] #14 93.90 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T10:34:24.736Z] #14 93.91 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:34:24.736Z] #14 94.01 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-03T10:34:24.979Z] #19 73.57 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:34:24.979Z] #19 73.57 Need to get 788 MB of archives. [2022-06-03T10:34:24.979Z] #19 73.57 After this operation, 3385 MB of additional disk space will be used. [2022-06-03T10:34:24.979Z] #19 73.57 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-03T10:34:24.979Z] #19 73.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T10:34:24.979Z] #19 73.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-03T10:34:24.979Z] #19 73.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-03T10:34:24.979Z] #19 73.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-03T10:34:24.979Z] #19 73.58 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-03T10:34:24.979Z] #19 73.58 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-03T10:34:24.994Z] #14 94.01 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T10:34:24.994Z] #14 94.02 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:34:24.994Z] #14 94.15 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-03T10:34:24.994Z] #14 94.19 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-03T10:34:24.994Z] #14 94.20 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-03T10:34:25.238Z] #19 73.68 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-03T10:34:25.238Z] #19 73.76 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-03T10:34:25.238Z] #19 73.86 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-03T10:34:25.238Z] #19 73.92 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-03T10:34:25.497Z] #19 73.97 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-03T10:34:25.497Z] #19 73.98 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-03T10:34:25.561Z] #14 ... [2022-06-03T10:34:25.561Z] [2022-06-03T10:34:25.561Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-03T10:34:25.561Z] #67 sha256:df60d707a6d9b6b47712edbe62273065775a08d2d9f45c7ecac98bd767c58784 [2022-06-03T10:34:25.561Z] #67 93.92 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:34:25.561Z] #67 93.92 + GOBIN=/build [2022-06-03T10:34:25.561Z] #67 93.92 + GO111MODULE=on [2022-06-03T10:34:25.561Z] #67 93.92 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:34:26.876Z] #19 75.31 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-03T10:34:26.876Z] #19 75.31 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-03T10:34:26.937Z] #67 ... [2022-06-03T10:34:26.937Z] [2022-06-03T10:34:26.937Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-03T10:34:26.937Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T10:34:26.937Z] #14 94.76 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:34:26.937Z] #14 94.78 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T10:34:26.937Z] #14 94.79 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:34:26.937Z] #14 94.80 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-03T10:34:26.937Z] #14 94.81 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 94.82 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-03T10:34:26.937Z] #14 94.84 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T10:34:26.937Z] #14 94.85 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-03T10:34:26.937Z] #14 94.87 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-03T10:34:26.937Z] #14 94.88 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-03T10:34:26.937Z] #14 94.89 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:34:26.937Z] #14 94.90 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T10:34:26.937Z] #14 94.92 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 94.93 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T10:34:26.937Z] #14 94.94 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T10:34:26.937Z] #14 94.96 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-03T10:34:26.937Z] #14 94.97 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:34:26.937Z] #14 94.98 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-03T10:34:26.937Z] #14 94.99 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-03T10:34:26.937Z] #14 95.02 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.04 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.06 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-03T10:34:26.937Z] #14 95.06 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.08 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-03T10:34:26.937Z] #14 95.08 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:34:26.937Z] #14 95.09 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.11 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-03T10:34:26.937Z] #14 95.11 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.13 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:34:26.937Z] #14 95.14 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:34:26.937Z] #14 95.17 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:34:26.937Z] #14 95.19 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:34:26.937Z] #14 95.20 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-03T10:34:26.937Z] #14 95.21 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:34:26.937Z] #14 DONE 96.1s [2022-06-03T10:34:27.196Z] [2022-06-03T10:34:27.196Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T10:34:27.196Z] #59 sha256:35d6f08380b7babdafd14d23cbe186542dd601f78a488aacdc7c8e966d875013 [2022-06-03T10:34:27.196Z] #59 DONE 0.2s [2022-06-03T10:34:27.196Z] [2022-06-03T10:34:27.196Z] #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-03T10:34:27.196Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:34:28.133Z] #60 ... [2022-06-03T10:34:28.134Z] [2022-06-03T10:34:28.134Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T10:34:28.134Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02 [2022-06-03T10:34:28.134Z] #15 DONE 1.1s [2022-06-03T10:34:28.134Z] [2022-06-03T10:34:28.134Z] #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-03T10:34:28.134Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:34:28.134Z] #60 0.900 + RM_GOPATH=0 [2022-06-03T10:34:28.134Z] #60 0.900 + TMP_GOPATH= [2022-06-03T10:34:28.134Z] #60 0.900 + : /build [2022-06-03T10:34:28.134Z] #60 0.901 + '[' -z '' ']' [2022-06-03T10:34:28.134Z] #60 0.901 ++ mktemp -d [2022-06-03T10:34:28.134Z] #60 0.905 + export GOPATH=/tmp/tmp.jyrlLJoWDe [2022-06-03T10:34:28.134Z] #60 0.905 + GOPATH=/tmp/tmp.jyrlLJoWDe [2022-06-03T10:34:28.134Z] #60 0.905 + RM_GOPATH=1 [2022-06-03T10:34:28.134Z] #60 0.905 + case "$(go env GOARCH)" in [2022-06-03T10:34:28.134Z] #60 0.906 ++ go env GOARCH [2022-06-03T10:34:28.134Z] #60 0.922 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:34:28.134Z] #60 0.926 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:34:28.134Z] #60 0.926 ++ dirname /install.sh [2022-06-03T10:34:28.134Z] #60 0.928 + dir=/ [2022-06-03T10:34:28.134Z] #60 0.928 + bin=runc [2022-06-03T10:34:28.134Z] #60 0.928 + shift [2022-06-03T10:34:28.134Z] #60 0.928 + '[' '!' -f //runc.installer ']' [2022-06-03T10:34:28.134Z] #60 0.929 + . //runc.installer [2022-06-03T10:34:28.134Z] #60 0.929 ++ set -e [2022-06-03T10:34:28.134Z] #60 0.929 ++ : v1.1.2 [2022-06-03T10:34:28.134Z] #60 0.929 + install_runc [2022-06-03T10:34:28.134Z] #60 0.929 + RUNC_BUILDTAGS=seccomp [2022-06-03T10:34:28.134Z] #60 0.930 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T10:34:28.134Z] #60 0.930 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jyrlLJoWDe/src/github.com/opencontainers/runc [2022-06-03T10:34:28.134Z] #60 0.930 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T10:34:28.134Z] #60 0.934 Cloning into '/tmp/tmp.jyrlLJoWDe/src/github.com/opencontainers/runc'... [2022-06-03T10:34:28.256Z] #19 76.65 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-03T10:34:28.256Z] #19 76.65 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-03T10:34:29.093Z] #60 ... [2022-06-03T10:34:29.093Z] [2022-06-03T10:34:29.093Z] #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-03T10:34:29.093Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4 [2022-06-03T10:34:29.093Z] #16 DONE 0.8s [2022-06-03T10:34:29.093Z] [2022-06-03T10:34:29.093Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T10:34:29.093Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2 [2022-06-03T10:34:29.376Z] #17 0.669 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T10:34:29.636Z] #19 77.84 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-03T10:34:29.636Z] #19 77.84 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-03T10:34:29.638Z] #17 DONE 0.7s [2022-06-03T10:34:29.638Z] [2022-06-03T10:34:29.638Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T10:34:29.638Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d [2022-06-03T10:34:30.573Z] #19 79.11 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-03T10:34:30.573Z] #19 79.11 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-03T10:34:30.588Z] #18 DONE 0.8s [2022-06-03T10:34:30.588Z] [2022-06-03T10:34:30.588Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T10:34:30.588Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d [2022-06-03T10:34:31.154Z] #19 DONE 0.7s [2022-06-03T10:34:31.154Z] [2022-06-03T10:34:31.154Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T10:34:31.154Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11 [2022-06-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-03T10:34:31.952Z] #19 80.31 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-03T10:34:31.952Z] #19 80.31 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-03T10:34:31.952Z] #19 80.38 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-03T10:34:31.952Z] #19 80.38 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-03T10:34:31.952Z] #19 80.38 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-03T10:34:31.952Z] #19 80.38 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-03T10:34:31.952Z] #19 80.39 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-03T10:34:31.952Z] #19 80.43 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-03T10:34:31.952Z] #19 80.46 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-03T10:34:31.952Z] #19 80.53 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-03T10:34:31.952Z] #19 80.53 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-03T10:34:31.952Z] #19 80.56 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-03T10:34:31.952Z] #19 80.59 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-03T10:34:32.090Z] #20 DONE 0.8s [2022-06-03T10:34:32.090Z] [2022-06-03T10:34:32.090Z] #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-03T10:34:32.090Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:32.656Z] #21 0.974 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:34:32.914Z] #21 1.013 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:34:32.914Z] #21 1.013 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:34:33.172Z] #21 ... [2022-06-03T10:34:33.172Z] [2022-06-03T10:34:33.172Z] #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-03T10:34:33.173Z] #67 sha256:df60d707a6d9b6b47712edbe62273065775a08d2d9f45c7ecac98bd767c58784 [2022-06-03T10:34:33.173Z] #67 101.4 rootlesskit version 1.0.0 [2022-06-03T10:34:33.173Z] #67 101.4 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T10:34:33.173Z] #67 101.4 -container-ip string [2022-06-03T10:34:33.173Z] #67 101.4 container ip [2022-06-03T10:34:33.173Z] #67 101.4 -container-port int [2022-06-03T10:34:33.173Z] #67 101.4 container port (default -1) [2022-06-03T10:34:33.173Z] #67 101.4 -host-ip string [2022-06-03T10:34:33.173Z] #67 101.4 host ip [2022-06-03T10:34:33.173Z] #67 101.4 -host-port int [2022-06-03T10:34:33.173Z] #67 101.4 host port (default -1) [2022-06-03T10:34:33.173Z] #67 101.4 -proto string [2022-06-03T10:34:33.173Z] #67 101.4 proxy protocol (default "tcp") [2022-06-03T10:34:33.173Z] #67 DONE 101.5s [2022-06-03T10:34:33.173Z] [2022-06-03T10:34:33.173Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T10:34:33.173Z] #68 sha256:1dc4580aff356434229ad48f1bd981bfb5effcac6315f345441d224a300c9ede [2022-06-03T10:34:33.173Z] #68 DONE 0.1s [2022-06-03T10:34:33.173Z] [2022-06-03T10:34:33.173Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T10:34:33.173Z] #69 sha256:3e1f041dc8a0169f0874474cbfa5a8a40e7aa2983eaf549368c667086c3232ae [2022-06-03T10:34:33.173Z] #69 DONE 0.1s [2022-06-03T10:34:33.173Z] [2022-06-03T10:34:33.173Z] #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-03T10:34:33.173Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:34:33.330Z] #19 82.00 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-03T10:34:33.589Z] #19 82.00 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-03T10:34:33.589Z] #19 82.04 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-03T10:34:33.589Z] #19 82.10 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-03T10:34:33.589Z] #19 82.15 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-03T10:34:34.111Z] #60 ... [2022-06-03T10:34:34.111Z] [2022-06-03T10:34:34.111Z] #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-03T10:34:34.111Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:34.111Z] #21 2.149 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:34:34.688Z] #21 ... [2022-06-03T10:34:34.688Z] [2022-06-03T10:34:34.688Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T10:34:34.688Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-03T10:34:34.688Z] #72 CACHED [2022-06-03T10:34:34.688Z] [2022-06-03T10:34:34.688Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T10:34:34.688Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-03T10:34:34.688Z] #74 CACHED [2022-06-03T10:34:34.688Z] [2022-06-03T10:34:34.688Z] #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-03T10:34:34.688Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:34:35.496Z] #19 83.66 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-03T10:34:35.496Z] #19 83.66 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T10:34:35.496Z] #19 83.66 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-03T10:34:35.496Z] #19 83.71 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-03T10:34:35.496Z] #19 83.71 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-03T10:34:35.496Z] #19 83.71 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T10:34:35.496Z] #19 83.94 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-03T10:34:35.496Z] #19 83.95 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-03T10:34:35.496Z] #19 83.95 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-03T10:34:35.496Z] #19 83.96 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-03T10:34:35.496Z] #19 83.96 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-03T10:34:35.496Z] #19 83.96 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-03T10:34:35.496Z] #19 83.97 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-03T10:34:35.496Z] #19 83.98 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-03T10:34:35.496Z] #19 83.98 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-03T10:34:35.496Z] #19 83.98 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-03T10:34:35.496Z] #19 83.98 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-03T10:34:35.496Z] #19 83.98 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-03T10:34:35.496Z] #19 83.98 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-03T10:34:35.496Z] #19 83.99 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-03T10:34:35.496Z] #19 84.04 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-03T10:34:35.496Z] #19 84.04 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-03T10:34:35.496Z] #19 84.04 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-03T10:34:35.496Z] #19 84.04 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-03T10:34:35.496Z] #19 84.10 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-03T10:34:35.496Z] #19 84.11 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-03T10:34:35.496Z] #19 84.13 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-03T10:34:35.496Z] #19 84.15 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-03T10:34:35.624Z] #55 ... [2022-06-03T10:34:35.624Z] [2022-06-03T10:34:35.624Z] #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-03T10:34:35.624Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:35.624Z] #21 3.868 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:34:36.879Z] #19 85.56 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-03T10:34:36.879Z] #19 85.56 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-03T10:34:36.879Z] #19 85.59 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-03T10:34:36.879Z] #19 85.64 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-03T10:34:37.142Z] #19 85.72 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-03T10:34:37.527Z] #21 5.501 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:34:38.521Z] #19 87.05 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-03T10:34:38.521Z] #19 87.05 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-03T10:34:38.521Z] #19 87.05 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-03T10:34:38.521Z] #19 87.10 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-03T10:34:38.521Z] #19 87.10 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-03T10:34:38.521Z] #19 87.10 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-03T10:34:38.521Z] #19 87.11 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-03T10:34:38.521Z] #19 87.17 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-03T10:34:38.521Z] #19 87.18 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-03T10:34:38.521Z] #19 87.20 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-03T10:34:38.779Z] #19 87.21 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-03T10:34:39.427Z] #21 7.424 Fetched 8424 kB in 7s (1256 kB/s) [2022-06-03T10:34:40.160Z] #19 88.61 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-03T10:34:40.160Z] #19 88.61 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-03T10:34:40.160Z] #19 88.63 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-03T10:34:40.160Z] #19 88.69 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-03T10:34:40.160Z] #19 88.73 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-03T10:34:40.803Z] #21 7.424 Reading package lists... [2022-06-03T10:34:40.803Z] #21 ... [2022-06-03T10:34:40.803Z] [2022-06-03T10:34:40.804Z] #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-03T10:34:40.804Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:34:42.090Z] #19 90.38 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-03T10:34:42.090Z] #19 90.38 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-03T10:34:42.090Z] #19 90.38 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-03T10:34:42.090Z] #19 90.41 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-03T10:34:42.090Z] #19 90.41 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-03T10:34:42.090Z] #19 90.42 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-03T10:34:42.090Z] #19 90.42 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-03T10:34:42.090Z] #19 90.43 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-03T10:34:42.090Z] #19 90.48 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-03T10:34:42.090Z] #19 90.50 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-03T10:34:42.090Z] #19 90.56 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-03T10:34:42.090Z] #19 90.58 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-03T10:34:42.090Z] #19 90.59 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-03T10:34:42.090Z] #19 90.60 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-03T10:34:42.090Z] #19 90.62 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-03T10:34:42.095Z] #26 107.5 Updating files: 26% (2974/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: 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: 46% (5348/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 73% (8429/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-03T10:34:42.095Z] #26 110.6 + cd /tmp/tmp.ITlL11KFC9/tmp/docker-ce [2022-06-03T10:34:42.353Z] #26 110.6 + git checkout -q v17.06.2-ce [2022-06-03T10:34:43.026Z] #19 91.74 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-03T10:34:43.026Z] #19 91.74 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-03T10:34:43.286Z] #19 91.76 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-03T10:34:43.286Z] #19 91.82 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-03T10:34:43.286Z] #19 91.86 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-03T10:34:44.665Z] #19 92.92 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-03T10:34:44.665Z] #19 92.92 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-03T10:34:44.665Z] #19 92.92 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-03T10:34:44.665Z] #19 92.94 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-03T10:34:44.665Z] #19 92.95 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-03T10:34:44.665Z] #19 92.95 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-03T10:34:44.665Z] #19 92.95 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-03T10:34:44.665Z] #19 92.95 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-03T10:34:44.665Z] #19 92.99 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-03T10:34:44.665Z] #19 93.01 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-03T10:34:44.665Z] #19 93.03 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-03T10:34:44.665Z] #19 93.04 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-03T10:34:45.603Z] #19 94.29 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-03T10:34:45.603Z] #19 94.29 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-03T10:34:45.603Z] #19 94.33 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-03T10:34:45.865Z] #19 ... [2022-06-03T10:34:45.865Z] [2022-06-03T10:34:45.865Z] #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-03T10:34:45.865Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T10:34:45.865Z] #41 DONE 104.0s [2022-06-03T10:34:45.865Z] [2022-06-03T10:34:45.865Z] #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-03T10:34:45.865Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:34:45.865Z] #19 94.37 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-03T10:34:45.865Z] #19 94.41 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-03T10:34:46.539Z] #26 ... [2022-06-03T10:34:46.539Z] [2022-06-03T10:34:46.539Z] #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-03T10:34:46.539Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T10:34:46.539Z] #36 114.5 Delve is a source level debugger for Go programs. [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T10:34:46.539Z] #36 114.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 Usage: [2022-06-03T10:34:46.539Z] #36 114.5 dlv [command] [2022-06-03T10:34:46.539Z] #36 114.5 [2022-06-03T10:34:46.539Z] #36 114.5 Available Commands: [2022-06-03T10:34:46.539Z] #36 114.5 attach Attach to running process and begin debugging. [2022-06-03T10:34:46.539Z] #36 114.5 connect Connect to a headless debug server with a terminal client. [2022-06-03T10:34:46.539Z] #36 114.5 core Examine a core dump. [2022-06-03T10:34:46.539Z] #36 114.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T10:34:46.539Z] #36 114.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T10:34:46.539Z] #36 114.5 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T10:34:46.539Z] #36 114.5 help Help about any command [2022-06-03T10:34:46.539Z] #36 114.5 run Deprecated command. Use 'debug' instead. [2022-06-03T10:34:46.539Z] #36 114.5 test Compile test binary and begin debugging program. [2022-06-03T10:34:46.540Z] #36 114.5 trace Compile and begin tracing program. [2022-06-03T10:34:46.540Z] #36 114.5 version Prints version. [2022-06-03T10:34:46.540Z] #36 114.5 [2022-06-03T10:34:46.540Z] #36 114.5 Flags: [2022-06-03T10:34:46.540Z] #36 114.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T10:34:46.540Z] #36 114.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T10:34:46.540Z] #36 114.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-03T10:34:46.540Z] #36 114.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T10:34:46.540Z] #36 114.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T10:34:46.540Z] #36 114.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-03T10:34:46.540Z] #36 114.5 --disable-aslr Disables address space randomization [2022-06-03T10:34:46.540Z] #36 114.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T10:34:46.540Z] #36 114.5 -h, --help help for dlv [2022-06-03T10:34:46.540Z] #36 114.5 --init string Init file, executed by the terminal client. [2022-06-03T10:34:46.540Z] #36 114.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T10:34:46.540Z] #36 114.5 --log Enable debugging server logging. [2022-06-03T10:34:46.540Z] #36 114.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T10:34:46.540Z] #36 114.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T10:34:46.540Z] #36 114.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T10:34:46.540Z] #36 114.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T10:34:46.540Z] #36 114.5 --wd string Working directory for running the program. [2022-06-03T10:34:46.540Z] #36 114.5 [2022-06-03T10:34:46.540Z] #36 114.5 Additional help topics: [2022-06-03T10:34:46.540Z] #36 114.5 dlv backend Help about the --backend flag. [2022-06-03T10:34:46.540Z] #36 114.5 dlv log Help about logging flags. [2022-06-03T10:34:46.540Z] #36 114.5 dlv redirect Help about file redirection. [2022-06-03T10:34:46.540Z] #36 114.5 [2022-06-03T10:34:46.540Z] #36 114.5 Use "dlv [command] --help" for more information about a command. [2022-06-03T10:34:46.540Z] #36 DONE 115.0s [2022-06-03T10:34:46.540Z] [2022-06-03T10:34:46.540Z] #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-03T10:34:46.540Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:46.540Z] #21 7.424 Reading package lists... [2022-06-03T10:34:46.540Z] #21 9.888 Reading package lists... [2022-06-03T10:34:46.540Z] #21 12.26 Building dependency tree... [2022-06-03T10:34:46.540Z] #21 13.09 Reading state information... [2022-06-03T10:34:46.540Z] #21 14.69 The following additional packages will be installed: [2022-06-03T10:34:46.540Z] #21 14.70 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T10:34:46.540Z] #21 14.70 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T10:34:46.540Z] #21 14.70 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T10:34:46.540Z] #21 14.71 python3-pkg-resources vim-runtime xxd [2022-06-03T10:34:46.540Z] #21 14.73 Suggested packages: [2022-06-03T10:34:46.540Z] #21 14.74 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T10:34:46.540Z] #21 14.74 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T10:34:46.540Z] #21 14.74 acl attr quota [2022-06-03T10:34:46.540Z] #21 14.74 Recommended packages: [2022-06-03T10:34:46.540Z] #21 14.74 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T10:34:46.728Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:34:46.728Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:34:46.728Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:34:46.728Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:34:46.728Z] [2022-06-03T10:34:46.728Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:34:46.728Z] DOCKER_SYSTEMD=1 [2022-06-03T10:34:46.728Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:34:46.728Z] HOSTNAME=407bcacf94a7 [2022-06-03T10:34:46.728Z] DEST=bundles/test-integration [2022-06-03T10:34:46.728Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:34:46.728Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:34:46.728Z] container=docker [2022-06-03T10:34:46.728Z] HOME=/root [2022-06-03T10:34:46.728Z] LANG=C.UTF-8 [2022-06-03T10:34:46.728Z] INVOCATION_ID=e4af4e8c577d424da817a031d18a90d7 [2022-06-03T10:34:46.728Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:34:46.728Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:34:46.728Z] VALIDATE_BRANCH=master [2022-06-03T10:34:46.728Z] TERM=xterm [2022-06-03T10:34:46.728Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:34:46.728Z] SHLVL=3 [2022-06-03T10:34:46.728Z] TIMEOUT=120m [2022-06-03T10:34:46.728Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:34:46.728Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:34:46.728Z] GO111MODULE=off [2022-06-03T10:34:46.728Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T10:34:46.728Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T10:34:46.728Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:34:46.728Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:34:46.728Z] GOPATH=/go [2022-06-03T10:34:46.728Z] PKG_CONFIG=pkg-config [2022-06-03T10:34:46.728Z] _=/usr/bin/env [2022-06-03T10:34:46.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T10:34:46.798Z] #21 ... [2022-06-03T10:34:46.798Z] [2022-06-03T10:34:46.798Z] #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-03T10:34:46.798Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:34:46.798Z] #26 115.2 + mkdir -p /tmp/tmp.ITlL11KFC9/src/github.com/docker [2022-06-03T10:34:46.798Z] #26 115.2 + mv components/cli /tmp/tmp.ITlL11KFC9/src/github.com/docker/cli [2022-06-03T10:34:46.798Z] #26 115.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-03T10:34:46.805Z] #19 95.48 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-03T10:34:46.805Z] #19 95.48 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-03T10:34:47.064Z] #19 ... [2022-06-03T10:34:47.064Z] [2022-06-03T10:34:47.064Z] #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-03T10:34:47.064Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T10:34:47.064Z] #43 105.5 Delve is a source level debugger for Go programs. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T10:34:47.064Z] #43 105.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Usage: [2022-06-03T10:34:47.064Z] #43 105.5 dlv [command] [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Available Commands: [2022-06-03T10:34:47.064Z] #43 105.5 attach Attach to running process and begin debugging. [2022-06-03T10:34:47.064Z] #43 105.5 connect Connect to a headless debug server with a terminal client. [2022-06-03T10:34:47.064Z] #43 105.5 core Examine a core dump. [2022-06-03T10:34:47.064Z] #43 105.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T10:34:47.064Z] #43 105.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T10:34:47.064Z] #43 105.5 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T10:34:47.064Z] #43 105.5 help Help about any command [2022-06-03T10:34:47.064Z] #43 105.5 run Deprecated command. Use 'debug' instead. [2022-06-03T10:34:47.064Z] #43 105.5 test Compile test binary and begin debugging program. [2022-06-03T10:34:47.064Z] #43 105.5 trace Compile and begin tracing program. [2022-06-03T10:34:47.064Z] #43 105.5 version Prints version. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Flags: [2022-06-03T10:34:47.064Z] #43 105.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T10:34:47.064Z] #43 105.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T10:34:47.064Z] #43 105.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-03T10:34:47.064Z] #43 105.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T10:34:47.064Z] #43 105.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T10:34:47.064Z] #43 105.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-03T10:34:47.064Z] #43 105.5 --disable-aslr Disables address space randomization [2022-06-03T10:34:47.064Z] #43 105.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T10:34:47.064Z] #43 105.5 -h, --help help for dlv [2022-06-03T10:34:47.064Z] #43 105.5 --init string Init file, executed by the terminal client. [2022-06-03T10:34:47.064Z] #43 105.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T10:34:47.064Z] #43 105.5 --log Enable debugging server logging. [2022-06-03T10:34:47.064Z] #43 105.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T10:34:47.064Z] #43 105.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T10:34:47.064Z] #43 105.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T10:34:47.064Z] #43 105.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T10:34:47.064Z] #43 105.5 --wd string Working directory for running the program. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Additional help topics: [2022-06-03T10:34:47.064Z] #43 105.5 dlv backend Help about the --backend flag. [2022-06-03T10:34:47.064Z] #43 105.5 dlv log Help about logging flags. [2022-06-03T10:34:47.064Z] #43 105.5 dlv redirect Help about file redirection. [2022-06-03T10:34:47.064Z] #43 105.5 [2022-06-03T10:34:47.064Z] #43 105.5 Use "dlv [command] --help" for more information about a command. [2022-06-03T10:34:47.064Z] #43 DONE 105.6s [2022-06-03T10:34:47.323Z] [2022-06-03T10:34:47.323Z] #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-03T10:34:47.323Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:34:47.581Z] #19 96.32 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:34:48.148Z] #19 96.88 Fetched 788 MB in 22s (35.5 MB/s) [2022-06-03T10:34:48.188Z] #26 ... [2022-06-03T10:34:48.188Z] [2022-06-03T10:34:48.188Z] #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-03T10:34:48.188Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:34:48.188Z] #60 11.07 + cd /tmp/tmp.jyrlLJoWDe/src/github.com/opencontainers/runc [2022-06-03T10:34:48.188Z] #60 11.07 + git checkout -q v1.1.2 [2022-06-03T10:34:48.188Z] #60 11.30 + '[' -z '' ']' [2022-06-03T10:34:48.188Z] #60 11.30 + target=static [2022-06-03T10:34:48.188Z] #60 11.30 + make BUILDTAGS=seccomp static [2022-06-03T10:34:48.188Z] #60 11.60 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-03T10:34:48.407Z] #19 96.92 Selecting previously unselected package liblocale-gettext-perl. [2022-06-03T10:34:48.407Z] #19 96.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-03T10:34:48.407Z] #19 96.94 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-03T10:34:48.407Z] #19 96.94 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T10:34:48.407Z] #19 97.03 Selecting previously unselected package bzip2. [2022-06-03T10:34:48.407Z] #19 97.05 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T10:34:48.407Z] #19 97.05 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T10:34:48.407Z] #19 97.12 Selecting previously unselected package libmagic-mgc. [2022-06-03T10:34:48.407Z] #19 97.13 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-03T10:34:48.407Z] #19 97.13 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-03T10:34:48.448Z] #60 ... [2022-06-03T10:34:48.448Z] [2022-06-03T10:34:48.448Z] #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-03T10:34:48.448Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:48.448Z] #21 15.94 The following NEW packages will be installed: [2022-06-03T10:34:48.448Z] #21 15.95 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T10:34:48.448Z] #21 15.96 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T10:34:48.448Z] #21 15.96 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T10:34:48.448Z] #21 15.96 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T10:34:48.448Z] #21 15.96 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T10:34:48.448Z] #21 15.96 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T10:34:48.448Z] #21 15.96 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T10:34:48.448Z] #21 15.96 xz-utils zip zstd [2022-06-03T10:34:48.448Z] #21 16.29 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:34:48.448Z] #21 16.29 Need to get 27.0 MB of archives. [2022-06-03T10:34:48.448Z] #21 16.29 After this operation, 105 MB of additional disk space will be used. [2022-06-03T10:34:48.448Z] #21 16.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-03T10:34:48.448Z] #21 16.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-03T10:34:48.448Z] #21 16.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-03T10:34:48.448Z] #21 16.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-03T10:34:48.448Z] #21 16.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-03T10:34:48.448Z] #21 16.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-03T10:34:48.448Z] #21 16.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-03T10:34:48.448Z] #21 16.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-03T10:34:48.448Z] #21 16.33 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:34:48.448Z] #21 16.34 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-03T10:34:48.448Z] #21 16.34 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T10:34:48.448Z] #21 16.35 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-03T10:34:48.448Z] #21 16.35 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-03T10:34:48.448Z] #21 16.35 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-03T10:34:48.448Z] #21 16.36 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-03T10:34:48.448Z] #21 16.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-03T10:34:48.448Z] #21 16.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-03T10:34:48.448Z] #21 16.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-03T10:34:48.448Z] #21 16.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-03T10:34:48.448Z] #21 16.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-03T10:34:48.448Z] #21 16.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-03T10:34:48.448Z] #21 16.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-03T10:34:48.448Z] #21 16.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-03T10:34:48.448Z] #21 16.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-03T10:34:48.448Z] #21 16.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-03T10:34:48.448Z] #21 16.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-03T10:34:48.448Z] #21 16.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-03T10:34:48.448Z] #21 16.72 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-03T10:34:48.448Z] #21 16.72 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-03T10:34:48.448Z] #21 16.72 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-03T10:34:48.448Z] #21 16.72 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-03T10:34:48.448Z] #21 16.73 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-03T10:34:48.448Z] #21 16.73 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-03T10:34:48.448Z] #21 16.73 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-03T10:34:48.448Z] #21 16.78 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T10:34:48.707Z] #21 16.79 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T10:34:48.707Z] #21 16.79 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T10:34:48.707Z] #21 16.80 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T10:34:48.707Z] #21 16.81 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T10:34:48.707Z] #21 16.81 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T10:34:48.707Z] #21 16.81 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-03T10:34:48.707Z] #21 16.84 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-03T10:34:48.707Z] #21 16.85 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-03T10:34:48.707Z] #21 16.85 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-03T10:34:48.885Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:34:48.885Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:34:48.885Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:34:48.885Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:34:48.885Z] [2022-06-03T10:34:48.885Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:34:48.885Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:34:48.885Z] HOSTNAME=edbee395c709 [2022-06-03T10:34:48.885Z] DEST=bundles/test-integration [2022-06-03T10:34:48.885Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:34:48.885Z] DOCKER_ROOTLESS=1 [2022-06-03T10:34:48.885Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:34:48.885Z] container=docker [2022-06-03T10:34:48.885Z] HOME=/root [2022-06-03T10:34:48.885Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:34:48.885Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:34:48.885Z] VALIDATE_BRANCH=master [2022-06-03T10:34:48.885Z] TERM=xterm [2022-06-03T10:34:48.885Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:34:48.885Z] SHLVL=1 [2022-06-03T10:34:48.885Z] TIMEOUT=120m [2022-06-03T10:34:48.885Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:34:48.885Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:34:48.885Z] GO111MODULE=off [2022-06-03T10:34:48.885Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T10:34:48.885Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T10:34:48.885Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:34:48.885Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:34:48.885Z] GOPATH=/go [2022-06-03T10:34:48.885Z] PKG_CONFIG=pkg-config [2022-06-03T10:34:48.885Z] _=/usr/bin/env [2022-06-03T10:34:48.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T10:34:48.925Z] #19 97.42 Selecting previously unselected package libmagic1:amd64. [2022-06-03T10:34:48.925Z] #19 97.42 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-03T10:34:48.925Z] #19 97.43 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-03T10:34:48.925Z] #19 97.57 Selecting previously unselected package file. [2022-06-03T10:34:48.925Z] #19 97.58 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-03T10:34:48.925Z] #19 97.59 Unpacking file (1:5.39-3) ... [2022-06-03T10:34:48.925Z] #19 97.67 Selecting previously unselected package xz-utils. [2022-06-03T10:34:48.965Z] #21 16.95 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-03T10:34:48.965Z] #21 16.98 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-03T10:34:48.965Z] #21 16.99 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-03T10:34:48.965Z] #21 16.99 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-03T10:34:49.183Z] #19 97.67 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T10:34:49.183Z] #19 97.68 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:34:49.183Z] #19 97.78 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-03T10:34:49.183Z] #19 97.78 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T10:34:49.183Z] #19 97.79 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T10:34:49.224Z] #21 17.46 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:34:49.482Z] #21 17.60 Fetched 27.0 MB in 1s (26.9 MB/s) [2022-06-03T10:34:49.482Z] #21 17.64 Selecting previously unselected package pigz. [2022-06-03T10:34:49.482Z] #21 17.64 (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-03T10:34:49.482Z] #21 17.68 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-03T10:34:49.482Z] #21 17.68 Unpacking pigz (2.6-1) ... [2022-06-03T10:34:49.482Z] #21 17.74 Selecting previously unselected package libelf1:arm64. [2022-06-03T10:34:49.741Z] #21 17.76 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-03T10:34:49.741Z] #21 17.77 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-03T10:34:49.741Z] #21 17.92 Selecting previously unselected package libbpf0:arm64. [2022-06-03T10:34:49.741Z] #21 17.92 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-03T10:34:49.741Z] #21 17.93 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-03T10:34:50.000Z] #21 18.09 Selecting previously unselected package libcap2:arm64. [2022-06-03T10:34:50.000Z] #21 18.10 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-03T10:34:50.000Z] #21 18.10 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-03T10:34:50.000Z] #21 18.17 Selecting previously unselected package libmnl0:arm64. [2022-06-03T10:34:50.000Z] #21 18.21 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-03T10:34:50.000Z] #21 18.21 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-03T10:34:50.000Z] #21 18.28 Selecting previously unselected package libxtables12:arm64. [2022-06-03T10:34:50.118Z] #19 98.59 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-03T10:34:50.119Z] #19 98.59 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-03T10:34:50.119Z] #19 98.61 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T10:34:50.259Z] #21 18.28 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-03T10:34:50.259Z] #21 18.30 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-03T10:34:50.259Z] #21 18.38 Selecting previously unselected package libcap2-bin. [2022-06-03T10:34:50.259Z] #21 18.39 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-03T10:34:50.259Z] #21 18.40 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T10:34:50.259Z] #21 18.50 Selecting previously unselected package iproute2. [2022-06-03T10:34:50.518Z] #21 18.50 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-03T10:34:50.518Z] #21 18.51 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T10:34:50.686Z] #19 99.35 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-03T10:34:50.686Z] #19 99.35 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-03T10:34:50.686Z] #19 99.36 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T10:34:50.777Z] #21 18.96 Selecting previously unselected package xxd. [2022-06-03T10:34:50.777Z] #21 18.97 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T10:34:50.777Z] #21 18.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:34:51.036Z] #21 19.10 Selecting previously unselected package vim-common. [2022-06-03T10:34:51.036Z] #21 19.11 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:34:51.036Z] #21 19.12 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:34:51.294Z] #21 19.29 Selecting previously unselected package bash-completion. [2022-06-03T10:34:51.294Z] #21 19.29 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T10:34:51.512Z] #19 100.0 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-03T10:34:51.512Z] #19 100.0 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T10:34:51.512Z] #19 100.0 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T10:34:52.079Z] #19 100.7 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-03T10:34:52.338Z] #19 100.7 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T10:34:52.338Z] #19 100.8 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T10:34:52.597Z] #19 101.3 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-03T10:34:52.598Z] #19 101.3 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:34:52.598Z] #19 101.3 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:34:52.857Z] #19 101.4 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-03T10:34:52.857Z] #19 101.4 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:34:52.857Z] #19 101.4 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:34:53.827Z] #21 21.69 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T10:34:54.089Z] [2022-06-03T10:34:54.089Z] #21 ... [2022-06-03T10:34:54.089Z] [2022-06-03T10:34:54.089Z] #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-03T10:34:54.089Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T10:34:54.089Z] #34 DONE 122.6s [2022-06-03T10:34:54.089Z] [2022-06-03T10:34:54.089Z] #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-03T10:34:54.089Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T10:34:54.089Z] #21 22.24 Selecting previously unselected package bzip2. [2022-06-03T10:34:54.089Z] #21 22.25 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-03T10:34:54.089Z] #21 22.26 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T10:34:54.089Z] #21 22.35 Selecting previously unselected package xz-utils. [2022-06-03T10:34:54.089Z] #21 22.35 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-03T10:34:54.089Z] #21 22.35 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:34:54.657Z] #21 22.76 Selecting previously unselected package apparmor. [2022-06-03T10:34:54.657Z] #21 22.78 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-03T10:34:54.916Z] #21 22.99 Unpacking apparmor (2.13.6-10) ... [2022-06-03T10:34:55.110Z] #64 122.4 # github.com/containerd/containerd/cmd/containerd [2022-06-03T10:34:55.110Z] #64 122.4 /usr/bin/ld: /tmp/go-link-2587510245/000019.o: in function `New': [2022-06-03T10:34:55.110Z] #64 122.4 /tmp/tmp.k8dysvHpWF/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-03T10:34:55.110Z] #64 122.5 + bin/containerd-stress [2022-06-03T10:34:55.110Z] #64 123.6 + bin/containerd-shim [2022-06-03T10:34:55.175Z] #21 23.43 Selecting previously unselected package inetutils-ping. [2022-06-03T10:34:55.175Z] #21 23.44 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-03T10:34:55.175Z] #21 23.44 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T10:34:55.442Z] #21 23.56 Selecting previously unselected package libip4tc2:arm64. [2022-06-03T10:34:55.442Z] #21 23.56 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-03T10:34:55.442Z] #21 23.57 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-03T10:34:55.442Z] #21 23.63 Selecting previously unselected package libip6tc2:arm64. [2022-06-03T10:34:55.442Z] #21 23.64 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-03T10:34:55.442Z] #21 23.64 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-03T10:34:55.442Z] #21 23.74 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-03T10:34:55.700Z] #21 23.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-03T10:34:55.701Z] #21 23.75 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-03T10:34:55.701Z] #21 23.84 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-03T10:34:55.701Z] #21 23.85 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-03T10:34:55.701Z] #21 23.86 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-03T10:34:55.701Z] #21 23.93 Selecting previously unselected package libnftnl11:arm64. [2022-06-03T10:34:55.701Z] #21 23.94 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-03T10:34:55.701Z] #21 23.94 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-03T10:34:55.959Z] #21 24.02 Selecting previously unselected package iptables. [2022-06-03T10:34:55.959Z] #21 24.02 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-03T10:34:55.959Z] #21 24.03 Unpacking iptables (1.8.7-1) ... [2022-06-03T10:34:55.959Z] #21 24.27 Selecting previously unselected package libonig5:arm64. [2022-06-03T10:34:56.217Z] #21 24.28 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-03T10:34:56.217Z] #21 24.28 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T10:34:56.217Z] #21 24.42 Selecting previously unselected package libjq1:arm64. [2022-06-03T10:34:56.217Z] #21 24.42 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-03T10:34:56.217Z] #21 24.43 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-03T10:34:56.217Z] #21 24.53 Selecting previously unselected package jq. [2022-06-03T10:34:56.475Z] #21 24.53 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-03T10:34:56.475Z] #21 24.54 Unpacking jq (1.6-2.1) ... [2022-06-03T10:34:56.475Z] #21 24.61 Selecting previously unselected package libaio1:arm64. [2022-06-03T10:34:56.475Z] #21 24.61 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-03T10:34:56.475Z] #21 24.62 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-03T10:34:56.475Z] #21 24.68 Selecting previously unselected package libgpm2:arm64. [2022-06-03T10:34:56.475Z] #21 24.69 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-03T10:34:56.475Z] #21 24.69 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-03T10:34:56.475Z] #21 24.74 Selecting previously unselected package libicu67:arm64. [2022-06-03T10:34:56.475Z] #21 24.75 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-03T10:34:56.475Z] #21 24.75 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-03T10:34:59.760Z] #21 27.52 Selecting previously unselected package libinih1:arm64. [2022-06-03T10:34:59.760Z] #21 27.53 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 27.53 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-03T10:34:59.760Z] #21 27.60 Selecting previously unselected package libnet1:arm64. [2022-06-03T10:34:59.760Z] #21 27.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 27.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:34:59.760Z] #21 27.68 Selecting previously unselected package libnl-3-200:arm64. [2022-06-03T10:34:59.760Z] #21 27.69 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 27.70 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T10:34:59.760Z] #21 27.77 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-03T10:34:59.760Z] #21 27.77 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 27.77 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T10:34:59.760Z] #21 27.83 Selecting previously unselected package net-tools. [2022-06-03T10:34:59.760Z] #21 27.86 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 27.87 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:34:59.760Z] #21 28.02 Selecting previously unselected package patch. [2022-06-03T10:34:59.760Z] #21 28.02 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-06-03T10:34:59.760Z] #21 28.03 Unpacking patch (2.7.6-7) ... [2022-06-03T10:35:00.019Z] #21 28.11 Selecting previously unselected package python-pip-whl. [2022-06-03T10:35:00.019Z] #21 28.11 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:35:00.019Z] #21 28.12 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:35:00.439Z] #64 134.6 + bin/containerd-shim-runc-v1 [2022-06-03T10:35:00.535Z] #21 28.58 Selecting previously unselected package python3-lib2to3. [2022-06-03T10:35:00.535Z] #21 28.58 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T10:35:00.535Z] #21 28.59 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:35:00.535Z] #21 28.72 Selecting previously unselected package python3-distutils. [2022-06-03T10:35:00.535Z] #21 28.72 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T10:35:00.535Z] #21 28.72 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T10:35:00.535Z] #21 28.86 Selecting previously unselected package python3-pkg-resources. [2022-06-03T10:35:00.793Z] #21 28.87 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:35:00.793Z] #21 28.87 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:35:00.793Z] #21 28.99 Selecting previously unselected package python3-setuptools. [2022-06-03T10:35:00.793Z] #21 29.03 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T10:35:00.793Z] #21 29.03 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T10:35:01.309Z] #21 29.27 Selecting previously unselected package python3-wheel. [2022-06-03T10:35:01.309Z] #21 29.27 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T10:35:01.309Z] #21 29.28 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T10:35:01.309Z] #21 29.35 Selecting previously unselected package python3-pip. [2022-06-03T10:35:01.309Z] #21 29.35 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:35:01.309Z] #21 29.36 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:35:01.567Z] #21 29.67 Selecting previously unselected package sudo. [2022-06-03T10:35:01.567Z] #21 29.68 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-06-03T10:35:01.567Z] #21 29.69 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T10:35:01.825Z] #21 30.12 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T10:35:02.084Z] #21 30.13 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-03T10:35:02.084Z] #21 30.14 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:35:02.084Z] #21 30.34 Selecting previously unselected package uidmap. [2022-06-03T10:35:02.084Z] #21 30.36 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-03T10:35:02.084Z] #21 30.36 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T10:35:02.342Z] #21 30.50 Selecting previously unselected package vim-runtime. [2022-06-03T10:35:02.342Z] #21 30.50 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:35:02.342Z] #21 30.53 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-03T10:35:02.342Z] #21 30.55 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T10:35:02.342Z] #21 30.57 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:02.838Z] #19 111.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-03T10:35:02.838Z] #19 111.1 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:02.838Z] #19 111.1 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:35:02.838Z] #19 111.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-03T10:35:02.838Z] #19 111.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:02.838Z] #19 111.2 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:35:05.627Z] #21 33.58 Selecting previously unselected package vim. [2022-06-03T10:35:05.627Z] #21 33.59 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T10:35:05.627Z] #21 33.59 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:05.885Z] #21 34.05 Selecting previously unselected package xfsprogs. [2022-06-03T10:35:05.885Z] #21 34.05 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-03T10:35:05.885Z] #21 34.06 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T10:35:06.143Z] #21 34.41 Selecting previously unselected package zip. [2022-06-03T10:35:06.401Z] #21 34.42 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-06-03T10:35:06.401Z] #21 34.43 Unpacking zip (3.0-12) ... [2022-06-03T10:35:06.401Z] #21 34.55 Selecting previously unselected package zstd. [2022-06-03T10:35:06.401Z] #21 34.58 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-03T10:35:06.401Z] #21 34.58 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:35:06.659Z] #21 34.87 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:35:07.042Z] #64 140.9 + bin/containerd-shim-runc-v2 [2022-06-03T10:35:07.042Z] #64 141.7 + binaries [2022-06-03T10:35:07.042Z] #64 141.7 + install -D bin/containerd /build/containerd [2022-06-03T10:35:07.042Z] #64 141.7 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T10:35:07.042Z] #64 141.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T10:35:07.042Z] #64 141.7 + install -D bin/ctr /build/ctr [2022-06-03T10:35:07.592Z] #21 35.65 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-03T10:35:07.592Z] #21 35.66 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:35:07.592Z] #21 35.66 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-03T10:35:07.592Z] #21 35.67 Setting up libicu67:arm64 (67.1-7) ... [2022-06-03T10:35:07.593Z] #21 35.68 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-03T10:35:07.593Z] #21 35.70 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-03T10:35:07.593Z] #21 35.71 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T10:35:07.593Z] #21 35.72 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:35:07.593Z] #21 35.73 Setting up bzip2 (1.0.8-4) ... [2022-06-03T10:35:07.593Z] #21 35.74 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T10:35:07.593Z] #21 35.75 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T10:35:07.648Z] #64 DONE 142.1s [2022-06-03T10:35:08.158Z] #21 36.31 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:08.158Z] #21 36.32 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-03T10:35:08.158Z] #21 36.33 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T10:35:08.158Z] #21 36.34 Setting up apparmor (2.13.6-10) ... [2022-06-03T10:35:08.209Z] [2022-06-03T10:35:08.209Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T10:35:08.209Z] #65 sha256:00b61357d08dd5f9c4d71ab6a82fab49f0eebd2c5ede45e9867f6bcf826da977 [2022-06-03T10:35:08.465Z] #65 DONE 0.2s [2022-06-03T10:35:08.465Z] [2022-06-03T10:35:08.465Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T10:35:08.465Z] #70 sha256:5ea578fa142820775ba2456b2bb3c064351f72f9723f1157b3816abcfc942378 [2022-06-03T10:35:08.465Z] #70 DONE 0.1s [2022-06-03T10:35:08.465Z] [2022-06-03T10:35:08.465Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T10:35:08.465Z] #75 sha256:9059f878fcaac94dc16c29f7298f89d10f39571f219856b3044bd51b2238ef18 [2022-06-03T10:35:09.067Z] #75 DONE 0.5s [2022-06-03T10:35:09.067Z] [2022-06-03T10:35:09.067Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T10:35:09.067Z] #76 sha256:66f7a1fd2f3a678923ad44aa724c5debc47eba574001e76ba23047259da4a6fc [2022-06-03T10:35:09.067Z] #76 DONE 0.0s [2022-06-03T10:35:09.067Z] [2022-06-03T10:35:09.067Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T10:35:09.067Z] #77 sha256:3d623a5344353a2a404241337d0c2e80a1fbb0537c856d9ecf8195d88a48ad84 [2022-06-03T10:35:09.791Z] #21 37.76 Setting up zip (3.0-12) ... [2022-06-03T10:35:09.791Z] #21 37.78 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:09.791Z] #21 37.81 Setting up bash-completion (1:2.11-2) ... [2022-06-03T10:35:09.992Z] #77 DONE 0.8s [2022-06-03T10:35:09.992Z] [2022-06-03T10:35:09.992Z] #78 exporting to image [2022-06-03T10:35:09.992Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T10:35:09.992Z] #78 exporting layers [2022-06-03T10:35:12.379Z] #21 40.33 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:35:12.379Z] #21 40.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T10:35:12.379Z] #21 40.35 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-03T10:35:12.379Z] #21 40.36 Setting up patch (2.7.6-7) ... [2022-06-03T10:35:12.379Z] #21 40.37 Setting up sudo (1.9.5p2-3) ... [2022-06-03T10:35:12.379Z] #21 40.44 invoke-rc.d: could not determine current runlevel [2022-06-03T10:35:12.379Z] #21 40.46 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T10:35:12.379Z] #21 40.47 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T10:35:12.379Z] #21 40.48 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-03T10:35:12.379Z] #21 40.49 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T10:35:12.379Z] #21 40.50 Setting up pigz (2.6-1) ... [2022-06-03T10:35:12.379Z] #21 40.51 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-03T10:35:12.379Z] #21 40.52 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T10:35:12.379Z] #21 40.54 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:35:12.379Z] #21 40.55 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:12.824Z] #19 120.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-03T10:35:12.824Z] #19 120.0 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:12.824Z] #19 120.0 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:35:12.824Z] #19 120.0 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-03T10:35:12.824Z] #19 120.0 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:12.824Z] #19 120.1 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:35:12.946Z] #21 41.11 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-03T10:35:12.946Z] #21 41.14 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:35:13.204Z] #21 41.53 Setting up libelf1:arm64 (0.183-1) ... [2022-06-03T10:35:13.462Z] #21 41.56 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:35:13.462Z] #21 41.57 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T10:35:13.462Z] #21 41.58 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T10:35:14.027Z] #21 42.02 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:35:14.027Z] #21 42.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T10:35:14.027Z] #21 42.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T10:35:14.027Z] #21 42.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T10:35:14.027Z] #21 42.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T10:35:14.027Z] #21 42.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T10:35:14.027Z] #21 42.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T10:35:14.027Z] #21 42.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T10:35:14.027Z] #21 42.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T10:35:14.027Z] #21 42.12 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T10:35:15.398Z] #21 43.30 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-03T10:35:15.398Z] #21 43.31 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-03T10:35:15.398Z] #21 43.33 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:35:15.398Z] #21 43.34 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:35:16.221Z] #21 44.30 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-03T10:35:16.221Z] #21 44.32 Setting up jq (1.6-2.1) ... [2022-06-03T10:35:16.221Z] #21 44.33 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-03T10:35:16.221Z] #21 44.34 Setting up iptables (1.8.7-1) ... [2022-06-03T10:35:16.221Z] #21 44.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.37 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T10:35:16.221Z] #21 44.39 Setting up iproute2 (5.10.0-4) ... [2022-06-03T10:35:16.479Z] #21 44.70 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:35:16.526Z] #78 exporting layers 6.3s done [2022-06-03T10:35:16.526Z] #78 writing image sha256:f3c4a83cc9ead7cdf07bb3e015a0c7eed0d0867bce7ef9ab4d08e1a0439855af done [2022-06-03T10:35:16.526Z] #78 naming to docker.io/library/docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 done [2022-06-03T10:35:16.526Z] #78 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-03T10:35:16.934Z] + trap exit INT TERM [2022-06-03T10:35:16.934Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-03T10:35:16.934Z] + CONTAINER_NAME=docker-pr1 [2022-06-03T10:35:16.934Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43687/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh dynbinary [2022-06-03T10:35:17.190Z] [2022-06-03T10:35:17.421Z] #21 DONE 45.4s [2022-06-03T10:35:17.421Z] [2022-06-03T10:35:17.421Z] #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-03T10:35:17.421Z] #22 sha256:26137475dac873686777bd0156314dca208fc7d33375079d71d14c3dcb30c35d [2022-06-03T10:35:17.445Z] Removing bundles/ [2022-06-03T10:35:17.445Z] [2022-06-03T10:35:17.445Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T10:35:17.445Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:35:17.445Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:35:17.993Z] #22 0.627 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T10:35:17.993Z] #22 0.630 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T10:35:17.993Z] #22 0.635 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T10:35:17.993Z] #22 DONE 0.7s [2022-06-03T10:35:17.993Z] [2022-06-03T10:35:17.993Z] #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-03T10:35:17.993Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:35:17.993Z] #60 ... [2022-06-03T10:35:17.993Z] [2022-06-03T10:35:17.993Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T10:35:17.993Z] #23 sha256:88254d14ddb90aa4c0cca30b66e3966710f4b7f4a492f4f9ef657a1c3e17af57 [2022-06-03T10:35:20.939Z] #19 129.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-03T10:35:20.939Z] #19 129.0 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:20.939Z] #19 129.0 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:35:20.939Z] #19 129.0 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-03T10:35:20.939Z] #19 129.0 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:20.939Z] #19 129.0 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:35:27.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T10:35:27.962Z] #23 8.542 Collecting yamllint==1.26.1 [2022-06-03T10:35:27.962Z] #23 9.599 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T10:35:28.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T10:35:28.219Z] #23 10.45 Collecting pathspec>=0.5.3 [2022-06-03T10:35:28.477Z] #23 10.46 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T10:35:28.477Z] #23 10.74 Collecting pyyaml [2022-06-03T10:35:28.734Z] #23 10.75 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-03T10:35:28.734Z] #23 10.80 Building wheels for collected packages: yamllint [2022-06-03T10:35:28.734Z] #23 10.81 Building wheel for yamllint (setup.py): started [2022-06-03T10:35:29.054Z] #19 137.6 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-03T10:35:29.054Z] #19 137.6 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:29.054Z] #19 137.6 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:35:29.054Z] #19 137.7 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-03T10:35:29.054Z] #19 137.7 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:29.054Z] #19 137.7 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:35:29.669Z] #23 11.80 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T10:35:29.669Z] #23 11.80 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e69b006076f5242ed600d401f710a2ecd42224e57759fe85f231a9ce10115e04 [2022-06-03T10:35:29.669Z] #23 11.80 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T10:35:29.669Z] #23 11.81 Successfully built yamllint [2022-06-03T10:35:29.669Z] #23 11.83 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T10:35:30.235Z] #23 12.16 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T10:35:30.803Z] #23 DONE 12.7s [2022-06-03T10:35:30.803Z] [2022-06-03T10:35:30.803Z] #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-03T10:35:30.803Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:35:33.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T10:35:33.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T10:35:39.028Z] #19 ... [2022-06-03T10:35:39.028Z] [2022-06-03T10:35:39.028Z] #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-03T10:35:39.028Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:35:39.028Z] #54 155.7 + dpkg --print-architecture [2022-06-03T10:35:39.028Z] #54 155.7 + git checkout -q v2.1.0 [2022-06-03T10:35:39.028Z] #54 156.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-03T10:35:39.028Z] #54 156.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-03T10:35:44.296Z] #54 ... [2022-06-03T10:35:44.296Z] [2022-06-03T10:35:44.296Z] #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-03T10:35:44.296Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:35:44.296Z] #19 146.3 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-03T10:35:44.296Z] #19 146.3 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:44.296Z] #19 146.3 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:35:44.296Z] #19 146.3 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-03T10:35:44.296Z] #19 146.3 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:44.296Z] #19 146.3 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:35:44.296Z] #19 146.4 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-03T10:35:44.296Z] #19 146.4 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:44.296Z] #19 146.4 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:35:44.297Z] #19 146.4 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-03T10:35:44.297Z] #19 146.4 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:44.297Z] #19 146.5 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:35:44.297Z] #19 146.5 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-03T10:35:44.297Z] #19 146.5 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:44.297Z] #19 146.5 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:35:44.297Z] #19 146.6 Selecting previously unselected package cross-config. [2022-06-03T10:35:44.297Z] #19 146.6 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-03T10:35:44.297Z] #19 146.6 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-03T10:35:44.297Z] #19 146.6 Selecting previously unselected package gcc-10-cross-base. [2022-06-03T10:35:44.297Z] #19 146.6 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 146.6 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 146.7 Selecting previously unselected package libc6-arm64-cross. [2022-06-03T10:35:44.297Z] #19 146.7 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T10:35:44.297Z] #19 146.7 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T10:35:44.297Z] #19 147.0 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.0 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.0 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 147.0 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.0 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 147.1 Selecting previously unselected package libitm1-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 147.2 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.2 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.2 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 147.2 Selecting previously unselected package libasan6-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 147.7 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-03T10:35:44.297Z] #19 147.7 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 147.7 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 148.0 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-03T10:35:44.297Z] #19 148.0 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 148.0 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 148.5 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-03T10:35:44.297Z] #19 148.5 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 148.5 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 148.7 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-03T10:35:44.297Z] #19 148.7 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 148.7 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 148.9 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-03T10:35:44.297Z] #19 148.9 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:44.297Z] #19 148.9 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:44.297Z] #19 149.3 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-03T10:35:44.297Z] #19 149.3 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:44.297Z] #19 149.3 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:35:52.422Z] #19 160.1 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-03T10:35:52.422Z] #19 160.1 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:35:52.422Z] #19 160.1 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:35:52.422Z] #19 160.2 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-03T10:35:52.422Z] #19 160.2 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-03T10:35:52.422Z] #19 160.2 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T10:35:52.422Z] #19 160.7 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-03T10:35:52.422Z] #19 160.7 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T10:35:52.422Z] #19 160.7 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T10:35:52.685Z] #19 161.3 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-03T10:35:52.685Z] #19 161.3 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:35:52.685Z] #19 161.3 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:35:52.731Z] #26 ... [2022-06-03T10:35:52.731Z] [2022-06-03T10:35:52.731Z] #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-03T10:35:52.731Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T10:35:52.731Z] #47 181.3 + dpkg --print-architecture [2022-06-03T10:35:53.251Z] #19 161.9 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-03T10:35:53.251Z] #19 162.0 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:35:53.251Z] #19 162.0 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:35:53.300Z] #47 DONE 181.8s [2022-06-03T10:35:53.300Z] [2022-06-03T10:35:53.300Z] #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-03T10:35:53.300Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:35:54.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T10:35:55.151Z] #19 ... [2022-06-03T10:35:55.151Z] [2022-06-03T10:35:55.151Z] #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-03T10:35:55.151Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T10:35:55.151Z] #54 DONE 173.3s [2022-06-03T10:35:55.151Z] [2022-06-03T10:35:55.151Z] #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-03T10:35:55.151Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:35:55.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T10:36:01.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T10:36:01.709Z] #19 170.0 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-03T10:36:01.710Z] #19 170.0 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:01.710Z] #19 170.1 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:01.710Z] #19 170.1 Selecting previously unselected package patch. [2022-06-03T10:36:01.710Z] #19 170.1 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-03T10:36:01.710Z] #19 170.1 Unpacking patch (2.7.6-7) ... [2022-06-03T10:36:01.710Z] #19 170.2 Selecting previously unselected package dpkg-dev. [2022-06-03T10:36:01.710Z] #19 170.2 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-03T10:36:01.710Z] #19 170.2 Unpacking dpkg-dev (1.20.10) ... [2022-06-03T10:36:01.967Z] #19 170.4 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-03T10:36:01.967Z] #19 170.4 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-03T10:36:01.967Z] #19 170.4 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T10:36:01.967Z] #19 170.5 Selecting previously unselected package libio-string-perl. [2022-06-03T10:36:01.967Z] #19 170.5 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-03T10:36:01.967Z] #19 170.5 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-03T10:36:01.967Z] #19 170.5 Selecting previously unselected package libicu67:amd64. [2022-06-03T10:36:01.967Z] #19 170.5 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-03T10:36:01.967Z] #19 170.6 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T10:36:03.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T10:36:03.340Z] #19 171.7 Selecting previously unselected package libxml2:amd64. [2022-06-03T10:36:03.340Z] #19 171.7 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T10:36:03.340Z] #19 171.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:36:03.340Z] #19 171.9 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-03T10:36:03.340Z] #19 171.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-03T10:36:03.340Z] #19 171.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T10:36:03.340Z] #19 172.0 Selecting previously unselected package libxml-sax-base-perl. [2022-06-03T10:36:03.340Z] #19 172.0 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-03T10:36:03.340Z] #19 172.0 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T10:36:03.340Z] #19 172.0 Selecting previously unselected package libxml-sax-perl. [2022-06-03T10:36:03.598Z] #19 172.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-03T10:36:03.598Z] #19 172.1 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T10:36:03.598Z] #19 172.1 Selecting previously unselected package libxml-libxml-perl. [2022-06-03T10:36:03.598Z] #19 172.1 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-03T10:36:03.598Z] #19 172.1 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T10:36:03.857Z] #19 172.4 Selecting previously unselected package libxml-simple-perl. [2022-06-03T10:36:03.857Z] #19 172.4 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-03T10:36:03.857Z] #19 172.4 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-03T10:36:04.115Z] #19 172.5 Selecting previously unselected package libyaml-perl. [2022-06-03T10:36:04.115Z] #19 172.5 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-03T10:36:04.115Z] #19 172.5 Unpacking libyaml-perl (1.30-1) ... [2022-06-03T10:36:04.115Z] #19 172.7 Selecting previously unselected package libconfig-auto-perl. [2022-06-03T10:36:04.115Z] #19 172.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-03T10:36:04.115Z] #19 172.7 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-03T10:36:04.115Z] #19 172.7 Selecting previously unselected package libfile-which-perl. [2022-06-03T10:36:04.115Z] #19 172.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-03T10:36:04.115Z] #19 172.8 Unpacking libfile-which-perl (1.23-1) ... [2022-06-03T10:36:04.115Z] #19 172.8 Selecting previously unselected package libfile-homedir-perl. [2022-06-03T10:36:04.115Z] #19 172.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-03T10:36:04.115Z] #19 172.8 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-03T10:36:04.373Z] #19 172.9 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-03T10:36:04.373Z] #19 172.9 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-03T10:36:04.373Z] #19 172.9 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T10:36:04.373Z] #19 172.9 Selecting previously unselected package dpkg-cross. [2022-06-03T10:36:04.373Z] #19 172.9 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-03T10:36:04.373Z] #19 172.9 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-03T10:36:04.373Z] #19 173.0 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-03T10:36:04.373Z] #19 173.0 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-03T10:36:04.373Z] #19 173.0 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-03T10:36:04.373Z] #19 173.0 Selecting previously unselected package libc6-armel-cross. [2022-06-03T10:36:04.373Z] #19 173.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:04.373Z] #19 173.0 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-03T10:36:04.632Z] #19 173.2 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-03T10:36:04.632Z] #19 173.2 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:04.632Z] #19 173.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:04.632Z] #19 173.3 Selecting previously unselected package libgomp1-armel-cross. [2022-06-03T10:36:04.632Z] #19 173.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:04.632Z] #19 173.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:04.632Z] #19 173.4 Selecting previously unselected package libatomic1-armel-cross. [2022-06-03T10:36:04.890Z] #19 173.4 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:04.890Z] #19 173.4 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:04.890Z] #19 173.4 Selecting previously unselected package libasan6-armel-cross. [2022-06-03T10:36:04.890Z] #19 173.4 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:04.890Z] #19 173.4 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:05.148Z] #19 173.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-03T10:36:05.148Z] #19 173.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:05.148Z] #19 173.8 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:05.148Z] #19 173.9 Selecting previously unselected package libubsan1-armel-cross. [2022-06-03T10:36:05.407Z] #19 173.9 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:05.407Z] #19 173.9 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:05.407Z] #19 174.0 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-03T10:36:05.407Z] #19 174.0 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:05.407Z] #19 174.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:05.665Z] #19 174.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-03T10:36:05.665Z] #19 174.3 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:05.665Z] #19 174.3 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:36:11.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T10:36:11.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T10:36:11.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T10:36:11.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T10:36:11.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T10:36:12.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T10:36:12.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T10:36:12.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T10:36:13.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T10:36:13.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T10:36:13.776Z] #19 181.2 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-03T10:36:13.776Z] #19 ... [2022-06-03T10:36:13.776Z] [2022-06-03T10:36:13.776Z] #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-03T10:36:13.776Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T10:36:13.776Z] #62 190.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T10:36:13.776Z] #62 DONE 191.1s [2022-06-03T10:36:13.776Z] [2022-06-03T10:36:13.776Z] #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-03T10:36:13.776Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T10:36:13.776Z] #19 181.2 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:13.776Z] #19 181.2 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:36:13.776Z] #19 181.3 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-03T10:36:13.776Z] #19 181.3 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-03T10:36:13.776Z] #19 181.3 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T10:36:13.776Z] #19 181.6 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-03T10:36:13.776Z] #19 181.6 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:13.776Z] #19 181.6 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T10:36:13.776Z] #19 182.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-03T10:36:13.776Z] #19 182.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:13.776Z] #19 182.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:13.776Z] #19 182.4 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-03T10:36:13.776Z] #19 182.4 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:13.776Z] #19 182.4 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:36:13.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T10:36:14.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T10:36:16.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T10:36:17.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T10:36:17.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T10:36:18.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T10:36:18.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T10:36:18.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T10:36:19.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T10:36:19.039Z] #19 186.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-03T10:36:19.039Z] #19 186.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:19.039Z] #19 186.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:36:19.039Z] #19 186.9 Selecting previously unselected package crossbuild-essential-armel. [2022-06-03T10:36:19.039Z] #19 186.9 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-03T10:36:19.039Z] #19 186.9 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-03T10:36:19.039Z] #19 186.9 Selecting previously unselected package libc6-armhf-cross. [2022-06-03T10:36:19.039Z] #19 186.9 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:19.039Z] #19 186.9 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T10:36:19.039Z] #19 187.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.1 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.1 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.1 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.1 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.2 Selecting previously unselected package libasan6-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.2 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.2 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.4 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.4 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.4 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.5 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.5 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.5 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.6 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-03T10:36:19.039Z] #19 187.6 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:19.039Z] #19 187.6 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:19.039Z] #19 187.7 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-03T10:36:19.297Z] #19 187.7 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:19.297Z] #19 187.7 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:36:19.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T10:36:19.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T10:36:20.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T10:36:20.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T10:36:21.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T10:36:21.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T10:36:22.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T10:36:22.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T10:36:22.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T10:36:23.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T10:36:23.909Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:36:23.909Z] Using test binary docker [2022-06-03T10:36:23.909Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T10:36:23.909Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:36:23.909Z] INFO: Waiting for daemon to start... [2022-06-03T10:36:23.909Z] Starting dockerd [2022-06-03T10:36:23.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T10:36:24.569Z] #19 192.5 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-03T10:36:24.569Z] #19 192.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:24.569Z] #19 192.5 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:36:24.569Z] #19 192.5 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-03T10:36:24.569Z] #19 192.5 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-03T10:36:24.569Z] #19 192.6 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T10:36:24.569Z] #19 192.9 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-03T10:36:24.569Z] #19 192.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:24.569Z] #19 192.9 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T10:36:24.569Z] #19 193.2 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-03T10:36:24.826Z] #19 193.2 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:24.827Z] #19 193.2 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:24.864Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:36:24.864Z] Using test binary docker [2022-06-03T10:36:24.864Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T10:36:24.864Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-03T10:36:24.864Z] INFO: Waiting for daemon to start... [2022-06-03T10:36:24.864Z] Starting dockerd [2022-06-03T10:36:25.084Z] #19 193.6 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-03T10:36:25.084Z] #19 193.6 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:25.084Z] #19 193.6 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:36:25.818Z] . [2022-06-03T10:36:25.818Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:36:25.818Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:36:25.818Z] Error: No such image: emptyfs [2022-06-03T10:36:26.079Z] Running integration-test (iteration 1) [2022-06-03T10:36:26.079Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T10:36:26.339Z] Loaded image: busybox:latest [2022-06-03T10:36:26.339Z] Loaded image: busybox:glibc [2022-06-03T10:36:26.749Z] . [2022-06-03T10:36:26.749Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:36:26.749Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:36:26.749Z] Error: No such image: emptyfs [2022-06-03T10:36:27.008Z] Running integration-test (iteration 1) [2022-06-03T10:36:27.008Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T10:36:27.264Z] Loaded image: busybox:latest [2022-06-03T10:36:27.264Z] Loaded image: busybox:glibc [2022-06-03T10:36:27.723Z] Loaded image: debian:bullseye-slim [2022-06-03T10:36:27.723Z] Loaded image: hello-world:latest [2022-06-03T10:36:27.723Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:36:27.723Z] INFO: Testing against a local daemon [2022-06-03T10:36:27.723Z] === RUN TestCgroupNamespacesBuild [2022-06-03T10:36:28.628Z] Loaded image: debian:bullseye-slim [2022-06-03T10:36:28.628Z] Loaded image: hello-world:latest [2022-06-03T10:36:28.884Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:36:28.884Z] INFO: Testing against a local daemon [2022-06-03T10:36:28.884Z] === RUN TestCgroupNamespacesBuild [2022-06-03T10:36:29.106Z] --- PASS: TestCgroupNamespacesBuild (1.20s) [2022-06-03T10:36:29.106Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T10:36:30.046Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-06-03T10:36:30.046Z] === RUN TestBuildWithSession [2022-06-03T10:36:30.046Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:36:30.046Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T10:36:30.046Z] === RUN TestBuildSquashParent [2022-06-03T10:36:30.247Z] --- PASS: TestCgroupNamespacesBuild (1.31s) [2022-06-03T10:36:30.247Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T10:36:30.349Z] #19 198.1 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-03T10:36:30.349Z] #19 198.1 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:30.349Z] #19 198.1 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:36:30.349Z] #19 198.2 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-03T10:36:30.349Z] #19 198.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.2 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-03T10:36:30.349Z] #19 198.2 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T10:36:30.349Z] #19 198.4 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.349Z] #19 198.5 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.349Z] #19 198.5 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.349Z] #19 198.6 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.349Z] #19 198.6 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 198.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.349Z] #19 198.9 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-03T10:36:30.349Z] #19 198.9 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.349Z] #19 199.0 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.607Z] #19 199.2 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-03T10:36:30.607Z] #19 199.2 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.607Z] #19 199.2 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.865Z] #19 199.5 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-03T10:36:30.865Z] #19 199.5 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.865Z] #19 199.5 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:30.865Z] #19 199.6 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-03T10:36:30.865Z] #19 199.6 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:30.865Z] #19 199.6 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:31.123Z] #19 199.7 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-03T10:36:31.123Z] #19 199.7 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:31.123Z] #19 199.7 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:31.123Z] #19 199.7 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-03T10:36:31.123Z] #19 199.7 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:31.123Z] #19 199.7 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:31.380Z] #19 199.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-03T10:36:31.380Z] #19 199.9 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:31.380Z] #19 199.9 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:31.616Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s) [2022-06-03T10:36:31.616Z] === RUN TestBuildWithSession [2022-06-03T10:36:31.616Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:36:31.616Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T10:36:31.616Z] === RUN TestBuildSquashParent [2022-06-03T10:36:35.778Z] --- PASS: TestBuildSquashParent (3.90s) [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:35.778Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:35.778Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:35.778Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:35.778Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:36.648Z] #19 204.5 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-03T10:36:36.648Z] #19 204.5 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:36.648Z] #19 204.5 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:36.648Z] #19 204.6 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-03T10:36:36.648Z] #19 204.6 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-03T10:36:36.648Z] #19 204.6 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T10:36:36.648Z] #19 204.8 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-03T10:36:36.648Z] #19 204.8 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:36.648Z] #19 204.8 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T10:36:36.648Z] #19 205.0 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-03T10:36:36.648Z] #19 205.0 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:36.648Z] #19 205.0 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:36.905Z] #19 205.3 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-03T10:36:36.905Z] #19 205.3 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:36.905Z] #19 205.3 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:37.146Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:37.146Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:38.178Z] --- PASS: TestBuildSquashParent (6.92s) [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:38.178Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:38.178Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:38.178Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:36:38.178Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:38.510Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:36:38.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:36:38.766Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:39.010Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.56s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.81s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.60s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.67s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.54s) [2022-06-03T10:36:40.691Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.57s) [2022-06-03T10:36:40.691Z] === RUN TestBuildMultiStageCopy [2022-06-03T10:36:40.691Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T10:36:40.924Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:36:40.924Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:36:41.086Z] #19 209.7 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-03T10:36:41.086Z] #19 209.7 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:41.086Z] #19 209.7 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:41.086Z] #19 209.7 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-03T10:36:41.086Z] #19 209.7 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-03T10:36:41.086Z] #19 209.7 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-03T10:36:41.344Z] #19 209.8 Selecting previously unselected package libc6-s390x-cross. [2022-06-03T10:36:41.344Z] #19 209.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:41.344Z] #19 209.8 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T10:36:41.344Z] #19 209.9 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-03T10:36:41.344Z] #19 209.9 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.344Z] #19 209.9 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.344Z] #19 210.0 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-03T10:36:41.344Z] #19 210.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.344Z] #19 210.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.344Z] #19 210.0 Selecting previously unselected package libitm1-s390x-cross. [2022-06-03T10:36:41.602Z] #19 210.0 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.602Z] #19 210.0 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.602Z] #19 210.1 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-03T10:36:41.602Z] #19 210.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.602Z] #19 210.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.602Z] #19 210.1 Selecting previously unselected package libasan6-s390x-cross. [2022-06-03T10:36:41.602Z] #19 210.1 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.602Z] #19 210.1 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.861Z] #19 210.4 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-03T10:36:41.861Z] #19 210.4 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.861Z] #19 210.4 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.861Z] #19 210.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-03T10:36:41.861Z] #19 210.4 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:41.861Z] #19 210.4 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:41.861Z] #19 210.6 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-03T10:36:42.059Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T10:36:42.059Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T10:36:42.119Z] #19 210.6 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:42.119Z] #19 210.6 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:42.119Z] #19 210.7 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-03T10:36:42.119Z] #19 210.7 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:42.119Z] #19 210.7 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:42.314Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T10:36:42.570Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy (2.32s) [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s) [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-06-03T10:36:42.825Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-06-03T10:36:42.825Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.81s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.99s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.92s) [2022-06-03T10:36:42.835Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2022-06-03T10:36:42.835Z] === RUN TestBuildMultiStageCopy [2022-06-03T10:36:42.835Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T10:36:43.388Z] --- PASS: TestBuildMultiStageParentConfig (0.79s) [2022-06-03T10:36:43.388Z] === RUN TestBuildLabelWithTargets [2022-06-03T10:36:44.752Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2022-06-03T10:36:44.752Z] === RUN TestBuildWithEmptyLayers [2022-06-03T10:36:45.008Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2022-06-03T10:36:45.008Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T10:36:46.155Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T10:36:46.896Z] --- PASS: TestBuildMultiStageOnBuild (1.68s) [2022-06-03T10:36:46.896Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T10:36:47.094Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T10:36:47.381Z] #19 215.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-03T10:36:47.381Z] #19 215.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:47.381Z] #19 215.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:47.381Z] #19 215.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-03T10:36:47.381Z] #19 215.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-03T10:36:47.381Z] #19 215.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T10:36:47.381Z] #19 215.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-03T10:36:47.381Z] #19 215.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T10:36:47.381Z] #19 215.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T10:36:47.381Z] #19 215.5 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-03T10:36:47.381Z] #19 215.6 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T10:36:47.381Z] #19 215.6 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:47.381Z] #19 215.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-03T10:36:47.381Z] #19 215.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T10:36:47.381Z] #19 215.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:47.457Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-03T10:36:47.457Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T10:36:48.034Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T10:36:49.345Z] --- PASS: TestBuildMultiStageLayerLeak (1.75s) [2022-06-03T10:36:49.345Z] === RUN TestBuildWithHugeFile [2022-06-03T10:36:49.416Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T10:36:49.526Z] #55 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #26 sha256:7d8ba75b8d16a41c22f8912711000bd9ea2e4e47bfa5d5b0cdc6287c352f33b1 [2022-06-03T10:36:49.527Z] #26 230.9 + return [2022-06-03T10:36:49.527Z] #26 DONE 231.5s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:36:49.527Z] #60 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T10:36:49.527Z] #27 sha256:c2f306e2b63c0972cc780845b5db88f94ba7b7e63e72edbb8cbbc8766e53a7d6 [2022-06-03T10:36:49.527Z] #27 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T10:36:49.527Z] #32 sha256:686b5fadb582ad2b4eaf77417fca0047c4ab80b76a503facf866b17b2c7cd84b [2022-06-03T10:36:49.527Z] #32 DONE 0.2s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T10:36:49.527Z] #55 233.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T10:36:49.527Z] #55 DONE 233.6s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:36:49.527Z] #64 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #35 sha256:20701f5ec3d196c06936b6f1829b2b95ffafbf5f969bf236cf99bdb3ede56779 [2022-06-03T10:36:49.527Z] #35 DONE 0.2s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #37 sha256:c627edab46c77f9e84eb4b79496858a46efe5e3117ba4c98e4653cf5a7033de5 [2022-06-03T10:36:49.527Z] #37 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #39 sha256:8ca87c22125376e508a6ce3213d323ac4ec98c7c7dfdae8af85723e09e74cd51 [2022-06-03T10:36:49.527Z] #39 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:36:49.527Z] #60 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #41 sha256:8f743ed86be66fd8a487b495da2bbad87066fcda130704b59b131a1d19166740 [2022-06-03T10:36:49.527Z] #41 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #45 sha256:fe46b5908a4fb3dbf6b8c3a6731aacd85abf4242638522504a55df336641f98d [2022-06-03T10:36:49.527Z] #45 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #48 sha256:0bb34f106f4c4d63c429214317dbf9d102b8c67d5c9d5a013b4533031a17605a [2022-06-03T10:36:49.527Z] #48 DONE 0.2s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #52 sha256:10a3bb0e2d666b29419bb142c678e0caa9555ce679fdd4cf09380020afdcf623 [2022-06-03T10:36:49.527Z] #52 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:36:49.527Z] #60 138.3 + mkdir -p /build [2022-06-03T10:36:49.527Z] #60 138.3 + cp runc /build/runc [2022-06-03T10:36:49.527Z] #60 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #54 sha256:4decf65efb99a33f2d85a6dd84f71820782f763be3660d055707db08399f26cb [2022-06-03T10:36:49.527Z] #54 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #60 sha256:866136e50207f9e6ee583292f564e36140ba0bdf979f5c935e618578f439f7bb [2022-06-03T10:36:49.527Z] #60 DONE 138.5s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #56 sha256:fc2de9a0378cb6ce4bd1eded4ff72296f7b9ea236c895461c5da22edf41045d8 [2022-06-03T10:36:49.527Z] #56 DONE 0.2s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:36:49.527Z] #64 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #58 sha256:5980ef5ef81ed121c718dc551672bb6e95143aab71e9522c136b9fc84c8b9a51 [2022-06-03T10:36:49.527Z] #58 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:36:49.527Z] #64 ... [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T10:36:49.527Z] #61 sha256:5b3c1672d5ce606ac1666f3f2263a23319fb866c4fc04bba0dfc4390f40a7283 [2022-06-03T10:36:49.527Z] #61 DONE 0.1s [2022-06-03T10:36:49.527Z] [2022-06-03T10:36:49.527Z] #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-03T10:36:49.527Z] #64 sha256:f2f41c11633ca307cc58a875d43e230680572e31f195999343c4aa1d9f2a99f6 [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy (7.27s) [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.27s) [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-03T10:36:50.356Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-03T10:36:50.356Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T10:36:50.461Z] #64 208.2 + bin/containerd [2022-06-03T10:36:51.566Z] #19 220.1 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-03T10:36:51.566Z] #19 220.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T10:36:51.566Z] #19 220.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:51.566Z] #19 220.1 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-03T10:36:51.566Z] #19 220.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-03T10:36:51.566Z] #19 220.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-03T10:36:51.566Z] #19 220.2 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T10:36:51.566Z] #19 220.2 Setting up libfile-which-perl (1.23-1) ... [2022-06-03T10:36:51.566Z] #19 220.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T10:36:51.566Z] #19 220.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T10:36:51.566Z] #19 220.3 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T10:36:51.824Z] #19 220.3 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up file (1:5.39-3) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up bzip2 (1.0.8-4) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up libyaml-perl (1.30-1) ... [2022-06-03T10:36:51.824Z] #19 220.4 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T10:36:51.824Z] #19 220.5 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T10:36:51.824Z] #19 220.5 Setting up libio-string-perl (1.08-3.1) ... [2022-06-03T10:36:51.824Z] #19 220.5 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T10:36:51.824Z] #19 220.5 Setting up cross-config (2.6.18+nmu1) ... [2022-06-03T10:36:52.081Z] #19 220.6 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T10:36:52.081Z] #19 220.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T10:36:52.081Z] #19 220.7 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up patch (2.7.6-7) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-03T10:36:52.081Z] #19 220.7 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.081Z] #19 220.8 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.081Z] #19 220.8 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T10:36:52.081Z] #19 220.8 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T10:36:52.342Z] #19 220.8 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 220.8 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 220.8 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T10:36:52.342Z] #19 220.8 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T10:36:52.342Z] #19 220.8 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:52.342Z] #19 220.9 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.0 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.1 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.1 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T10:36:52.342Z] #19 221.1 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.1 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.342Z] #19 221.1 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.1 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.1 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T10:36:52.603Z] #19 221.1 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.603Z] #19 221.2 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T10:36:52.603Z] #19 221.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-03T10:36:52.865Z] #19 221.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T10:36:52.865Z] #19 221.5 [2022-06-03T10:36:52.865Z] #19 221.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T10:36:52.865Z] #19 221.6 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:52.865Z] #19 221.6 Setting up dpkg-dev (1.20.10) ... [2022-06-03T10:36:53.122Z] #19 221.6 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.6 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:36:53.122Z] #19 221.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.7 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.122Z] #19 221.8 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T10:36:53.122Z] #19 221.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-03T10:36:53.380Z] #19 221.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-03T10:36:53.380Z] #19 222.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T10:36:53.380Z] #19 222.1 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T10:36:53.637Z] #19 222.1 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.1 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.1 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.1 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.2 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up libxml-simple-perl (2.25-1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:36:53.637Z] #19 222.3 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.4 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T10:36:53.637Z] #19 222.4 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.4 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.637Z] #19 222.4 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.4 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.4 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.4 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.5 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T10:36:53.895Z] #19 222.6 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:54.153Z] #19 222.6 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:54.153Z] #19 222.6 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T10:36:54.153Z] #19 222.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:54.153Z] #19 222.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-03T10:36:54.153Z] #19 222.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:54.153Z] #19 222.7 Setting up crossbuild-essential-armel (12.9) ... [2022-06-03T10:36:54.153Z] #19 222.7 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T10:36:54.153Z] #19 222.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-03T10:36:54.153Z] #19 222.8 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-03T10:36:54.153Z] #19 222.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-03T10:36:54.153Z] #19 222.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-03T10:36:54.153Z] #19 222.8 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:36:55.525Z] #19 DONE 223.9s [2022-06-03T10:36:55.525Z] [2022-06-03T10:36:55.525Z] #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-03T10:36:55.525Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:36:55.525Z] #49 ... [2022-06-03T10:36:55.525Z] [2022-06-03T10:36:55.525Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T10:36:55.525Z] #73 sha256:97122c263d94967c2be84b60106465a10d11be6b000b96923ab3f5d3e0d5b43b [2022-06-03T10:36:55.525Z] #73 DONE 0.2s [2022-06-03T10:36:55.634Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-06-03T10:36:55.634Z] === RUN TestBuildLabelWithTargets [2022-06-03T10:36:55.782Z] [2022-06-03T10:36:55.782Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T10:36:55.782Z] #32 sha256:0f662df72a5e1405b186b908253e5da170c86dfadad85550f501db62e367950c [2022-06-03T10:36:55.782Z] #32 DONE 0.3s [2022-06-03T10:36:55.782Z] [2022-06-03T10:36:55.782Z] #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-03T10:36:55.782Z] #33 sha256:4dde1bf0f0d6c56240163d122c57e60f1bf8039798ba9bfeb2ae14add4332d66 [2022-06-03T10:36:57.156Z] #33 1.299 + RM_GOPATH=0 [2022-06-03T10:36:57.156Z] #33 1.299 + TMP_GOPATH= [2022-06-03T10:36:57.156Z] #33 1.299 + : /build [2022-06-03T10:36:57.156Z] #33 1.299 + '[' -z '' ']' [2022-06-03T10:36:57.156Z] #33 1.300 ++ mktemp -d [2022-06-03T10:36:57.156Z] #33 1.301 + export GOPATH=/tmp/tmp.cFNVW3Kyhs [2022-06-03T10:36:57.156Z] #33 1.301 + GOPATH=/tmp/tmp.cFNVW3Kyhs [2022-06-03T10:36:57.156Z] #33 1.301 + RM_GOPATH=1 [2022-06-03T10:36:57.156Z] #33 1.301 + case "$(go env GOARCH)" in [2022-06-03T10:36:57.156Z] #33 1.302 ++ go env GOARCH [2022-06-03T10:36:57.156Z] #33 1.307 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:36:57.156Z] #33 1.307 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:36:57.156Z] #33 1.308 ++ dirname /install.sh [2022-06-03T10:36:57.156Z] #33 1.308 + dir=/ [2022-06-03T10:36:57.156Z] #33 1.309 + bin=dockercli [2022-06-03T10:36:57.156Z] #33 1.309 + shift [2022-06-03T10:36:57.156Z] #33 1.309 + '[' '!' -f //dockercli.installer ']' [2022-06-03T10:36:57.156Z] #33 1.309 + . //dockercli.installer [2022-06-03T10:36:57.156Z] #33 1.309 ++ : stable [2022-06-03T10:36:57.156Z] #33 1.309 ++ : 17.06.2-ce [2022-06-03T10:36:57.156Z] #33 1.309 + install_dockercli [2022-06-03T10:36:57.156Z] #33 1.309 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T10:36:57.156Z] #33 1.309 Install docker/cli version 17.06.2-ce from stable [2022-06-03T10:36:57.156Z] #33 1.309 ++ uname -m [2022-06-03T10:36:57.156Z] #33 1.311 + arch=x86_64 [2022-06-03T10:36:57.156Z] #33 1.311 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T10:36:57.156Z] #33 1.311 + url=https://download.docker.com/linux/static [2022-06-03T10:36:57.156Z] #33 1.312 + tar -xz docker/docker [2022-06-03T10:36:57.156Z] #33 1.312 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T10:36:59.693Z] #33 4.077 + mkdir -p /build [2022-06-03T10:36:59.693Z] #33 4.079 + mv docker/docker /build/ [2022-06-03T10:36:59.693Z] #33 4.084 + rmdir docker [2022-06-03T10:36:59.952Z] #33 DONE 4.3s [2022-06-03T10:36:59.952Z] [2022-06-03T10:36:59.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-03T10:36:59.952Z] #74 sha256:1b350aa5643ca628e7efc276f2d72665c72e882f49e67d82d73664a9799c5b3b [2022-06-03T10:36:59.952Z] #74 1.269 + RM_GOPATH=0 [2022-06-03T10:36:59.952Z] #74 1.269 + TMP_GOPATH= [2022-06-03T10:36:59.952Z] #74 1.269 + : /build [2022-06-03T10:36:59.952Z] #74 1.269 + '[' -z '' ']' [2022-06-03T10:36:59.952Z] #74 1.269 ++ mktemp -d [2022-06-03T10:36:59.952Z] #74 1.270 + export GOPATH=/tmp/tmp.wAw9kUZvLR [2022-06-03T10:36:59.952Z] #74 1.270 + GOPATH=/tmp/tmp.wAw9kUZvLR [2022-06-03T10:36:59.952Z] #74 1.271 + RM_GOPATH=1 [2022-06-03T10:36:59.952Z] #74 1.271 + case "$(go env GOARCH)" in [2022-06-03T10:36:59.952Z] #74 1.271 ++ go env GOARCH [2022-06-03T10:36:59.952Z] #74 1.282 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:36:59.952Z] #74 1.282 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:36:59.952Z] #74 1.283 ++ dirname /install.sh [2022-06-03T10:36:59.952Z] #74 1.284 + dir=/ [2022-06-03T10:36:59.952Z] #74 1.284 + bin=rootlesskit [2022-06-03T10:36:59.952Z] #74 1.284 + shift [2022-06-03T10:36:59.952Z] #74 1.284 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T10:36:59.952Z] #74 1.284 + . //rootlesskit.installer [2022-06-03T10:36:59.952Z] #74 1.285 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:36:59.952Z] #74 1.285 + install_rootlesskit [2022-06-03T10:36:59.952Z] #74 1.285 + case "$1" in [2022-06-03T10:36:59.952Z] #74 1.285 + export CGO_ENABLED=0 [2022-06-03T10:36:59.952Z] #74 1.285 + CGO_ENABLED=0 [2022-06-03T10:36:59.952Z] #74 1.286 + _install_rootlesskit [2022-06-03T10:36:59.952Z] #74 1.286 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T10:36:59.952Z] #74 1.286 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:36:59.952Z] #74 1.287 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:36:59.952Z] #74 1.287 + GOBIN=/build [2022-06-03T10:36:59.952Z] #74 1.287 + GO111MODULE=on [2022-06-03T10:36:59.952Z] #74 1.287 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:36:59.952Z] #74 1.711 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T10:37:00.211Z] #74 4.673 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T10:37:00.211Z] #74 4.673 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T10:37:00.779Z] #74 5.067 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T10:37:01.716Z] #74 6.151 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T10:37:01.974Z] #74 6.507 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T10:37:02.233Z] #74 6.538 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T10:37:02.233Z] #74 6.642 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T10:37:02.233Z] #74 6.714 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T10:37:02.233Z] #74 6.789 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T10:37:02.491Z] #74 6.832 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T10:37:02.749Z] #74 6.978 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T10:37:02.749Z] #74 7.016 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T10:37:02.749Z] #74 7.134 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T10:37:03.316Z] #74 7.734 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T10:37:03.765Z] --- PASS: TestBuildLabelWithTargets (8.01s) [2022-06-03T10:37:03.765Z] === RUN TestBuildWithEmptyLayers [2022-06-03T10:37:05.217Z] #74 ... [2022-06-03T10:37:05.217Z] [2022-06-03T10:37:05.217Z] #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-03T10:37:05.217Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T10:37:05.217Z] #69 1.848 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:37:05.217Z] #69 1.868 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:37:05.217Z] #69 1.959 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:37:05.217Z] #69 2.205 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T10:37:05.217Z] #69 2.416 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T10:37:05.217Z] #69 2.771 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T10:37:05.217Z] #69 3.150 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:37:05.217Z] #69 3.875 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T10:37:05.217Z] #69 4.373 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:37:05.217Z] #69 4.977 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:37:05.217Z] #69 4.983 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:37:05.217Z] #69 4.991 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T10:37:05.217Z] #69 4.993 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T10:37:05.217Z] #69 4.995 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T10:37:05.217Z] #69 5.003 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T10:37:05.217Z] #69 5.004 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T10:37:05.217Z] #69 5.004 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:37:05.217Z] #69 5.005 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T10:37:05.217Z] #69 5.005 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:37:05.217Z] #69 5.011 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T10:37:05.217Z] #69 5.011 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T10:37:05.475Z] #69 ... [2022-06-03T10:37:05.475Z] [2022-06-03T10:37:05.475Z] #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-03T10:37:05.475Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:05.475Z] #20 1.673 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:37:05.475Z] #20 1.767 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:37:05.475Z] #20 1.962 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:37:05.475Z] #20 1.979 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:37:05.475Z] #20 2.272 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T10:37:05.475Z] #20 2.664 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T10:37:05.475Z] #20 3.166 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T10:37:05.475Z] #20 3.595 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T10:37:05.475Z] #20 4.037 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:37:05.475Z] #20 4.482 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T10:37:05.475Z] #20 4.484 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:37:05.475Z] #20 4.493 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T10:37:05.475Z] #20 4.499 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T10:37:05.475Z] #20 4.501 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:37:05.475Z] #20 4.506 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T10:37:05.475Z] #20 4.510 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T10:37:05.475Z] #20 4.516 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:37:05.475Z] #20 4.517 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T10:37:05.475Z] #20 4.523 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T10:37:05.475Z] #20 4.527 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T10:37:05.475Z] #20 4.532 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:37:05.733Z] #20 ... [2022-06-03T10:37:05.733Z] [2022-06-03T10:37:05.734Z] #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-03T10:37:05.734Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:37:05.734Z] #49 1.822 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:37:05.734Z] #49 1.837 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:37:05.734Z] #49 1.956 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:37:05.734Z] #49 2.204 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T10:37:05.734Z] #49 2.565 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T10:37:05.734Z] #49 3.054 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T10:37:05.734Z] #49 3.482 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T10:37:05.734Z] #49 3.827 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:37:05.734Z] #49 4.321 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:37:05.734Z] #49 4.663 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T10:37:05.734Z] #49 4.665 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:37:05.734Z] #49 4.690 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T10:37:05.734Z] #49 4.690 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T10:37:05.734Z] #49 4.691 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T10:37:05.734Z] #49 4.700 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:37:05.734Z] #49 4.835 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T10:37:05.734Z] #49 4.840 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:37:05.734Z] #49 4.840 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:37:05.734Z] #49 4.851 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T10:37:05.734Z] #49 4.852 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T10:37:05.734Z] #49 4.852 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T10:37:06.304Z] --- PASS: TestBuildWithEmptyLayers (2.98s) [2022-06-03T10:37:06.304Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T10:37:11.587Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-06-03T10:37:11.587Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T10:37:11.847Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-06-03T10:37:11.847Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T10:37:16.057Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2022-06-03T10:37:16.057Z] === RUN TestBuildWithHugeFile [2022-06-03T10:37:17.937Z] #49 ... [2022-06-03T10:37:17.937Z] [2022-06-03T10:37:17.937Z] #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-03T10:37:17.937Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:17.937Z] #20 21.19 Fetched 49.0 MB in 20s (2473 kB/s) [2022-06-03T10:37:23.854Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:37:23.854Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:37:23.854Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:37:23.854Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:37:23.854Z] [2022-06-03T10:37:23.854Z] + TEST_INTEGRATION_DEST=1 [2022-06-03T10:37:23.854Z] + CONTAINER_NAME=docker-pr1-1 [2022-06-03T10:37:23.854Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T10:37:23.854Z] + run_tests test-integration-flaky [2022-06-03T10:37:23.854Z] + '[' -n 0 ']' [2022-06-03T10:37:23.854Z] + rm= [2022-06-03T10:37:23.854Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43687/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43687/.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=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh test-integration-flaky test-integration [2022-06-03T10:37:23.854Z] + c=0 [2022-06-03T10:37:23.854Z] ++ jobs -p [2022-06-03T10:37:23.854Z] + for job in $(jobs -p) [2022-06-03T10:37:23.854Z] + wait 23063 [2022-06-03T10:37:23.854Z] + TEST_INTEGRATION_DEST=3 [2022-06-03T10:37:23.854Z] + CONTAINER_NAME=docker-pr1-3 [2022-06-03T10:37:23.854Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T10:37:23.854Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-03T10:37:23.854Z] + run_tests [2022-06-03T10:37:23.854Z] + '[' -n 0 ']' [2022-06-03T10:37:23.854Z] + rm= [2022-06-03T10:37:23.855Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43687/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43687/.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=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh '' test-integration [2022-06-03T10:37:23.855Z] + TEST_INTEGRATION_DEST=2 [2022-06-03T10:37:23.855Z] + CONTAINER_NAME=docker-pr1-2 [2022-06-03T10:37:23.855Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T10:37:23.855Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-03T10:37:23.855Z] + run_tests [2022-06-03T10:37:23.855Z] + '[' -n 0 ']' [2022-06-03T10:37:23.855Z] + rm= [2022-06-03T10:37:23.855Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43687/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43687/.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=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh '' test-integration [2022-06-03T10:37:23.855Z] [2022-06-03T10:37:23.855Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:37:23.855Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:37:23.855Z] HOSTNAME=e056f5feb148 [2022-06-03T10:37:23.855Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T10:37:23.855Z] TESTDEBUG=0 [2022-06-03T10:37:23.855Z] DEST=bundles/test-integration [2022-06-03T10:37:23.855Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:37:23.855Z] KEEPBUNDLE=1 [2022-06-03T10:37:23.855Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:37:23.855Z] container=docker [2022-06-03T10:37:23.855Z] HOME=/root [2022-06-03T10:37:23.855Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:37:23.855Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:37:23.855Z] VALIDATE_BRANCH=master [2022-06-03T10:37:23.855Z] TERM=xterm [2022-06-03T10:37:23.855Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:37:23.855Z] SHLVL=1 [2022-06-03T10:37:23.855Z] TIMEOUT=120m [2022-06-03T10:37:23.855Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:37:23.855Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:37:23.855Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-03T10:37:23.855Z] GO111MODULE=off [2022-06-03T10:37:23.855Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:37:23.855Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:37:23.855Z] GOPATH=/go [2022-06-03T10:37:23.855Z] PKG_CONFIG=pkg-config [2022-06-03T10:37:23.855Z] _=/usr/bin/env [2022-06-03T10:37:23.855Z] Building test suite binary ./integration-cli/test.main [2022-06-03T10:37:23.855Z] [2022-06-03T10:37:23.855Z] [2022-06-03T10:37:23.855Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-03T10:37:23.855Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:37:23.855Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:37:23.855Z] HOSTNAME=b11925dffd58 [2022-06-03T10:37:23.855Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T10:37:23.855Z] TESTDEBUG=0 [2022-06-03T10:37:23.855Z] DEST=bundles/test-integration [2022-06-03T10:37:23.855Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:37:23.855Z] KEEPBUNDLE=1 [2022-06-03T10:37:23.855Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:37:23.855Z] container=docker [2022-06-03T10:37:23.855Z] HOME=/root [2022-06-03T10:37:23.855Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:37:23.855Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:37:23.855Z] VALIDATE_BRANCH=master [2022-06-03T10:37:23.855Z] TERM=xterm [2022-06-03T10:37:23.855Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:37:23.855Z] SHLVL=1 [2022-06-03T10:37:23.855Z] TIMEOUT=120m [2022-06-03T10:37:23.855Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:37:23.855Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:37:23.855Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-03T10:37:23.855Z] GO111MODULE=off [2022-06-03T10:37:23.855Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:37:23.855Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:37:23.855Z] GOPATH=/go [2022-06-03T10:37:23.855Z] PKG_CONFIG=pkg-config [2022-06-03T10:37:23.855Z] _=/usr/bin/env [2022-06-03T10:37:23.855Z] Building test suite binary ./integration-cli/test.main [2022-06-03T10:37:23.855Z] No new tests added to integration. [2022-06-03T10:37:23.855Z] [2022-06-03T10:37:23.855Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:37:23.855Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:37:23.855Z] HOSTNAME=0b15bd11ce06 [2022-06-03T10:37:23.855Z] TESTDEBUG=0 [2022-06-03T10:37:23.855Z] DEST=bundles/test-integration [2022-06-03T10:37:23.855Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:37:23.855Z] KEEPBUNDLE=1 [2022-06-03T10:37:23.855Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:37:23.855Z] container=docker [2022-06-03T10:37:23.855Z] HOME=/root [2022-06-03T10:37:23.855Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:37:23.855Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:37:23.855Z] VALIDATE_BRANCH=master [2022-06-03T10:37:23.855Z] TERM=xterm [2022-06-03T10:37:23.855Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:37:23.855Z] SHLVL=1 [2022-06-03T10:37:23.855Z] TIMEOUT=120m [2022-06-03T10:37:23.855Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:37:23.855Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:37:23.855Z] GO111MODULE=off [2022-06-03T10:37:23.855Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T10:37:23.855Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:37:23.855Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:37:23.855Z] GOPATH=/go [2022-06-03T10:37:23.855Z] PKG_CONFIG=pkg-config [2022-06-03T10:37:23.855Z] _=/usr/bin/env [2022-06-03T10:37:23.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T10:37:24.514Z] #20 21.19 Reading package lists... [2022-06-03T10:37:24.514Z] #20 ... [2022-06-03T10:37:24.514Z] [2022-06-03T10:37:24.514Z] #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-03T10:37:24.514Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:37:24.514Z] #49 21.71 Fetched 49.0 MB in 20s (2438 kB/s) [2022-06-03T10:37:25.450Z] #49 21.71 Reading package lists... [2022-06-03T10:37:25.450Z] #49 ... [2022-06-03T10:37:25.450Z] [2022-06-03T10:37:25.450Z] #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-03T10:37:25.450Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T10:37:25.450Z] #69 21.18 Fetched 49.0 MB in 20s (2512 kB/s) [2022-06-03T10:37:25.450Z] #69 21.18 Reading package lists... [2022-06-03T10:37:25.708Z] #69 30.11 Reading package lists... [2022-06-03T10:37:25.708Z] #69 ... [2022-06-03T10:37:25.708Z] [2022-06-03T10:37:25.708Z] #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-03T10:37:25.708Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:25.708Z] #20 21.19 Reading package lists... [2022-06-03T10:37:35.942Z] #20 30.67 Reading package lists... [2022-06-03T10:37:35.942Z] #20 ... [2022-06-03T10:37:35.942Z] [2022-06-03T10:37:35.942Z] #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-03T10:37:35.942Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T10:37:35.942Z] #69 30.11 Reading package lists... [2022-06-03T10:37:36.200Z] #69 39.26 Building dependency tree... [2022-06-03T10:37:36.200Z] #69 ... [2022-06-03T10:37:36.200Z] [2022-06-03T10:37:36.200Z] #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-03T10:37:36.200Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:37:36.200Z] #49 21.71 Reading package lists... [2022-06-03T10:37:36.200Z] #49 31.11 Reading package lists... [2022-06-03T10:37:36.458Z] #49 40.28 Building dependency tree... [2022-06-03T10:37:36.458Z] #49 ... [2022-06-03T10:37:36.458Z] [2022-06-03T10:37:36.458Z] #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-03T10:37:36.458Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:36.458Z] #20 30.67 Reading package lists... [2022-06-03T10:37:37.125Z] #64 248.0 # github.com/containerd/containerd/cmd/containerd [2022-06-03T10:37:37.125Z] #64 248.0 /usr/bin/ld: /tmp/go-link-541362813/000019.o: in function `New': [2022-06-03T10:37:37.125Z] #64 248.0 /tmp/tmp.LdO09RS4OS/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-03T10:37:37.125Z] #64 248.1 + bin/containerd-stress [2022-06-03T10:37:37.125Z] #64 249.2 + bin/containerd-shim [2022-06-03T10:37:37.394Z] #20 39.91 Building dependency tree... [2022-06-03T10:37:37.652Z] #20 42.16 Reading state information... [2022-06-03T10:37:39.554Z] #20 44.17 The following additional packages will be installed: [2022-06-03T10:37:39.554Z] #20 44.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:37:39.554Z] #20 44.18 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T10:37:39.554Z] #20 44.18 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T10:37:39.554Z] #20 44.18 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T10:37:39.554Z] #20 44.19 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T10:37:39.554Z] #20 44.19 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T10:37:39.554Z] #20 44.20 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T10:37:39.554Z] #20 44.23 Suggested packages: [2022-06-03T10:37:39.554Z] #20 44.23 gcc-10-locales seccomp wine64 [2022-06-03T10:37:40.405Z] #64 257.8 + bin/containerd-shim-runc-v1 [2022-06-03T10:37:40.489Z] #20 45.15 The following NEW packages will be installed: [2022-06-03T10:37:40.489Z] #20 45.16 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T10:37:40.489Z] #20 45.16 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T10:37:40.489Z] #20 45.16 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T10:37:40.489Z] #20 45.16 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T10:37:40.489Z] #20 45.16 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T10:37:40.489Z] #20 45.16 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T10:37:40.489Z] #20 45.17 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T10:37:40.489Z] #20 45.17 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T10:37:40.489Z] #20 45.17 mingw-w64-x86-64-dev [2022-06-03T10:37:41.057Z] #20 45.63 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:37:41.057Z] #20 45.63 Need to get 115 MB of archives. [2022-06-03T10:37:41.057Z] #20 45.63 After this operation, 645 MB of additional disk space will be used. [2022-06-03T10:37:41.057Z] #20 45.63 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-03T10:37:41.057Z] #20 45.67 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-03T10:37:41.057Z] #20 45.72 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-03T10:37:41.057Z] #20 45.73 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-03T10:37:41.057Z] #20 45.73 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-03T10:37:41.057Z] #20 45.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T10:37:41.316Z] #20 45.85 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-03T10:37:41.316Z] #20 45.91 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-03T10:37:41.316Z] #20 ... [2022-06-03T10:37:41.316Z] [2022-06-03T10:37:41.316Z] #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-03T10:37:41.316Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T10:37:41.316Z] #69 39.26 Building dependency tree... [2022-06-03T10:37:41.316Z] #69 41.45 Reading state information... [2022-06-03T10:37:41.316Z] #69 43.43 The following additional packages will be installed: [2022-06-03T10:37:41.316Z] #69 43.45 libbtrfs0 [2022-06-03T10:37:41.316Z] #69 43.71 The following NEW packages will be installed: [2022-06-03T10:37:41.316Z] #69 43.74 libbtrfs-dev libbtrfs0 [2022-06-03T10:37:41.316Z] #69 44.25 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:37:41.316Z] #69 44.25 Need to get 460 kB of archives. [2022-06-03T10:37:41.316Z] #69 44.25 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T10:37:41.316Z] #69 44.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T10:37:41.316Z] #69 44.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T10:37:41.316Z] #69 45.04 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:37:41.316Z] #69 45.36 Fetched 460 kB in 0s (1453 kB/s) [2022-06-03T10:37:41.316Z] #69 45.43 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T10:37:41.316Z] #69 45.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-03T10:37:41.316Z] #69 45.47 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T10:37:41.316Z] #69 45.48 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:37:41.316Z] #69 45.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T10:37:41.316Z] #69 45.56 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T10:37:41.316Z] #69 45.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:37:41.316Z] #69 45.68 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:37:41.316Z] #69 45.70 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:37:41.316Z] #69 45.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:37:41.316Z] #69 DONE 46.0s [2022-06-03T10:37:41.316Z] [2022-06-03T10:37:41.316Z] #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-03T10:37:41.316Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:41.316Z] #20 45.91 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-03T10:37:41.316Z] #20 ... [2022-06-03T10:37:41.316Z] [2022-06-03T10:37:41.316Z] #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-03T10:37:41.316Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:37:41.316Z] #49 40.28 Building dependency tree... [2022-06-03T10:37:41.316Z] #49 42.54 Reading state information... [2022-06-03T10:37:41.316Z] #49 44.45 The following additional packages will be installed: [2022-06-03T10:37:41.316Z] #49 44.47 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-03T10:37:41.316Z] #49 44.51 Suggested packages: [2022-06-03T10:37:41.316Z] #49 44.51 cmake-doc ninja-build lrzip [2022-06-03T10:37:41.316Z] #49 44.51 Recommended packages: [2022-06-03T10:37:41.316Z] #49 44.51 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T10:37:41.316Z] #49 45.27 The following NEW packages will be installed: [2022-06-03T10:37:41.316Z] #49 45.30 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-03T10:37:41.316Z] #49 45.73 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:37:41.316Z] #49 45.73 Need to get 8418 kB of archives. [2022-06-03T10:37:41.316Z] #49 45.73 After this operation, 34.9 MB of additional disk space will be used. [2022-06-03T10:37:41.316Z] #49 45.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:37:41.316Z] #49 45.74 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-03T10:37:41.316Z] #49 45.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T10:37:41.316Z] #49 45.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T10:37:41.316Z] #49 45.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T10:37:41.316Z] #49 45.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T10:37:41.316Z] #49 45.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T10:37:41.316Z] #49 45.81 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T10:37:41.578Z] #49 ... [2022-06-03T10:37:41.578Z] [2022-06-03T10:37:41.578Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T10:37:41.578Z] #70 sha256:1662b6d854e87689b329fe3736d447df9bafa06172537b5a156cd79ca587254d [2022-06-03T10:37:41.578Z] #70 DONE 0.1s [2022-06-03T10:37:41.836Z] [2022-06-03T10:37:41.836Z] #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-03T10:37:41.836Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:37:42.403Z] #71 0.888 + RM_GOPATH=0 [2022-06-03T10:37:42.403Z] #71 0.888 + TMP_GOPATH= [2022-06-03T10:37:42.403Z] #71 0.888 + : /build [2022-06-03T10:37:42.403Z] #71 0.888 + '[' -z '' ']' [2022-06-03T10:37:42.403Z] #71 0.888 ++ mktemp -d [2022-06-03T10:37:42.403Z] #71 0.892 + export GOPATH=/tmp/tmp.4rutQyl3x0 [2022-06-03T10:37:42.403Z] #71 0.892 + GOPATH=/tmp/tmp.4rutQyl3x0 [2022-06-03T10:37:42.403Z] #71 0.892 + RM_GOPATH=1 [2022-06-03T10:37:42.403Z] #71 0.892 + case "$(go env GOARCH)" in [2022-06-03T10:37:42.403Z] #71 0.892 ++ go env GOARCH [2022-06-03T10:37:42.403Z] #71 0.903 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:37:42.403Z] #71 0.904 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:37:42.403Z] #71 0.904 ++ dirname /install.sh [2022-06-03T10:37:42.403Z] #71 0.905 + dir=/ [2022-06-03T10:37:42.403Z] #71 0.906 + bin=containerd [2022-06-03T10:37:42.403Z] #71 0.906 + shift [2022-06-03T10:37:42.403Z] #71 0.906 + '[' '!' -f //containerd.installer ']' [2022-06-03T10:37:42.403Z] #71 0.906 + . //containerd.installer [2022-06-03T10:37:42.403Z] #71 0.907 ++ set -e [2022-06-03T10:37:42.403Z] #71 0.907 ++ : v1.6.4 [2022-06-03T10:37:42.403Z] #71 0.909 + install_containerd [2022-06-03T10:37:42.403Z] #71 0.916 + echo 'Install containerd version v1.6.4' [2022-06-03T10:37:42.403Z] #71 0.916 Install containerd version v1.6.4 [2022-06-03T10:37:42.403Z] #71 0.917 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4rutQyl3x0/src/github.com/containerd/containerd [2022-06-03T10:37:42.403Z] #71 0.924 Cloning into '/tmp/tmp.4rutQyl3x0/src/github.com/containerd/containerd'... [2022-06-03T10:37:45.513Z] --- PASS: TestBuildWithHugeFile (48.93s) [2022-06-03T10:37:45.513Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T10:37:45.513Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:37:45.513Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:37:45.513Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T10:37:45.513Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:37:45.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:37:45.513Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:37:45.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:37:45.513Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:37:45.513Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:37:45.513Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:37:45.513Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:37:45.513Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:37:45.513Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T10:37:45.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-06-03T10:37:45.513Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-06-03T10:37:45.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-03T10:37:45.513Z] === RUN TestBuildPreserveOwnership [2022-06-03T10:37:45.513Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T10:37:45.513Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T10:37:45.513Z] --- PASS: TestBuildPreserveOwnership (3.60s) [2022-06-03T10:37:45.513Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.43s) [2022-06-03T10:37:45.513Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.17s) [2022-06-03T10:37:45.513Z] === RUN TestBuildPlatformInvalid [2022-06-03T10:37:45.513Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-03T10:37:45.513Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T10:37:45.513Z] Loaded image: busybox:latest [2022-06-03T10:37:45.513Z] Loaded image: busybox:glibc [2022-06-03T10:37:45.513Z] Loaded image: debian:bullseye-slim [2022-06-03T10:37:45.513Z] Loaded image: hello-world:latest [2022-06-03T10:37:45.513Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:37:45.776Z] #64 262.8 + bin/containerd-shim-runc-v2 [2022-06-03T10:37:46.034Z] #64 263.5 + binaries [2022-06-03T10:37:46.034Z] #64 263.5 + install -D bin/containerd /build/containerd [2022-06-03T10:37:46.034Z] #64 263.6 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T10:37:46.034Z] #64 263.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T10:37:46.034Z] #64 263.6 + install -D bin/ctr /build/ctr [2022-06-03T10:37:46.601Z] #64 DONE 264.0s [2022-06-03T10:37:47.176Z] [2022-06-03T10:37:47.176Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T10:37:47.176Z] #65 sha256:a3395a51c173d22e18cdbb68b5d030229cc271370b30879b93651b1f539f55a7 [2022-06-03T10:37:47.434Z] #65 DONE 0.2s [2022-06-03T10:37:47.434Z] [2022-06-03T10:37:47.434Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T10:37:47.434Z] #70 sha256:1f5b05cba1c76e23de7fa4a5e81b4c7f133e1ed9ae041feb2420d96a0bc15d50 [2022-06-03T10:37:47.434Z] #70 DONE 0.1s [2022-06-03T10:37:47.434Z] [2022-06-03T10:37:47.434Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T10:37:47.434Z] #75 sha256:feaf0cbad2091f8d1d43dd4c1a78e5da8b87aab0f71d7a5e1cb66a45419a7763 [2022-06-03T10:37:47.669Z] #71 ... [2022-06-03T10:37:47.669Z] [2022-06-03T10:37:47.669Z] #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-03T10:37:47.669Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:47.669Z] #20 46.13 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-03T10:37:47.669Z] #20 46.67 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-03T10:37:47.669Z] #20 46.94 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-03T10:37:47.669Z] #20 47.15 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-03T10:37:47.669Z] #20 47.58 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-03T10:37:47.669Z] #20 47.87 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-03T10:37:47.669Z] #20 47.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T10:37:47.669Z] #20 47.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T10:37:47.669Z] #20 47.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T10:37:47.669Z] #20 47.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T10:37:47.669Z] #20 47.89 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-03T10:37:47.669Z] #20 47.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T10:37:47.669Z] #20 47.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T10:37:47.669Z] #20 47.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T10:37:47.669Z] #20 47.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T10:37:47.669Z] #20 47.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T10:37:47.669Z] #20 47.91 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T10:37:47.669Z] #20 47.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T10:37:47.669Z] #20 47.93 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-03T10:37:47.669Z] #20 47.93 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-03T10:37:47.669Z] #20 47.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T10:37:47.669Z] #20 48.72 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:37:47.669Z] #20 49.02 Fetched 115 MB in 3s (44.0 MB/s) [2022-06-03T10:37:47.669Z] #20 49.06 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T10:37:47.669Z] #20 49.06 (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-03T10:37:47.669Z] #20 49.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T10:37:47.669Z] #20 49.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:37:47.669Z] #20 49.76 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T10:37:47.669Z] #20 49.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T10:37:47.669Z] #20 49.77 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:37:47.669Z] #20 50.86 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T10:37:47.669Z] #20 50.87 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T10:37:47.669Z] #20 50.88 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:37:47.669Z] #20 50.96 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T10:37:47.669Z] #20 50.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:37:47.669Z] #20 50.98 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:37:47.669Z] #20 51.07 Selecting previously unselected package dmsetup. [2022-06-03T10:37:47.669Z] #20 51.07 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:37:47.669Z] #20 51.08 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:37:47.669Z] #20 51.17 Selecting previously unselected package mingw-w64-common. [2022-06-03T10:37:47.669Z] #20 51.17 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T10:37:47.669Z] #20 51.18 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T10:37:47.669Z] #20 ... [2022-06-03T10:37:47.669Z] [2022-06-03T10:37:47.669Z] #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-03T10:37:47.669Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T10:37:47.669Z] #49 46.99 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:37:47.669Z] #49 47.31 Fetched 8418 kB in 0s (17.3 MB/s) [2022-06-03T10:37:47.669Z] #49 47.36 Selecting previously unselected package xxd. [2022-06-03T10:37:47.669Z] #49 47.36 (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-03T10:37:47.669Z] #49 47.39 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 47.40 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 47.50 Selecting previously unselected package vim-common. [2022-06-03T10:37:47.669Z] #49 47.50 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:37:47.669Z] #49 47.52 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 47.67 Selecting previously unselected package cmake-data. [2022-06-03T10:37:47.669Z] #49 47.68 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T10:37:47.669Z] #49 47.69 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 48.74 Selecting previously unselected package libarchive13:amd64. [2022-06-03T10:37:47.669Z] #49 48.74 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 48.75 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 48.96 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T10:37:47.669Z] #49 48.96 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 48.97 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T10:37:47.669Z] #49 49.04 Selecting previously unselected package librhash0:amd64. [2022-06-03T10:37:47.669Z] #49 49.05 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 49.05 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T10:37:47.669Z] #49 49.12 Selecting previously unselected package libuv1:amd64. [2022-06-03T10:37:47.669Z] #49 49.13 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 49.13 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T10:37:47.669Z] #49 49.22 Selecting previously unselected package cmake. [2022-06-03T10:37:47.669Z] #49 49.22 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T10:37:47.669Z] #49 49.23 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 50.91 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T10:37:47.669Z] #49 50.93 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:37:47.670Z] #49 50.95 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T10:37:47.670Z] #49 50.96 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:37:47.670Z] #49 51.00 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T10:37:47.670Z] #49 51.01 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T10:37:47.670Z] #49 51.03 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T10:37:47.670Z] #49 51.06 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T10:37:47.670Z] #49 51.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:37:47.670Z] #49 DONE 52.1s [2022-06-03T10:37:47.670Z] [2022-06-03T10:37:47.670Z] #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-03T10:37:47.670Z] #74 sha256:1b350aa5643ca628e7efc276f2d72665c72e882f49e67d82d73664a9799c5b3b [2022-06-03T10:37:47.670Z] #74 48.69 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T10:37:47.670Z] #74 48.69 + GOBIN=/build [2022-06-03T10:37:47.670Z] #74 48.69 + GO111MODULE=on [2022-06-03T10:37:47.670Z] #74 48.69 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T10:37:47.670Z] #74 51.68 rootlesskit version 1.0.0 [2022-06-03T10:37:47.670Z] #74 51.69 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T10:37:47.670Z] #74 51.69 -container-ip string [2022-06-03T10:37:47.670Z] #74 51.69 container ip [2022-06-03T10:37:47.670Z] #74 51.69 -container-port int [2022-06-03T10:37:47.670Z] #74 51.69 container port (default -1) [2022-06-03T10:37:47.670Z] #74 51.69 -host-ip string [2022-06-03T10:37:47.670Z] #74 51.69 host ip [2022-06-03T10:37:47.670Z] #74 51.69 -host-port int [2022-06-03T10:37:47.670Z] #74 51.69 host port (default -1) [2022-06-03T10:37:47.670Z] #74 51.69 -proto string [2022-06-03T10:37:47.670Z] #74 51.69 proxy protocol (default "tcp") [2022-06-03T10:37:47.670Z] #74 DONE 51.9s [2022-06-03T10:37:47.670Z] [2022-06-03T10:37:47.670Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T10:37:47.670Z] #75 sha256:9e2fee3d5769205875eb41165c2db16ca07090c062760d63a3149328000474d3 [2022-06-03T10:37:47.670Z] #75 DONE 0.1s [2022-06-03T10:37:47.670Z] [2022-06-03T10:37:47.670Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T10:37:47.670Z] #50 sha256:eaf623cb5eb4befa202f881ae6244414e53577f8144334ca1a80215cebaf1210 [2022-06-03T10:37:47.670Z] #50 DONE 0.1s [2022-06-03T10:37:47.670Z] [2022-06-03T10:37:47.670Z] #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-03T10:37:47.670Z] #51 sha256:d9d8deff0cd6edf6b122d2be9f5a8da920bab1f4dee8f81b2576cf9a5b027425 [2022-06-03T10:37:47.928Z] #51 ... [2022-06-03T10:37:47.928Z] [2022-06-03T10:37:47.928Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T10:37:47.928Z] #76 sha256:350362dfd61d9fcf724e313f71143152a19b6477e8766935e96f386cb65130d2 [2022-06-03T10:37:47.928Z] #76 DONE 0.2s [2022-06-03T10:37:47.928Z] [2022-06-03T10:37:47.928Z] #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-03T10:37:47.928Z] #51 sha256:d9d8deff0cd6edf6b122d2be9f5a8da920bab1f4dee8f81b2576cf9a5b027425 [2022-06-03T10:37:48.003Z] #75 DONE 0.6s [2022-06-03T10:37:48.003Z] [2022-06-03T10:37:48.003Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T10:37:48.003Z] #76 sha256:779669803376ec60537ed3be58739e6dc8fae3c1d5d534e96331b4baf46fa66a [2022-06-03T10:37:48.003Z] #76 DONE 0.0s [2022-06-03T10:37:48.003Z] [2022-06-03T10:37:48.003Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T10:37:48.003Z] #77 sha256:ded5a100bf7d28f6465df1fd872ec35646e671e0be610ddc4fbc5ab5340def2b [2022-06-03T10:37:48.863Z] #51 1.151 + RM_GOPATH=0 [2022-06-03T10:37:48.863Z] #51 1.151 + TMP_GOPATH= [2022-06-03T10:37:48.863Z] #51 1.151 + : /build [2022-06-03T10:37:48.863Z] #51 1.151 + '[' -z '' ']' [2022-06-03T10:37:48.863Z] #51 1.151 ++ mktemp -d [2022-06-03T10:37:48.863Z] #51 1.152 + export GOPATH=/tmp/tmp.4WKHpglnzj [2022-06-03T10:37:48.863Z] #51 1.153 + GOPATH=/tmp/tmp.4WKHpglnzj [2022-06-03T10:37:48.863Z] #51 1.153 + RM_GOPATH=1 [2022-06-03T10:37:48.863Z] #51 1.153 + case "$(go env GOARCH)" in [2022-06-03T10:37:48.863Z] #51 1.153 ++ go env GOARCH [2022-06-03T10:37:48.863Z] #51 1.169 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:37:48.863Z] #51 1.169 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:37:48.863Z] #51 1.170 ++ dirname /install.sh [2022-06-03T10:37:48.863Z] #51 1.172 + dir=/ [2022-06-03T10:37:48.863Z] #51 1.172 + bin=tini [2022-06-03T10:37:48.863Z] #51 1.172 + shift [2022-06-03T10:37:48.863Z] #51 1.172 + '[' '!' -f //tini.installer ']' [2022-06-03T10:37:48.863Z] #51 1.172 + . //tini.installer [2022-06-03T10:37:48.863Z] #51 1.172 ++ : v0.19.0 [2022-06-03T10:37:48.863Z] #51 1.174 + install_tini [2022-06-03T10:37:48.863Z] #51 1.174 + echo 'Install tini version v0.19.0' [2022-06-03T10:37:48.863Z] #51 1.174 + git clone https://github.com/krallin/tini.git /tmp/tmp.4WKHpglnzj/tini [2022-06-03T10:37:48.863Z] #51 1.174 Install tini version v0.19.0 [2022-06-03T10:37:48.863Z] #51 1.176 Cloning into '/tmp/tmp.4WKHpglnzj/tini'... [2022-06-03T10:37:49.429Z] #51 1.639 + cd /tmp/tmp.4WKHpglnzj/tini [2022-06-03T10:37:49.429Z] #51 1.639 + git checkout -q v0.19.0 [2022-06-03T10:37:49.429Z] #51 1.660 + cmake . [2022-06-03T10:37:49.687Z] #51 1.957 -- The C compiler identification is GNU 10.2.1 [2022-06-03T10:37:49.687Z] #51 2.010 -- Detecting C compiler ABI info [2022-06-03T10:37:49.945Z] #51 2.242 -- Detecting C compiler ABI info - done [2022-06-03T10:37:49.945Z] #51 2.294 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T10:37:49.945Z] #51 ... [2022-06-03T10:37:49.945Z] [2022-06-03T10:37:49.945Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T10:37:49.945Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T10:37:49.945Z] #79 CACHED [2022-06-03T10:37:49.945Z] [2022-06-03T10:37:49.945Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T10:37:49.946Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T10:37:49.946Z] #81 CACHED [2022-06-03T10:37:49.946Z] [2022-06-03T10:37:49.946Z] #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-03T10:37:49.946Z] #51 sha256:d9d8deff0cd6edf6b122d2be9f5a8da920bab1f4dee8f81b2576cf9a5b027425 [2022-06-03T10:37:49.946Z] #51 2.301 -- Detecting C compile features [2022-06-03T10:37:49.946Z] #51 2.302 -- Detecting C compile features - done [2022-06-03T10:37:49.946Z] #51 2.317 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T10:37:49.946Z] #51 2.403 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T10:37:50.204Z] #51 2.443 -- Configuring done [2022-06-03T10:37:50.204Z] #51 2.454 -- Generating done [2022-06-03T10:37:50.204Z] #51 2.455 -- Build files have been written to: /tmp/tmp.4WKHpglnzj/tini [2022-06-03T10:37:50.204Z] #51 2.462 + make tini-static [2022-06-03T10:37:50.204Z] #51 2.631 Scanning dependencies of target tini-static [2022-06-03T10:37:50.204Z] #51 2.660 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T10:37:50.795Z] #51 3.108 [100%] Linking C executable tini-static [2022-06-03T10:37:51.059Z] #51 3.322 [100%] Built target tini-static [2022-06-03T10:37:51.059Z] #51 3.347 + mkdir -p /build [2022-06-03T10:37:51.059Z] #51 3.349 + cp tini-static /build/docker-init [2022-06-03T10:37:51.282Z] #77 DONE 3.1s [2022-06-03T10:37:51.282Z] [2022-06-03T10:37:51.282Z] #78 exporting to image [2022-06-03T10:37:51.282Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T10:37:51.282Z] #78 exporting layers [2022-06-03T10:37:51.317Z] #51 DONE 3.7s [2022-06-03T10:37:51.317Z] [2022-06-03T10:37:51.317Z] #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-03T10:37:51.317Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:37:51.317Z] #20 53.27 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T10:37:51.317Z] #20 53.27 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T10:37:51.317Z] #20 53.28 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:37:51.317Z] #20 55.90 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T10:37:51.317Z] #20 55.91 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:37:51.317Z] #20 55.99 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:37:51.576Z] #20 56.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T10:37:51.576Z] #20 56.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:37:51.576Z] #20 56.17 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:37:53.599Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.90s) [2022-06-03T10:37:53.599Z] PASS [2022-06-03T10:37:53.599Z] [2022-06-03T10:37:53.599Z] === Skipped [2022-06-03T10:37:53.599Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T10:37:53.599Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:37:53.599Z] [2022-06-03T10:37:53.599Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:37:53.599Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:37:53.599Z] [2022-06-03T10:37:53.599Z] DONE 34 tests, 2 skipped in 85.735s [2022-06-03T10:37:53.599Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T10:37:53.599Z] INFO: Testing against a local daemon [2022-06-03T10:37:53.599Z] === RUN TestConfigInspect [2022-06-03T10:37:54.862Z] #20 58.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T10:37:54.862Z] #20 58.92 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:37:54.862Z] #20 58.93 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:37:54.963Z] --- PASS: TestConfigInspect (2.18s) [2022-06-03T10:37:54.963Z] === RUN TestConfigList [2022-06-03T10:37:56.544Z] #78 exporting layers 4.7s done [2022-06-03T10:37:56.544Z] #78 writing image sha256:b4109a0ba18618c7e53baf947bca28bf95a8063015a42f80cc5d1e7ed6d4efa2 [2022-06-03T10:37:56.544Z] #78 writing image sha256:b4109a0ba18618c7e53baf947bca28bf95a8063015a42f80cc5d1e7ed6d4efa2 done [2022-06-03T10:37:56.544Z] #78 naming to docker.io/library/docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 done [2022-06-03T10:37:56.544Z] #78 DONE 4.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T10:37:56.763Z] #20 ... [2022-06-03T10:37:56.763Z] [2022-06-03T10:37:56.763Z] #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-03T10:37:56.763Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:37:56.763Z] #71 15.11 + cd /tmp/tmp.4rutQyl3x0/src/github.com/containerd/containerd [2022-06-03T10:37:56.763Z] #71 15.11 + git checkout -q v1.6.4 [2022-06-03T10:37:56.865Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T10:37:57.143Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/test/unit [2022-06-03T10:37:57.329Z] #71 15.91 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T10:37:57.330Z] #71 15.91 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T10:37:57.330Z] #71 15.91 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:37:57.330Z] #71 15.91 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T10:37:57.330Z] #71 15.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T10:37:57.330Z] #71 15.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T10:37:57.330Z] #71 15.91 + '[' '' = dynamic ']' [2022-06-03T10:37:57.330Z] #71 15.91 + make [2022-06-03T10:37:57.476Z] --- PASS: TestConfigList (2.17s) [2022-06-03T10:37:57.476Z] === RUN TestConfigsCreateAndDelete [2022-06-03T10:37:57.710Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T10:37:57.710Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T10:37:57.710Z] + TESTDIRS=./... [2022-06-03T10:37:57.710Z] + exclude_paths='/vendor/|/integration' [2022-06-03T10:37:57.710Z] ++ go list ./... [2022-06-03T10:37:57.710Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T10:37:58.645Z] + pkg_list='github.com/docker/docker/api [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/backend/build [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/httputils [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/middleware [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/build [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/container [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/debug [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/image [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/network [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/session [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/system [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/server/router/volume [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/backend [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/container [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/events [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/filters [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/image [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/mount [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/network [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/registry [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/strslice [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/swarm [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/time [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/versions [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T10:37:58.645Z] github.com/docker/docker/api/types/volume [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/dockerfile [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/remotecontext [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T10:37:58.645Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T10:37:58.645Z] github.com/docker/docker/cli [2022-06-03T10:37:58.645Z] github.com/docker/docker/cli/config [2022-06-03T10:37:58.645Z] github.com/docker/docker/cli/debug [2022-06-03T10:37:58.645Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T10:37:58.645Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T10:37:58.645Z] github.com/docker/docker/client [2022-06-03T10:37:58.645Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T10:37:58.645Z] github.com/docker/docker/cmd/dockerd [2022-06-03T10:37:58.645Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T10:37:58.645Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T10:37:58.645Z] github.com/docker/docker/container [2022-06-03T10:37:58.645Z] github.com/docker/docker/container/stream [2022-06-03T10:37:58.645Z] github.com/docker/docker/contrib/apparmor [2022-06-03T10:37:58.645Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T10:37:58.645Z] github.com/docker/docker/contrib/httpserver [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/config [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/events [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/exec [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/images [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/initlayer [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/links [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/listeners [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/local [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/names [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/network [2022-06-03T10:37:58.645Z] github.com/docker/docker/daemon/stats [2022-06-03T10:37:58.645Z] github.com/docker/docker/distribution [2022-06-03T10:37:58.645Z] github.com/docker/docker/distribution/metadata [2022-06-03T10:37:58.645Z] github.com/docker/docker/distribution/utils [2022-06-03T10:37:58.645Z] github.com/docker/docker/distribution/xfer [2022-06-03T10:37:58.645Z] github.com/docker/docker/dockerversion [2022-06-03T10:37:58.645Z] github.com/docker/docker/errdefs [2022-06-03T10:37:58.645Z] github.com/docker/docker/image [2022-06-03T10:37:58.645Z] github.com/docker/docker/image/cache [2022-06-03T10:37:58.645Z] github.com/docker/docker/image/tarexport [2022-06-03T10:37:58.645Z] github.com/docker/docker/image/v1 [2022-06-03T10:37:58.645Z] github.com/docker/docker/internal/test/suite [2022-06-03T10:37:58.645Z] github.com/docker/docker/layer [2022-06-03T10:37:58.645Z] github.com/docker/docker/libcontainerd [2022-06-03T10:37:58.645Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T10:37:58.645Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T10:37:58.645Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T10:37:58.645Z] github.com/docker/docker/libcontainerd/types [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:37:58.645Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/types [2022-06-03T10:37:58.646Z] github.com/docker/docker/oci [2022-06-03T10:37:58.646Z] github.com/docker/docker/oci/caps [2022-06-03T10:37:58.646Z] github.com/docker/docker/opts [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/aaparser [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/archive [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/authorization [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/capabilities [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/containerfs [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/directory [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/dmesg [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/fileutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/fsutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/homedir [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/idtools [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/ioutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/longpath [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/loopback [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/parsers [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/pidfile [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/platform [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugins [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/pools [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/progress [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/pubsub [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/reexec [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/signal [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/stack [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/stringid [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/system [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/tailfile [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/tarsum [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/truncindex [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/urlutil [2022-06-03T10:37:58.646Z] github.com/docker/docker/pkg/useragent [2022-06-03T10:37:58.646Z] github.com/docker/docker/plugin [2022-06-03T10:37:58.646Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T10:37:58.646Z] github.com/docker/docker/plugin/v2 [2022-06-03T10:37:58.646Z] github.com/docker/docker/profiles/apparmor [2022-06-03T10:37:58.646Z] github.com/docker/docker/profiles/seccomp [2022-06-03T10:37:58.646Z] github.com/docker/docker/quota [2022-06-03T10:37:58.646Z] github.com/docker/docker/reference [2022-06-03T10:37:58.646Z] github.com/docker/docker/registry [2022-06-03T10:37:58.646Z] github.com/docker/docker/registry/resumable [2022-06-03T10:37:58.646Z] github.com/docker/docker/restartmanager [2022-06-03T10:37:58.646Z] github.com/docker/docker/rootless [2022-06-03T10:37:58.646Z] github.com/docker/docker/rootless/specconv [2022-06-03T10:37:58.646Z] github.com/docker/docker/runconfig [2022-06-03T10:37:58.646Z] github.com/docker/docker/runconfig/opts [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/daemon [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/environment [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fakegit [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/registry [2022-06-03T10:37:58.646Z] github.com/docker/docker/testutil/request [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/drivers [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/local [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/mounts [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/service [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/service/opts [2022-06-03T10:37:58.646Z] github.com/docker/docker/volume/testutils' [2022-06-03T10:37:58.646Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T10:37:58.646Z] ++ echo 'github.com/docker/docker/api [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/backend/build [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/httputils [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/middleware [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/build [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/container [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/debug [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/image [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/network [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/session [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/system [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/server/router/volume [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/backend [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/container [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/events [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/filters [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/image [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/mount [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/network [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/registry [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/strslice [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/swarm [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/time [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/versions [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T10:37:58.646Z] github.com/docker/docker/api/types/volume [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/dockerfile [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/remotecontext [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T10:37:58.646Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T10:37:58.646Z] github.com/docker/docker/cli [2022-06-03T10:37:58.646Z] github.com/docker/docker/cli/config [2022-06-03T10:37:58.646Z] github.com/docker/docker/cli/debug [2022-06-03T10:37:58.646Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T10:37:58.646Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T10:37:58.646Z] github.com/docker/docker/client [2022-06-03T10:37:58.646Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T10:37:58.646Z] github.com/docker/docker/cmd/dockerd [2022-06-03T10:37:58.646Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T10:37:58.646Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T10:37:58.646Z] github.com/docker/docker/container [2022-06-03T10:37:58.646Z] github.com/docker/docker/container/stream [2022-06-03T10:37:58.646Z] github.com/docker/docker/contrib/apparmor [2022-06-03T10:37:58.646Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T10:37:58.646Z] github.com/docker/docker/contrib/httpserver [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/config [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/events [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/exec [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/images [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/initlayer [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/links [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/listeners [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/local [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/names [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/network [2022-06-03T10:37:58.646Z] github.com/docker/docker/daemon/stats [2022-06-03T10:37:58.646Z] github.com/docker/docker/distribution [2022-06-03T10:37:58.646Z] github.com/docker/docker/distribution/metadata [2022-06-03T10:37:58.646Z] github.com/docker/docker/distribution/utils [2022-06-03T10:37:58.646Z] github.com/docker/docker/distribution/xfer [2022-06-03T10:37:58.646Z] github.com/docker/docker/dockerversion [2022-06-03T10:37:58.646Z] github.com/docker/docker/errdefs [2022-06-03T10:37:58.646Z] github.com/docker/docker/image [2022-06-03T10:37:58.646Z] github.com/docker/docker/image/cache [2022-06-03T10:37:58.646Z] github.com/docker/docker/image/tarexport [2022-06-03T10:37:58.646Z] github.com/docker/docker/image/v1 [2022-06-03T10:37:58.646Z] github.com/docker/docker/internal/test/suite [2022-06-03T10:37:58.646Z] github.com/docker/docker/layer [2022-06-03T10:37:58.646Z] github.com/docker/docker/libcontainerd [2022-06-03T10:37:58.646Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T10:37:58.646Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T10:37:58.646Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T10:37:58.646Z] github.com/docker/docker/libcontainerd/types [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:37:58.646Z] github.com/docker/docker/libnetwork/types [2022-06-03T10:37:58.646Z] github.com/docker/docker/oci [2022-06-03T10:37:58.646Z] github.com/docker/docker/oci/caps [2022-06-03T10:37:58.646Z] github.com/docker/docker/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/aaparser [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/archive [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/authorization [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/capabilities [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/containerfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/directory [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/dmesg [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/fileutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/fsutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/homedir [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/idtools [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/ioutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/longpath [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/loopback [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pidfile [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/platform [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pools [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/progress [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pubsub [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/reexec [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/signal [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stack [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stringid [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/system [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/tailfile [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/tarsum [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/truncindex [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/urlutil [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/useragent [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin/v2 [2022-06-03T10:37:58.647Z] github.com/docker/docker/profiles/apparmor [2022-06-03T10:37:58.647Z] github.com/docker/docker/profiles/seccomp [2022-06-03T10:37:58.647Z] github.com/docker/docker/quota [2022-06-03T10:37:58.647Z] github.com/docker/docker/reference [2022-06-03T10:37:58.647Z] github.com/docker/docker/registry [2022-06-03T10:37:58.647Z] github.com/docker/docker/registry/resumable [2022-06-03T10:37:58.647Z] github.com/docker/docker/restartmanager [2022-06-03T10:37:58.647Z] github.com/docker/docker/rootless [2022-06-03T10:37:58.647Z] github.com/docker/docker/rootless/specconv [2022-06-03T10:37:58.647Z] github.com/docker/docker/runconfig [2022-06-03T10:37:58.647Z] github.com/docker/docker/runconfig/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/daemon [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/environment [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakegit [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/registry [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/request [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/drivers [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/local [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/mounts [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/service [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/service/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/testutils' [2022-06-03T10:37:58.647Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/backend/build [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/httputils [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/middleware [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/build [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/container [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/debug [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/image [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/network [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/session [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/system [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/volume [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/backend [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/container [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/events [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/filters [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/image [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/mount [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/network [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/registry [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/strslice [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/swarm [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/time [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/versions [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/types/volume [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/dockerfile [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/remotecontext [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T10:37:58.647Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T10:37:58.647Z] github.com/docker/docker/cli [2022-06-03T10:37:58.647Z] github.com/docker/docker/cli/config [2022-06-03T10:37:58.647Z] github.com/docker/docker/cli/debug [2022-06-03T10:37:58.647Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T10:37:58.647Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T10:37:58.647Z] github.com/docker/docker/client [2022-06-03T10:37:58.647Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T10:37:58.647Z] github.com/docker/docker/cmd/dockerd [2022-06-03T10:37:58.647Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T10:37:58.647Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T10:37:58.647Z] github.com/docker/docker/container [2022-06-03T10:37:58.647Z] github.com/docker/docker/container/stream [2022-06-03T10:37:58.647Z] github.com/docker/docker/contrib/apparmor [2022-06-03T10:37:58.647Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T10:37:58.647Z] github.com/docker/docker/contrib/httpserver [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/config [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/events [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/exec [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/images [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/initlayer [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/links [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/listeners [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/local [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/names [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/network [2022-06-03T10:37:58.647Z] github.com/docker/docker/daemon/stats [2022-06-03T10:37:58.647Z] github.com/docker/docker/distribution [2022-06-03T10:37:58.647Z] github.com/docker/docker/distribution/metadata [2022-06-03T10:37:58.647Z] github.com/docker/docker/distribution/utils [2022-06-03T10:37:58.647Z] github.com/docker/docker/distribution/xfer [2022-06-03T10:37:58.647Z] github.com/docker/docker/dockerversion [2022-06-03T10:37:58.647Z] github.com/docker/docker/errdefs [2022-06-03T10:37:58.647Z] github.com/docker/docker/image [2022-06-03T10:37:58.647Z] github.com/docker/docker/image/cache [2022-06-03T10:37:58.647Z] github.com/docker/docker/image/tarexport [2022-06-03T10:37:58.647Z] github.com/docker/docker/image/v1 [2022-06-03T10:37:58.647Z] github.com/docker/docker/internal/test/suite [2022-06-03T10:37:58.647Z] github.com/docker/docker/layer [2022-06-03T10:37:58.647Z] github.com/docker/docker/libcontainerd [2022-06-03T10:37:58.647Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T10:37:58.647Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T10:37:58.647Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T10:37:58.647Z] github.com/docker/docker/libcontainerd/types [2022-06-03T10:37:58.647Z] github.com/docker/docker/oci [2022-06-03T10:37:58.647Z] github.com/docker/docker/oci/caps [2022-06-03T10:37:58.647Z] github.com/docker/docker/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/aaparser [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/archive [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/authorization [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/capabilities [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/containerfs [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/directory [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/dmesg [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/fileutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/fsutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/homedir [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/idtools [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/ioutils [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/longpath [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/loopback [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pidfile [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/platform [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pools [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/progress [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/pubsub [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/reexec [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/signal [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stack [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/stringid [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/system [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/tailfile [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/tarsum [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/truncindex [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/urlutil [2022-06-03T10:37:58.647Z] github.com/docker/docker/pkg/useragent [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T10:37:58.647Z] github.com/docker/docker/plugin/v2 [2022-06-03T10:37:58.647Z] github.com/docker/docker/profiles/apparmor [2022-06-03T10:37:58.647Z] github.com/docker/docker/profiles/seccomp [2022-06-03T10:37:58.647Z] github.com/docker/docker/quota [2022-06-03T10:37:58.647Z] github.com/docker/docker/reference [2022-06-03T10:37:58.647Z] github.com/docker/docker/registry [2022-06-03T10:37:58.647Z] github.com/docker/docker/registry/resumable [2022-06-03T10:37:58.647Z] github.com/docker/docker/restartmanager [2022-06-03T10:37:58.647Z] github.com/docker/docker/rootless [2022-06-03T10:37:58.647Z] github.com/docker/docker/rootless/specconv [2022-06-03T10:37:58.647Z] github.com/docker/docker/runconfig [2022-06-03T10:37:58.647Z] github.com/docker/docker/runconfig/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/daemon [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/environment [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakegit [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/registry [2022-06-03T10:37:58.647Z] github.com/docker/docker/testutil/request [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/drivers [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/local [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/mounts [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/service [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/service/opts [2022-06-03T10:37:58.647Z] github.com/docker/docker/volume/testutils' [2022-06-03T10:37:58.647Z] ++ grep --fixed-strings /libnetwork [2022-06-03T10:37:58.647Z] ++ echo 'github.com/docker/docker/api [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/backend/build [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/httputils [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/middleware [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/build [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/container [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/debug [2022-06-03T10:37:58.647Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/image [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/network [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/session [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/system [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/server/router/volume [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/backend [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/container [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/events [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/filters [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/image [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/mount [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/network [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/registry [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/strslice [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/swarm [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/time [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/versions [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T10:37:58.648Z] github.com/docker/docker/api/types/volume [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/dockerfile [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/remotecontext [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T10:37:58.648Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T10:37:58.648Z] github.com/docker/docker/cli [2022-06-03T10:37:58.648Z] github.com/docker/docker/cli/config [2022-06-03T10:37:58.648Z] github.com/docker/docker/cli/debug [2022-06-03T10:37:58.648Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T10:37:58.648Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T10:37:58.648Z] github.com/docker/docker/client [2022-06-03T10:37:58.648Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T10:37:58.648Z] github.com/docker/docker/cmd/dockerd [2022-06-03T10:37:58.648Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T10:37:58.648Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T10:37:58.648Z] github.com/docker/docker/container [2022-06-03T10:37:58.648Z] github.com/docker/docker/container/stream [2022-06-03T10:37:58.648Z] github.com/docker/docker/contrib/apparmor [2022-06-03T10:37:58.648Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T10:37:58.648Z] github.com/docker/docker/contrib/httpserver [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/config [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/events [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/exec [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/images [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/initlayer [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/links [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/listeners [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/local [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/names [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/network [2022-06-03T10:37:58.648Z] github.com/docker/docker/daemon/stats [2022-06-03T10:37:58.648Z] github.com/docker/docker/distribution [2022-06-03T10:37:58.648Z] github.com/docker/docker/distribution/metadata [2022-06-03T10:37:58.648Z] github.com/docker/docker/distribution/utils [2022-06-03T10:37:58.648Z] github.com/docker/docker/distribution/xfer [2022-06-03T10:37:58.648Z] github.com/docker/docker/dockerversion [2022-06-03T10:37:58.648Z] github.com/docker/docker/errdefs [2022-06-03T10:37:58.648Z] github.com/docker/docker/image [2022-06-03T10:37:58.648Z] github.com/docker/docker/image/cache [2022-06-03T10:37:58.648Z] github.com/docker/docker/image/tarexport [2022-06-03T10:37:58.648Z] github.com/docker/docker/image/v1 [2022-06-03T10:37:58.648Z] github.com/docker/docker/internal/test/suite [2022-06-03T10:37:58.648Z] github.com/docker/docker/layer [2022-06-03T10:37:58.648Z] github.com/docker/docker/libcontainerd [2022-06-03T10:37:58.648Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T10:37:58.648Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T10:37:58.648Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T10:37:58.648Z] github.com/docker/docker/libcontainerd/types [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/libnetwork/types [2022-06-03T10:37:58.648Z] github.com/docker/docker/oci [2022-06-03T10:37:58.648Z] github.com/docker/docker/oci/caps [2022-06-03T10:37:58.648Z] github.com/docker/docker/opts [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/aaparser [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/archive [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/authorization [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/capabilities [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/containerfs [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/directory [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/dmesg [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/fileutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/fsutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/homedir [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/idtools [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/ioutils [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/longpath [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/loopback [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/parsers [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/pidfile [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/platform [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugins [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/pools [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/progress [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/pubsub [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/reexec [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/signal [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/stack [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/stringid [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/system [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/tailfile [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/tarsum [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/truncindex [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/urlutil [2022-06-03T10:37:58.648Z] github.com/docker/docker/pkg/useragent [2022-06-03T10:37:58.648Z] github.com/docker/docker/plugin [2022-06-03T10:37:58.648Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T10:37:58.648Z] github.com/docker/docker/plugin/v2 [2022-06-03T10:37:58.648Z] github.com/docker/docker/profiles/apparmor [2022-06-03T10:37:58.648Z] github.com/docker/docker/profiles/seccomp [2022-06-03T10:37:58.648Z] github.com/docker/docker/quota [2022-06-03T10:37:58.648Z] github.com/docker/docker/reference [2022-06-03T10:37:58.648Z] github.com/docker/docker/registry [2022-06-03T10:37:58.648Z] github.com/docker/docker/registry/resumable [2022-06-03T10:37:58.648Z] github.com/docker/docker/restartmanager [2022-06-03T10:37:58.648Z] github.com/docker/docker/rootless [2022-06-03T10:37:58.648Z] github.com/docker/docker/rootless/specconv [2022-06-03T10:37:58.648Z] github.com/docker/docker/runconfig [2022-06-03T10:37:58.648Z] github.com/docker/docker/runconfig/opts [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/daemon [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/environment [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fakegit [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/registry [2022-06-03T10:37:58.648Z] github.com/docker/docker/testutil/request [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume/drivers [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume/local [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume/mounts [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume/service [2022-06-03T10:37:58.648Z] github.com/docker/docker/volume/service/opts [2022-06-03T10:37:58.649Z] github.com/docker/docker/volume/testutils' [2022-06-03T10:37:58.649Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/types' [2022-06-03T10:37:58.649Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T10:37:58.649Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/types' [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:37:58.649Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:37:58.649Z] + type docker-proxy [2022-06-03T10:37:58.649Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T10:37:58.649Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T10:37:58.649Z] [2022-06-03T10:37:58.649Z] Removing bundles/ [2022-06-03T10:37:58.649Z] [2022-06-03T10:37:58.649Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T10:37:58.649Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T10:37:58.649Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:37:58.705Z] #71 17.07 + bin/ctr [2022-06-03T10:37:59.364Z] --- PASS: TestConfigsCreateAndDelete (2.21s) [2022-06-03T10:37:59.364Z] === RUN TestConfigsUpdate [2022-06-03T10:38:01.875Z] --- PASS: TestConfigsUpdate (2.15s) [2022-06-03T10:38:01.875Z] === RUN TestTemplatedConfig [2022-06-03T10:38:03.971Z] #71 ... [2022-06-03T10:38:03.971Z] [2022-06-03T10:38:03.971Z] #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-03T10:38:03.971Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T10:38:03.971Z] #20 62.53 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T10:38:03.971Z] #20 62.53 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:38:03.971Z] #20 62.54 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:38:03.971Z] #20 64.14 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T10:38:03.971Z] #20 64.15 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:38:03.971Z] #20 64.16 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:38:03.971Z] #20 66.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T10:38:03.971Z] #20 66.03 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:38:03.971Z] #20 66.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:38:04.390Z] --- PASS: TestTemplatedConfig (2.62s) [2022-06-03T10:38:04.390Z] === RUN TestConfigCreateResolve [2022-06-03T10:38:05.209Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T10:38:05.209Z] [2022-06-03T10:38:05.209Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T10:38:05.209Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T10:38:05.209Z] [2022-06-03T10:38:05.209Z] + mkdir -p bundles [2022-06-03T10:38:05.209Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/backend/build [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/httputils [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/middleware [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/build [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/container [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/debug [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/image [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/network [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/session [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/system [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/server/router/volume [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/backend [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/container [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/events [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/filters [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/image [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/mount [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/network [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/registry [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/strslice [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/swarm [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/time [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/versions [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T10:38:05.209Z] github.com/docker/docker/api/types/volume [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/dockerfile [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/remotecontext [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T10:38:05.209Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T10:38:05.209Z] github.com/docker/docker/cli [2022-06-03T10:38:05.209Z] github.com/docker/docker/cli/config [2022-06-03T10:38:05.209Z] github.com/docker/docker/cli/debug [2022-06-03T10:38:05.209Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T10:38:05.209Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T10:38:05.209Z] github.com/docker/docker/client [2022-06-03T10:38:05.210Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T10:38:05.210Z] github.com/docker/docker/cmd/dockerd [2022-06-03T10:38:05.210Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T10:38:05.210Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T10:38:05.210Z] github.com/docker/docker/container [2022-06-03T10:38:05.210Z] github.com/docker/docker/container/stream [2022-06-03T10:38:05.210Z] github.com/docker/docker/contrib/apparmor [2022-06-03T10:38:05.210Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T10:38:05.210Z] github.com/docker/docker/contrib/httpserver [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/config [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/events [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/exec [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/images [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/initlayer [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/links [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/listeners [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/local [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/names [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/network [2022-06-03T10:38:05.210Z] github.com/docker/docker/daemon/stats [2022-06-03T10:38:05.210Z] github.com/docker/docker/distribution [2022-06-03T10:38:05.210Z] github.com/docker/docker/distribution/metadata [2022-06-03T10:38:05.210Z] github.com/docker/docker/distribution/utils [2022-06-03T10:38:05.210Z] github.com/docker/docker/distribution/xfer [2022-06-03T10:38:05.210Z] github.com/docker/docker/dockerversion [2022-06-03T10:38:05.210Z] github.com/docker/docker/errdefs [2022-06-03T10:38:05.210Z] github.com/docker/docker/image [2022-06-03T10:38:05.210Z] github.com/docker/docker/image/cache [2022-06-03T10:38:05.210Z] github.com/docker/docker/image/tarexport [2022-06-03T10:38:05.210Z] github.com/docker/docker/image/v1 [2022-06-03T10:38:05.210Z] github.com/docker/docker/internal/test/suite [2022-06-03T10:38:05.210Z] github.com/docker/docker/layer [2022-06-03T10:38:05.210Z] github.com/docker/docker/libcontainerd [2022-06-03T10:38:05.210Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T10:38:05.210Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T10:38:05.210Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T10:38:05.210Z] github.com/docker/docker/libcontainerd/types [2022-06-03T10:38:05.210Z] github.com/docker/docker/oci [2022-06-03T10:38:05.210Z] github.com/docker/docker/oci/caps [2022-06-03T10:38:05.210Z] github.com/docker/docker/opts [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/aaparser [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/archive [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/authorization [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/capabilities [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/containerfs [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/directory [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/dmesg [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/fileutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/fsutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/homedir [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/idtools [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/ioutils [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/longpath [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/loopback [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/parsers [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/pidfile [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/platform [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugins [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/pools [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/progress [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/pubsub [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/reexec [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/signal [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/stack [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/stringid [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/system [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/tailfile [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/tarsum [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/truncindex [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/urlutil [2022-06-03T10:38:05.210Z] github.com/docker/docker/pkg/useragent [2022-06-03T10:38:05.210Z] github.com/docker/docker/plugin [2022-06-03T10:38:05.210Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T10:38:05.210Z] github.com/docker/docker/plugin/v2 [2022-06-03T10:38:05.210Z] github.com/docker/docker/profiles/apparmor [2022-06-03T10:38:05.210Z] github.com/docker/docker/profiles/seccomp [2022-06-03T10:38:05.210Z] github.com/docker/docker/quota [2022-06-03T10:38:05.210Z] github.com/docker/docker/reference [2022-06-03T10:38:05.210Z] github.com/docker/docker/registry [2022-06-03T10:38:05.210Z] github.com/docker/docker/registry/resumable [2022-06-03T10:38:05.210Z] github.com/docker/docker/restartmanager [2022-06-03T10:38:05.210Z] github.com/docker/docker/rootless [2022-06-03T10:38:05.210Z] github.com/docker/docker/rootless/specconv [2022-06-03T10:38:05.210Z] github.com/docker/docker/runconfig [2022-06-03T10:38:05.210Z] github.com/docker/docker/runconfig/opts [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/daemon [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/environment [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fakegit [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/registry [2022-06-03T10:38:05.210Z] github.com/docker/docker/testutil/request [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/drivers [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/local [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/mounts [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/service [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/service/opts [2022-06-03T10:38:05.210Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T10:38:05.210Z] + 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-03T10:38:05.210Z] ? github.com/docker/docker/api [no test files] [2022-06-03T10:38:05.346Z] #20 69.84 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T10:38:05.347Z] #20 69.84 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T10:38:05.347Z] #20 69.85 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:38:06.277Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-06-03T10:38:06.277Z] PASS [2022-06-03T10:38:06.277Z] [2022-06-03T10:38:06.277Z] DONE 6 tests in 13.523s [2022-06-03T10:38:06.277Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T10:38:06.277Z] INFO: Testing against a local daemon [2022-06-03T10:38:06.277Z] === RUN TestAttachWithTTY [2022-06-03T10:38:06.277Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T10:38:06.277Z] === RUN TestAttachWithoutTTy [2022-06-03T10:38:06.277Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-03T10:38:06.277Z] === RUN TestCheckpoint [2022-06-03T10:38:06.277Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:38:06.277Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:06.277Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:06.277Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T10:38:06.277Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T10:38:06.277Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T10:38:06.533Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T10:38:06.533Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T10:38:06.533Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T10:38:06.533Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T10:38:06.533Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T10:38:06.533Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T10:38:06.533Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T10:38:06.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T10:38:06.534Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T10:38:06.534Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T10:38:06.534Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T10:38:06.534Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T10:38:06.534Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T10:38:06.534Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-06-03T10:38:06.534Z] === RUN TestCopyEmptyFile [2022-06-03T10:38:06.789Z] --- PASS: TestCopyEmptyFile (0.23s) [2022-06-03T10:38:06.789Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T10:38:06.789Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-03T10:38:06.789Z] === RUN TestCopyFromContainer [2022-06-03T10:38:07.247Z] #20 71.59 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T10:38:07.247Z] #20 71.59 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T10:38:07.247Z] #20 71.60 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:38:07.247Z] #20 71.67 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T10:38:07.247Z] #20 71.67 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T10:38:07.247Z] #20 71.68 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T10:38:07.247Z] #20 71.74 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T10:38:07.247Z] #20 71.74 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T10:38:07.247Z] #20 71.75 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T10:38:07.247Z] #20 71.82 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T10:38:07.247Z] #20 71.83 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T10:38:07.247Z] #20 71.84 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:38:07.247Z] #20 71.92 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T10:38:07.247Z] #20 71.92 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T10:38:07.247Z] #20 71.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:38:07.506Z] #20 72.03 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T10:38:07.506Z] #20 72.03 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:38:07.506Z] #20 72.04 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:38:07.506Z] #20 72.08 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T10:38:07.506Z] #20 72.09 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T10:38:07.506Z] #20 72.09 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T10:38:07.506Z] #20 72.17 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T10:38:07.506Z] #20 72.18 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T10:38:07.506Z] #20 72.18 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T10:38:07.764Z] #20 72.31 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T10:38:07.764Z] #20 72.32 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T10:38:07.764Z] #20 72.33 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T10:38:07.764Z] #20 72.42 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T10:38:07.764Z] #20 72.42 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T10:38:07.764Z] #20 72.43 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T10:38:07.764Z] #20 72.51 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T10:38:08.023Z] #20 72.52 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T10:38:08.023Z] #20 72.52 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T10:38:08.023Z] #20 72.57 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T10:38:08.023Z] #20 72.58 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T10:38:08.023Z] #20 72.58 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T10:38:08.023Z] #20 72.77 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer// [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T10:38:08.155Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T10:38:08.281Z] #20 72.78 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T10:38:08.281Z] #20 72.78 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T10:38:08.281Z] #20 72.88 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T10:38:08.281Z] #20 72.88 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T10:38:08.281Z] #20 72.89 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:38:08.281Z] #20 72.95 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T10:38:08.281Z] #20 72.95 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T10:38:08.281Z] #20 72.96 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:08.412Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T10:38:08.412Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T10:38:08.412Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T10:38:08.412Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T10:38:08.539Z] #20 73.04 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T10:38:08.539Z] #20 73.05 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T10:38:08.539Z] #20 73.05 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T10:38:08.539Z] #20 73.28 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:08.539Z] #20 73.30 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer (1.72s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T10:38:08.667Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T10:38:08.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T10:38:08.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:08.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:08.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:08.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:08.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:08.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:08.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:08.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:08.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:08.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T10:38:08.667Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T10:38:08.667Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-03T10:38:08.667Z] === RUN TestCreateWithInvalidEnv [2022-06-03T10:38:08.667Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T10:38:08.667Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T10:38:08.667Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T10:38:08.667Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T10:38:08.667Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T10:38:08.667Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T10:38:08.667Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T10:38:08.667Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T10:38:08.667Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T10:38:08.667Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T10:38:08.667Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T10:38:08.667Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T10:38:08.667Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T10:38:08.667Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T10:38:08.798Z] #20 73.31 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T10:38:08.798Z] #20 73.32 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T10:38:08.798Z] #20 73.34 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T10:38:08.798Z] #20 73.35 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T10:38:08.798Z] #20 73.36 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T10:38:08.798Z] #20 73.38 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T10:38:08.798Z] #20 73.39 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T10:38:08.798Z] #20 73.40 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T10:38:08.798Z] #20 73.41 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T10:38:08.798Z] #20 73.43 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T10:38:08.798Z] #20 73.44 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T10:38:08.798Z] #20 73.45 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T10:38:08.799Z] #20 73.47 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T10:38:08.799Z] #20 73.48 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T10:38:08.799Z] #20 73.49 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T10:38:08.799Z] #20 73.51 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T10:38:08.799Z] #20 73.52 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T10:38:08.799Z] #20 73.53 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T10:38:08.799Z] #20 73.55 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:38:08.799Z] #20 73.56 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-03T10:38:08.799Z] #20 73.57 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:38:08.799Z] #20 73.59 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-03T10:38:08.799Z] #20 73.60 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T10:38:09.059Z] #20 73.61 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T10:38:09.059Z] #20 73.62 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-03T10:38:09.059Z] #20 73.63 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T10:38:09.059Z] #20 73.65 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T10:38:09.059Z] #20 73.67 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:38:09.059Z] #20 73.68 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T10:38:09.059Z] #20 73.70 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:38:09.059Z] #20 73.71 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T10:38:09.059Z] #20 73.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:38:09.627Z] #20 DONE 74.4s [2022-06-03T10:38:09.627Z] [2022-06-03T10:38:09.627Z] #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-03T10:38:09.627Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:38:09.885Z] #71 ... [2022-06-03T10:38:09.885Z] [2022-06-03T10:38:09.885Z] #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-03T10:38:09.885Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-03T10:38:10.552Z] --- PASS: TestCreateWithCustomMaskedPaths (1.68s) [2022-06-03T10:38:10.552Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T10:38:10.817Z] #21 1.089 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T10:38:10.817Z] #21 1.090 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:38:10.817Z] #21 1.090 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T10:38:11.384Z] #21 1.634 Fetched 44.1 kB in 1s (53.6 kB/s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.51s) [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:11.916Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:11.916Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:11.916Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:11.916Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:11.916Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:11.916Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:11.916Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:11.916Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:11.916Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:11.916Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:11.916Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T10:38:11.916Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T10:38:11.916Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T10:38:12.324Z] --- PASS: TestBuildWithHugeFile (49.90s) [2022-06-03T10:38:12.324Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T10:38:12.324Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:38:12.324Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2022-06-03T10:38:12.324Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T10:38:12.324Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:38:12.324Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:38:12.324Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:38:12.324Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:38:12.324Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:38:12.324Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:38:12.324Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:38:12.324Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:38:12.324Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:38:12.324Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2022-06-03T10:38:12.324Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2022-06-03T10:38:12.324Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2022-06-03T10:38:12.324Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T10:38:12.324Z] === RUN TestBuildPreserveOwnership [2022-06-03T10:38:12.324Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T10:38:12.477Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-06-03T10:38:12.477Z] === RUN TestCreateDifferentPlatform [2022-06-03T10:38:12.477Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T10:38:12.477Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T10:38:12.477Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T10:38:12.477Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T10:38:12.477Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-06-03T10:38:12.477Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T10:38:12.477Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-03T10:38:12.477Z] === RUN TestCreateInvalidHostConfig [2022-06-03T10:38:12.477Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:12.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:12.477Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:12.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:12.477Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:12.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:12.477Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:12.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:12.477Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:12.477Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:12.477Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:12.477Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:12.477Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T10:38:12.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T10:38:12.477Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T10:38:12.477Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T10:38:12.477Z] === RUN TestDaemonRestartIpcMode [2022-06-03T10:38:12.477Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T10:38:12.477Z] === RUN TestDaemonHostGatewayIP [2022-06-03T10:38:12.477Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T10:38:12.477Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T10:38:12.477Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T10:38:12.477Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T10:38:12.477Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T10:38:12.477Z] === RUN TestDiff [2022-06-03T10:38:13.039Z] --- PASS: TestDiff (0.57s) [2022-06-03T10:38:13.039Z] === RUN TestExecWithCloseStdin [2022-06-03T10:38:13.263Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T10:38:13.965Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-06-03T10:38:13.965Z] === RUN TestExec [2022-06-03T10:38:14.534Z] --- PASS: TestExec (0.62s) [2022-06-03T10:38:14.534Z] === RUN TestExecUser [2022-06-03T10:38:15.109Z] --- PASS: TestExecUser (0.65s) [2022-06-03T10:38:15.109Z] === RUN TestExportContainerAndImportImage [2022-06-03T10:38:16.045Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2022-06-03T10:38:16.045Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T10:38:16.692Z] #21 1.634 Reading package lists... [2022-06-03T10:38:17.408Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-03T10:38:17.408Z] === RUN TestHealthCheckWorkdir [2022-06-03T10:38:17.459Z] --- PASS: TestBuildPreserveOwnership (10.63s) [2022-06-03T10:38:17.459Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.61s) [2022-06-03T10:38:17.459Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-03T10:38:17.459Z] === RUN TestBuildPlatformInvalid [2022-06-03T10:38:17.459Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-03T10:38:17.459Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T10:38:17.459Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T10:38:17.459Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T10:38:17.459Z] PASS [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === Skipped [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T10:38:17.459Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2022-06-03T10:38:17.459Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T10:38:17.459Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] DONE 34 tests, 3 skipped in 111.278s [2022-06-03T10:38:17.459Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T10:38:17.459Z] INFO: Testing against a local daemon [2022-06-03T10:38:17.459Z] === RUN TestConfigInspect [2022-06-03T10:38:17.459Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-03T10:38:17.459Z] === RUN TestConfigList [2022-06-03T10:38:17.459Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestConfigList (0.02s) [2022-06-03T10:38:17.459Z] === RUN TestConfigsCreateAndDelete [2022-06-03T10:38:17.459Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-03T10:38:17.459Z] === RUN TestConfigsUpdate [2022-06-03T10:38:17.459Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-03T10:38:17.459Z] === RUN TestTemplatedConfig [2022-06-03T10:38:17.459Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-03T10:38:17.459Z] === RUN TestConfigCreateResolve [2022-06-03T10:38:17.459Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-03T10:38:17.459Z] PASS [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === Skipped [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-03T10:38:17.459Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-06-03T10:38:17.459Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-03T10:38:17.459Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-03T10:38:17.459Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-03T10:38:17.459Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-03T10:38:17.459Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:38:17.459Z] [2022-06-03T10:38:17.459Z] DONE 6 tests, 6 skipped in 0.227s [2022-06-03T10:38:17.459Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T10:38:17.719Z] INFO: Testing against a local daemon [2022-06-03T10:38:17.719Z] === RUN TestAttachWithTTY [2022-06-03T10:38:17.719Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-03T10:38:17.719Z] === RUN TestAttachWithoutTTy [2022-06-03T10:38:17.968Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2022-06-03T10:38:17.968Z] === RUN TestHealthKillContainer [2022-06-03T10:38:17.980Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-03T10:38:17.980Z] === RUN TestCheckpoint [2022-06-03T10:38:17.980Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:38:17.980Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:17.980Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T10:38:17.980Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T10:38:17.980Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T10:38:17.980Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T10:38:17.980Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T10:38:17.980Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T10:38:17.980Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T10:38:17.980Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T10:38:17.980Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T10:38:17.980Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-03T10:38:17.980Z] === RUN TestCopyEmptyFile [2022-06-03T10:38:18.240Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-03T10:38:18.240Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T10:38:18.240Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-06-03T10:38:18.240Z] === RUN TestCopyFromContainer [2022-06-03T10:38:20.085Z] ok github.com/docker/docker/api/server 0.015s coverage: 7.9% of statements [2022-06-03T10:38:20.873Z] #21 6.540 Reading package lists... [2022-06-03T10:38:22.064Z] #21 11.28 Building dependency tree... [2022-06-03T10:38:22.323Z] #21 12.41 Reading state information... [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer// [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T10:38:22.438Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T10:38:22.698Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T10:38:22.698Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer (4.45s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T10:38:22.698Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-03T10:38:22.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T10:38:22.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:22.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:22.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:22.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:22.698Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:22.698Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:22.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:38:22.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:38:22.698Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:38:22.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T10:38:22.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T10:38:22.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T10:38:22.698Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T10:38:22.698Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T10:38:22.698Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T10:38:22.698Z] === RUN TestCreateWithInvalidEnv [2022-06-03T10:38:22.698Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T10:38:22.698Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T10:38:22.698Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T10:38:22.698Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T10:38:22.698Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T10:38:22.698Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T10:38:22.958Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T10:38:22.958Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T10:38:22.958Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T10:38:22.958Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T10:38:22.958Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T10:38:22.958Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T10:38:22.958Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T10:38:22.958Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T10:38:22.958Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T10:38:22.958Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T10:38:23.695Z] #21 13.62 The following additional packages will be installed: [2022-06-03T10:38:23.695Z] #21 13.62 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T10:38:23.695Z] #21 13.62 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T10:38:23.695Z] #21 13.62 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T10:38:23.695Z] #21 13.62 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T10:38:23.695Z] #21 13.62 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T10:38:23.695Z] #21 13.63 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-03T10:38:23.695Z] #21 13.63 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T10:38:23.695Z] #21 13.65 Suggested packages: [2022-06-03T10:38:23.695Z] #21 13.65 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-03T10:38:23.695Z] #21 13.65 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-03T10:38:23.695Z] #21 13.65 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-03T10:38:23.695Z] #21 13.65 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-03T10:38:23.695Z] #21 13.65 seccomp:ppc64el seccomp:s390x [2022-06-03T10:38:23.695Z] #21 13.65 Recommended packages: [2022-06-03T10:38:23.695Z] #21 13.65 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-03T10:38:23.695Z] #21 13.65 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-03T10:38:23.695Z] #21 13.65 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-03T10:38:23.695Z] #21 13.65 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-03T10:38:23.953Z] #21 14.11 The following NEW packages will be installed: [2022-06-03T10:38:23.953Z] #21 14.11 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T10:38:23.953Z] #21 14.11 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-03T10:38:23.953Z] #21 14.11 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-03T10:38:23.953Z] #21 14.11 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T10:38:23.953Z] #21 14.11 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T10:38:23.953Z] #21 14.11 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T10:38:23.953Z] #21 14.11 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T10:38:23.953Z] #21 14.12 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-03T10:38:23.953Z] #21 14.12 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-03T10:38:23.953Z] #21 14.12 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-03T10:38:23.953Z] #21 14.12 libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T10:38:24.212Z] #21 14.48 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:38:24.212Z] #21 14.48 Need to get 15.9 MB of archives. [2022-06-03T10:38:24.212Z] #21 14.48 After this operation, 73.0 MB of additional disk space will be used. [2022-06-03T10:38:24.212Z] #21 14.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-03T10:38:24.212Z] #21 14.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-03T10:38:24.212Z] #21 14.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-03T10:38:24.212Z] #21 14.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-03T10:38:24.212Z] #21 14.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-03T10:38:24.212Z] #21 14.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-03T10:38:24.212Z] #21 14.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-03T10:38:24.212Z] #21 14.51 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-03T10:38:24.212Z] #21 14.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-03T10:38:24.212Z] #21 14.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-03T10:38:24.212Z] #21 14.55 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-03T10:38:24.212Z] #21 14.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-03T10:38:24.212Z] #21 14.55 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-03T10:38:24.212Z] #21 14.60 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-03T10:38:24.340Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s) [2022-06-03T10:38:24.340Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T10:38:24.470Z] #21 14.60 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-03T10:38:24.470Z] #21 14.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-03T10:38:24.470Z] #21 14.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-03T10:38:24.470Z] #21 14.61 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-03T10:38:24.470Z] #21 14.65 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-03T10:38:24.470Z] #21 14.65 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-03T10:38:24.470Z] #21 14.65 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-03T10:38:24.470Z] #21 14.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-03T10:38:24.470Z] #21 14.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-03T10:38:24.470Z] #21 14.69 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-03T10:38:24.470Z] #21 14.69 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-03T10:38:24.470Z] #21 14.69 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-03T10:38:24.470Z] #21 14.69 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-03T10:38:24.470Z] #21 14.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-03T10:38:24.470Z] #21 14.72 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-03T10:38:24.729Z] #21 14.72 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-03T10:38:24.729Z] #21 14.72 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-03T10:38:24.729Z] #21 14.72 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-03T10:38:24.729Z] #21 14.72 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-03T10:38:24.729Z] #21 14.72 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-03T10:38:24.729Z] #21 14.72 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-03T10:38:24.729Z] #21 14.72 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-03T10:38:24.729Z] #21 14.73 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-03T10:38:24.729Z] #21 14.73 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-03T10:38:24.729Z] #21 14.73 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-03T10:38:24.729Z] #21 14.73 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-03T10:38:24.987Z] #21 15.23 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:38:25.246Z] #21 15.41 Fetched 15.9 MB in 1s (30.0 MB/s) [2022-06-03T10:38:25.246Z] #21 15.45 Selecting previously unselected package gcc-10-base:armel. [2022-06-03T10:38:25.246Z] #21 15.45 (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-03T10:38:25.246Z] #21 15.49 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-03T10:38:25.246Z] #21 15.49 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-03T10:38:25.246Z] #21 15.55 Selecting previously unselected package gcc-10-base:armhf. [2022-06-03T10:38:25.246Z] #21 15.55 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-03T10:38:25.246Z] #21 15.56 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T10:38:25.284Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:25.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:25.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:25.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:25.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:25.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:25.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:25.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:38:25.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:38:25.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:38:25.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:38:25.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:38:25.505Z] #21 15.62 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-03T10:38:25.505Z] #21 15.62 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-03T10:38:25.505Z] #21 15.62 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T10:38:25.505Z] #21 15.68 Selecting previously unselected package gcc-10-base:s390x. [2022-06-03T10:38:25.505Z] #21 15.68 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-03T10:38:25.505Z] #21 15.69 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T10:38:25.505Z] #21 15.74 Selecting previously unselected package gcc-10-base:arm64. [2022-06-03T10:38:25.505Z] #21 15.74 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-03T10:38:25.505Z] #21 15.75 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T10:38:25.505Z] #21 15.82 Selecting previously unselected package libgcc-s1:armel. [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-06-03T10:38:25.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-03T10:38:25.560Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T10:38:25.763Z] #21 15.82 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-03T10:38:25.763Z] #21 15.83 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-03T10:38:25.763Z] #21 15.89 Selecting previously unselected package libcrypt1:armel. [2022-06-03T10:38:25.763Z] #21 15.90 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-03T10:38:25.763Z] #21 15.90 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T10:38:25.763Z] #21 15.99 Selecting previously unselected package libc6:armel. [2022-06-03T10:38:25.763Z] #21 15.99 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-03T10:38:25.838Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-06-03T10:38:25.838Z] === RUN TestCreateDifferentPlatform [2022-06-03T10:38:25.838Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T10:38:25.838Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T10:38:25.838Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T10:38:25.838Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T10:38:25.838Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-03T10:38:25.838Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T10:38:25.838Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-03T10:38:25.838Z] === RUN TestCreateInvalidHostConfig [2022-06-03T10:38:25.838Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:25.838Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:25.838Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:25.838Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:25.838Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:25.838Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:25.838Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:25.838Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:25.838Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:38:25.838Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:38:25.838Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:38:25.838Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:38:25.838Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T10:38:25.838Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T10:38:25.838Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T10:38:25.838Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T10:38:25.838Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T10:38:25.838Z] === RUN TestDaemonRestartIpcMode [2022-06-03T10:38:25.838Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T10:38:25.838Z] === RUN TestDaemonHostGatewayIP [2022-06-03T10:38:25.838Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:38:25.838Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-03T10:38:25.838Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T10:38:25.838Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T10:38:25.838Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T10:38:25.838Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T10:38:25.838Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-03T10:38:25.838Z] === RUN TestDiff [2022-06-03T10:38:26.020Z] #21 16.17 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-03T10:38:26.044Z] --- PASS: TestHealthKillContainer (8.10s) [2022-06-03T10:38:26.044Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T10:38:26.278Z] #21 16.57 Selecting previously unselected package libapparmor1:armel. [2022-06-03T10:38:26.412Z] --- PASS: TestDiff (0.43s) [2022-06-03T10:38:26.412Z] === RUN TestExecWithCloseStdin [2022-06-03T10:38:26.536Z] #21 16.57 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-03T10:38:26.536Z] #21 16.58 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-03T10:38:26.536Z] #21 16.65 Selecting previously unselected package libapparmor-dev:armel. [2022-06-03T10:38:26.536Z] #21 16.65 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-03T10:38:26.536Z] #21 16.65 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T10:38:26.536Z] #21 16.73 Selecting previously unselected package libgcc-s1:arm64. [2022-06-03T10:38:26.536Z] #21 16.73 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-03T10:38:26.536Z] #21 16.75 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T10:38:26.536Z] #21 16.80 Selecting previously unselected package libcrypt1:arm64. [2022-06-03T10:38:26.536Z] #21 16.80 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-03T10:38:26.536Z] #21 16.81 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T10:38:26.605Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-06-03T10:38:26.605Z] === RUN TestIpcModeNone [2022-06-03T10:38:26.794Z] #21 16.90 Selecting previously unselected package libc6:arm64. [2022-06-03T10:38:26.794Z] #21 16.90 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-03T10:38:26.794Z] #21 17.06 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T10:38:26.982Z] --- PASS: TestExecWithCloseStdin (0.54s) [2022-06-03T10:38:26.982Z] === RUN TestExec [2022-06-03T10:38:27.165Z] --- PASS: TestIpcModeNone (0.62s) [2022-06-03T10:38:27.165Z] === RUN TestIpcModePrivate [2022-06-03T10:38:27.360Z] #21 17.49 Selecting previously unselected package libapparmor1:arm64. [2022-06-03T10:38:27.360Z] #21 17.49 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-03T10:38:27.360Z] #21 17.50 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T10:38:27.360Z] #21 17.56 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-03T10:38:27.360Z] #21 17.57 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-03T10:38:27.360Z] #21 17.57 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T10:38:27.552Z] --- PASS: TestExec (0.48s) [2022-06-03T10:38:27.552Z] === RUN TestExecUser [2022-06-03T10:38:27.619Z] #21 17.64 Selecting previously unselected package libgcc-s1:s390x. [2022-06-03T10:38:27.619Z] #21 17.64 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-03T10:38:27.619Z] #21 17.65 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T10:38:27.619Z] #21 17.70 Selecting previously unselected package libcrypt1:s390x. [2022-06-03T10:38:27.619Z] #21 17.71 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-03T10:38:27.619Z] #21 17.71 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T10:38:27.619Z] #21 17.80 Selecting previously unselected package libc6:s390x. [2022-06-03T10:38:27.619Z] #21 17.82 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-03T10:38:27.725Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-06-03T10:38:27.813Z] --- PASS: TestExecUser (0.50s) [2022-06-03T10:38:27.813Z] === RUN TestExportContainerAndImportImage [2022-06-03T10:38:27.878Z] #21 17.99 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T10:38:27.981Z] --- PASS: TestIpcModePrivate (0.65s) [2022-06-03T10:38:27.981Z] === RUN TestIpcModeShareable [2022-06-03T10:38:28.136Z] #21 18.50 Selecting previously unselected package libapparmor1:s390x. [2022-06-03T10:38:28.236Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-06-03T10:38:28.384Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-03T10:38:28.384Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T10:38:28.394Z] #21 18.51 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-03T10:38:28.394Z] #21 18.51 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-03T10:38:28.394Z] #21 18.57 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-03T10:38:28.394Z] #21 18.58 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-03T10:38:28.394Z] #21 18.59 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T10:38:28.492Z] --- PASS: TestIpcModeShareable (0.61s) [2022-06-03T10:38:28.492Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T10:38:28.652Z] #21 18.65 Selecting previously unselected package libgcc-s1:armhf. [2022-06-03T10:38:28.652Z] #21 18.66 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-03T10:38:28.652Z] #21 18.67 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T10:38:28.652Z] #21 18.71 Selecting previously unselected package libcrypt1:armhf. [2022-06-03T10:38:28.652Z] #21 18.72 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-03T10:38:28.652Z] #21 18.72 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T10:38:28.652Z] #21 18.83 Selecting previously unselected package libc6:armhf. [2022-06-03T10:38:28.652Z] #21 18.83 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-03T10:38:28.910Z] #21 19.03 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T10:38:29.169Z] #21 19.44 Selecting previously unselected package libapparmor1:armhf. [2022-06-03T10:38:29.169Z] #21 19.44 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-03T10:38:29.169Z] #21 19.45 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-03T10:38:29.169Z] #21 19.50 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-03T10:38:29.169Z] #21 19.50 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-03T10:38:29.169Z] #21 19.51 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T10:38:29.427Z] #21 19.58 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-03T10:38:29.427Z] #21 19.59 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-03T10:38:29.427Z] #21 19.60 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T10:38:29.427Z] #21 19.65 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-03T10:38:29.427Z] #21 19.66 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-03T10:38:29.427Z] #21 19.66 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T10:38:29.686Z] #21 19.76 Selecting previously unselected package libc6:ppc64el. [2022-06-03T10:38:29.686Z] #21 19.77 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-03T10:38:29.686Z] #21 19.96 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T10:38:29.767Z] --- PASS: TestExportContainerAfterDaemonRestart (1.34s) [2022-06-03T10:38:29.767Z] === RUN TestHealthCheckWorkdir [2022-06-03T10:38:30.252Z] #21 20.54 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-03T10:38:30.252Z] #21 20.55 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-03T10:38:30.252Z] #21 20.55 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T10:38:30.252Z] #21 20.61 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-03T10:38:30.337Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-03T10:38:30.337Z] === RUN TestHealthKillContainer [2022-06-03T10:38:30.378Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2022-06-03T10:38:30.379Z] === RUN TestAPIIpcModeHost [2022-06-03T10:38:30.510Z] #21 20.62 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-03T10:38:30.510Z] #21 20.62 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T10:38:30.510Z] #21 20.70 Selecting previously unselected package libseccomp2:s390x. [2022-06-03T10:38:30.510Z] #21 20.71 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T10:38:30.510Z] #21 20.71 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T10:38:30.510Z] #21 20.77 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-03T10:38:30.510Z] #21 20.77 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T10:38:30.510Z] #21 20.78 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T10:38:30.634Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-06-03T10:38:30.634Z] === RUN TestDaemonIpcModeShareable [2022-06-03T10:38:30.768Z] #21 20.92 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-03T10:38:30.768Z] #21 20.92 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T10:38:30.768Z] #21 20.93 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T10:38:30.768Z] #21 21.05 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-03T10:38:30.768Z] #21 21.06 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T10:38:30.768Z] #21 21.07 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T10:38:30.768Z] #21 21.16 Selecting previously unselected package libseccomp2:armhf. [2022-06-03T10:38:31.026Z] #21 21.17 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T10:38:31.026Z] #21 21.17 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.026Z] #21 21.23 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-03T10:38:31.026Z] #21 21.24 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T10:38:31.026Z] #21 21.25 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.284Z] #21 21.32 Selecting previously unselected package libseccomp2:armel. [2022-06-03T10:38:31.284Z] #21 21.33 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T10:38:31.284Z] #21 21.33 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.284Z] #21 21.38 Selecting previously unselected package libseccomp-dev:armel. [2022-06-03T10:38:31.284Z] #21 21.39 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T10:38:31.284Z] #21 21.40 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.284Z] #21 21.48 Selecting previously unselected package libseccomp2:arm64. [2022-06-03T10:38:31.284Z] #21 21.49 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T10:38:31.284Z] #21 21.50 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.284Z] #21 21.55 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-03T10:38:31.284Z] #21 21.55 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T10:38:31.284Z] #21 21.56 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:31.542Z] #21 21.64 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T10:38:31.542Z] #21 21.66 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-03T10:38:31.542Z] #21 21.68 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T10:38:31.542Z] #21 21.69 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T10:38:31.542Z] #21 21.71 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T10:38:31.542Z] #21 21.73 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T10:38:31.542Z] #21 21.74 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T10:38:31.542Z] #21 21.76 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T10:38:31.542Z] #21 21.78 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T10:38:31.542Z] #21 21.80 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T10:38:31.542Z] #21 21.82 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T10:38:31.800Z] #21 21.85 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-03T10:38:31.801Z] #21 21.87 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T10:38:31.801Z] #21 21.89 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T10:38:31.801Z] #21 21.90 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T10:38:31.801Z] #21 21.92 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T10:38:31.999Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T10:38:31.999Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2022-06-03T10:38:31.999Z] === RUN TestDaemonIpcModePrivate [2022-06-03T10:38:32.924Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T10:38:33.175Z] #21 23.19 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-03T10:38:33.179Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-06-03T10:38:33.179Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T10:38:34.105Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T10:38:34.361Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2022-06-03T10:38:34.361Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T10:38:34.550Z] #21 24.42 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T10:38:35.286Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T10:38:35.485Z] #21 25.66 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T10:38:35.542Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.21s) [2022-06-03T10:38:35.542Z] === RUN TestIpcModeOlderClient [2022-06-03T10:38:35.542Z] === PAUSE TestIpcModeOlderClient [2022-06-03T10:38:35.542Z] === RUN TestKillContainerInvalidSignal [2022-06-03T10:38:36.103Z] --- PASS: TestKillContainerInvalidSignal (0.47s) [2022-06-03T10:38:36.103Z] === RUN TestKillContainer [2022-06-03T10:38:36.103Z] === RUN TestKillContainer/no_signal [2022-06-03T10:38:36.358Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T10:38:36.614Z] === RUN TestKillContainer/killing_signal [2022-06-03T10:38:36.866Z] #21 26.88 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T10:38:37.539Z] --- PASS: TestKillContainer (1.32s) [2022-06-03T10:38:37.539Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-06-03T10:38:37.539Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-06-03T10:38:37.539Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-03T10:38:37.539Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T10:38:37.539Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T10:38:37.795Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T10:38:37.800Z] #21 28.09 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T10:38:37.800Z] #21 28.11 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.12 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.15 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.17 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.19 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.21 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.22 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.24 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.26 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.28 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.29 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.31 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.33 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.34 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T10:38:38.058Z] #21 28.36 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.37 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.39 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.40 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.42 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T10:38:38.058Z] #21 28.43 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:38:38.462Z] --- PASS: TestHealthKillContainer (7.84s) [2022-06-03T10:38:38.462Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T10:38:38.462Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T10:38:38.462Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T10:38:38.462Z] === RUN TestIpcModeNone [2022-06-03T10:38:38.624Z] #21 DONE 28.7s [2022-06-03T10:38:38.625Z] [2022-06-03T10:38:38.625Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T10:38:38.625Z] #66 sha256:6a590dc2d38edb7f10d70f175e165e4a87e7d6421eb9f695712c4d3721e8969e [2022-06-03T10:38:38.721Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-06-03T10:38:38.721Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-06-03T10:38:38.721Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-06-03T10:38:38.721Z] === RUN TestKillStoppedContainer [2022-06-03T10:38:38.721Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-03T10:38:38.721Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T10:38:38.721Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T10:38:38.721Z] === RUN TestKillDifferentUserContainer [2022-06-03T10:38:38.722Z] --- PASS: TestIpcModeNone (0.48s) [2022-06-03T10:38:38.722Z] === RUN TestIpcModePrivate [2022-06-03T10:38:38.885Z] #66 DONE 0.2s [2022-06-03T10:38:38.885Z] [2022-06-03T10:38:38.885Z] #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-03T10:38:38.885Z] #67 sha256:c1ebc689a6f16d4d8f8438d28ecd5c87c1b1889d27c239db458251746ea4fec8 [2022-06-03T10:38:38.976Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-03T10:38:38.976Z] === RUN TestInspectOomKilledTrue [2022-06-03T10:38:38.976Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T10:38:38.976Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T10:38:38.976Z] === RUN TestInspectOomKilledFalse [2022-06-03T10:38:38.982Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-06-03T10:38:39.242Z] --- PASS: TestIpcModePrivate (0.49s) [2022-06-03T10:38:39.242Z] === RUN TestIpcModeShareable [2022-06-03T10:38:39.242Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:38:39.242Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-03T10:38:39.242Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T10:38:39.537Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-06-03T10:38:39.537Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T10:38:39.793Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-06-03T10:38:39.793Z] === RUN TestLinksContainerNames [2022-06-03T10:38:39.821Z] #67 ... [2022-06-03T10:38:39.821Z] [2022-06-03T10:38:39.821Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T10:38:39.821Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f [2022-06-03T10:38:39.821Z] #22 DONE 1.1s [2022-06-03T10:38:39.821Z] [2022-06-03T10:38:39.821Z] #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-03T10:38:39.821Z] #67 sha256:c1ebc689a6f16d4d8f8438d28ecd5c87c1b1889d27c239db458251746ea4fec8 [2022-06-03T10:38:39.821Z] #67 1.029 + RM_GOPATH=0 [2022-06-03T10:38:39.821Z] #67 1.029 + TMP_GOPATH= [2022-06-03T10:38:39.821Z] #67 1.029 + : /build [2022-06-03T10:38:39.821Z] #67 1.029 + '[' -z '' ']' [2022-06-03T10:38:39.821Z] #67 1.031 ++ mktemp -d [2022-06-03T10:38:39.821Z] #67 1.031 + export GOPATH=/tmp/tmp.FuSYH0DVWA [2022-06-03T10:38:39.821Z] #67 1.031 + GOPATH=/tmp/tmp.FuSYH0DVWA [2022-06-03T10:38:39.821Z] #67 1.031 + RM_GOPATH=1 [2022-06-03T10:38:39.821Z] #67 1.031 + case "$(go env GOARCH)" in [2022-06-03T10:38:39.821Z] #67 1.031 ++ go env GOARCH [2022-06-03T10:38:39.821Z] #67 1.055 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T10:38:39.821Z] #67 1.055 + GO_BUILDMODE=-buildmode=pie [2022-06-03T10:38:39.821Z] #67 1.055 ++ dirname /install.sh [2022-06-03T10:38:39.821Z] #67 1.055 + dir=/ [2022-06-03T10:38:39.821Z] #67 1.055 + bin=runc [2022-06-03T10:38:39.821Z] #67 1.055 + shift [2022-06-03T10:38:39.821Z] #67 1.055 + '[' '!' -f //runc.installer ']' [2022-06-03T10:38:39.821Z] #67 1.055 + . //runc.installer [2022-06-03T10:38:39.821Z] #67 1.055 ++ set -e [2022-06-03T10:38:39.821Z] #67 1.055 ++ : v1.1.2 [2022-06-03T10:38:39.821Z] #67 1.055 + install_runc [2022-06-03T10:38:39.821Z] #67 1.055 + RUNC_BUILDTAGS=seccomp [2022-06-03T10:38:39.821Z] #67 1.055 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T10:38:39.821Z] #67 1.055 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FuSYH0DVWA/src/github.com/opencontainers/runc [2022-06-03T10:38:39.821Z] #67 1.055 Cloning into '/tmp/tmp.FuSYH0DVWA/src/github.com/opencontainers/runc'... [2022-06-03T10:38:39.821Z] #67 1.055 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T10:38:40.624Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.52s) [2022-06-03T10:38:40.624Z] === RUN TestAPIIpcModeHost [2022-06-03T10:38:40.624Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:38:40.624Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-03T10:38:40.624Z] === RUN TestDaemonIpcModeShareable [2022-06-03T10:38:40.624Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:38:40.624Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-03T10:38:40.624Z] === RUN TestDaemonIpcModePrivate [2022-06-03T10:38:40.719Z] --- PASS: TestLinksContainerNames (0.87s) [2022-06-03T10:38:40.719Z] === RUN TestLogsFollowTailEmpty [2022-06-03T10:38:40.754Z] #67 ... [2022-06-03T10:38:40.754Z] [2022-06-03T10:38:40.754Z] #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-03T10:38:40.754Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22 [2022-06-03T10:38:40.754Z] #23 DONE 0.9s [2022-06-03T10:38:40.754Z] [2022-06-03T10:38:40.754Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T10:38:40.754Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466 [2022-06-03T10:38:41.280Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-03T10:38:41.280Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T10:38:41.535Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/default [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/private [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/slave [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/shared [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T10:38:41.535Z] === CONT TestMountDaemonRoot/default [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:41.535Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:41.535Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:41.535Z] === CONT TestMountDaemonRoot/shared [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:41.535Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T10:38:41.535Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:41.535Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/slave [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/private [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:41.536Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:41.536Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:41.536Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:41.569Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-03T10:38:41.694Z] #24 0.859 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T10:38:41.694Z] #24 DONE 1.0s [2022-06-03T10:38:41.694Z] [2022-06-03T10:38:41.694Z] #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-03T10:38:41.694Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:38:41.694Z] #71 ... [2022-06-03T10:38:41.694Z] [2022-06-03T10:38:41.694Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T10:38:41.694Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234 [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:41.792Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:41.829Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-06-03T10:38:41.829Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T10:38:41.829Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:38:41.829Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T10:38:41.829Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T10:38:41.829Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:38:41.829Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T10:38:41.829Z] === RUN TestIpcModeOlderClient [2022-06-03T10:38:41.829Z] === PAUSE TestIpcModeOlderClient [2022-06-03T10:38:41.829Z] === RUN TestKillContainerInvalidSignal [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:42.048Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T10:38:42.048Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-06-03T10:38:42.048Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T10:38:42.400Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-06-03T10:38:42.400Z] === RUN TestKillContainer [2022-06-03T10:38:42.400Z] === RUN TestKillContainer/no_signal [2022-06-03T10:38:42.627Z] #25 DONE 0.9s [2022-06-03T10:38:42.627Z] [2022-06-03T10:38:42.627Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T10:38:42.627Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836 [2022-06-03T10:38:42.660Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T10:38:42.920Z] === RUN TestKillContainer/killing_signal [2022-06-03T10:38:43.412Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-06-03T10:38:43.412Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T10:38:43.564Z] #26 DONE 1.0s [2022-06-03T10:38:43.564Z] [2022-06-03T10:38:43.564Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T10:38:43.564Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df [2022-06-03T10:38:43.859Z] --- PASS: TestKillContainer (1.33s) [2022-06-03T10:38:43.859Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-03T10:38:43.859Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-03T10:38:43.859Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-06-03T10:38:43.859Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T10:38:43.859Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T10:38:43.974Z] --- PASS: TestContainerVolumesMountedAsShared (0.56s) [2022-06-03T10:38:43.974Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T10:38:44.229Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2022-06-03T10:38:44.229Z] === RUN TestNetworkNat [2022-06-03T10:38:44.430Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T10:38:44.691Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2022-06-03T10:38:44.691Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.62s) [2022-06-03T10:38:44.691Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-06-03T10:38:44.691Z] === RUN TestKillStoppedContainer [2022-06-03T10:38:44.691Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T10:38:44.691Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T10:38:44.691Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-03T10:38:44.691Z] === RUN TestKillDifferentUserContainer [2022-06-03T10:38:44.790Z] --- PASS: TestNetworkNat (0.42s) [2022-06-03T10:38:44.790Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T10:38:44.939Z] #27 DONE 1.1s [2022-06-03T10:38:44.939Z] [2022-06-03T10:38:44.939Z] #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-03T10:38:44.939Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T10:38:45.045Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-03T10:38:45.045Z] === RUN TestNetworkLoopbackNat [2022-06-03T10:38:45.262Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-06-03T10:38:45.262Z] === RUN TestInspectOomKilledTrue [2022-06-03T10:38:45.262Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:38:45.262Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T10:38:45.262Z] === RUN TestInspectOomKilledFalse [2022-06-03T10:38:45.262Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:38:45.262Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T10:38:45.262Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T10:38:45.262Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T10:38:45.262Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T10:38:45.262Z] === RUN TestLinksContainerNames [2022-06-03T10:38:45.872Z] #28 1.155 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T10:38:45.872Z] #28 1.170 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T10:38:45.872Z] #28 1.175 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T10:38:45.872Z] #28 1.397 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T10:38:46.204Z] --- PASS: TestLinksContainerNames (0.85s) [2022-06-03T10:38:46.204Z] === RUN TestLogsFollowTailEmpty [2022-06-03T10:38:46.440Z] #28 1.677 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T10:38:46.440Z] #28 2.013 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T10:38:46.464Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-06-03T10:38:46.464Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T10:38:46.698Z] #28 2.290 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T10:38:47.035Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/default [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/private [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/slave [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/shared [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/default [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/private [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:38:47.035Z] === CONT TestMountDaemonRoot/shared [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:47.035Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:47.035Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/slave [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:47.036Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:47.036Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T10:38:47.036Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:38:47.263Z] #28 2.704 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:38:47.312Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:38:47.521Z] #28 3.005 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T10:38:47.573Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T10:38:47.573Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T10:38:47.573Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T10:38:47.573Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T10:38:47.573Z] 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-03T10:38:47.573Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-03T10:38:47.573Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T10:38:47.573Z] 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-03T10:38:47.573Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T10:38:47.573Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T10:38:47.573Z] 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-03T10:38:47.573Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T10:38:47.573Z] === RUN TestNetworkNat [2022-06-03T10:38:48.087Z] #28 3.369 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T10:38:48.087Z] #28 3.369 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T10:38:48.087Z] #28 3.369 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T10:38:48.087Z] #28 3.370 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T10:38:48.087Z] #28 3.373 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T10:38:48.087Z] #28 3.373 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T10:38:48.087Z] #28 3.381 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T10:38:48.087Z] #28 3.382 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T10:38:48.087Z] #28 3.382 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T10:38:48.087Z] #28 3.389 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T10:38:48.087Z] #28 3.389 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T10:38:48.087Z] #28 3.390 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T10:38:48.143Z] --- PASS: TestNetworkNat (0.57s) [2022-06-03T10:38:48.143Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T10:38:48.306Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-06-03T10:38:48.306Z] === RUN TestPause [2022-06-03T10:38:48.306Z] --- PASS: TestPause (0.46s) [2022-06-03T10:38:48.306Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T10:38:48.306Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:38:48.306Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:38:48.306Z] === RUN TestPauseStopPausedContainer [2022-06-03T10:38:48.403Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-06-03T10:38:48.403Z] === RUN TestNetworkLoopbackNat [2022-06-03T10:38:48.868Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-06-03T10:38:48.868Z] === RUN TestPidHost [2022-06-03T10:38:49.794Z] --- PASS: TestPidHost (0.98s) [2022-06-03T10:38:49.794Z] === RUN TestPsFilter [2022-06-03T10:38:49.794Z] --- PASS: TestPsFilter (0.11s) [2022-06-03T10:38:49.794Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T10:38:50.355Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-06-03T10:38:50.355Z] === RUN TestRemoveContainerWithVolume [2022-06-03T10:38:50.610Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2022-06-03T10:38:50.610Z] === RUN TestRemoveContainerRunning [2022-06-03T10:38:51.172Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-06-03T10:38:51.172Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T10:38:51.428Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-03T10:38:51.428Z] === RUN TestRemoveInvalidContainer [2022-06-03T10:38:51.684Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T10:38:51.684Z] === RUN TestRenameLinkedContainer [2022-06-03T10:38:51.698Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-06-03T10:38:51.698Z] === RUN TestPause [2022-06-03T10:38:51.698Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:38:51.698Z] --- SKIP: TestPause (0.00s) [2022-06-03T10:38:51.698Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T10:38:51.698Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:38:51.698Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:38:51.698Z] === RUN TestPauseStopPausedContainer [2022-06-03T10:38:51.698Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:38:51.698Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-03T10:38:51.698Z] === RUN TestPidHost [2022-06-03T10:38:51.958Z] --- PASS: TestPidHost (0.96s) [2022-06-03T10:38:51.958Z] === RUN TestPsFilter [2022-06-03T10:38:52.219Z] --- PASS: TestPsFilter (0.14s) [2022-06-03T10:38:52.219Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T10:38:52.789Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-03T10:38:52.789Z] === RUN TestRemoveContainerWithVolume [2022-06-03T10:38:53.050Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-06-03T10:38:53.050Z] === RUN TestRemoveContainerRunning [2022-06-03T10:38:53.571Z] --- PASS: TestRenameLinkedContainer (1.81s) [2022-06-03T10:38:53.571Z] === RUN TestRenameStoppedContainer [2022-06-03T10:38:53.620Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-06-03T10:38:53.620Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T10:38:53.827Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-06-03T10:38:53.827Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T10:38:53.881Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-06-03T10:38:53.881Z] === RUN TestRemoveInvalidContainer [2022-06-03T10:38:53.881Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T10:38:53.881Z] === RUN TestRenameLinkedContainer [2022-06-03T10:38:54.640Z] #28 ... [2022-06-03T10:38:54.640Z] [2022-06-03T10:38:54.640Z] #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-03T10:38:54.640Z] #67 sha256:c1ebc689a6f16d4d8f8438d28ecd5c87c1b1889d27c239db458251746ea4fec8 [2022-06-03T10:38:54.640Z] #67 5.347 + cd /tmp/tmp.FuSYH0DVWA/src/github.com/opencontainers/runc [2022-06-03T10:38:54.640Z] #67 5.347 + git checkout -q v1.1.2 [2022-06-03T10:38:54.640Z] #67 5.636 + '[' -z '' ']' [2022-06-03T10:38:54.640Z] #67 5.636 + target=static [2022-06-03T10:38:54.640Z] #67 5.637 + make BUILDTAGS=seccomp static [2022-06-03T10:38:54.640Z] #67 5.820 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-03T10:38:54.754Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2022-06-03T10:38:54.754Z] === RUN TestRenameInvalidName [2022-06-03T10:38:55.315Z] --- PASS: TestRenameInvalidName (0.45s) [2022-06-03T10:38:55.315Z] === RUN TestRenameAnonymousContainer [2022-06-03T10:38:55.791Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-06-03T10:38:55.791Z] === RUN TestRenameStoppedContainer [2022-06-03T10:38:56.052Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-03T10:38:56.052Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T10:38:56.995Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-06-03T10:38:56.995Z] === RUN TestRenameInvalidName [2022-06-03T10:38:57.202Z] --- PASS: TestRenameAnonymousContainer (1.66s) [2022-06-03T10:38:57.202Z] === RUN TestRenameContainerWithSameName [2022-06-03T10:38:57.202Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-06-03T10:38:57.202Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T10:38:57.255Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-03T10:38:57.255Z] === RUN TestRenameAnonymousContainer [2022-06-03T10:38:58.128Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2022-06-03T10:38:58.128Z] === RUN TestResize [2022-06-03T10:38:58.689Z] --- PASS: TestResize (0.41s) [2022-06-03T10:38:58.689Z] === RUN TestResizeWithInvalidSize [2022-06-03T10:38:58.944Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-03T10:38:58.944Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T10:38:59.165Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-06-03T10:38:59.165Z] === RUN TestRenameContainerWithSameName [2022-06-03T10:38:59.165Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-06-03T10:38:59.165Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T10:38:59.505Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:38:59.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:38:59.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:38:59.505Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:38:59.505Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:38:59.901Z] #67 ... [2022-06-03T10:38:59.901Z] [2022-06-03T10:38:59.901Z] #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-03T10:38:59.901Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T10:38:59.901Z] #28 14.50 Fetched 49.0 MB in 14s (3587 kB/s) [2022-06-03T10:39:00.104Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-06-03T10:39:00.104Z] === RUN TestResize [2022-06-03T10:39:00.674Z] --- PASS: TestResize (0.42s) [2022-06-03T10:39:00.674Z] === RUN TestResizeWithInvalidSize [2022-06-03T10:39:00.935Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-03T10:39:00.935Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T10:39:01.394Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:39:01.505Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-06-03T10:39:01.505Z] === RUN TestDaemonRestartKillContainers [2022-06-03T10:39:01.505Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T10:39:01.505Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-03T10:39:01.505Z] === RUN TestCgroupNamespacesRun [2022-06-03T10:39:02.446Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-06-03T10:39:02.446Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T10:39:02.777Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:39:03.706Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:39:03.706Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:39:03.830Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s) [2022-06-03T10:39:03.830Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T10:39:04.771Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-03T10:39:04.771Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T10:39:05.113Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:39:05.113Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:39:06.154Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-06-03T10:39:06.154Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T10:39:06.473Z] #28 14.50 Reading package lists... [2022-06-03T10:39:07.097Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-06-03T10:39:07.097Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T10:39:08.495Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-03T10:39:08.495Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T10:39:09.065Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-06-03T10:39:09.065Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T10:39:09.275Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:39:09.275Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:39:10.446Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-03T10:39:10.446Z] === RUN TestNISDomainname [2022-06-03T10:39:10.446Z] 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-03T10:39:10.446Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-03T10:39:10.446Z] === RUN TestHostnameDnsResolution [2022-06-03T10:39:11.017Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-06-03T10:39:11.017Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T10:39:11.017Z] 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-03T10:39:11.017Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T10:39:11.017Z] === RUN TestPrivilegedHostDevices [2022-06-03T10:39:11.166Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:39:11.277Z] --- PASS: TestPrivilegedHostDevices (0.45s) [2022-06-03T10:39:11.277Z] === RUN TestConsoleSize [2022-06-03T10:39:11.846Z] --- PASS: TestConsoleSize (0.44s) [2022-06-03T10:39:11.846Z] === RUN TestStats [2022-06-03T10:39:11.846Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:11.846Z] --- SKIP: TestStats (0.00s) [2022-06-03T10:39:11.846Z] === RUN TestStopContainerWithTimeout [2022-06-03T10:39:11.846Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T10:39:11.846Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T10:39:11.846Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T10:39:11.846Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T10:39:11.846Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T10:39:11.846Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T10:39:11.846Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T10:39:11.846Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T10:39:11.846Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T10:39:11.846Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T10:39:12.416Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T10:39:13.035Z] #28 21.09 Reading package lists... [2022-06-03T10:39:13.053Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:39:13.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:39:13.971Z] #28 27.75 Building dependency tree... [2022-06-03T10:39:13.971Z] #28 29.25 Reading state information... [2022-06-03T10:39:14.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:39:14.956Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T10:39:14.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:39:15.347Z] #28 30.53 bzip2 is already the newest version (1.0.8-4). [2022-06-03T10:39:15.347Z] #28 30.53 patch is already the newest version (2.7.6-7). [2022-06-03T10:39:15.347Z] #28 30.53 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-03T10:39:15.347Z] #28 30.53 The following additional packages will be installed: [2022-06-03T10:39:15.347Z] #28 30.53 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T10:39:15.347Z] #28 30.54 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-03T10:39:15.347Z] #28 30.54 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T10:39:15.347Z] #28 30.54 python3-pkg-resources vim-runtime xxd [2022-06-03T10:39:15.347Z] #28 30.56 Suggested packages: [2022-06-03T10:39:15.347Z] #28 30.56 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-03T10:39:15.347Z] #28 30.56 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-03T10:39:15.347Z] #28 30.56 Recommended packages: [2022-06-03T10:39:15.347Z] #28 30.56 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T10:39:15.895Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T10:39:15.895Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-06-03T10:39:15.895Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-06-03T10:39:15.895Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-06-03T10:39:15.895Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-06-03T10:39:15.895Z] === RUN TestDeleteDevicemapper [2022-06-03T10:39:15.895Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:39:15.895Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T10:39:15.895Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T10:39:16.342Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:39:16.721Z] #28 31.98 The following NEW packages will be installed: [2022-06-03T10:39:16.721Z] #28 31.98 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-03T10:39:16.721Z] #28 31.99 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T10:39:16.721Z] #28 31.99 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-03T10:39:16.721Z] #28 31.99 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-06-03T10:39:16.721Z] #28 31.99 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-03T10:39:16.721Z] #28 31.99 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-03T10:39:16.721Z] #28 31.99 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-03T10:39:16.979Z] #28 32.43 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T10:39:16.979Z] #28 32.43 Need to get 18.6 MB of archives. [2022-06-03T10:39:16.979Z] #28 32.43 After this operation, 71.4 MB of additional disk space will be used. [2022-06-03T10:39:16.979Z] #28 32.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T10:39:16.979Z] #28 32.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T10:39:16.979Z] #28 32.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T10:39:16.979Z] #28 32.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T10:39:16.979Z] #28 32.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T10:39:16.979Z] #28 32.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T10:39:16.979Z] #28 32.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T10:39:16.979Z] #28 32.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T10:39:16.979Z] #28 32.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T10:39:16.979Z] #28 32.47 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-03T10:39:17.237Z] #28 32.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T10:39:17.237Z] #28 32.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T10:39:17.237Z] #28 32.49 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T10:39:17.237Z] #28 32.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T10:39:17.237Z] #28 32.49 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T10:39:17.237Z] #28 32.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T10:39:17.237Z] #28 32.50 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T10:39:17.237Z] #28 32.50 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T10:39:17.237Z] #28 32.51 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T10:39:17.237Z] #28 32.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T10:39:17.237Z] #28 32.52 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-03T10:39:17.237Z] #28 32.52 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-03T10:39:17.237Z] #28 32.68 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-03T10:39:17.237Z] #28 32.68 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T10:39:17.237Z] #28 32.69 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-03T10:39:17.237Z] #28 32.73 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T10:39:17.279Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.37s) [2022-06-03T10:39:17.279Z] === RUN TestUpdateMemory [2022-06-03T10:39:17.279Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:17.279Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T10:39:17.279Z] === RUN TestUpdateCPUQuota [2022-06-03T10:39:17.279Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:17.279Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-03T10:39:17.279Z] === RUN TestUpdatePidsLimit [2022-06-03T10:39:17.279Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:17.279Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-03T10:39:17.279Z] === RUN TestUpdateRestartPolicy [2022-06-03T10:39:17.495Z] #28 32.73 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T10:39:17.495Z] #28 32.73 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T10:39:17.495Z] #28 32.73 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T10:39:17.495Z] #28 32.75 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T10:39:17.495Z] #28 32.75 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T10:39:17.495Z] #28 32.75 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T10:39:17.495Z] #28 32.77 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T10:39:17.495Z] #28 32.78 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T10:39:17.495Z] #28 32.78 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-03T10:39:17.495Z] #28 32.87 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T10:39:17.495Z] #28 32.90 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T10:39:17.495Z] #28 32.92 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T10:39:17.495Z] #28 32.92 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T10:39:18.062Z] #28 33.60 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s) [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.32s) [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-06-03T10:39:18.231Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.64s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.31s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.38s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.90s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s) [2022-06-03T10:39:18.232Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s) [2022-06-03T10:39:18.232Z] === RUN TestCgroupNamespacesRun [2022-06-03T10:39:18.320Z] #28 33.87 Fetched 18.6 MB in 1s (23.3 MB/s) [2022-06-03T10:39:18.578Z] #28 33.92 Selecting previously unselected package pigz. [2022-06-03T10:39:18.578Z] #28 33.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 ... 40117 files and directories currently installed.) [2022-06-03T10:39:18.578Z] #28 34.00 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T10:39:18.578Z] #28 34.01 Unpacking pigz (2.6-1) ... [2022-06-03T10:39:18.578Z] #28 34.08 Selecting previously unselected package libelf1:amd64. [2022-06-03T10:39:18.837Z] #28 34.09 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T10:39:18.837Z] #28 34.10 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T10:39:18.837Z] #28 34.25 Selecting previously unselected package libbpf0:amd64. [2022-06-03T10:39:18.837Z] #28 34.25 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T10:39:18.837Z] #28 34.26 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T10:39:18.837Z] #28 34.35 Selecting previously unselected package libcap2:amd64. [2022-06-03T10:39:19.096Z] #28 34.35 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T10:39:19.096Z] #28 34.36 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T10:39:19.096Z] #28 34.42 Selecting previously unselected package libmnl0:amd64. [2022-06-03T10:39:19.096Z] #28 34.42 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T10:39:19.096Z] #28 34.43 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T10:39:19.096Z] #28 34.49 Selecting previously unselected package libxtables12:amd64. [2022-06-03T10:39:19.096Z] #28 34.49 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T10:39:19.096Z] #28 34.50 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T10:39:19.096Z] #28 34.56 Selecting previously unselected package libcap2-bin. [2022-06-03T10:39:19.096Z] #28 34.56 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T10:39:19.096Z] #28 34.58 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T10:39:19.160Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2022-06-03T10:39:19.160Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T10:39:19.160Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T10:39:19.160Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T10:39:19.160Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T10:39:19.354Z] #28 34.66 Selecting previously unselected package iproute2. [2022-06-03T10:39:19.354Z] #28 34.66 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T10:39:19.354Z] #28 34.67 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T10:39:19.354Z] #28 34.92 Selecting previously unselected package xxd. [2022-06-03T10:39:19.354Z] #28 34.92 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:39:19.612Z] #28 34.93 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:19.612Z] #28 35.02 Selecting previously unselected package vim-common. [2022-06-03T10:39:19.612Z] #28 35.03 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:39:19.612Z] #28 35.05 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:19.871Z] #28 35.18 Selecting previously unselected package bash-completion. [2022-06-03T10:39:19.871Z] #28 35.18 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T10:39:20.523Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-03T10:39:20.523Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T10:39:20.805Z] #28 36.21 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T10:39:21.063Z] #28 36.44 Selecting previously unselected package apparmor. [2022-06-03T10:39:21.063Z] #28 36.44 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T10:39:21.063Z] #28 36.48 Unpacking apparmor (2.13.6-10) ... [2022-06-03T10:39:21.321Z] #28 36.76 Selecting previously unselected package inetutils-ping. [2022-06-03T10:39:21.321Z] #28 36.77 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T10:39:21.321Z] #28 36.78 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T10:39:21.321Z] #28 36.87 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T10:39:21.547Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s) [2022-06-03T10:39:21.547Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T10:39:21.579Z] #28 36.88 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T10:39:21.579Z] #28 36.89 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T10:39:21.579Z] #28 36.95 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T10:39:21.579Z] #28 36.95 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T10:39:21.579Z] #28 36.96 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T10:39:21.579Z] #28 37.02 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T10:39:21.579Z] #28 37.02 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T10:39:21.579Z] #28 37.04 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T10:39:21.579Z] #28 37.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T10:39:21.579Z] #28 37.10 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T10:39:21.579Z] #28 37.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T10:39:21.837Z] #28 37.20 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T10:39:21.837Z] #28 37.21 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T10:39:21.837Z] #28 37.22 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T10:39:21.837Z] #28 37.30 Selecting previously unselected package iptables. [2022-06-03T10:39:21.837Z] #28 37.32 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-03T10:39:21.837Z] #28 37.33 Unpacking iptables (1.8.7-1) ... [2022-06-03T10:39:22.096Z] #28 37.51 Selecting previously unselected package libonig5:amd64. [2022-06-03T10:39:22.096Z] #28 37.52 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T10:39:22.096Z] #28 37.53 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:39:22.354Z] #28 37.62 Selecting previously unselected package libjq1:amd64. [2022-06-03T10:39:22.354Z] #28 37.63 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T10:39:22.354Z] #28 37.64 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:39:22.354Z] #28 37.74 Selecting previously unselected package jq. [2022-06-03T10:39:22.354Z] #28 37.74 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-03T10:39:22.354Z] #28 37.75 Unpacking jq (1.6-2.1) ... [2022-06-03T10:39:22.354Z] #28 37.81 Selecting previously unselected package libaio1:amd64. [2022-06-03T10:39:22.354Z] #28 37.83 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T10:39:22.354Z] #28 37.83 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T10:39:22.354Z] #28 ... [2022-06-03T10:39:22.354Z] [2022-06-03T10:39:22.354Z] #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-03T10:39:22.354Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:22.354Z] #71 100.9 + bin/containerd [2022-06-03T10:39:22.911Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-06-03T10:39:22.911Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T10:39:23.837Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-03T10:39:23.837Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T10:39:24.763Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-03T10:39:24.763Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T10:39:25.690Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-06-03T10:39:25.690Z] === RUN TestNISDomainname [2022-06-03T10:39:26.252Z] --- PASS: TestNISDomainname (0.56s) [2022-06-03T10:39:26.252Z] === RUN TestHostnameDnsResolution [2022-06-03T10:39:27.178Z] --- PASS: TestHostnameDnsResolution (0.76s) [2022-06-03T10:39:27.178Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T10:39:27.622Z] #71 ... [2022-06-03T10:39:27.622Z] [2022-06-03T10:39:27.622Z] #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-03T10:39:27.622Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T10:39:27.622Z] #28 37.89 Selecting previously unselected package libgpm2:amd64. [2022-06-03T10:39:27.622Z] #28 37.89 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 37.90 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T10:39:27.622Z] #28 37.96 Selecting previously unselected package libinih1:amd64. [2022-06-03T10:39:27.622Z] #28 37.96 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 37.97 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T10:39:27.622Z] #28 38.03 Selecting previously unselected package libnet1:amd64. [2022-06-03T10:39:27.622Z] #28 38.05 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 38.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:39:27.622Z] #28 38.13 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T10:39:27.622Z] #28 38.13 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 38.14 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:39:27.622Z] #28 38.22 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T10:39:27.622Z] #28 38.23 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 38.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:39:27.622Z] #28 38.28 Selecting previously unselected package net-tools. [2022-06-03T10:39:27.622Z] #28 38.29 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 38.30 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:39:27.622Z] #28 38.43 Selecting previously unselected package python-pip-whl. [2022-06-03T10:39:27.622Z] #28 38.44 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:39:27.622Z] #28 38.45 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:39:27.622Z] #28 38.80 Selecting previously unselected package python3-lib2to3. [2022-06-03T10:39:27.622Z] #28 38.81 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T10:39:27.622Z] #28 38.82 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:39:27.622Z] #28 38.93 Selecting previously unselected package python3-distutils. [2022-06-03T10:39:27.622Z] #28 38.93 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T10:39:27.622Z] #28 38.94 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T10:39:27.622Z] #28 39.05 Selecting previously unselected package python3-pkg-resources. [2022-06-03T10:39:27.622Z] #28 39.07 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T10:39:27.622Z] #28 39.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:39:27.622Z] #28 39.19 Selecting previously unselected package python3-setuptools. [2022-06-03T10:39:27.622Z] #28 39.20 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T10:39:27.622Z] #28 39.20 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T10:39:27.622Z] #28 39.38 Selecting previously unselected package python3-wheel. [2022-06-03T10:39:27.622Z] #28 39.39 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T10:39:27.622Z] #28 39.39 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T10:39:27.622Z] #28 39.46 Selecting previously unselected package python3-pip. [2022-06-03T10:39:27.622Z] #28 39.47 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T10:39:27.622Z] #28 39.48 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:39:27.622Z] #28 39.70 Selecting previously unselected package sudo. [2022-06-03T10:39:27.622Z] #28 39.71 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 39.71 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T10:39:27.622Z] #28 40.07 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T10:39:27.622Z] #28 40.08 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 40.09 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:39:27.622Z] #28 40.25 Selecting previously unselected package uidmap. [2022-06-03T10:39:27.622Z] #28 40.25 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 40.27 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T10:39:27.622Z] #28 40.39 Selecting previously unselected package vim-runtime. [2022-06-03T10:39:27.622Z] #28 40.40 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T10:39:27.622Z] #28 40.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-03T10:39:27.622Z] #28 40.45 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T10:39:27.622Z] #28 40.46 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:27.622Z] #28 42.19 Selecting previously unselected package vim. [2022-06-03T10:39:27.622Z] #28 42.21 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 42.22 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:27.622Z] #28 42.53 Selecting previously unselected package xfsprogs. [2022-06-03T10:39:27.622Z] #28 42.55 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 42.56 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T10:39:27.622Z] #28 42.83 Selecting previously unselected package zip. [2022-06-03T10:39:27.622Z] #28 42.84 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 42.85 Unpacking zip (3.0-12) ... [2022-06-03T10:39:27.622Z] #28 42.95 Selecting previously unselected package zstd. [2022-06-03T10:39:27.622Z] #28 42.95 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T10:39:27.622Z] #28 42.96 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:39:27.622Z] #28 43.21 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T10:39:27.738Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-03T10:39:27.739Z] === RUN TestPrivilegedHostDevices [2022-06-03T10:39:27.769Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T10:39:27.769Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T10:39:27.769Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 31.9% of statements [2022-06-03T10:39:27.769Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-06-03T10:39:27.769Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T10:39:27.769Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T10:39:27.769Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T10:39:27.995Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-06-03T10:39:27.995Z] === RUN TestConsoleSize [2022-06-03T10:39:28.027Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T10:39:28.027Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T10:39:28.027Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T10:39:28.027Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T10:39:28.285Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T10:39:28.285Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T10:39:28.448Z] #28 43.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T10:39:28.448Z] #28 43.79 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T10:39:28.448Z] #28 43.81 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T10:39:28.448Z] #28 43.83 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T10:39:28.448Z] #28 43.85 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T10:39:28.448Z] #28 43.87 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T10:39:28.448Z] #28 43.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T10:39:28.448Z] #28 43.90 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T10:39:28.448Z] #28 43.92 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T10:39:28.556Z] --- PASS: TestConsoleSize (0.42s) [2022-06-03T10:39:28.556Z] === RUN TestStats [2022-06-03T10:39:28.965Z] #28 44.31 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:28.965Z] #28 44.33 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T10:39:28.965Z] #28 44.35 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T10:39:28.965Z] #28 44.36 Setting up apparmor (2.13.6-10) ... [2022-06-03T10:39:29.220Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T10:39:29.220Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T10:39:29.220Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 6.0% of statements [2022-06-03T10:39:29.478Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T10:39:29.500Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-06-03T10:39:29.500Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T10:39:29.500Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-06-03T10:39:29.500Z] === RUN TestWaitNonBlocked [2022-06-03T10:39:29.500Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:29.500Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:29.500Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:29.500Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:29.500Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:29.500Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:29.500Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T10:39:29.500Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.55s) [2022-06-03T10:39:29.500Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-06-03T10:39:29.500Z] === RUN TestWaitBlocked [2022-06-03T10:39:29.500Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:29.500Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:29.500Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:29.500Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:29.500Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:29.500Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:30.046Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 67.9% of statements [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T10:39:30.046Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T10:39:30.046Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T10:39:30.071Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T10:39:30.071Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-06-03T10:39:30.071Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s) [2022-06-03T10:39:30.071Z] === CONT TestDaemonRestartIpcMode [2022-06-03T10:39:30.071Z] === CONT TestIpcModeOlderClient [2022-06-03T10:39:30.071Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-06-03T10:39:30.071Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T10:39:30.306Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-06-03T10:39:30.306Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T10:39:30.306Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T10:39:30.307Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-03T10:39:30.307Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 77.3% of statements [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T10:39:30.307Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T10:39:30.343Z] #28 45.78 Setting up zip (3.0-12) ... [2022-06-03T10:39:30.343Z] #28 45.79 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:30.343Z] #28 45.83 Setting up bash-completion (1:2.11-2) ... [2022-06-03T10:39:31.066Z] --- PASS: TestStats (2.50s) [2022-06-03T10:39:31.066Z] === RUN TestStopContainerWithTimeout [2022-06-03T10:39:31.066Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T10:39:31.067Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T10:39:31.067Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T10:39:31.067Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T10:39:31.067Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T10:39:31.067Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T10:39:31.067Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T10:39:31.067Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T10:39:31.067Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T10:39:31.067Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T10:39:31.716Z] #28 47.01 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T10:39:31.716Z] #28 47.03 Setting up sudo (1.9.5p2-3) ... [2022-06-03T10:39:31.716Z] #28 47.11 invoke-rc.d: could not determine current runlevel [2022-06-03T10:39:31.716Z] #28 47.11 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T10:39:31.716Z] #28 47.19 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T10:39:31.716Z] #28 47.21 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T10:39:31.716Z] #28 47.23 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T10:39:31.716Z] #28 47.24 Setting up pigz (2.6-1) ... [2022-06-03T10:39:31.716Z] #28 47.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T10:39:31.716Z] #28 47.28 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T10:39:31.716Z] #28 47.31 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T10:39:31.974Z] #28 47.33 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:31.993Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T10:39:32.491Z] #28 47.76 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T10:39:32.491Z] #28 47.78 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T10:39:32.619Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.37s) [2022-06-03T10:39:32.748Z] #28 48.04 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T10:39:32.749Z] #28 48.06 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T10:39:32.749Z] #28 48.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T10:39:32.749Z] #28 48.10 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T10:39:32.834Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2022-06-03T10:39:32.879Z] --- PASS: TestDaemonRestartIpcMode (2.79s) [2022-06-03T10:39:32.879Z] PASS [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === Skipped [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T10:39:32.879Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T10:39:32.879Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-03T10:39:32.879Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-03T10:39:32.879Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T10:39:32.879Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-03T10:39:32.879Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-03T10:39:32.879Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-03T10:39:32.879Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T10:39:32.879Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T10:39:32.879Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T10:39:32.879Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T10:39:32.879Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T10:39:32.879Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-03T10:39:32.879Z] 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-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T10:39:32.879Z] 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-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T10:39:32.879Z] 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-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-03T10:39:32.879Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:39:32.879Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-03T10:39:32.879Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-03T10:39:32.879Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-03T10:39:32.879Z] 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-03T10:39:32.879Z] [2022-06-03T10:39:32.879Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T10:39:32.880Z] 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-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-03T10:39:32.880Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T10:39:32.880Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T10:39:32.880Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-03T10:39:32.880Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-03T10:39:32.880Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T10:39:32.880Z] [2022-06-03T10:39:32.880Z] DONE 220 tests, 27 skipped in 75.251s [2022-06-03T10:39:32.880Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T10:39:33.006Z] #28 48.38 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T10:39:33.006Z] #28 48.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T10:39:33.006Z] #28 48.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T10:39:33.006Z] #28 48.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T10:39:33.006Z] #28 48.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T10:39:33.006Z] #28 48.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T10:39:33.006Z] #28 48.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T10:39:33.006Z] #28 48.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T10:39:33.006Z] #28 48.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T10:39:33.006Z] #28 48.48 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T10:39:33.092Z] ok github.com/docker/docker/builder/dockerfile 0.429s coverage: 49.3% of statements [2022-06-03T10:39:33.139Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T10:39:33.350Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.004s coverage: 100.0% of statements [2022-06-03T10:39:33.710Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-03T10:39:33.710Z] === RUN TestConfigDaemonID [2022-06-03T10:39:33.878Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T10:39:33.917Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-03T10:39:33.939Z] #28 49.33 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T10:39:33.939Z] #28 49.35 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T10:39:33.939Z] #28 49.37 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T10:39:33.939Z] #28 49.38 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T10:39:34.649Z] daemon_test.go:83: [d76c13d0a2aba] daemon is not started [2022-06-03T10:39:34.649Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:39:34.649Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T10:39:34.649Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T10:39:34.649Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T10:39:34.649Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T10:39:34.649Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T10:39:34.649Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T10:39:34.649Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:39:34.649Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T10:39:34.649Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T10:39:34.850Z] ok github.com/docker/docker/builder/remotecontext/git 1.587s coverage: 86.3% of statements [2022-06-03T10:39:34.850Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T10:39:34.850Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T10:39:34.850Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T10:39:34.850Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T10:39:34.871Z] #28 50.16 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T10:39:34.871Z] #28 50.19 Setting up jq (1.6-2.1) ... [2022-06-03T10:39:34.871Z] #28 50.21 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T10:39:34.871Z] #28 50.22 Setting up iptables (1.8.7-1) ... [2022-06-03T10:39:34.871Z] #28 50.24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.27 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T10:39:34.871Z] #28 50.28 Setting up iproute2 (5.10.0-4) ... [2022-06-03T10:39:34.916Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T10:39:34.916Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation/valid_config (0.13s) [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2022-06-03T10:39:34.916Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-06-03T10:39:34.916Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T10:39:34.916Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T10:39:35.129Z] #28 50.53 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T10:39:35.241Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T10:39:35.241Z] --- PASS: TestStopContainerWithTimeout/0 (0.77s) [2022-06-03T10:39:35.241Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2022-06-03T10:39:35.241Z] --- PASS: TestStopContainerWithTimeout/3 (2.43s) [2022-06-03T10:39:35.241Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-03T10:39:35.241Z] === RUN TestDeleteDevicemapper [2022-06-03T10:39:35.242Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:39:35.242Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T10:39:35.242Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T10:39:35.416Z] ok github.com/docker/docker/cmd/docker-proxy 0.204s coverage: 69.3% of statements [2022-06-03T10:39:36.065Z] #28 DONE 51.3s [2022-06-03T10:39:36.065Z] [2022-06-03T10:39:36.065Z] #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-03T10:39:36.065Z] #29 sha256:7613aa2ab9f5f8188f2e7728f71678052ab587f2f13bf9a3a7fdd0fb8faad8d2 [2022-06-03T10:39:36.300Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T10:39:36.605Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2022-06-03T10:39:36.606Z] === RUN TestUpdateMemory [2022-06-03T10:39:37.001Z] #29 0.844 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T10:39:37.001Z] #29 0.850 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T10:39:37.001Z] #29 0.854 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T10:39:37.001Z] #29 DONE 0.9s [2022-06-03T10:39:37.001Z] [2022-06-03T10:39:37.001Z] #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-03T10:39:37.001Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:37.001Z] #71 ... [2022-06-03T10:39:37.001Z] [2022-06-03T10:39:37.001Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T10:39:37.001Z] #30 sha256:06f72c9b31f4a2c26f18add57228420f705a12e20840c424867af9f088d8946e [2022-06-03T10:39:37.168Z] --- PASS: TestUpdateMemory (0.57s) [2022-06-03T10:39:37.168Z] === RUN TestUpdateCPUQuota [2022-06-03T10:39:37.239Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T10:39:38.094Z] --- PASS: TestUpdateCPUQuota (0.91s) [2022-06-03T10:39:38.094Z] === RUN TestUpdatePidsLimit [2022-06-03T10:39:38.094Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T10:39:38.180Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T10:39:38.180Z] daemon_test.go:197: [dc3fb2cdba5b4] daemon is not started [2022-06-03T10:39:38.180Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-06-03T10:39:38.180Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-03T10:39:38.180Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-03T10:39:38.180Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-06-03T10:39:38.180Z] === RUN TestDaemonProxy [2022-06-03T10:39:38.180Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T10:39:38.180Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-03T10:39:38.180Z] PASS [2022-06-03T10:39:38.180Z] [2022-06-03T10:39:38.180Z] === Skipped [2022-06-03T10:39:38.180Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-03T10:39:38.180Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T10:39:38.180Z] [2022-06-03T10:39:38.180Z] DONE 13 tests, 1 skipped in 5.392s [2022-06-03T10:39:38.180Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T10:39:38.349Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T10:39:38.441Z] INFO: Testing against a local daemon [2022-06-03T10:39:38.441Z] === RUN TestCommitInheritsEnv [2022-06-03T10:39:38.605Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T10:39:38.698Z] ok github.com/docker/docker/client 0.118s coverage: 75.6% of statements [2022-06-03T10:39:38.860Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T10:39:38.860Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T10:39:39.116Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T10:39:39.373Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit (1.97s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-06-03T10:39:40.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-03T10:39:40.300Z] === RUN TestUpdateRestartPolicy [2022-06-03T10:39:40.350Z] --- PASS: TestCommitInheritsEnv (1.71s) [2022-06-03T10:39:40.350Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T10:39:40.350Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform// [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T10:39:40.350Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T10:39:40.610Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T10:39:40.610Z] === RUN TestImagesFilterMultiReference [2022-06-03T10:39:40.610Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-06-03T10:39:40.610Z] === RUN TestImagePullPlatformInvalid [2022-06-03T10:39:40.610Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T10:39:40.610Z] === RUN TestRemoveImageOrphaning [2022-06-03T10:39:42.518Z] --- PASS: TestRemoveImageOrphaning (1.57s) [2022-06-03T10:39:42.518Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T10:39:42.518Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T10:39:42.518Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T10:39:42.518Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T10:39:42.518Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T10:39:42.518Z] === RUN TestTagInvalidReference [2022-06-03T10:39:42.518Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T10:39:42.518Z] === RUN TestTagValidPrefixedRepo [2022-06-03T10:39:42.518Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-03T10:39:42.518Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T10:39:42.518Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T10:39:42.518Z] === RUN TestTagOfficialNames [2022-06-03T10:39:42.518Z] --- PASS: TestTagOfficialNames (0.06s) [2022-06-03T10:39:42.518Z] === RUN TestTagMatchesDigest [2022-06-03T10:39:42.518Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T10:39:42.518Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T10:39:45.115Z] #30 7.638 Collecting yamllint==1.26.1 [2022-06-03T10:39:45.683Z] #30 8.694 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T10:39:46.250Z] #30 9.436 Collecting pathspec>=0.5.3 [2022-06-03T10:39:46.250Z] #30 9.441 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T10:39:46.509Z] #30 9.662 Collecting pyyaml [2022-06-03T10:39:46.509Z] #30 9.679 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-03T10:39:46.509Z] #30 9.727 Building wheels for collected packages: yamllint [2022-06-03T10:39:46.767Z] #30 9.728 Building wheel for yamllint (setup.py): started [2022-06-03T10:39:47.026Z] #30 10.30 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T10:39:47.284Z] #30 10.30 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2b2eb72c4a1ab0b279b07c486dd59a9c559526d24553d2e131f1e85e3e974ee7 [2022-06-03T10:39:47.284Z] #30 10.31 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T10:39:47.284Z] #30 10.31 Successfully built yamllint [2022-06-03T10:39:47.284Z] #30 10.32 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T10:39:47.284Z] #30 10.57 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T10:39:47.851Z] #30 DONE 10.9s [2022-06-03T10:39:47.851Z] [2022-06-03T10:39:47.851Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T10:39:47.851Z] #34 sha256:003aba7c7c8f45952cc9a1255fbabf0e3d179b2d57297e6f60ed277c9bf69466 [2022-06-03T10:39:47.851Z] #34 DONE 0.2s [2022-06-03T10:39:47.851Z] [2022-06-03T10:39:47.851Z] #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-03T10:39:47.851Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:48.109Z] #71 ... [2022-06-03T10:39:48.109Z] [2022-06-03T10:39:48.109Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T10:39:48.109Z] #39 sha256:bce81a7a60c543fe3412158e7013edb9ce6a65ab0f254a6e3d70cda05242656c [2022-06-03T10:39:48.368Z] #39 DONE 0.3s [2022-06-03T10:39:48.368Z] [2022-06-03T10:39:48.368Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T10:39:48.368Z] #42 sha256:7d56de11a0378a503693a64151e19539f21ee5b8d66e3330644860a544f2dba8 [2022-06-03T10:39:48.368Z] #42 DONE 0.1s [2022-06-03T10:39:48.368Z] [2022-06-03T10:39:48.368Z] #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-03T10:39:48.368Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:48.628Z] #71 ... [2022-06-03T10:39:48.628Z] [2022-06-03T10:39:48.628Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T10:39:48.628Z] #44 sha256:9e5b10a9d8b9529054582ca304798584c8346ff62aa4a6b8db18b8ecfbb3b0cb [2022-06-03T10:39:48.628Z] #44 DONE 0.1s [2022-06-03T10:39:48.628Z] [2022-06-03T10:39:48.628Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T10:39:48.628Z] #46 sha256:d5c4c9ccdf84b5ae4e1944f32a72e5f59de242c9f7ff3c52aaf170673df1c420 [2022-06-03T10:39:48.628Z] #46 DONE 0.1s [2022-06-03T10:39:48.628Z] [2022-06-03T10:39:48.628Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T10:39:48.628Z] #48 sha256:b41a256e8784c76b4b7e074178aee3faf67c831a60f7e7c2f4a22c8f8a9cb393 [2022-06-03T10:39:48.893Z] #48 DONE 0.1s [2022-06-03T10:39:48.893Z] [2022-06-03T10:39:48.893Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T10:39:48.893Z] #52 sha256:cf531385ce85b99dee2811a358e7b7d11307140ff2ac8668f140e223bb75d140 [2022-06-03T10:39:48.893Z] #52 DONE 0.1s [2022-06-03T10:39:48.893Z] [2022-06-03T10:39:48.893Z] #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-03T10:39:48.893Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:48.893Z] #71 ... [2022-06-03T10:39:48.893Z] [2022-06-03T10:39:48.893Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T10:39:48.893Z] #55 sha256:3a8a689806fd4c9805fa816b2fb1ab7061d2d65fd9bab7fa064503c8747e827c [2022-06-03T10:39:49.155Z] #55 DONE 0.2s [2022-06-03T10:39:49.155Z] [2022-06-03T10:39:49.155Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T10:39:49.155Z] #59 sha256:61f6b0113e00a3474fc9d0d738c09618d4f041c5b1873fd26089923f788f5d2d [2022-06-03T10:39:49.155Z] #59 DONE 0.1s [2022-06-03T10:39:49.155Z] [2022-06-03T10:39:49.155Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T10:39:49.155Z] #61 sha256:e290af308b71a8be0ee9a25487bbbacad21d3d8794b3eed69ef43da8095c65c4 [2022-06-03T10:39:49.155Z] #61 DONE 0.1s [2022-06-03T10:39:49.155Z] [2022-06-03T10:39:49.155Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T10:39:49.155Z] #63 sha256:bc5a55ebd1d2b037bbcf0634b625f6e29d2e25f81f271162df4b83f08a665bc0 [2022-06-03T10:39:49.414Z] #63 DONE 0.2s [2022-06-03T10:39:49.414Z] [2022-06-03T10:39:49.414Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T10:39:49.414Z] #65 sha256:c3d58c605d95d54cdbadf73493f5726f6f24502cdfd416dc9d14526c211a544f [2022-06-03T10:39:49.414Z] #65 DONE 0.1s [2022-06-03T10:39:49.414Z] [2022-06-03T10:39:49.414Z] #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-03T10:39:49.414Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:39:52.462Z] --- PASS: TestUpdateRestartPolicy (11.10s) [2022-06-03T10:39:52.462Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T10:39:52.462Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-06-03T10:39:52.462Z] === RUN TestWaitNonBlocked [2022-06-03T10:39:52.462Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:52.462Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:52.462Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:52.462Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:52.462Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:39:52.462Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:39:52.462Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T10:39:52.462Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-03T10:39:52.462Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-06-03T10:39:52.462Z] === RUN TestWaitBlocked [2022-06-03T10:39:52.462Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:52.462Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:52.462Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:52.462Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:52.462Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:39:52.462Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:39:53.023Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T10:39:53.023Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2022-06-03T10:39:53.023Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-06-03T10:39:53.023Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T10:39:53.023Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T10:39:55.557Z] --- PASS: TestContainerStartOnDaemonRestart (2.30s) [2022-06-03T10:39:55.557Z] === CONT TestIpcModeOlderClient [2022-06-03T10:39:55.557Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-06-03T10:39:55.557Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T10:39:55.557Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-06-03T10:39:55.557Z] === CONT TestDaemonHostGatewayIP [2022-06-03T10:39:58.071Z] === CONT TestDaemonRestartIpcMode [2022-06-03T10:39:58.071Z] --- PASS: TestDaemonHostGatewayIP (2.57s) [2022-06-03T10:40:00.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T10:40:00.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T10:40:00.628Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2022-06-03T10:40:08.705Z] --- PASS: TestContainerKillOnDaemonStart (11.84s) [2022-06-03T10:40:08.705Z] PASS [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] === Skipped [2022-06-03T10:40:08.705Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T10:40:08.705Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T10:40:08.705Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:40:08.705Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T10:40:08.705Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T10:40:08.705Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:40:08.705Z] [2022-06-03T10:40:08.705Z] DONE 243 tests, 5 skipped in 121.063s [2022-06-03T10:40:08.705Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T10:40:08.705Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T10:40:08.705Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-03T10:40:08.705Z] === RUN TestConfigDaemonID [2022-06-03T10:40:08.961Z] daemon_test.go:83: [d700dde3e2e89] daemon is not started [2022-06-03T10:40:08.961Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:40:08.961Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T10:40:08.961Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T10:40:08.961Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T10:40:08.961Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T10:40:08.961Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T10:40:08.961Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T10:40:08.961Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:40:08.961Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T10:40:08.961Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T10:40:08.961Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T10:40:09.217Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-06-03T10:40:09.217Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-03T10:40:09.217Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T10:40:09.217Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T10:40:10.142Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T10:40:10.765Z] ok github.com/docker/docker/cmd/dockerd 0.065s coverage: 29.7% of statements [2022-06-03T10:40:11.349Z] #71 ... [2022-06-03T10:40:11.349Z] [2022-06-03T10:40:11.349Z] #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-03T10:40:11.349Z] #67 sha256:c1ebc689a6f16d4d8f8438d28ecd5c87c1b1889d27c239db458251746ea4fec8 [2022-06-03T10:40:11.349Z] #67 89.83 + mkdir -p /build [2022-06-03T10:40:11.349Z] #67 89.83 + cp runc /build/runc [2022-06-03T10:40:11.349Z] #67 DONE 90.2s [2022-06-03T10:40:11.349Z] [2022-06-03T10:40:11.349Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T10:40:11.349Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:40:11.349Z] #71 ... [2022-06-03T10:40:11.349Z] [2022-06-03T10:40:11.349Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T10:40:11.349Z] #68 sha256:ebd66a9d1f965e786ae7a49d04e46ee706ececceca9ae716d050a45775e5f362 [2022-06-03T10:40:11.349Z] #68 DONE 0.1s [2022-06-03T10:40:11.349Z] [2022-06-03T10:40:11.349Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T10:40:11.349Z] #71 sha256:8d35729480fe45da6d0c2fea6982adb66af82355082fb345b07f8136a80902f5 [2022-06-03T10:40:11.505Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T10:40:12.147Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-06-03T10:40:12.432Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T10:40:12.432Z] daemon_test.go:197: [d444198cf70c0] daemon is not started [2022-06-03T10:40:12.432Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-03T10:40:12.432Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-06-03T10:40:12.432Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T10:40:12.432Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-06-03T10:40:12.432Z] === RUN TestDaemonProxy [2022-06-03T10:40:12.432Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T10:40:12.713Z] ok github.com/docker/docker/cmd/dockerd/trap 2.444s coverage: 0.0% of statements [2022-06-03T10:40:12.713Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T10:40:12.713Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T10:40:12.713Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T10:40:12.713Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T10:40:12.713Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T10:40:14.316Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T10:40:15.679Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T10:40:17.564Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T10:40:17.977Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2022-06-03T10:40:18.124Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy (6.24s) [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T10:40:18.379Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T10:40:18.379Z] PASS [2022-06-03T10:40:18.379Z] [2022-06-03T10:40:18.379Z] DONE 18 tests in 11.153s [2022-06-03T10:40:18.379Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T10:40:18.635Z] INFO: Testing against a local daemon [2022-06-03T10:40:18.635Z] === RUN TestCommitInheritsEnv [2022-06-03T10:40:18.891Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-06-03T10:40:18.891Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T10:40:18.891Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T10:40:18.891Z] === RUN TestImportWithCustomPlatform [2022-06-03T10:40:18.891Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T10:40:18.891Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T10:40:18.891Z] === RUN TestImportWithCustomPlatform// [2022-06-03T10:40:18.891Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T10:40:18.910Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.026s coverage: 65.3% of statements [2022-06-03T10:40:19.147Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T10:40:19.147Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T10:40:19.147Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T10:40:19.147Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T10:40:19.147Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T10:40:19.147Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T10:40:19.147Z] === RUN TestImagesFilterMultiReference [2022-06-03T10:40:19.147Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-03T10:40:19.147Z] === RUN TestImagePullPlatformInvalid [2022-06-03T10:40:19.147Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T10:40:19.147Z] === RUN TestRemoveImageOrphaning [2022-06-03T10:40:19.707Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-06-03T10:40:19.707Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T10:40:19.962Z] time="2022-06-03T10:40:19Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T10:40:20.810Z] ok github.com/docker/docker/daemon/cluster/convert 0.014s coverage: 36.9% of statements [2022-06-03T10:40:21.325Z] --- PASS: TestRemoveImageGarbageCollector (1.85s) [2022-06-03T10:40:21.325Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T10:40:21.325Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T10:40:21.325Z] === RUN TestTagInvalidReference [2022-06-03T10:40:21.325Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T10:40:21.325Z] === RUN TestTagValidPrefixedRepo [2022-06-03T10:40:21.585Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-06-03T10:40:21.585Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T10:40:21.585Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-06-03T10:40:21.585Z] === RUN TestTagOfficialNames [2022-06-03T10:40:21.585Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-03T10:40:21.585Z] === RUN TestTagMatchesDigest [2022-06-03T10:40:21.585Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T10:40:21.585Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T10:40:27.368Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-06-03T10:40:27.934Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 81.5% of statements [2022-06-03T10:40:28.500Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-03T10:40:29.434Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-03T10:40:30.370Z] ok github.com/docker/docker/daemon 10.166s coverage: 16.1% of statements [2022-06-03T10:40:30.370Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T10:40:30.370Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T10:40:30.370Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T10:40:30.370Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T10:40:30.370Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.559s coverage: 74.8% of statements [2022-06-03T10:40:31.306Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.254s coverage: 56.2% of statements [2022-06-03T10:40:32.240Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.013s coverage: 3.0% of statements [2022-06-03T10:40:33.615Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-06-03T10:40:34.990Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.022s coverage: 45.9% of statements [2022-06-03T10:40:34.990Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T10:40:35.248Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.197s coverage: 50.6% of statements [2022-06-03T10:40:36.620Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-06-03T10:40:37.187Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.977s coverage: 58.5% of statements [2022-06-03T10:40:37.187Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T10:40:37.187Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T10:40:37.187Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-06-03T10:40:37.462Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2022-06-03T10:40:39.364Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 6.6% of statements [2022-06-03T10:40:39.364Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T10:40:39.364Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T10:40:39.364Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 43.2% of statements [2022-06-03T10:40:40.297Z] ok github.com/docker/docker/daemon/logger/fluentd 0.010s coverage: 53.6% of statements [2022-06-03T10:40:40.554Z] ok github.com/docker/docker/daemon/logger/awslogs 0.137s coverage: 79.9% of statements [2022-06-03T10:40:40.554Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T10:40:40.812Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-03T10:40:41.069Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-06-03T10:40:41.635Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-06-03T10:40:42.200Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.158s coverage: 76.8% of statements [2022-06-03T10:40:42.200Z] ok github.com/docker/docker/daemon/logger/local 0.042s coverage: 79.2% of statements [2022-06-03T10:40:42.200Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T10:40:42.200Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T10:40:43.134Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.038s coverage: 31.5% of statements [2022-06-03T10:40:43.135Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.025s coverage: 62.0% of statements [2022-06-03T10:40:43.411Z] #71 179.9 # github.com/containerd/containerd/cmd/containerd [2022-06-03T10:40:43.411Z] #71 179.9 /usr/bin/ld: /tmp/go-link-386747488/000019.o: in function `New': [2022-06-03T10:40:43.411Z] #71 179.9 /tmp/tmp.4rutQyl3x0/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-03T10:40:43.411Z] #71 180.0 + bin/containerd-stress [2022-06-03T10:40:43.411Z] #71 181.1 + bin/containerd-shim [2022-06-03T10:40:44.069Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-06-03T10:40:44.327Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-03T10:40:44.893Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-03T10:40:45.461Z] ok github.com/docker/docker/daemon/logger/splunk 1.516s coverage: 82.5% of statements [2022-06-03T10:40:45.461Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T10:40:45.461Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T10:40:46.395Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 44.4% of statements [2022-06-03T10:40:46.653Z] ok github.com/docker/docker/distribution 0.599s coverage: 28.0% of statements [2022-06-03T10:40:46.653Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T10:40:47.218Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-03T10:40:48.152Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-03T10:40:48.411Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-03T10:40:48.977Z] ok github.com/docker/docker/distribution/xfer 1.896s coverage: 84.9% of statements [2022-06-03T10:40:48.977Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T10:40:48.977Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2022-06-03T10:40:48.977Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T10:40:48.977Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T10:40:49.236Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-06-03T10:40:50.170Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-06-03T10:40:50.737Z] ok github.com/docker/docker/opts 0.024s coverage: 66.0% of statements [2022-06-03T10:40:50.995Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-03T10:40:52.371Z] ok github.com/docker/docker/pkg/archive 0.292s coverage: 82.2% of statements [2022-06-03T10:40:53.744Z] ok github.com/docker/docker/pkg/authorization 0.432s coverage: 68.3% of statements [2022-06-03T10:40:53.744Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T10:40:53.744Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-03T10:40:55.606Z] #71 192.2 + bin/containerd-shim-runc-v1 [2022-06-03T10:40:57.023Z] ok github.com/docker/docker/pkg/chrootarchive 2.519s coverage: 42.7% of statements [2022-06-03T10:40:57.280Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T10:40:57.538Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-03T10:40:57.538Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-06-03T10:40:58.116Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 87.2% of statements [2022-06-03T10:40:58.116Z] ok github.com/docker/docker/layer 7.626s coverage: 69.0% of statements [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T10:40:58.116Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T10:40:58.398Z] ok github.com/docker/docker/pkg/fsutils 0.221s coverage: 85.1% of statements [2022-06-03T10:40:58.398Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-06-03T10:40:59.333Z] ok github.com/docker/docker/pkg/idtools 0.377s coverage: 67.9% of statements [2022-06-03T10:40:59.591Z] ok github.com/docker/docker/pkg/ioutils 0.370s coverage: 71.5% of statements [2022-06-03T10:40:59.788Z] #71 198.4 + bin/containerd-shim-runc-v2 [2022-06-03T10:40:59.849Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2022-06-03T10:40:59.849Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2022-06-03T10:40:59.849Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T10:41:00.107Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-06-03T10:41:00.107Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-06-03T10:41:00.365Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-06-03T10:41:00.365Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-06-03T10:41:00.623Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-03T10:41:00.623Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T10:41:00.623Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T10:41:00.720Z] #71 199.3 + binaries [2022-06-03T10:41:00.720Z] #71 199.3 + install -D bin/containerd /build/containerd [2022-06-03T10:41:00.720Z] #71 199.3 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T10:41:00.720Z] #71 199.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T10:41:00.720Z] #71 199.3 + install -D bin/ctr /build/ctr [2022-06-03T10:41:01.188Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2022-06-03T10:41:01.285Z] #71 DONE 199.8s [2022-06-03T10:41:01.446Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-03T10:41:01.704Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T10:41:01.962Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T10:41:02.660Z] [2022-06-03T10:41:02.660Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T10:41:02.661Z] #72 sha256:86b6ebb854e35a1b079aeac72e41f3967d183aaa376c37a9b4709e5c40f35226 [2022-06-03T10:41:02.661Z] #72 DONE 0.2s [2022-06-03T10:41:02.661Z] [2022-06-03T10:41:02.661Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T10:41:02.661Z] #77 sha256:43e2808afa675e8fd5f97e0258f420609692f58bf33d3244724352bd64ff3ca9 [2022-06-03T10:41:02.661Z] #77 DONE 0.1s [2022-06-03T10:41:02.661Z] [2022-06-03T10:41:02.661Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T10:41:02.661Z] #82 sha256:6d3b9dab8d22a0697ea0819b94933dfa2fd280ee735730dbd411079c1f12524e [2022-06-03T10:41:03.225Z] #82 DONE 0.5s [2022-06-03T10:41:03.225Z] [2022-06-03T10:41:03.225Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T10:41:03.225Z] #83 sha256:c9b5b397d3776187ed7c0a8cf9f9943af8045f108b50a1e46b13bf768b702ee8 [2022-06-03T10:41:03.225Z] #83 DONE 0.0s [2022-06-03T10:41:03.225Z] [2022-06-03T10:41:03.225Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T10:41:03.225Z] #84 sha256:0d60d93a5b50ec80651cf56d54ca3a8f4b8463fbdae8855ddada2367bee483e2 [2022-06-03T10:41:03.334Z] ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 75.0% of statements [2022-06-03T10:41:03.592Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-03T10:41:03.850Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-03T10:41:03.850Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-03T10:41:04.108Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-03T10:41:04.366Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-06-03T10:41:04.932Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-03T10:41:05.498Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-03T10:41:05.756Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2022-06-03T10:41:06.322Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2022-06-03T10:41:06.580Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T10:41:06.580Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T10:41:07.403Z] #84 DONE 3.9s [2022-06-03T10:41:07.403Z] [2022-06-03T10:41:07.403Z] #85 exporting to image [2022-06-03T10:41:07.403Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T10:41:07.403Z] #85 exporting layers [2022-06-03T10:41:07.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T10:41:08.480Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-06-03T10:41:08.738Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-03T10:41:09.304Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-03T10:41:10.678Z] ok github.com/docker/docker/quota 0.249s coverage: 71.4% of statements [2022-06-03T10:41:10.678Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-03T10:41:11.612Z] ok github.com/docker/docker/registry 0.082s coverage: 58.6% of statements [2022-06-03T10:41:12.178Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-03T10:41:12.178Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-03T10:41:12.744Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-06-03T10:41:13.002Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-03T10:41:14.902Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-03T10:41:15.469Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.8% of statements [2022-06-03T10:41:15.727Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-06-03T10:41:17.102Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-03T10:41:19.001Z] --- PASS: TestImportExtremelyLargeImageWorks (92.63s) [2022-06-03T10:41:19.001Z] PASS [2022-06-03T10:41:19.001Z] [2022-06-03T10:41:19.001Z] === Skipped [2022-06-03T10:41:19.001Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T10:41:19.001Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T10:41:19.001Z] [2022-06-03T10:41:19.001Z] DONE 22 tests, 1 skipped in 96.739s [2022-06-03T10:41:19.001Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T10:41:19.001Z] INFO: Testing against a local daemon [2022-06-03T10:41:19.001Z] === RUN TestNetworkCreateDelete [2022-06-03T10:41:19.001Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-03T10:41:19.001Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T10:41:19.001Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-03T10:41:19.001Z] === RUN TestDaemonDNSFallback [2022-06-03T10:41:22.294Z] --- PASS: TestDaemonDNSFallback (6.39s) [2022-06-03T10:41:22.294Z] === RUN TestInspectNetwork [2022-06-03T10:41:22.294Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T10:41:22.294Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T10:41:22.294Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:41:22.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:41:22.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:41:22.294Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T10:41:22.294Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T10:41:22.294Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T10:41:22.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestNetworkList [2022-06-03T10:41:22.294Z] === RUN TestNetworkList//networks [2022-06-03T10:41:22.294Z] === PAUSE TestNetworkList//networks [2022-06-03T10:41:22.294Z] === RUN TestNetworkList//networks/ [2022-06-03T10:41:22.294Z] === PAUSE TestNetworkList//networks/ [2022-06-03T10:41:22.294Z] === CONT TestNetworkList//networks [2022-06-03T10:41:22.294Z] === CONT TestNetworkList//networks/ [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkList (0.02s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T10:41:22.294Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T10:41:22.294Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T10:41:22.294Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T10:41:22.294Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T10:41:22.294Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T10:41:22.294Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T10:41:22.294Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T10:41:22.294Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T10:41:22.294Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:41:22.294Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:41:22.294Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T10:41:22.294Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-03T10:41:22.294Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T10:41:22.294Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T10:41:22.294Z] PASS [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === Skipped [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-03T10:41:22.294Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-03T10:41:22.294Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-03T10:41:22.294Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T10:41:22.294Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T10:41:22.294Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T10:41:22.294Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T10:41:22.294Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T10:41:22.294Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.294Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T10:41:22.294Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.294Z] [2022-06-03T10:41:22.295Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:41:22.295Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-03T10:41:22.295Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T10:41:22.295Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] DONE 34 tests, 12 skipped in 7.211s [2022-06-03T10:41:22.295Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:41:22.295Z] INFO: Testing against a local daemon [2022-06-03T10:41:22.295Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T10:41:22.295Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:41:22.295Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:41:22.295Z] === RUN TestDockerNetworkIpvlan [2022-06-03T10:41:22.295Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:41:22.295Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:41:22.295Z] PASS [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] === Skipped [2022-06-03T10:41:22.295Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:41:22.295Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:41:22.295Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:41:22.295Z] [2022-06-03T10:41:22.295Z] DONE 2 tests, 2 skipped in 0.137s [2022-06-03T10:41:22.295Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:41:22.554Z] INFO: Testing against a local daemon [2022-06-03T10:41:22.554Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T10:41:22.554Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.554Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T10:41:22.555Z] === RUN TestDockerNetworkMacvlan [2022-06-03T10:41:22.555Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.555Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-03T10:41:22.555Z] PASS [2022-06-03T10:41:22.555Z] [2022-06-03T10:41:22.555Z] === Skipped [2022-06-03T10:41:22.555Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T10:41:22.555Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.555Z] [2022-06-03T10:41:22.555Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-03T10:41:22.555Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T10:41:22.555Z] [2022-06-03T10:41:22.555Z] DONE 2 tests, 2 skipped in 0.150s [2022-06-03T10:41:22.555Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T10:41:22.555Z] testing: warning: no tests to run [2022-06-03T10:41:22.555Z] PASS [2022-06-03T10:41:22.555Z] [2022-06-03T10:41:22.555Z] DONE 0 tests in 0.029s [2022-06-03T10:41:22.555Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T10:41:22.814Z] INFO: Testing against a local daemon [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginTLS [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginHeader [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-03T10:41:22.814Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T10:41:22.814Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.814Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2022-06-03T10:41:22.815Z] === RUN TestAuthZPluginV2Disable [2022-06-03T10:41:22.815Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.815Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-06-03T10:41:22.815Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T10:41:22.815Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.815Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-03T10:41:22.815Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T10:41:22.815Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.815Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-03T10:41:22.815Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T10:41:22.815Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:22.815Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T10:41:22.815Z] PASS [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === Skipped [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T10:41:23.075Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.075Z] [2022-06-03T10:41:23.075Z] DONE 17 tests, 17 skipped in 0.383s [2022-06-03T10:41:23.075Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T10:41:23.075Z] INFO: Testing against a local daemon [2022-06-03T10:41:23.075Z] === RUN TestPluginInvalidJSON [2022-06-03T10:41:23.075Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:41:23.075Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:41:23.075Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:41:23.076Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T10:41:23.076Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T10:41:23.076Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T10:41:23.076Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T10:41:23.076Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T10:41:23.076Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T10:41:23.076Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T10:41:23.076Z] === RUN TestPluginInstall [2022-06-03T10:41:23.076Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.076Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-03T10:41:23.076Z] === RUN TestPluginsWithRuntimes [2022-06-03T10:41:23.076Z] 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-03T10:41:23.076Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-03T10:41:23.076Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T10:41:23.076Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T10:41:23.076Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T10:41:23.076Z] PASS [2022-06-03T10:41:23.336Z] [2022-06-03T10:41:23.336Z] === Skipped [2022-06-03T10:41:23.336Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-03T10:41:23.336Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T10:41:23.336Z] [2022-06-03T10:41:23.336Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-03T10:41:23.336Z] 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-03T10:41:23.336Z] [2022-06-03T10:41:23.336Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T10:41:23.336Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T10:41:23.336Z] [2022-06-03T10:41:23.336Z] DONE 19 tests, 3 skipped in 0.246s [2022-06-03T10:41:23.336Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T10:41:23.336Z] INFO: Testing against a local daemon [2022-06-03T10:41:23.336Z] === RUN TestExternalGraphDriver [2022-06-03T10:41:23.336Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T10:41:23.336Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-03T10:41:23.336Z] === RUN TestGraphdriverPluginV2 [2022-06-03T10:41:27.559Z] --- PASS: TestGraphdriverPluginV2 (3.50s) [2022-06-03T10:41:27.559Z] PASS [2022-06-03T10:41:27.559Z] [2022-06-03T10:41:27.559Z] === Skipped [2022-06-03T10:41:27.559Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-03T10:41:27.559Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T10:41:27.559Z] [2022-06-03T10:41:27.559Z] DONE 2 tests, 1 skipped in 3.674s [2022-06-03T10:41:27.559Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T10:41:27.559Z] INFO: Testing against a local daemon [2022-06-03T10:41:27.559Z] === RUN TestContinueAfterPluginCrash [2022-06-03T10:41:27.559Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T10:41:27.559Z] === RUN TestReadPluginNoRead [2022-06-03T10:41:27.559Z] === PAUSE TestReadPluginNoRead [2022-06-03T10:41:27.559Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T10:41:27.559Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T10:41:27.559Z] === CONT TestContinueAfterPluginCrash [2022-06-03T10:41:27.559Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T10:41:32.844Z] --- PASS: TestDaemonStartWithLogOpt (4.93s) [2022-06-03T10:41:32.844Z] === CONT TestReadPluginNoRead [2022-06-03T10:41:33.945Z] #85 exporting layers 25.0s done [2022-06-03T10:41:33.945Z] #85 writing image sha256:8cecc0893083138cd68614cd4cfcb06cef21bdbe7d02d8e1ce310985e06efff3 done [2022-06-03T10:41:33.945Z] #85 naming to docker.io/library/docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 done [2022-06-03T10:41:33.945Z] #85 DONE 25.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-03T10:41:34.226Z] === RUN TestReadPluginNoRead/default [2022-06-03T10:41:34.276Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43687/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/validate/default [2022-06-03T10:41:34.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T10:41:35.207Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T10:41:35.207Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === Skipped [2022-06-03T10:41:35.207Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T10:41:35.207Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T10:41:35.207Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T10:41:35.207Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T10:41:35.207Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T10:41:35.207Z] graphtest_unix.go:71: No driver to put! [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T10:41:35.207Z] time="2022-06-03T10:40:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-03T10:41:35.207Z] time="2022-06-03T10:40:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T10:41:35.207Z] time="2022-06-03T10:40:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T10:41:35.207Z] time="2022-06-03T10:40:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.207Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T10:41:35.207Z] time="2022-06-03T10:40:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T10:41:35.207Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T10:41:35.207Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T10:41:35.207Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:71: No driver to put! [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T10:41:35.208Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T10:41:35.208Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T10:41:35.208Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.208Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.208Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.208Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.208Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T10:41:35.208Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T10:41:35.208Z] graphtest_unix.go:71: No driver to put! [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T10:41:35.208Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T10:41:35.208Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] DONE 2781 tests, 28 skipped in 210.889s [2022-06-03T10:41:35.208Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/config [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/idm [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/ns [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/options [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/osl [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T10:41:35.208Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T10:41:35.208Z] + 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-03T10:41:35.208Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-03T10:41:35.208Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-03T10:41:35.208Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-03T10:41:35.208Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-03T10:41:35.208Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-03T10:41:35.208Z] Congratulations! No new tests were added to integration-cli. [2022-06-03T10:41:35.208Z] [2022-06-03T10:41:35.208Z] INFO Start validation with golang-ci-lint [2022-06-03T10:41:35.608Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T10:41:36.141Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-03T10:41:36.141Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-03T10:41:36.991Z] --- PASS: TestContinueAfterPluginCrash (9.60s) [2022-06-03T10:41:36.991Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T10:41:38.373Z] === CONT TestReadPluginNoRead [2022-06-03T10:41:38.373Z] read_test.go:92: [d25f46b8a7769] daemon is not started [2022-06-03T10:41:38.373Z] --- PASS: TestReadPluginNoRead (6.19s) [2022-06-03T10:41:38.373Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-06-03T10:41:38.373Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.34s) [2022-06-03T10:41:38.373Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s) [2022-06-03T10:41:38.373Z] PASS [2022-06-03T10:41:38.373Z] [2022-06-03T10:41:38.373Z] DONE 6 tests in 11.321s [2022-06-03T10:41:38.373Z] 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-03T10:41:38.373Z] testing: warning: no tests to run [2022-06-03T10:41:38.373Z] PASS [2022-06-03T10:41:38.373Z] [2022-06-03T10:41:38.373Z] DONE 0 tests in 0.056s [2022-06-03T10:41:38.373Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T10:41:38.373Z] INFO: Testing against a local daemon [2022-06-03T10:41:38.373Z] === RUN TestPluginWithDevMounts [2022-06-03T10:41:38.373Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T10:41:38.373Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-03T10:41:38.373Z] PASS [2022-06-03T10:41:38.373Z] [2022-06-03T10:41:38.373Z] === Skipped [2022-06-03T10:41:38.373Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-03T10:41:38.373Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T10:41:38.373Z] [2022-06-03T10:41:38.373Z] DONE 1 tests, 1 skipped in 0.157s [2022-06-03T10:41:38.373Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T10:41:38.633Z] INFO: Testing against a local daemon [2022-06-03T10:41:38.633Z] === RUN TestSecretInspect [2022-06-03T10:41:38.633Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-03T10:41:38.633Z] === RUN TestSecretList [2022-06-03T10:41:38.633Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestSecretList (0.01s) [2022-06-03T10:41:38.633Z] === RUN TestSecretsCreateAndDelete [2022-06-03T10:41:38.633Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-03T10:41:38.633Z] === RUN TestSecretsUpdate [2022-06-03T10:41:38.633Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-06-03T10:41:38.633Z] === RUN TestTemplatedSecret [2022-06-03T10:41:38.633Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-03T10:41:38.633Z] === RUN TestSecretCreateResolve [2022-06-03T10:41:38.633Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-06-03T10:41:38.633Z] PASS [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === Skipped [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-03T10:41:38.633Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-03T10:41:38.633Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-03T10:41:38.633Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-06-03T10:41:38.633Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-03T10:41:38.633Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-06-03T10:41:38.633Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.633Z] [2022-06-03T10:41:38.633Z] DONE 6 tests, 6 skipped in 0.199s [2022-06-03T10:41:38.633Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T10:41:38.894Z] INFO: Testing against a local daemon [2022-06-03T10:41:38.894Z] === RUN TestServiceCreateInit [2022-06-03T10:41:38.894Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T10:41:38.894Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T10:41:38.894Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-03T10:41:38.894Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T10:41:38.894Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T10:41:38.894Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceConflict [2022-06-03T10:41:38.894Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T10:41:38.894Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T10:41:38.894Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T10:41:38.894Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T10:41:38.894Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceSysctls [2022-06-03T10:41:38.894Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-03T10:41:38.894Z] === RUN TestCreateServiceCapabilities [2022-06-03T10:41:38.894Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-03T10:41:38.894Z] === RUN TestInspect [2022-06-03T10:41:38.894Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:38.894Z] --- SKIP: TestInspect (0.01s) [2022-06-03T10:41:38.894Z] === RUN TestCreateJob [2022-06-03T10:41:38.894Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:39.155Z] --- SKIP: TestCreateJob (0.01s) [2022-06-03T10:41:39.155Z] === RUN TestReplicatedJob [2022-06-03T10:41:39.155Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:39.155Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-03T10:41:39.155Z] === RUN TestUpdateReplicatedJob [2022-06-03T10:41:39.155Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:39.155Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-03T10:41:39.155Z] === RUN TestServiceListWithStatuses [2022-06-03T10:41:39.155Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:41:39.155Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T10:41:39.155Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T10:41:39.155Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:39.155Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-03T10:41:39.155Z] === RUN TestDockerNetworkReConnect [2022-06-03T10:41:39.155Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:39.155Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-03T10:41:39.155Z] === RUN TestServicePlugin [2022-06-03T10:41:41.212Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServicePlugin (1.98s) [2022-06-03T10:41:41.212Z] === RUN TestServiceUpdateLabel [2022-06-03T10:41:41.212Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-03T10:41:41.212Z] === RUN TestServiceUpdateSecrets [2022-06-03T10:41:41.212Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-03T10:41:41.212Z] === RUN TestServiceUpdateConfigs [2022-06-03T10:41:41.212Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-03T10:41:41.212Z] === RUN TestServiceUpdateNetwork [2022-06-03T10:41:41.212Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-03T10:41:41.212Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T10:41:41.212Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-03T10:41:41.212Z] PASS [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === Skipped [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T10:41:41.212Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T10:41:41.212Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-03T10:41:41.212Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-03T10:41:41.212Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-03T10:41:41.212Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T10:41:41.212Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-03T10:41:41.212Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-06-03T10:41:41.212Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-03T10:41:41.212Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-03T10:41:41.212Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-03T10:41:41.212Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-03T10:41:41.212Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-03T10:41:41.212Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-03T10:41:41.212Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T10:41:41.212Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-03T10:41:41.212Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-03T10:41:41.212Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServicePlugin (1.98s) [2022-06-03T10:41:41.212Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-03T10:41:41.212Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-03T10:41:41.212Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-03T10:41:41.212Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-03T10:41:41.212Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-03T10:41:41.212Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T10:41:41.212Z] [2022-06-03T10:41:41.212Z] DONE 24 tests, 23 skipped in 2.441s [2022-06-03T10:41:41.212Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T10:41:41.212Z] INFO: Testing against a local daemon [2022-06-03T10:41:41.212Z] === RUN TestSessionCreate [2022-06-03T10:41:41.212Z] --- PASS: TestSessionCreate (0.04s) [2022-06-03T10:41:41.212Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T10:41:41.473Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-06-03T10:41:41.473Z] PASS [2022-06-03T10:41:41.473Z] [2022-06-03T10:41:41.473Z] DONE 2 tests in 0.221s [2022-06-03T10:41:41.473Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T10:41:41.473Z] INFO: Testing against a local daemon [2022-06-03T10:41:41.473Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:41:41.473Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:41:41.473Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:41:41.473Z] === RUN TestDiskUsage [2022-06-03T10:41:41.473Z] === PAUSE TestDiskUsage [2022-06-03T10:41:41.473Z] === RUN TestEventsExecDie [2022-06-03T10:41:42.043Z] --- PASS: TestEventsExecDie (0.53s) [2022-06-03T10:41:42.043Z] === RUN TestEventsBackwardsCompatible [2022-06-03T10:41:42.043Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-03T10:41:42.043Z] === RUN TestEventsVolumeCreate [2022-06-03T10:41:42.043Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T10:41:42.043Z] === RUN TestInfoBinaryCommits [2022-06-03T10:41:42.043Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T10:41:42.043Z] === RUN TestInfoAPIVersioned [2022-06-03T10:41:42.043Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T10:41:42.043Z] === RUN TestInfoAPI [2022-06-03T10:41:42.043Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T10:41:42.043Z] === RUN TestInfoAPIWarnings [2022-06-03T10:41:57.950Z] --- PASS: TestImportExtremelyLargeImageWorks (91.68s) [2022-06-03T10:41:57.950Z] PASS [2022-06-03T10:41:57.950Z] [2022-06-03T10:41:57.950Z] DONE 22 tests in 94.744s [2022-06-03T10:41:57.950Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T10:41:57.950Z] INFO: Testing against a local daemon [2022-06-03T10:41:57.950Z] === RUN TestNetworkCreateDelete [2022-06-03T10:41:57.950Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-03T10:41:57.950Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T10:41:57.950Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-03T10:41:57.950Z] === RUN TestDaemonDNSFallback [2022-06-03T10:42:00.144Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-03T10:42:00.144Z] === RUN TestInfoDebug [2022-06-03T10:42:00.144Z] --- PASS: TestInfoDebug (0.55s) [2022-06-03T10:42:00.144Z] === RUN TestInfoInsecureRegistries [2022-06-03T10:42:00.144Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-06-03T10:42:00.144Z] === RUN TestInfoRegistryMirrors [2022-06-03T10:42:00.414Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-03T10:42:00.414Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T10:42:00.414Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T10:42:00.414Z] === RUN TestPingCacheHeaders [2022-06-03T10:42:00.414Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-03T10:42:00.414Z] === RUN TestPingGet [2022-06-03T10:42:00.414Z] --- PASS: TestPingGet (0.02s) [2022-06-03T10:42:00.414Z] === RUN TestPingHead [2022-06-03T10:42:00.503Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-06-03T10:42:00.503Z] === RUN TestInspectNetwork [2022-06-03T10:42:00.682Z] --- PASS: TestPingHead (0.04s) [2022-06-03T10:42:00.682Z] === RUN TestPingSwarmHeader [2022-06-03T10:42:00.942Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T10:42:00.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T10:42:01.511Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T10:42:02.893Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T10:42:02.893Z] --- PASS: TestPingSwarmHeader (2.08s) [2022-06-03T10:42:02.893Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T10:42:02.893Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T10:42:02.893Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T10:42:02.893Z] === RUN TestVersion [2022-06-03T10:42:02.893Z] --- PASS: TestVersion (0.03s) [2022-06-03T10:42:02.893Z] === CONT TestDiskUsage [2022-06-03T10:42:03.025Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T10:42:03.025Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T10:42:03.025Z] === RUN TestInspectNetwork/network_name [2022-06-03T10:42:03.025Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T10:42:03.154Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T10:42:03.415Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T10:42:03.674Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage (1.29s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run (0.40s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T10:42:03.934Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-03T10:42:03.935Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T10:42:03.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-03T10:42:03.935Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:42:03.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-03T10:42:03.935Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-03T10:42:03.935Z] PASS [2022-06-03T10:42:03.935Z] [2022-06-03T10:42:03.935Z] === Skipped [2022-06-03T10:42:03.935Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:42:03.935Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:42:03.935Z] [2022-06-03T10:42:03.935Z] DONE 54 tests, 1 skipped in 22.573s [2022-06-03T10:42:03.935Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T10:42:04.195Z] INFO: Testing against a local daemon [2022-06-03T10:42:04.195Z] === RUN TestVolumesCreateAndList [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T10:42:04.195Z] === RUN TestVolumesRemove [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesRemove (0.07s) [2022-06-03T10:42:04.195Z] === RUN TestVolumesInspect [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T10:42:04.195Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T10:42:04.195Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T10:42:04.195Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T10:42:04.195Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T10:42:04.195Z] PASS [2022-06-03T10:42:04.195Z] [2022-06-03T10:42:04.195Z] DONE 9 tests in 0.252s [2022-06-03T10:42:04.195Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T10:42:04.195Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14216 is not a child of this shell [2022-06-03T10:42:04.195Z] warning: PID 14216 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-03T10:42:04.195Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T10:42:04.195Z] [2022-06-03T10:42:04.195Z] Unloading profiles will leave already running processes permanently [2022-06-03T10:42:04.195Z] unconfined, which can lead to unexpected situations. [2022-06-03T10:42:04.195Z] [2022-06-03T10:42:04.195Z] To set a process to complain mode, use the command line tool [2022-06-03T10:42:04.195Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T10:42:04.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T10:42:04.455Z] Removing test suite binaries [2022-06-03T10:42:04.455Z] exiting test-integration [2022-06-03T10:42:04.455Z] ++ exit 0 [2022-06-03T10:42:04.455Z] Post stage [Pipeline] junit [2022-06-03T10:42:05.851Z] Recording test results [2022-06-03T10:42:06.088Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T10:42:06.424Z] + echo Ensuring container killed. [2022-06-03T10:42:06.424Z] Ensuring container killed. [2022-06-03T10:42:06.424Z] + docker rm -vf docker-pr1 [2022-06-03T10:42:06.424Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T10:42:06.717Z] + echo Chowning /workspace to jenkins user [2022-06-03T10:42:06.718Z] Chowning /workspace to jenkins user [2022-06-03T10:42:06.718Z] + id -u [2022-06-03T10:42:06.718Z] + id -g [2022-06-03T10:42:06.718Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T10:42:06.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T10:42:07.185Z] --- PASS: TestInspectNetwork (7.08s) [2022-06-03T10:42:07.185Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T10:42:07.185Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T10:42:07.185Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T10:42:07.185Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T10:42:07.185Z] === RUN TestRunContainerWithBridgeNone [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T10:42:08.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T10:42:08.929Z] + bundleName=amd64-rootless [2022-06-03T10:42:08.929Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-03T10:42:08.929Z] Creating amd64-rootless-bundles.tar.gz [2022-06-03T10:42:08.929Z] + 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-03T10:42:08.929Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T10:42:08.942Z] Archiving artifacts [2022-06-03T10:42:09.072Z] --- PASS: TestRunContainerWithBridgeNone (1.58s) [2022-06-03T10:42:09.072Z] === RUN TestNetworkInvalidJSON [2022-06-03T10:42:09.072Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T10:42:09.072Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T10:42:09.072Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:42:09.072Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:42:09.073Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:42:09.073Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T10:42:09.073Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T10:42:09.073Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T10:42:09.073Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T10:42:09.073Z] === RUN TestNetworkList [2022-06-03T10:42:09.073Z] === RUN TestNetworkList//networks [2022-06-03T10:42:09.073Z] === PAUSE TestNetworkList//networks [2022-06-03T10:42:09.073Z] === RUN TestNetworkList//networks/ [2022-06-03T10:42:09.073Z] === PAUSE TestNetworkList//networks/ [2022-06-03T10:42:09.073Z] === CONT TestNetworkList//networks [2022-06-03T10:42:09.073Z] === CONT TestNetworkList//networks/ [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T10:42:09.073Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T10:42:09.073Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T10:42:09.134Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T10:42:09.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T10:42:09.328Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T10:42:09.328Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T10:42:09.438Z] + make clean [2022-06-03T10:42:09.698Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T10:42:09.698Z] docker-dev-cache [2022-06-03T10:42:09.698Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2022-06-03T10:42:10.257Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-03T10:42:10.258Z] === RUN TestDaemonDefaultNetworkPools [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T10:42:11.185Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-03T10:42:11.185Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T10:42:11.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T10:42:12.113Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-03T10:42:12.113Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T10:42:13.477Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-06-03T10:42:13.477Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T10:42:14.037Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-03T10:42:14.037Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T10:42:16.572Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s) [2022-06-03T10:42:16.572Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T10:42:16.572Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:42:16.572Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:42:16.572Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T10:42:19.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T10:42:21.865Z] ok github.com/docker/docker/libnetwork 37.216s coverage: 40.6% of statements [2022-06-03T10:42:21.865Z] ok github.com/docker/docker/libnetwork/bitseq 0.137s coverage: 84.4% of statements [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T10:42:21.865Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-06-03T10:42:21.865Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T10:42:21.865Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T10:42:21.865Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-03T10:42:22.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T10:42:22.804Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.573s coverage: 59.9% of statements [2022-06-03T10:42:22.804Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T10:42:23.062Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T10:42:23.628Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-06-03T10:42:23.628Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T10:42:24.194Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-03T10:42:24.194Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T10:42:24.451Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-06-03T10:42:25.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T10:42:26.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T10:42:29.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T10:42:31.401Z] --- PASS: TestServiceWithDataPathPortInit (13.97s) [2022-06-03T10:42:31.401Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T10:42:31.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T10:42:33.291Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z5ra549ma4yic4fcit4bfvnlm Created:2022-06-03 10:42:31.533627937 +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[eb53f03fd284721f4e9e6018352f090d1ed44f29afaef4d947a6a5dfc4cdc94d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.c2xadgim7rd1ik8iej1wdj6rj EndpointID:94730f33f5a5ea55f3765cc5016d931512a6bd32fcc8d5a52924d6b0843f9bec MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ee3f5178fc97d14b3b3c0f4ed87855dc2d7d83f654fe2d924480cfb8be9875a3 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:fc39de3089cb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.c2xadgim7rd1ik8iej1wdj6rj EndpointID:94730f33f5a5ea55f3765cc5016d931512a6bd32fcc8d5a52924d6b0843f9bec EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T10:42:34.413Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.500s coverage: 7.2% of statements [2022-06-03T10:42:34.413Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T10:42:34.413Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-03T10:42:34.413Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-06-03T10:42:34.413Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T10:42:34.413Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T10:42:34.413Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T10:42:34.672Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-03T10:42:34.930Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-06-03T10:42:35.188Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T10:42:35.188Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T10:42:35.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T10:42:37.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T10:42:37.451Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.97s) [2022-06-03T10:42:37.451Z] PASS [2022-06-03T10:42:37.451Z] [2022-06-03T10:42:37.451Z] === Skipped [2022-06-03T10:42:37.451Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:42:37.451Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:42:37.451Z] [2022-06-03T10:42:37.451Z] DONE 38 tests, 1 skipped in 43.977s [2022-06-03T10:42:37.451Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:42:37.451Z] INFO: Testing against a local daemon [2022-06-03T10:42:37.451Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T10:42:37.451Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:42:37.451Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:42:37.451Z] === RUN TestDockerNetworkIpvlan [2022-06-03T10:42:37.452Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:42:37.452Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:42:37.452Z] PASS [2022-06-03T10:42:37.452Z] [2022-06-03T10:42:37.452Z] === Skipped [2022-06-03T10:42:37.452Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:42:37.452Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:42:37.452Z] [2022-06-03T10:42:37.452Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:42:37.452Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:42:37.452Z] [2022-06-03T10:42:37.452Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-03T10:42:37.452Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:42:37.452Z] INFO: Testing against a local daemon [2022-06-03T10:42:37.452Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T10:42:38.817Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-06-03T10:42:38.817Z] === RUN TestDockerNetworkMacvlan [2022-06-03T10:42:39.377Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T10:42:39.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T10:42:39.938Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T10:42:40.864Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T10:42:42.235Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:42:42.235Z] Using test binary docker [2022-06-03T10:42:42.235Z] +++ /etc/init.d/apparmor start [2022-06-03T10:42:42.235Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:42:42.235Z] INFO: Waiting for daemon to start... [2022-06-03T10:42:42.235Z] Starting dockerd [2022-06-03T10:42:42.235Z] +++ 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-03T10:42:42.755Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T10:42:44.117Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T10:42:44.836Z] . [2022-06-03T10:42:44.836Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:42:44.836Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:42:44.836Z] Error: No such image: emptyfs [2022-06-03T10:42:44.836Z] ++++ docker load [2022-06-03T10:42:44.836Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T10:42:44.836Z] Running integration-test (iteration 1) [2022-06-03T10:42:44.836Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T10:42:44.836Z] ++ 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-03T10:42:44.836Z] ++ set -e [2022-06-03T10:42:44.836Z] ++ '[' -n 0 ']' [2022-06-03T10:42:44.836Z] ++ set -x [2022-06-03T10:42:44.836Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T10:42:45.770Z] Loaded image: busybox:latest [2022-06-03T10:42:46.332Z] Loaded image: busybox:glibc [2022-06-03T10:42:47.379Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T10:42:47.391Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-03T10:42:48.306Z] --- PASS: TestDockerNetworkMacvlan (9.77s) [2022-06-03T10:42:48.306Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-06-03T10:42:48.306Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-03T10:42:48.306Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-06-03T10:42:48.306Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s) [2022-06-03T10:42:48.307Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s) [2022-06-03T10:42:48.307Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2022-06-03T10:42:48.307Z] PASS [2022-06-03T10:42:48.307Z] [2022-06-03T10:42:48.307Z] DONE 8 tests in 11.020s [2022-06-03T10:42:48.307Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T10:42:48.307Z] testing: warning: no tests to run [2022-06-03T10:42:48.307Z] PASS [2022-06-03T10:42:48.307Z] [2022-06-03T10:42:48.307Z] DONE 0 tests in 0.007s [2022-06-03T10:42:48.307Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T10:42:48.307Z] INFO: Testing against a local daemon [2022-06-03T10:42:48.307Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T10:42:49.669Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-06-03T10:42:49.669Z] === RUN TestAuthZPluginTLS [2022-06-03T10:42:50.229Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-03T10:42:50.229Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T10:42:50.485Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T10:42:50.485Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T10:42:50.500Z] Loaded image: debian:bullseye-slim [2022-06-03T10:42:50.757Z] Loaded image: hello-world:latest [2022-06-03T10:42:51.013Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:42:51.013Z] INFO: Testing against a local daemon [2022-06-03T10:42:51.013Z] === RUN TestCgroupNamespacesBuild [2022-06-03T10:42:51.046Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-03T10:42:51.046Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T10:42:51.620Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T10:42:51.620Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T10:42:52.982Z] --- PASS: TestAuthZPluginAllowEventStream (1.26s) [2022-06-03T10:42:52.982Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T10:42:53.530Z] --- PASS: TestCgroupNamespacesBuild (2.38s) [2022-06-03T10:42:53.530Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T10:42:53.544Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-03T10:42:53.544Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T10:42:54.103Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T10:42:54.103Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T10:42:54.666Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-03T10:42:54.666Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T10:42:55.464Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2022-06-03T10:42:55.464Z] === RUN TestBuildWithSession [2022-06-03T10:42:55.464Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:42:55.464Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T10:42:55.464Z] === RUN TestBuildSquashParent [2022-06-03T10:42:56.034Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s) [2022-06-03T10:42:56.034Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T10:42:57.400Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2022-06-03T10:42:57.400Z] === RUN TestAuthZPluginHeader [2022-06-03T10:42:57.961Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-03T10:42:57.961Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T10:43:02.122Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.97s) [2022-06-03T10:43:02.122Z] === RUN TestAuthZPluginV2Disable [2022-06-03T10:43:03.595Z] --- PASS: TestBuildSquashParent (8.21s) [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:43:03.595Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:43:03.595Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:43:03.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:43:03.595Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:43:05.383Z] --- PASS: TestAuthZPluginV2Disable (3.34s) [2022-06-03T10:43:05.383Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/ipam 16.296s coverage: 85.3% of statements [2022-06-03T10:43:05.466Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T10:43:05.466Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-03T10:43:05.466Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/ipamutils 0.279s coverage: 74.0% of statements [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/iptables 0.173s coverage: 45.1% of statements [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-03T10:43:05.466Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-03T10:43:06.865Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:43:06.865Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:43:08.646Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.20s) [2022-06-03T10:43:08.646Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T10:43:10.185Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:43:10.185Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.07s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.30s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.30s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.31s) [2022-06-03T10:43:13.454Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.21s) [2022-06-03T10:43:13.454Z] === RUN TestBuildMultiStageCopy [2022-06-03T10:43:13.454Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T10:43:16.770Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T10:43:16.770Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T10:43:17.332Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T10:43:17.895Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy (4.97s) [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.73s) [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2022-06-03T10:43:18.457Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2022-06-03T10:43:18.457Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T10:43:18.585Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.19s) [2022-06-03T10:43:18.585Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T10:43:19.826Z] --- PASS: TestBuildMultiStageParentConfig (1.32s) [2022-06-03T10:43:19.826Z] === RUN TestBuildLabelWithTargets [2022-06-03T10:43:22.345Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2022-06-03T10:43:22.345Z] === RUN TestBuildWithEmptyLayers [2022-06-03T10:43:23.273Z] --- PASS: TestBuildWithEmptyLayers (1.26s) [2022-06-03T10:43:23.273Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T10:43:26.584Z] --- PASS: TestBuildMultiStageOnBuild (3.07s) [2022-06-03T10:43:26.584Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T10:43:27.950Z] --- PASS: TestBuildUncleanTarFilenames (1.80s) [2022-06-03T10:43:27.950Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T10:43:32.123Z] --- PASS: TestBuildMultiStageLayerLeak (3.54s) [2022-06-03T10:43:32.123Z] === RUN TestBuildWithHugeFile [2022-06-03T10:43:36.620Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-03T10:43:36.620Z] PASS [2022-06-03T10:43:36.620Z] [2022-06-03T10:43:36.620Z] DONE 17 tests in 45.996s [2022-06-03T10:43:36.620Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T10:43:36.620Z] INFO: Testing against a local daemon [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:43:36.620Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:43:36.620Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T10:43:36.620Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T10:43:36.620Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T10:43:36.620Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T10:43:36.620Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T10:43:36.620Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T10:43:36.620Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T10:43:36.620Z] === RUN TestPluginInstall [2022-06-03T10:43:36.620Z] === RUN TestPluginInstall/no_auth [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6a1aefb401240cef90340279a05958458e889ae7a4678fb6943dd27a3bb2f5f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a6a1aefb401240cef90340279a05958458e889ae7a4678fb6943dd27a3bb2f5f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:36.620Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdf5dd7484c955fd944ca3322c53ab1464c16b955b41eaed2566101db0f76e45" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.620Z] time="2022-06-03T10:43:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdf5dd7484c955fd944ca3322c53ab1464c16b955b41eaed2566101db0f76e45" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:36.620Z] === RUN TestPluginInstall/with_insecure [2022-06-03T10:43:36.876Z] time="2022-06-03T10:43:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.876Z] time="2022-06-03T10:43:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0050861b174a3a727a3c0413044db1711a2622d7d4cb6d843d03fbc738a1670" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:36.876Z] time="2022-06-03T10:43:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:43:36.876Z] time="2022-06-03T10:43:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0050861b174a3a727a3c0413044db1711a2622d7d4cb6d843d03fbc738a1670" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:43:37.131Z] plugin_test.go:195: [db1e72956e23e] daemon is not started [2022-06-03T10:43:37.131Z] --- PASS: TestPluginInstall (2.74s) [2022-06-03T10:43:37.131Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-06-03T10:43:37.131Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-06-03T10:43:37.131Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-06-03T10:43:37.131Z] === RUN TestPluginsWithRuntimes [2022-06-03T10:43:39.018Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T10:43:39.579Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T10:43:40.506Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-06-03T10:43:40.506Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2022-06-03T10:43:40.506Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-03T10:43:40.506Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T10:43:41.067Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-06-03T10:43:41.067Z] PASS [2022-06-03T10:43:41.067Z] [2022-06-03T10:43:41.067Z] DONE 24 tests in 6.699s [2022-06-03T10:43:41.067Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T10:43:41.067Z] INFO: Testing against a local daemon [2022-06-03T10:43:41.067Z] === RUN TestExternalGraphDriver [2022-06-03T10:43:41.067Z] === RUN TestExternalGraphDriver/json [2022-06-03T10:43:42.953Z] === RUN TestExternalGraphDriver/spec [2022-06-03T10:43:44.317Z] === RUN TestExternalGraphDriver/pull [2022-06-03T10:43:46.203Z] --- PASS: TestExternalGraphDriver (4.99s) [2022-06-03T10:43:46.203Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2022-06-03T10:43:46.203Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-06-03T10:43:46.203Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2022-06-03T10:43:46.203Z] === RUN TestGraphdriverPluginV2 [2022-06-03T10:43:50.365Z] --- PASS: TestGraphdriverPluginV2 (3.80s) [2022-06-03T10:43:50.365Z] PASS [2022-06-03T10:43:50.365Z] [2022-06-03T10:43:50.365Z] DONE 5 tests in 8.827s [2022-06-03T10:43:50.365Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T10:43:50.365Z] INFO: Testing against a local daemon [2022-06-03T10:43:50.365Z] === RUN TestContinueAfterPluginCrash [2022-06-03T10:43:50.365Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T10:43:50.365Z] === RUN TestReadPluginNoRead [2022-06-03T10:43:50.365Z] === PAUSE TestReadPluginNoRead [2022-06-03T10:43:50.365Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T10:43:50.365Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T10:43:50.365Z] === CONT TestContinueAfterPluginCrash [2022-06-03T10:43:50.365Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T10:43:53.632Z] --- PASS: TestDaemonStartWithLogOpt (3.39s) [2022-06-03T10:43:53.632Z] === CONT TestReadPluginNoRead [2022-06-03T10:43:55.520Z] === RUN TestReadPluginNoRead/default [2022-06-03T10:43:56.885Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T10:43:57.811Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T10:43:58.371Z] --- PASS: TestContinueAfterPluginCrash (8.37s) [2022-06-03T10:43:59.297Z] === CONT TestReadPluginNoRead [2022-06-03T10:43:59.297Z] read_test.go:92: [d6010546a469e] daemon is not started [2022-06-03T10:43:59.297Z] --- PASS: TestReadPluginNoRead (5.82s) [2022-06-03T10:43:59.297Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-06-03T10:43:59.297Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-06-03T10:43:59.297Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s) [2022-06-03T10:43:59.297Z] PASS [2022-06-03T10:43:59.297Z] [2022-06-03T10:43:59.297Z] DONE 6 tests in 9.227s [2022-06-03T10:43:59.297Z] 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-03T10:43:59.297Z] testing: warning: no tests to run [2022-06-03T10:43:59.297Z] PASS [2022-06-03T10:43:59.297Z] [2022-06-03T10:43:59.297Z] DONE 0 tests in 0.008s [2022-06-03T10:43:59.297Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T10:43:59.297Z] INFO: Testing against a local daemon [2022-06-03T10:43:59.297Z] === RUN TestPluginWithDevMounts [2022-06-03T10:43:59.297Z] === PAUSE TestPluginWithDevMounts [2022-06-03T10:43:59.297Z] === CONT TestPluginWithDevMounts [2022-06-03T10:44:00.661Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-06-03T10:44:00.661Z] PASS [2022-06-03T10:44:00.661Z] [2022-06-03T10:44:00.661Z] DONE 1 tests in 1.617s [2022-06-03T10:44:00.661Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T10:44:00.916Z] INFO: Testing against a local daemon [2022-06-03T10:44:00.916Z] === RUN TestSecretInspect [2022-06-03T10:44:03.446Z] --- PASS: TestSecretInspect (2.19s) [2022-06-03T10:44:03.446Z] === RUN TestSecretList [2022-06-03T10:44:05.331Z] --- PASS: TestSecretList (2.19s) [2022-06-03T10:44:05.331Z] === RUN TestSecretsCreateAndDelete [2022-06-03T10:44:07.844Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-06-03T10:44:07.844Z] === RUN TestSecretsUpdate [2022-06-03T10:44:09.728Z] --- PASS: TestSecretsUpdate (2.16s) [2022-06-03T10:44:09.728Z] === RUN TestTemplatedSecret [2022-06-03T10:44:12.243Z] --- PASS: TestTemplatedSecret (2.54s) [2022-06-03T10:44:12.243Z] === RUN TestSecretCreateResolve [2022-06-03T10:44:14.130Z] --- PASS: TestSecretCreateResolve (1.77s) [2022-06-03T10:44:14.130Z] PASS [2022-06-03T10:44:14.130Z] [2022-06-03T10:44:14.130Z] DONE 6 tests in 13.070s [2022-06-03T10:44:14.130Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T10:44:14.130Z] INFO: Testing against a local daemon [2022-06-03T10:44:14.130Z] === RUN TestServiceCreateInit [2022-06-03T10:44:14.130Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T10:44:18.292Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T10:44:21.553Z] --- PASS: TestServiceCreateInit (7.54s) [2022-06-03T10:44:21.553Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s) [2022-06-03T10:44:21.553Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2022-06-03T10:44:21.553Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T10:44:39.589Z] --- PASS: TestCreateServiceMultipleTimes (15.82s) [2022-06-03T10:44:39.589Z] === RUN TestCreateServiceConflict [2022-06-03T10:44:39.589Z] --- PASS: TestCreateServiceConflict (2.19s) [2022-06-03T10:44:39.589Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T10:44:42.103Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-06-03T10:44:42.103Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T10:44:42.620Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 2m52.682008011s [2022-06-03T10:44:42.621Z] 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-03T10:44:42.621Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.332029ms [2022-06-03T10:44:56.953Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2022-06-03T10:44:56.953Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T10:44:57.052Z] ok github.com/docker/docker/libnetwork/networkdb 104.083s coverage: 60.0% of statements [2022-06-03T10:44:57.052Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T10:44:57.052Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T10:44:57.052Z] ok github.com/docker/docker/libnetwork/osl 4.312s coverage: 39.7% of statements [2022-06-03T10:44:57.052Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-03T10:44:57.052Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-03T10:44:57.310Z] ok github.com/docker/docker/libnetwork/portmapper 0.687s coverage: 48.6% of statements [2022-06-03T10:44:57.568Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-03T10:44:57.568Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T10:44:57.826Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === Skipped [2022-06-03T10:44:57.826Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T10:44:57.826Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T10:44:57.826Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T10:44:57.826Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T10:44:57.826Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T10:44:57.826Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T10:44:57.826Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T10:44:57.826Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T10:44:57.826Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T10:44:57.826Z] firewalld_test.go:14: firewalld is not running [2022-06-03T10:44:57.826Z] [2022-06-03T10:44:57.826Z] DONE 325 tests, 9 skipped in 202.678s [2022-06-03T10:44:58.319Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2022-06-03T10:44:58.319Z] === RUN TestCreateServiceConfigFileMode Post stage [Pipeline] junit [2022-06-03T10:44:58.402Z] Recording test results [2022-06-03T10:44:58.586Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T10:44:58.926Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -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:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh dynbinary test-integration [2022-06-03T10:44:59.184Z] [2022-06-03T10:44:59.442Z] Removing bundles/ [2022-06-03T10:44:59.442Z] [2022-06-03T10:44:59.442Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T10:44:59.442Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:44:59.442Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:45:00.833Z] --- PASS: TestCreateServiceConfigFileMode (2.50s) [2022-06-03T10:45:00.833Z] === RUN TestCreateServiceSysctls [2022-06-03T10:45:04.097Z] --- PASS: TestCreateServiceSysctls (3.16s) [2022-06-03T10:45:04.097Z] === RUN TestCreateServiceCapabilities [2022-06-03T10:45:06.610Z] --- PASS: TestCreateServiceCapabilities (2.63s) [2022-06-03T10:45:06.610Z] === RUN TestInspect [2022-06-03T10:45:09.223Z] --- PASS: TestInspect (2.75s) [2022-06-03T10:45:09.223Z] === RUN TestCreateJob [2022-06-03T10:45:12.487Z] --- PASS: TestCreateJob (3.16s) [2022-06-03T10:45:12.487Z] === RUN TestReplicatedJob [2022-06-03T10:45:17.727Z] --- PASS: TestReplicatedJob (5.31s) [2022-06-03T10:45:17.727Z] === RUN TestUpdateReplicatedJob [2022-06-03T10:45:20.990Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-06-03T10:45:20.990Z] === RUN TestServiceListWithStatuses [2022-06-03T10:45:20.990Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:45:20.990Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T10:45:20.990Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T10:45:23.687Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:45:23.687Z] Using test binary docker [2022-06-03T10:45:23.687Z] +++ /etc/init.d/apparmor start [2022-06-03T10:45:23.687Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:45:23.687Z] INFO: Waiting for daemon to start... [2022-06-03T10:45:23.687Z] Starting dockerd [2022-06-03T10:45:23.687Z] +++ 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-03T10:45:24.248Z] . [2022-06-03T10:45:24.248Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:45:24.248Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:45:24.545Z] Error: No such image: emptyfs [2022-06-03T10:45:24.545Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T10:45:24.545Z] ++++ docker load [2022-06-03T10:45:24.801Z] Running integration-test (iteration 1) [2022-06-03T10:45:24.801Z] 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-03T10:45:24.801Z] ++ 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-03T10:45:24.801Z] ++ set -e [2022-06-03T10:45:24.801Z] ++ '[' -n 0 ']' [2022-06-03T10:45:24.801Z] ++ set -x [2022-06-03T10:45:24.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-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-03T10:45:25.157Z] --- PASS: TestDockerNetworkConnectAlias (4.29s) [2022-06-03T10:45:25.157Z] === RUN TestDockerNetworkReConnect [2022-06-03T10:45:25.728Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:45:25.728Z] Using test binary docker [2022-06-03T10:45:25.983Z] +++ /etc/init.d/apparmor start [2022-06-03T10:45:25.983Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:45:25.983Z] INFO: Waiting for daemon to start... [2022-06-03T10:45:25.983Z] Starting dockerd [2022-06-03T10:45:25.983Z] +++ 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-03T10:45:25.983Z] Loaded image: busybox:latest [2022-06-03T10:45:26.238Z] .Loaded image: busybox:glibc [2022-06-03T10:45:28.132Z] [2022-06-03T10:45:28.132Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:45:28.132Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:45:28.132Z] Error: No such image: emptyfs [2022-06-03T10:45:28.132Z] ++++ docker load [2022-06-03T10:45:28.132Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T10:45:28.392Z] Running integration-test (iteration 1) [2022-06-03T10:45:28.420Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2022-06-03T10:45:28.420Z] === RUN TestServicePlugin [2022-06-03T10:45:28.652Z] 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-03T10:45:28.652Z] ++ 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-03T10:45:28.652Z] ++ set -e [2022-06-03T10:45:28.652Z] ++ '[' -n 0 ']' [2022-06-03T10:45:28.652Z] ++ set -x [2022-06-03T10:45:28.652Z] ++ 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-03T10:45:29.580Z] Loaded image: busybox:latest [2022-06-03T10:45:29.837Z] Loaded image: busybox:glibc [2022-06-03T10:45:30.136Z] Loaded image: debian:bullseye-slim [2022-06-03T10:45:30.136Z] Loaded image: hello-world:latest [2022-06-03T10:45:30.391Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:45:30.391Z] INFO: Testing against a local daemon [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-03T10:45:30.391Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-03T10:45:32.586Z] plugin_test.go:61: [d04dfb4c77296] joining swarm manager [da71e6af220e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:45:32.907Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-03T10:45:32.907Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-03T10:45:33.468Z] Loaded image: debian:bullseye-slim [2022-06-03T10:45:33.468Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-03T10:45:33.468Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-03T10:45:33.468Z] Loaded image: hello-world:latest [2022-06-03T10:45:33.513Z] plugin_test.go:64: [d610610f2cc7b] joining swarm manager [da71e6af220e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:45:33.724Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:45:33.979Z] INFO: Testing against a local daemon [2022-06-03T10:45:33.979Z] === RUN TestDockerDaemonSuite [2022-06-03T10:45:33.979Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-03T10:45:34.235Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-03T10:45:34.490Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-03T10:45:34.490Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-03T10:45:36.378Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-03T10:45:36.378Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-03T10:45:36.378Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-03T10:45:36.378Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-03T10:45:37.304Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-03T10:45:38.272Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-03T10:45:38.272Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-03T10:45:38.272Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-03T10:45:38.272Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-03T10:45:38.272Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-03T10:45:40.166Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-03T10:45:42.100Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-03T10:45:42.662Z] --- PASS: TestBuildWithHugeFile (131.05s) [2022-06-03T10:45:42.662Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T10:45:42.662Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:45:42.662Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:45:42.662Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T10:45:42.662Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:45:42.662Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:45:42.662Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:45:42.662Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:45:42.662Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:45:42.662Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:45:42.662Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:45:42.662Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:45:42.662Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:45:42.918Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T10:45:42.918Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-06-03T10:45:42.918Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-06-03T10:45:42.918Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T10:45:42.918Z] === RUN TestBuildPreserveOwnership [2022-06-03T10:45:42.918Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T10:45:44.428Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-03T10:45:45.399Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T10:45:46.326Z] --- PASS: TestBuildPreserveOwnership (3.34s) [2022-06-03T10:45:46.326Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.30s) [2022-06-03T10:45:46.326Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.04s) [2022-06-03T10:45:46.326Z] === RUN TestBuildPlatformInvalid [2022-06-03T10:45:46.326Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-03T10:45:46.326Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-03T10:45:46.326Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T10:45:47.253Z] Loaded image: busybox:latest [2022-06-03T10:45:47.253Z] Loaded image: busybox:glibc [2022-06-03T10:45:48.617Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-03T10:45:49.180Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-03T10:45:49.435Z] Loaded image: debian:bullseye-slim [2022-06-03T10:45:49.435Z] Loaded image: hello-world:latest [2022-06-03T10:45:49.435Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:45:49.690Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-03T10:45:50.252Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-03T10:45:50.813Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-03T10:45:52.700Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-03T10:45:54.589Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-03T10:45:55.150Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-03T10:45:55.713Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-03T10:45:56.639Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-03T10:45:57.566Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-03T10:45:58.493Z] docker_cli_daemon_test.go:1474: [d9d2c7db3efa0] daemon is not started [2022-06-03T10:45:58.493Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-03T10:45:59.420Z] check_test.go:307: [d9e191fa87e24] daemon is not started [2022-06-03T10:45:59.420Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-03T10:45:59.420Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-03T10:45:59.676Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.37s) [2022-06-03T10:45:59.676Z] PASS [2022-06-03T10:45:59.676Z] [2022-06-03T10:45:59.676Z] === Skipped [2022-06-03T10:45:59.676Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T10:45:59.676Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:45:59.676Z] [2022-06-03T10:45:59.676Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:45:59.676Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:45:59.676Z] [2022-06-03T10:45:59.676Z] DONE 34 tests, 2 skipped in 194.722s [2022-06-03T10:45:59.676Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T10:45:59.676Z] ++ 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-03T10:45:59.676Z] ++ set -e [2022-06-03T10:45:59.676Z] ++ '[' -n 0 ']' [2022-06-03T10:45:59.676Z] ++ set -x [2022-06-03T10:45:59.676Z] ++ 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-03T10:45:59.676Z] INFO: Testing against a local daemon [2022-06-03T10:45:59.676Z] === RUN TestConfigInspect [2022-06-03T10:45:59.996Z] --- PASS: TestServicePlugin (30.33s) [2022-06-03T10:45:59.996Z] === RUN TestServiceUpdateLabel [2022-06-03T10:46:00.648Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-03T10:46:00.922Z] --- PASS: TestServiceUpdateLabel (2.19s) [2022-06-03T10:46:00.922Z] === RUN TestServiceUpdateSecrets [2022-06-03T10:46:01.575Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-03T10:46:02.136Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-03T10:46:02.698Z] --- PASS: TestConfigInspect (3.02s) [2022-06-03T10:46:02.698Z] === RUN TestConfigList [2022-06-03T10:46:03.259Z] check_test.go:307: [d7ec42301bd4e] daemon is not started [2022-06-03T10:46:03.259Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-03T10:46:03.259Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-03T10:46:04.111Z] INFO [linters context/goanalysis] analyzers took 4m48.983238345s with top 10 stages: buildir: 2m1.238488383s, goimports: 24.581697405s, unconvert: 19.128973878s, gosec: 15.331343566s, S1038: 8.395678779s, golint: 8.022734295s, misspell: 6.750864743s, inspect: 4.20912629s, nilness: 3.907389627s, S1039: 3.896171458s [2022-06-03T10:46:04.111Z] INFO [runner] Issues before processing: 3033, after processing: 0 [2022-06-03T10:46:04.111Z] INFO [runner] Processors filtering stat (out/in): cgo: 2417/3033, path_prettifier: 2417/2417, skip_files: 2417/2417, nolint: 0/77, autogenerated_exclude: 2034/2417, identifier_marker: 2034/2034, exclude: 2034/2034, filename_unadjuster: 2417/2417, skip_dirs: 2417/2417, exclude-rules: 77/2034 [2022-06-03T10:46:04.111Z] INFO [runner] processing took 82.460513ms with stages: nolint: 32.575161ms, identifier_marker: 21.629236ms, path_prettifier: 9.483749ms, autogenerated_exclude: 8.737783ms, exclude-rules: 7.758723ms, skip_dirs: 1.810253ms, cgo: 295.814µs, filename_unadjuster: 164.169µs, max_same_issues: 1.725µs, uniq_by_line: 695ns, max_from_linter: 557ns, source_code: 421ns, skip_files: 415ns, exclude: 365ns, diff: 314ns, path_shortener: 270ns, severity-rules: 227ns, sort_results: 223ns, max_per_file_from_linter: 221ns, path_prefixer: 192ns [2022-06-03T10:46:04.111Z] INFO [runner] linters took 1m32.774111175s with stages: goanalysis_metalinter: 1m32.691369237s [2022-06-03T10:46:04.111Z] INFO File cache stats: 1671 entries of total size 8.5MiB [2022-06-03T10:46:04.111Z] INFO Memory: 2661 samples, avg is 278.5MB, max is 1135.3MB [2022-06-03T10:46:04.111Z] INFO Execution took 4m25.969629148s [2022-06-03T10:46:04.111Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-03T10:46:04.185Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-03T10:46:04.185Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-03T10:46:04.438Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh dynbinary test-docker-py [2022-06-03T10:46:04.696Z] [2022-06-03T10:46:04.745Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-03T10:46:04.953Z] Removing bundles/ [2022-06-03T10:46:04.953Z] [2022-06-03T10:46:04.953Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T10:46:04.953Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:46:04.953Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:46:05.348Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-03T10:46:05.348Z] --- PASS: TestConfigList (2.65s) [2022-06-03T10:46:05.348Z] === RUN TestConfigsCreateAndDelete [2022-06-03T10:46:07.234Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-03T10:46:08.160Z] --- PASS: TestConfigsCreateAndDelete (2.81s) [2022-06-03T10:46:08.160Z] === RUN TestConfigsUpdate [2022-06-03T10:46:10.089Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-03T10:46:11.016Z] --- PASS: TestConfigsUpdate (2.80s) [2022-06-03T10:46:11.016Z] === RUN TestTemplatedConfig [2022-06-03T10:46:12.377Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-03T10:46:14.893Z] --- PASS: TestTemplatedConfig (3.64s) [2022-06-03T10:46:14.893Z] === RUN TestConfigCreateResolve [2022-06-03T10:46:15.750Z] --- PASS: TestServiceUpdateSecrets (14.54s) [2022-06-03T10:46:15.750Z] === RUN TestServiceUpdateConfigs [2022-06-03T10:46:15.819Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-03T10:46:17.748Z] --- PASS: TestConfigCreateResolve (2.96s) [2022-06-03T10:46:17.748Z] PASS [2022-06-03T10:46:17.748Z] [2022-06-03T10:46:17.748Z] DONE 6 tests in 17.982s [2022-06-03T10:46:17.748Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T10:46:17.748Z] ++ 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-03T10:46:17.748Z] ++ set -e [2022-06-03T10:46:17.748Z] ++ '[' -n 0 ']' [2022-06-03T10:46:17.748Z] ++ set -x [2022-06-03T10:46:17.748Z] ++ 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-03T10:46:17.748Z] INFO: Testing against a local daemon [2022-06-03T10:46:17.748Z] === RUN TestAttachWithTTY [2022-06-03T10:46:18.005Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-03T10:46:18.005Z] === RUN TestAttachWithoutTTy [2022-06-03T10:46:18.005Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-03T10:46:18.005Z] === RUN TestCheckpoint [2022-06-03T10:46:18.005Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:46:18.005Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:46:18.005Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T10:46:18.005Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T10:46:18.005Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T10:46:18.005Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T10:46:18.005Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T10:46:18.005Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-06-03T10:46:18.005Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T10:46:18.262Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-06-03T10:46:18.262Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T10:46:18.262Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-06-03T10:46:18.262Z] === RUN TestCopyEmptyFile [2022-06-03T10:46:18.823Z] --- PASS: TestCopyEmptyFile (0.48s) [2022-06-03T10:46:18.823Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T10:46:18.823Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-06-03T10:46:18.823Z] === RUN TestCopyFromContainer [2022-06-03T10:46:18.823Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-03T10:46:20.711Z] === RUN TestCopyFromContainer// [2022-06-03T10:46:20.711Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T10:46:20.711Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T10:46:20.711Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T10:46:20.968Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T10:46:20.968Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-03T10:46:20.968Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T10:46:20.968Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T10:46:21.223Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T10:46:21.223Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-03T10:46:21.479Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T10:46:21.479Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T10:46:21.735Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer (2.90s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer// (0.13s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2022-06-03T10:46:21.735Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2022-06-03T10:46:21.735Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T10:46:21.735Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:46:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:46:21.735Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:46:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:46:21.735Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:46:21.735Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:46:21.735Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:46:21.735Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:46:21.735Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:46:21.735Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T10:46:21.735Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T10:46:21.735Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T10:46:21.735Z] === RUN TestCreateWithInvalidEnv [2022-06-03T10:46:21.735Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T10:46:21.735Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T10:46:21.735Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T10:46:21.735Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T10:46:21.735Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T10:46:21.735Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T10:46:21.735Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T10:46:21.735Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T10:46:21.735Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T10:46:21.735Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T10:46:21.735Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T10:46:21.735Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T10:46:21.735Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T10:46:21.735Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T10:46:23.105Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-03T10:46:23.105Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-03T10:46:23.360Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-03T10:46:23.922Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s) [2022-06-03T10:46:23.922Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T10:46:24.482Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-03T10:46:25.042Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.15s) [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:46:26.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:46:26.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:46:26.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:46:26.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:46:26.407Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:46:26.407Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:46:26.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:46:26.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:46:26.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:46:26.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:46:26.407Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T10:46:26.407Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T10:46:26.407Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T10:46:26.407Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-03T10:46:26.407Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-03T10:46:26.968Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s) [2022-06-03T10:46:26.968Z] === RUN TestCreateDifferentPlatform [2022-06-03T10:46:26.968Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T10:46:26.968Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T10:46:26.968Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T10:46:26.968Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T10:46:26.968Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-03T10:46:26.968Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T10:46:26.968Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-03T10:46:26.968Z] === RUN TestCreateInvalidHostConfig [2022-06-03T10:46:26.968Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:46:26.968Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:46:26.968Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:46:26.968Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:46:26.968Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:46:26.968Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:46:26.968Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:46:26.968Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:46:26.968Z] check_test.go:307: [d59d5a962e0c9] daemon is not started [2022-06-03T10:46:26.968Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:46:26.968Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:46:26.968Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:46:26.968Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-03T10:46:26.968Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:46:26.968Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T10:46:26.968Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s) [2022-06-03T10:46:26.968Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T10:46:26.968Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T10:46:26.968Z] === RUN TestDaemonRestartIpcMode [2022-06-03T10:46:26.968Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T10:46:26.968Z] === RUN TestDaemonHostGatewayIP [2022-06-03T10:46:26.968Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T10:46:26.968Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T10:46:26.968Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T10:46:26.968Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T10:46:26.968Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T10:46:26.968Z] === RUN TestDiff [2022-06-03T10:46:27.936Z] --- PASS: TestDiff (0.68s) [2022-06-03T10:46:27.937Z] === RUN TestExecWithCloseStdin [2022-06-03T10:46:28.502Z] --- PASS: TestExecWithCloseStdin (0.73s) [2022-06-03T10:46:28.502Z] === RUN TestExec [2022-06-03T10:46:29.063Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-03T10:46:29.319Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-03T10:46:29.319Z] --- PASS: TestExec (0.74s) [2022-06-03T10:46:29.319Z] === RUN TestExecUser [2022-06-03T10:46:30.246Z] --- PASS: TestExecUser (0.86s) [2022-06-03T10:46:30.246Z] === RUN TestExportContainerAndImportImage [2022-06-03T10:46:30.246Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-03T10:46:30.590Z] --- PASS: TestServiceUpdateConfigs (14.55s) [2022-06-03T10:46:30.590Z] === RUN TestServiceUpdateNetwork [2022-06-03T10:46:30.809Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-03T10:46:31.371Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2022-06-03T10:46:31.371Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T10:46:32.780Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2022-06-03T10:46:32.780Z] === RUN TestHealthCheckWorkdir [2022-06-03T10:46:33.035Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-03T10:46:34.004Z] --- PASS: TestHealthCheckWorkdir (0.96s) [2022-06-03T10:46:34.004Z] === RUN TestHealthKillContainer [2022-06-03T10:46:35.874Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:46:35.874Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:46:35.874Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:46:35.874Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:46:35.874Z] [2022-06-03T10:46:35.874Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T10:46:35.874Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T10:46:35.874Z] HOSTNAME=6a22a82a17d2 [2022-06-03T10:46:35.874Z] TESTDEBUG=0 [2022-06-03T10:46:35.874Z] DEST=bundles/test-integration [2022-06-03T10:46:35.874Z] PWD=/go/src/github.com/docker/docker [2022-06-03T10:46:35.874Z] DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 [2022-06-03T10:46:35.874Z] container=docker [2022-06-03T10:46:35.874Z] HOME=/root [2022-06-03T10:46:35.874Z] GOLANG_VERSION=1.18.3 [2022-06-03T10:46:35.874Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T10:46:35.874Z] VALIDATE_BRANCH=master [2022-06-03T10:46:35.874Z] TERM=xterm [2022-06-03T10:46:35.874Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T10:46:35.874Z] SHLVL=1 [2022-06-03T10:46:35.874Z] TIMEOUT=120m [2022-06-03T10:46:35.874Z] DOCKER_BUILDTAGS= journald [2022-06-03T10:46:35.874Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T10:46:35.874Z] GO111MODULE=off [2022-06-03T10:46:35.874Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T10:46:35.874Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T10:46:35.874Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T10:46:35.874Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T10:46:35.874Z] GOPATH=/go [2022-06-03T10:46:35.874Z] PKG_CONFIG=pkg-config [2022-06-03T10:46:35.874Z] _=/usr/bin/env [2022-06-03T10:46:35.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T10:46:35.890Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-03T10:46:36.495Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-03T10:46:38.380Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-03T10:46:38.380Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-03T10:46:39.349Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-03T10:46:40.276Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-03T10:46:40.836Z] check_test.go:307: [d1ee5f34127d9] daemon is not started [2022-06-03T10:46:40.836Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-03T10:46:41.092Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-03T10:46:41.653Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-03T10:46:41.653Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-03T10:46:42.213Z] --- PASS: TestHealthKillContainer (8.25s) [2022-06-03T10:46:42.213Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T10:46:42.213Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-03T10:46:42.748Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2022-06-03T10:46:42.748Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T10:46:42.794Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2022-06-03T10:46:42.794Z] === RUN TestIpcModeNone [2022-06-03T10:46:42.794Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-03T10:46:43.674Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T10:46:43.730Z] --- PASS: TestIpcModeNone (0.94s) [2022-06-03T10:46:43.731Z] === RUN TestIpcModePrivate [2022-06-03T10:46:43.731Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-03T10:46:44.335Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2022-06-03T10:46:44.590Z] --- PASS: TestIpcModePrivate (0.97s) [2022-06-03T10:46:44.590Z] === RUN TestIpcModeShareable [2022-06-03T10:46:44.602Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T10:46:45.518Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-06-03T10:46:45.773Z] --- PASS: TestIpcModeShareable (1.14s) [2022-06-03T10:46:45.773Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T10:46:46.028Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-03T10:46:49.331Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-03T10:46:49.586Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.92s) [2022-06-03T10:46:49.586Z] === RUN TestAPIIpcModeHost [2022-06-03T10:46:50.145Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-06-03T10:46:50.145Z] === RUN TestDaemonIpcModeShareable [2022-06-03T10:46:51.129Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T10:46:51.508Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2022-06-03T10:46:51.508Z] --- PASS: TestDaemonIpcModeShareable (1.39s) [2022-06-03T10:46:51.508Z] === RUN TestDaemonIpcModePrivate [2022-06-03T10:46:51.764Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-03T10:46:52.019Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-03T10:46:52.994Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-03T10:46:52.994Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false [2022-06-03T10:46:53.250Z] --- PASS: TestDaemonIpcModePrivate (1.73s) [2022-06-03T10:46:53.250Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T10:46:54.222Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-03T10:46:54.480Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-03T10:46:54.480Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T10:46:54.480Z] check_test.go:307: [ddd86f597639c] daemon is not started [2022-06-03T10:46:54.480Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-03T10:46:54.777Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false [2022-06-03T10:46:54.777Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2022-06-03T10:46:54.777Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T10:46:56.747Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2022-06-03T10:46:56.747Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2022-06-03T10:46:56.747Z] === RUN TestIpcModeOlderClient [2022-06-03T10:46:56.747Z] === PAUSE TestIpcModeOlderClient [2022-06-03T10:46:56.747Z] === RUN TestKillContainerInvalidSignal [2022-06-03T10:46:56.747Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-03T10:46:57.002Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-03T10:46:57.301Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2022-06-03T10:46:57.301Z] === RUN TestKillContainer [2022-06-03T10:46:57.301Z] === RUN TestKillContainer/no_signal [2022-06-03T10:46:58.228Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T10:46:58.789Z] === RUN TestKillContainer/killing_signal [2022-06-03T10:46:58.789Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-03T10:46:59.205Z] --- PASS: TestServiceUpdatePidsLimit (16.31s) [2022-06-03T10:46:59.205Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-06-03T10:46:59.205Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-06-03T10:46:59.205Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-06-03T10:46:59.205Z] PASS [2022-06-03T10:46:59.205Z] [2022-06-03T10:46:59.205Z] === Skipped [2022-06-03T10:46:59.205Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T10:46:59.205Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:46:59.205Z] [2022-06-03T10:46:59.205Z] DONE 27 tests, 1 skipped in 164.862s [2022-06-03T10:46:59.205Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T10:46:59.205Z] INFO: Testing against a local daemon [2022-06-03T10:46:59.205Z] === RUN TestSessionCreate [2022-06-03T10:46:59.205Z] --- PASS: TestSessionCreate (0.04s) [2022-06-03T10:46:59.205Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T10:46:59.205Z] --- PASS: TestSessionCreateWithBadUpgrade (0.07s) [2022-06-03T10:46:59.205Z] PASS [2022-06-03T10:46:59.205Z] [2022-06-03T10:46:59.205Z] DONE 2 tests in 0.149s [2022-06-03T10:46:59.205Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T10:46:59.205Z] INFO: Testing against a local daemon [2022-06-03T10:46:59.205Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:46:59.205Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:46:59.205Z] === RUN TestDiskUsage [2022-06-03T10:46:59.205Z] === PAUSE TestDiskUsage [2022-06-03T10:46:59.205Z] === RUN TestEventsExecDie [2022-06-03T10:46:59.461Z] --- PASS: TestEventsExecDie (0.56s) [2022-06-03T10:46:59.461Z] === RUN TestEventsBackwardsCompatible [2022-06-03T10:46:59.717Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-03T10:46:59.717Z] === RUN TestEventsVolumeCreate [2022-06-03T10:46:59.717Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-06-03T10:46:59.717Z] === RUN TestInfoBinaryCommits [2022-06-03T10:46:59.717Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T10:46:59.717Z] === RUN TestInfoAPIVersioned [2022-06-03T10:46:59.717Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T10:46:59.717Z] === RUN TestInfoAPI [2022-06-03T10:46:59.717Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T10:46:59.717Z] === RUN TestInfoAPIWarnings [2022-06-03T10:47:00.153Z] --- PASS: TestKillContainer (2.47s) [2022-06-03T10:47:00.153Z] --- PASS: TestKillContainer/no_signal (0.76s) [2022-06-03T10:47:00.153Z] --- PASS: TestKillContainer/non_killing_signal (0.68s) [2022-06-03T10:47:00.153Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2022-06-03T10:47:00.153Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T10:47:00.153Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T10:47:00.408Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-03T10:47:00.968Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T10:47:03.524Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (3.30s) [2022-06-03T10:47:03.524Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.06s) [2022-06-03T10:47:03.524Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.49s) [2022-06-03T10:47:03.524Z] === RUN TestKillStoppedContainer [2022-06-03T10:47:03.524Z] --- PASS: TestKillStoppedContainer (0.14s) [2022-06-03T10:47:03.524Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T10:47:03.524Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2022-06-03T10:47:03.524Z] === RUN TestKillDifferentUserContainer [2022-06-03T10:47:04.094Z] check_test.go:307: [defbddfd59f86] daemon is not started [2022-06-03T10:47:04.094Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-03T10:47:04.357Z] --- PASS: TestKillDifferentUserContainer (0.85s) [2022-06-03T10:47:04.357Z] === RUN TestInspectOomKilledTrue [2022-06-03T10:47:04.357Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:47:04.357Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T10:47:04.357Z] === RUN TestInspectOomKilledFalse [2022-06-03T10:47:04.357Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:47:04.357Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T10:47:04.357Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T10:47:04.922Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2022-06-03T10:47:04.922Z] === RUN TestLinksContainerNames [2022-06-03T10:47:06.328Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-03T10:47:06.582Z] --- PASS: TestLinksContainerNames (1.57s) [2022-06-03T10:47:06.582Z] === RUN TestLogsFollowTailEmpty [2022-06-03T10:47:07.143Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-03T10:47:07.143Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2022-06-03T10:47:07.143Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T10:47:07.704Z] check_test.go:307: [d53d6be9c5ea7] daemon is not started [2022-06-03T10:47:07.704Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-03T10:47:07.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T10:47:07.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T10:47:07.959Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/default [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/private [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/slave [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/shared [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/default [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/shared [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T10:47:07.959Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:47:07.959Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:47:07.959Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/private [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/slave [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:47:08.217Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:47:08.217Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T10:47:08.217Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:47:08.473Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-03T10:47:08.473Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T10:47:08.473Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T10:47:10.361Z] docker_cli_daemon_plugins_test.go:80: [dd88c56b7590d] daemon is not started [2022-06-03T10:47:10.361Z] --- PASS: TestContainerBindMountNonRecursive (1.84s) [2022-06-03T10:47:10.361Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T10:47:10.361Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-03T10:47:10.923Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2022-06-03T10:47:10.923Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T10:47:11.484Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-03T10:47:11.739Z] --- PASS: TestContainerVolumesMountedAsSlave (0.67s) [2022-06-03T10:47:11.739Z] === RUN TestNetworkNat [2022-06-03T10:47:12.300Z] --- PASS: TestNetworkNat (0.65s) [2022-06-03T10:47:12.300Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T10:47:12.861Z] --- PASS: TestNetworkLocalhostTCPNat (0.63s) [2022-06-03T10:47:12.861Z] === RUN TestNetworkLoopbackNat [2022-06-03T10:47:13.160Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-03T10:47:13.721Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-03T10:47:14.020Z] docker_cli_daemon_plugins_test.go:170: [dd2e731830e8d] daemon is not started [2022-06-03T10:47:15.386Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-03T10:47:15.992Z] --- PASS: TestNetworkLoopbackNat (3.04s) [2022-06-03T10:47:15.992Z] === RUN TestPause [2022-06-03T10:47:16.919Z] --- PASS: TestPause (0.79s) [2022-06-03T10:47:16.919Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T10:47:16.919Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:47:16.919Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:47:16.919Z] === RUN TestPauseStopPausedContainer [2022-06-03T10:47:17.747Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-03T10:47:17.747Z] === RUN TestInfoDebug [2022-06-03T10:47:17.747Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T10:47:17.747Z] === RUN TestInfoInsecureRegistries [2022-06-03T10:47:17.747Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T10:47:17.747Z] === RUN TestInfoRegistryMirrors [2022-06-03T10:47:17.747Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T10:47:17.747Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T10:47:17.847Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2022-06-03T10:47:17.847Z] === RUN TestPidHost [2022-06-03T10:47:18.003Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T10:47:18.003Z] === RUN TestPingCacheHeaders [2022-06-03T10:47:18.003Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T10:47:18.003Z] === RUN TestPingGet [2022-06-03T10:47:18.003Z] --- PASS: TestPingGet (0.01s) [2022-06-03T10:47:18.003Z] === RUN TestPingHead [2022-06-03T10:47:18.003Z] --- PASS: TestPingHead (0.02s) [2022-06-03T10:47:18.003Z] === RUN TestPingSwarmHeader [2022-06-03T10:47:18.563Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T10:47:18.774Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-03T10:47:19.123Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T10:47:19.377Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-03T10:47:19.377Z] --- PASS: TestPidHost (1.73s) [2022-06-03T10:47:19.377Z] === RUN TestPsFilter [2022-06-03T10:47:19.632Z] --- PASS: TestPsFilter (0.16s) [2022-06-03T10:47:19.632Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T10:47:19.887Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-03T10:47:20.049Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T10:47:20.049Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-06-03T10:47:20.049Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T10:47:20.049Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T10:47:20.049Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T10:47:20.049Z] === RUN TestVersion [2022-06-03T10:47:20.049Z] --- PASS: TestVersion (0.02s) [2022-06-03T10:47:20.049Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:47:20.049Z] === CONT TestDiskUsage [2022-06-03T10:47:20.143Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s) [2022-06-03T10:47:20.143Z] === RUN TestRemoveContainerWithVolume [2022-06-03T10:47:20.143Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-03T10:47:20.398Z] check_test.go:307: [d6667cc645e4a] daemon is not started [2022-06-03T10:47:20.398Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T10:47:20.625Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T10:47:20.882Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T10:47:20.958Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2022-06-03T10:47:20.958Z] === RUN TestRemoveContainerRunning [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T10:47:21.443Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T10:47:21.521Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-03T10:47:21.521Z] --- PASS: TestRemoveContainerRunning (0.78s) [2022-06-03T10:47:21.521Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T10:47:21.698Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.68s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage (1.69s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.42s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run (0.53s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T10:47:21.698Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:47:21.698Z] PASS [2022-06-03T10:47:21.698Z] [2022-06-03T10:47:21.698Z] DONE 54 tests in 22.780s [2022-06-03T10:47:21.698Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T10:47:21.698Z] INFO: Testing against a local daemon [2022-06-03T10:47:21.698Z] === RUN TestVolumesCreateAndList [2022-06-03T10:47:21.698Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T10:47:21.698Z] === RUN TestVolumesRemove [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesRemove (0.07s) [2022-06-03T10:47:21.954Z] === RUN TestVolumesInspect [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T10:47:21.954Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T10:47:21.954Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T10:47:21.954Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T10:47:21.954Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T10:47:21.954Z] PASS [2022-06-03T10:47:21.954Z] [2022-06-03T10:47:21.954Z] DONE 9 tests in 0.147s [2022-06-03T10:47:21.954Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T10:47:22.083Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-03T10:47:22.339Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2022-06-03T10:47:22.339Z] === RUN TestRemoveInvalidContainer [2022-06-03T10:47:22.339Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-06-03T10:47:22.339Z] === RUN TestRenameLinkedContainer [2022-06-03T10:47:22.515Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-03T10:47:22.515Z] Removing test suite binaries [2022-06-03T10:47:22.515Z] exiting test-integration [2022-06-03T10:47:22.515Z] ++ exit 0 [2022-06-03T10:47:22.515Z] [2022-06-03T10:47:22.612Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest Post stage [Pipeline] junit [2022-06-03T10:47:23.892Z] Recording test results [2022-06-03T10:47:23.976Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-03T10:47:24.050Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T10:47:24.414Z] + echo Ensuring container killed. [2022-06-03T10:47:24.414Z] Ensuring container killed. [2022-06-03T10:47:24.414Z] + docker rm -vf docker-pr1 [2022-06-03T10:47:24.414Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T10:47:24.728Z] + echo Chowning /workspace to jenkins user [2022-06-03T10:47:24.728Z] Chowning /workspace to jenkins user [2022-06-03T10:47:24.728Z] + id -u [2022-06-03T10:47:24.728Z] + id -g [2022-06-03T10:47:24.729Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T10:47:25.864Z] --- PASS: TestRenameLinkedContainer (3.15s) [2022-06-03T10:47:25.864Z] === RUN TestRenameStoppedContainer [2022-06-03T10:47:25.864Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-03T10:47:26.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T10:47:26.420Z] + bundleName=amd64-cgroup2 [2022-06-03T10:47:26.420Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T10:47:26.420Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T10:47:26.420Z] + 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-03T10:47:26.420Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-06-03T10:47:26.425Z] --- PASS: TestRenameStoppedContainer (0.79s) [2022-06-03T10:47:26.425Z] === RUN TestRenameRunningContainerAndReuse [Pipeline] archiveArtifacts [2022-06-03T10:47:26.681Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-03T10:47:26.684Z] Archiving artifacts [2022-06-03T10:47:27.136Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T10:47:27.482Z] + make clean [2022-06-03T10:47:27.482Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T10:47:27.482Z] docker-dev-cache [2022-06-03T10:47:27.482Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T10:47:27.612Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-03T10:47:27.868Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s) [2022-06-03T10:47:27.868Z] === RUN TestRenameInvalidName [2022-06-03T10:47:28.795Z] --- PASS: TestRenameInvalidName (0.82s) [2022-06-03T10:47:28.795Z] === RUN TestRenameAnonymousContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T10:47:29.357Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-03T10:47:30.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T10:47:31.245Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-03T10:47:31.502Z] --- PASS: TestRenameAnonymousContainer (2.86s) [2022-06-03T10:47:31.502Z] === RUN TestRenameContainerWithSameName [2022-06-03T10:47:32.429Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2022-06-03T10:47:32.429Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T10:47:32.992Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-03T10:47:33.248Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-03T10:47:33.505Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-03T10:47:33.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-03T10:47:34.365Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s) [2022-06-03T10:47:34.365Z] === RUN TestResize [2022-06-03T10:47:34.926Z] --- PASS: TestResize (0.60s) [2022-06-03T10:47:34.926Z] === RUN TestResizeWithInvalidSize [2022-06-03T10:47:35.486Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2022-06-03T10:47:35.486Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T10:47:35.486Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-03T10:47:36.048Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:36.048Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:36.048Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:36.048Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:47:36.048Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:36.975Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-03T10:47:36.975Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-03T10:47:38.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T10:47:38.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T10:47:38.383Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-03T10:47:38.638Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:47:38.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T10:47:39.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T10:47:39.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T10:47:40.002Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-03T10:47:40.563Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:47:40.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T10:47:41.124Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:47:41.379Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-03T10:47:42.752Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:47:43.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T10:47:43.688Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-03T10:47:43.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-03T10:47:43.688Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:47:43.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T10:47:44.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T10:47:45.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T10:47:45.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-03T10:47:45.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T10:47:46.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:47:46.673Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:47:46.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T10:47:47.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T10:47:48.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T10:47:48.608Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-03T10:47:49.169Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:49.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T10:47:49.424Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:47:49.424Z] check_test.go:307: [de422a9b4c3b0] daemon is not started [2022-06-03T10:47:49.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-03T10:47:50.279Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T10:47:50.279Z] Using test binary docker [2022-06-03T10:47:50.279Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T10:47:50.279Z] +++ /etc/init.d/apparmor start [2022-06-03T10:47:50.279Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:47:50.279Z] INFO: Waiting for daemon to start... [2022-06-03T10:47:50.279Z] Starting dockerd [2022-06-03T10:47:50.279Z] +++ 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-03T10:47:50.788Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:51.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:47:51.909Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-03T10:47:52.177Z] . [2022-06-03T10:47:52.177Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T10:47:52.177Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T10:47:52.177Z] Error: No such image: emptyfs [2022-06-03T10:47:52.177Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T10:47:52.177Z] ++++ docker load [2022-06-03T10:47:52.435Z] Running integration-test (iteration 1) [2022-06-03T10:47:52.435Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T10:47:52.435Z] ++ 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-03T10:47:52.435Z] ++ set -e [2022-06-03T10:47:52.435Z] ++ '[' -n 0 ']' [2022-06-03T10:47:52.435Z] ++ set -x [2022-06-03T10:47:52.435Z] ++ 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-03T10:47:52.469Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:47:52.693Z] Loaded image: busybox:latest [2022-06-03T10:47:52.693Z] Loaded image: busybox:glibc [2022-06-03T10:47:53.076Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:47:54.066Z] Loaded image: debian:bullseye-slim [2022-06-03T10:47:54.066Z] Loaded image: hello-world:latest [2022-06-03T10:47:54.066Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:47:54.066Z] INFO: Testing against a local daemon [2022-06-03T10:47:54.066Z] === RUN TestCgroupNamespacesBuild [2022-06-03T10:47:54.998Z] --- PASS: TestCgroupNamespacesBuild (1.13s) [2022-06-03T10:47:54.998Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T10:47:56.371Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-06-03T10:47:56.371Z] === RUN TestBuildWithSession [2022-06-03T10:47:56.371Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:47:56.371Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T10:47:56.371Z] === RUN TestBuildSquashParent [2022-06-03T10:47:58.361Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:48:00.552Z] --- PASS: TestBuildSquashParent (4.00s) [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:48:00.552Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:48:00.552Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:48:00.552Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T10:48:00.552Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T10:48:00.961Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-03T10:48:01.486Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T10:48:01.486Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T10:48:02.859Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T10:48:02.859Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.65s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.97s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.06s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.16s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.83s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.77s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.92s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.89s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.79s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.61s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2022-06-03T10:48:02.889Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.92s) [2022-06-03T10:48:02.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.17s) [2022-06-03T10:48:02.890Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.54s) [2022-06-03T10:48:02.890Z] === RUN TestCgroupNamespacesRun [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.26s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.21s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.27s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.08s) [2022-06-03T10:48:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.27s) [2022-06-03T10:48:04.232Z] === RUN TestBuildMultiStageCopy [2022-06-03T10:48:04.232Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T10:48:04.820Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-03T10:48:05.164Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T10:48:05.422Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T10:48:05.422Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T10:48:05.423Z] --- PASS: TestCgroupNamespacesRun (2.33s) [2022-06-03T10:48:05.423Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T10:48:05.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-03T10:48:05.680Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s) [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-06-03T10:48:05.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-06-03T10:48:05.938Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T10:48:06.504Z] --- PASS: TestBuildMultiStageParentConfig (0.61s) [2022-06-03T10:48:06.504Z] === RUN TestBuildLabelWithTargets [2022-06-03T10:48:07.310Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2022-06-03T10:48:07.310Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T10:48:07.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-03T10:48:07.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-03T10:48:07.437Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-06-03T10:48:07.437Z] === RUN TestBuildWithEmptyLayers [2022-06-03T10:48:07.873Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-03T10:48:08.003Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-06-03T10:48:08.003Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T10:48:08.807Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2022-06-03T10:48:08.807Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T10:48:08.807Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-03T10:48:09.368Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-03T10:48:09.376Z] --- PASS: TestBuildMultiStageOnBuild (1.30s) [2022-06-03T10:48:09.376Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T10:48:09.945Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-06-03T10:48:09.945Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T10:48:10.781Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2022-06-03T10:48:10.781Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T10:48:11.337Z] --- PASS: TestBuildMultiStageLayerLeak (1.44s) [2022-06-03T10:48:11.337Z] === RUN TestBuildWithHugeFile [2022-06-03T10:48:11.415Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T10:48:11.415Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:48:11.415Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:48:11.415Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T10:48:11.415Z] [2022-06-03T10:48:11.415Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-03T10:48:11.415Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-03T10:48:11.415Z] Using test binary docker [2022-06-03T10:48:11.415Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T10:48:11.415Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T10:48:11.415Z] INFO: Waiting for daemon to start... [2022-06-03T10:48:11.415Z] Starting dockerd [2022-06-03T10:48:11.415Z] . [2022-06-03T10:48:11.415Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-03T10:48:11.706Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-03T10:48:12.268Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2022-06-03T10:48:12.268Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T10:48:13.675Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-03T10:48:13.932Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.67s) [2022-06-03T10:48:13.932Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T10:48:14.859Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2022-06-03T10:48:14.859Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T10:48:16.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-03T10:48:16.480Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.70s) [2022-06-03T10:48:16.480Z] === RUN TestNISDomainname [2022-06-03T10:48:16.480Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-03T10:48:17.408Z] --- PASS: TestNISDomainname (0.97s) [2022-06-03T10:48:17.408Z] === RUN TestHostnameDnsResolution [2022-06-03T10:48:17.664Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-03T10:48:18.597Z] --- PASS: TestHostnameDnsResolution (1.25s) [2022-06-03T10:48:18.597Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T10:48:18.853Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-03T10:48:19.782Z] --- PASS: TestUnprivilegedPortsAndPing (1.02s) [2022-06-03T10:48:19.782Z] === RUN TestPrivilegedHostDevices [2022-06-03T10:48:19.782Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-03T10:48:20.342Z] --- PASS: TestPrivilegedHostDevices (0.73s) [2022-06-03T10:48:20.342Z] === RUN TestConsoleSize [2022-06-03T10:48:20.598Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-03T10:48:21.203Z] --- PASS: TestConsoleSize (0.80s) [2022-06-03T10:48:21.203Z] === RUN TestStats [2022-06-03T10:48:21.203Z] check_test.go:307: [dec3b9c371f69] daemon is not started [2022-06-03T10:48:21.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-03T10:48:23.090Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-03T10:48:24.060Z] --- PASS: TestStats (2.78s) [2022-06-03T10:48:24.060Z] === RUN TestStopContainerWithTimeout [2022-06-03T10:48:24.060Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T10:48:24.060Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T10:48:24.060Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T10:48:24.060Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T10:48:24.060Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T10:48:24.060Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T10:48:24.060Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T10:48:24.060Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T10:48:24.060Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T10:48:24.060Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T10:48:24.998Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-03T10:48:25.256Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T10:48:25.819Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-03T10:48:27.185Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-03T10:48:27.185Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T10:48:27.745Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-03T10:48:28.686Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-03T10:48:28.686Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-03T10:48:28.686Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2022-06-03T10:48:28.686Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2022-06-03T10:48:28.686Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2022-06-03T10:48:28.686Z] --- PASS: TestStopContainerWithTimeout/1 (1.80s) [2022-06-03T10:48:28.686Z] === RUN TestDeleteDevicemapper [2022-06-03T10:48:28.686Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:48:28.686Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T10:48:28.686Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T10:48:31.957Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.63s) [2022-06-03T10:48:31.957Z] === RUN TestUpdateMemory [2022-06-03T10:48:31.957Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:48:31.957Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T10:48:31.957Z] === RUN TestUpdateCPUQuota [2022-06-03T10:48:32.884Z] --- PASS: TestUpdateCPUQuota (1.61s) [2022-06-03T10:48:32.884Z] === RUN TestUpdatePidsLimit [2022-06-03T10:48:32.884Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T10:48:33.445Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T10:48:34.007Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T10:48:34.007Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-03T10:48:34.262Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T10:48:34.518Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T10:48:34.818Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-03T10:48:34.818Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T10:48:35.378Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit (3.58s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2022-06-03T10:48:36.744Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2022-06-03T10:48:36.744Z] === RUN TestUpdateRestartPolicy [2022-06-03T10:48:36.744Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-03T10:48:37.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-03T10:48:37.603Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-03T10:48:37.858Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-03T10:48:38.159Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-03T10:48:38.414Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-03T10:48:38.669Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-03T10:48:38.669Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-03T10:48:38.669Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T10:48:38.669Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-03T10:48:40.031Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-03T10:48:40.957Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-03T10:48:43.471Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-03T10:48:43.471Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T10:48:43.471Z] check_test.go:307: [d6c6e4bb46f8d] daemon is not started [2022-06-03T10:48:43.471Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-03T10:48:43.471Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T10:48:43.471Z] check_test.go:307: [d6a4ced33df32] daemon is not started [2022-06-03T10:48:43.471Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-03T10:48:44.397Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-03T10:48:45.324Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-03T10:48:45.324Z] check_test.go:307: [d2fc634f76a5f] daemon is not started [2022-06-03T10:48:45.324Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-03T10:48:45.885Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-03T10:48:46.141Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-03T10:48:47.068Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-03T10:48:47.324Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-03T10:48:47.621Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-03T10:48:49.509Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-03T10:48:49.509Z] --- PASS: TestUpdateRestartPolicy (12.64s) [2022-06-03T10:48:49.509Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T10:48:50.042Z] --- PASS: TestBuildWithHugeFile (34.88s) [2022-06-03T10:48:50.042Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T10:48:50.042Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:48:50.042Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:48:50.042Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T10:48:50.042Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:48:50.042Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:48:50.042Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:48:50.042Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:48:50.042Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:48:50.042Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:48:50.042Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T10:48:50.042Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T10:48:50.042Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T10:48:50.042Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-03T10:48:50.042Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-03T10:48:50.042Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-03T10:48:50.042Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-06-03T10:48:50.042Z] === RUN TestBuildPreserveOwnership [2022-06-03T10:48:50.042Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T10:48:50.042Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T10:48:50.042Z] --- PASS: TestBuildPreserveOwnership (2.81s) [2022-06-03T10:48:50.042Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.85s) [2022-06-03T10:48:50.042Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.95s) [2022-06-03T10:48:50.042Z] === RUN TestBuildPlatformInvalid [2022-06-03T10:48:50.042Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-03T10:48:50.042Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T10:48:50.042Z] Loaded image: busybox:latest [2022-06-03T10:48:50.071Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2022-06-03T10:48:50.071Z] === RUN TestWaitNonBlocked [2022-06-03T10:48:50.071Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:48:50.071Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:48:50.071Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:48:50.071Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:48:50.071Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:48:50.071Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:48:50.121Z] sha256:8de0dc31e71741896384a5265cabc5a7f6d09740ed14550734e7c5a0f75b302d [2022-06-03T10:48:50.121Z] INFO: Starting docker-py tests... [2022-06-03T10:48:50.121Z] ============================= test session starts ============================== [2022-06-03T10:48:50.121Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-03T10:48:50.121Z] rootdir: /src, inifile: pytest.ini [2022-06-03T10:48:50.121Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-03T10:48:50.121Z] collected 395 items / 2 deselected / 393 selected [2022-06-03T10:48:50.121Z] [2022-06-03T10:48:50.300Z] Loaded image: busybox:glibc [2022-06-03T10:48:51.018Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-06-03T10:48:51.018Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s) [2022-06-03T10:48:51.018Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2022-06-03T10:48:51.018Z] === RUN TestWaitBlocked [2022-06-03T10:48:51.018Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:48:51.018Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:48:51.018Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:48:51.018Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:48:51.234Z] Loaded image: debian:bullseye-slim [2022-06-03T10:48:51.234Z] Loaded image: hello-world:latest [2022-06-03T10:48:51.234Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T10:48:51.286Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:48:51.286Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:48:52.654Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-03T10:48:52.654Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.27s) [2022-06-03T10:48:52.654Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.34s) [2022-06-03T10:48:52.654Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T10:48:52.654Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T10:48:52.654Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-03T10:48:56.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-03T10:48:56.828Z] --- PASS: TestContainerStartOnDaemonRestart (3.97s) [2022-06-03T10:48:56.828Z] === CONT TestDaemonHostGatewayIP [2022-06-03T10:48:56.828Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.23s) [2022-06-03T10:48:56.828Z] === CONT TestDaemonRestartIpcMode [2022-06-03T10:48:58.714Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-03T10:48:59.275Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-03T10:48:59.338Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.27s) [2022-06-03T10:48:59.338Z] PASS [2022-06-03T10:48:59.338Z] [2022-06-03T10:48:59.338Z] === Skipped [2022-06-03T10:48:59.338Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-03T10:48:59.338Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T10:48:59.338Z] [2022-06-03T10:48:59.338Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T10:48:59.338Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T10:48:59.338Z] [2022-06-03T10:48:59.338Z] DONE 34 tests, 2 skipped in 66.208s [2022-06-03T10:48:59.338Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T10:48:59.338Z] ++ 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-03T10:48:59.338Z] ++ set -e [2022-06-03T10:48:59.338Z] ++ '[' -n 0 ']' [2022-06-03T10:48:59.338Z] ++ set -x [2022-06-03T10:48:59.339Z] ++ 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-03T10:48:59.339Z] INFO: Testing against a local daemon [2022-06-03T10:48:59.339Z] === RUN TestConfigInspect [2022-06-03T10:49:00.200Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-03T10:49:00.761Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-03T10:49:00.761Z] --- PASS: TestDaemonHostGatewayIP (4.43s) [2022-06-03T10:49:00.761Z] === CONT TestIpcModeOlderClient [2022-06-03T10:49:01.020Z] --- PASS: TestIpcModeOlderClient (0.15s) [2022-06-03T10:49:01.020Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T10:49:01.020Z] --- PASS: TestDaemonRestartIpcMode (4.40s) [2022-06-03T10:49:01.237Z] --- PASS: TestConfigInspect (2.28s) [2022-06-03T10:49:01.237Z] === RUN TestConfigList [2022-06-03T10:49:02.905Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-03T10:49:03.135Z] --- PASS: TestConfigList (2.21s) [2022-06-03T10:49:03.135Z] === RUN TestConfigsCreateAndDelete [2022-06-03T10:49:03.160Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-03T10:49:04.024Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-03T10:49:04.588Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-03T10:49:05.661Z] --- PASS: TestConfigsCreateAndDelete (2.26s) [2022-06-03T10:49:05.661Z] === RUN TestConfigsUpdate [2022-06-03T10:49:06.453Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-03T10:49:06.473Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-03T10:49:06.473Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-03T10:49:07.036Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-03T10:49:07.036Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T10:49:07.036Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-03T10:49:07.036Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T10:49:07.036Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-03T10:49:07.036Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T10:49:07.292Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-03T10:49:07.293Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T10:49:07.293Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-03T10:49:07.560Z] --- PASS: TestConfigsUpdate (2.14s) [2022-06-03T10:49:07.560Z] === RUN TestTemplatedConfig [2022-06-03T10:49:09.179Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-03T10:49:10.105Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-03T10:49:10.109Z] --- PASS: TestTemplatedConfig (2.44s) [2022-06-03T10:49:10.109Z] === RUN TestConfigCreateResolve [2022-06-03T10:49:11.119Z] check_test.go:307: [d73538c10e3dc] daemon is not started [2022-06-03T10:49:11.119Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-03T10:49:12.638Z] --- PASS: TestConfigCreateResolve (2.19s) [2022-06-03T10:49:12.638Z] PASS [2022-06-03T10:49:12.638Z] [2022-06-03T10:49:12.638Z] DONE 6 tests in 13.608s [2022-06-03T10:49:12.638Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T10:49:12.638Z] ++ 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-03T10:49:12.638Z] ++ set -e [2022-06-03T10:49:12.638Z] ++ '[' -n 0 ']' [2022-06-03T10:49:12.638Z] ++ set -x [2022-06-03T10:49:12.638Z] ++ 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-03T10:49:12.638Z] INFO: Testing against a local daemon [2022-06-03T10:49:12.638Z] === RUN TestAttachWithTTY [2022-06-03T10:49:12.638Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T10:49:12.638Z] === RUN TestAttachWithoutTTy [2022-06-03T10:49:12.638Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-03T10:49:12.638Z] === RUN TestCheckpoint [2022-06-03T10:49:12.638Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:49:12.638Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:49:12.638Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T10:49:12.638Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.638Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T10:49:12.639Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T10:49:12.639Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T10:49:12.639Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T10:49:12.639Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T10:49:12.639Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-03T10:49:12.639Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T10:49:12.639Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-03T10:49:12.639Z] === RUN TestCopyEmptyFile [2022-06-03T10:49:12.897Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-03T10:49:12.897Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T10:49:12.897Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-03T10:49:12.897Z] === RUN TestCopyFromContainer [2022-06-03T10:49:13.676Z] --- PASS: TestContainerKillOnDaemonStart (12.20s) [2022-06-03T10:49:13.676Z] PASS [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === Skipped [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T10:49:13.676Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T10:49:13.676Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T10:49:13.676Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:49:13.676Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T10:49:13.676Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T10:49:13.676Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T10:49:13.676Z] [2022-06-03T10:49:13.676Z] DONE 243 tests, 6 skipped in 175.558s [2022-06-03T10:49:13.676Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T10:49:13.676Z] ++ 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-03T10:49:13.676Z] ++ set -e [2022-06-03T10:49:13.676Z] ++ '[' -n 0 ']' [2022-06-03T10:49:13.676Z] ++ set -x [2022-06-03T10:49:13.676Z] ++ 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-03T10:49:13.676Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T10:49:13.676Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-03T10:49:13.676Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-03T10:49:13.830Z] === RUN TestCopyFromContainer// [2022-06-03T10:49:13.830Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T10:49:13.830Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T10:49:13.976Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-03T10:49:13.976Z] === RUN TestConfigDaemonID [2022-06-03T10:49:14.088Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T10:49:14.088Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T10:49:14.088Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T10:49:14.088Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T10:49:14.347Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T10:49:14.347Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T10:49:14.347Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer (1.54s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T10:49:14.347Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T10:49:14.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T10:49:14.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:49:14.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:49:14.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:49:14.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:49:14.347Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:49:14.347Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:49:14.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T10:49:14.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T10:49:14.347Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T10:49:14.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T10:49:14.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T10:49:14.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T10:49:14.347Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T10:49:14.347Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T10:49:14.605Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T10:49:14.605Z] === RUN TestCreateWithInvalidEnv [2022-06-03T10:49:14.605Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T10:49:14.605Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T10:49:14.605Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T10:49:14.605Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T10:49:14.605Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T10:49:14.606Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T10:49:14.606Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T10:49:14.606Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T10:49:14.606Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T10:49:14.606Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T10:49:14.606Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T10:49:14.606Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T10:49:14.606Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T10:49:14.606Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T10:49:14.606Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T10:49:14.606Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T10:49:15.339Z] daemon_test.go:83: [d86bff213d187] daemon is not started [2022-06-03T10:49:15.339Z] --- PASS: TestConfigDaemonID (1.05s) [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:49:15.339Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T10:49:15.339Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T10:49:15.339Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T10:49:15.339Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T10:49:15.339Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T10:49:15.339Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T10:49:15.339Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:49:15.339Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T10:49:15.339Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T10:49:15.339Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T10:49:15.339Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.19s) [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation/valid_config (0.12s) [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2022-06-03T10:49:15.595Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.21s) [2022-06-03T10:49:15.595Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T10:49:15.595Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T10:49:15.978Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2022-06-03T10:49:15.978Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T10:49:16.199Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-03T10:49:16.199Z] docker_cli_daemon_plugins_test.go:106: [d7644b11a4cc7] daemon is not started [2022-06-03T10:49:16.455Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-03T10:49:16.455Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:49:16.912Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:49:16.912Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:49:16.912Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:49:16.912Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:49:16.912Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:49:16.912Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:49:16.912Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T10:49:16.912Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T10:49:16.912Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T10:49:16.912Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T10:49:16.912Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T10:49:16.912Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T10:49:16.912Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T10:49:17.401Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-03T10:49:17.477Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-03T10:49:17.477Z] === RUN TestCreateDifferentPlatform [2022-06-03T10:49:17.477Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T10:49:17.477Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T10:49:17.477Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T10:49:17.477Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T10:49:17.477Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-03T10:49:17.477Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T10:49:17.477Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-03T10:49:17.477Z] === RUN TestCreateInvalidHostConfig [2022-06-03T10:49:17.477Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:49:17.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:49:17.477Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:49:17.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:49:17.477Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:49:17.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:49:17.477Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:49:17.477Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:49:17.477Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T10:49:17.477Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T10:49:17.477Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T10:49:17.477Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T10:49:17.477Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T10:49:17.477Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T10:49:17.477Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T10:49:17.477Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T10:49:17.477Z] === RUN TestDaemonRestartIpcMode [2022-06-03T10:49:17.477Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T10:49:17.477Z] === RUN TestDaemonHostGatewayIP [2022-06-03T10:49:17.477Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T10:49:17.477Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T10:49:17.477Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T10:49:17.477Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T10:49:17.477Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T10:49:17.477Z] === RUN TestDiff [2022-06-03T10:49:17.657Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T10:49:18.042Z] --- PASS: TestDiff (0.44s) [2022-06-03T10:49:18.043Z] === RUN TestExecWithCloseStdin [2022-06-03T10:49:18.301Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-06-03T10:49:18.301Z] === RUN TestExec [2022-06-03T10:49:18.866Z] --- PASS: TestExec (0.47s) [2022-06-03T10:49:18.866Z] === RUN TestExecUser [2022-06-03T10:49:19.063Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T10:49:19.063Z] daemon_test.go:197: [d0302faa6885f] daemon is not started [2022-06-03T10:49:19.063Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-06-03T10:49:19.063Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-06-03T10:49:19.063Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.12s) [2022-06-03T10:49:19.063Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-06-03T10:49:19.063Z] === RUN TestDaemonProxy [2022-06-03T10:49:19.063Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T10:49:19.063Z] check_test.go:307: [df10ac0256957] daemon is not started [2022-06-03T10:49:19.063Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-03T10:49:19.432Z] --- PASS: TestExecUser (0.45s) [2022-06-03T10:49:19.432Z] === RUN TestExportContainerAndImportImage [2022-06-03T10:49:19.997Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-03T10:49:19.997Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T10:49:20.429Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T10:49:20.989Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-03T10:49:21.370Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-03T10:49:21.370Z] === RUN TestHealthCheckWorkdir [2022-06-03T10:49:21.629Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-06-03T10:49:21.629Z] === RUN TestHealthKillContainer [2022-06-03T10:49:22.352Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T10:49:22.608Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-03T10:49:23.973Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T10:49:24.534Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-03T10:49:24.534Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T10:49:24.790Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy (6.30s) [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T10:49:25.046Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T10:49:25.046Z] PASS [2022-06-03T10:49:25.046Z] [2022-06-03T10:49:25.046Z] DONE 18 tests in 11.795s [2022-06-03T10:49:25.046Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T10:49:25.046Z] ++ 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-03T10:49:25.046Z] ++ set -e [2022-06-03T10:49:25.046Z] ++ '[' -n 0 ']' [2022-06-03T10:49:25.046Z] ++ set -x [2022-06-03T10:49:25.046Z] ++ 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-03T10:49:25.303Z] INFO: Testing against a local daemon [2022-06-03T10:49:25.303Z] === RUN TestCommitInheritsEnv [2022-06-03T10:49:25.864Z] --- PASS: TestCommitInheritsEnv (0.38s) [2022-06-03T10:49:25.864Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T10:49:25.864Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform// [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T10:49:25.864Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-03T10:49:25.864Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T10:49:26.120Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T10:49:26.120Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T10:49:26.120Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T10:49:26.120Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform (0.56s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/linux (0.10s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.17s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T10:49:26.377Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T10:49:26.377Z] === RUN TestImagesFilterMultiReference [2022-06-03T10:49:26.377Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-06-03T10:49:26.377Z] === RUN TestImagePullPlatformInvalid [2022-06-03T10:49:26.377Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T10:49:26.377Z] === RUN TestRemoveImageOrphaning [2022-06-03T10:49:26.939Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2022-06-03T10:49:26.939Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T10:49:27.500Z] time="2022-06-03T10:49:27Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T10:49:27.798Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-03T10:49:28.768Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-03T10:49:29.025Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-03T10:49:29.281Z] --- PASS: TestRemoveImageGarbageCollector (2.31s) [2022-06-03T10:49:29.281Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T10:49:29.281Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-03T10:49:29.281Z] === RUN TestTagInvalidReference [2022-06-03T10:49:29.281Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-03T10:49:29.281Z] === RUN TestTagValidPrefixedRepo [2022-06-03T10:49:29.281Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-03T10:49:29.281Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-03T10:49:29.281Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T10:49:29.281Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-06-03T10:49:29.281Z] === RUN TestTagOfficialNames [2022-06-03T10:49:29.537Z] --- PASS: TestTagOfficialNames (0.09s) [2022-06-03T10:49:29.537Z] === RUN TestTagMatchesDigest [2022-06-03T10:49:29.537Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T10:49:29.537Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T10:49:29.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-03T10:49:29.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-03T10:49:29.730Z] --- PASS: TestHealthKillContainer (7.87s) [2022-06-03T10:49:29.730Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T10:49:29.793Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-03T10:49:29.793Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-03T10:49:29.988Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-06-03T10:49:29.988Z] === RUN TestIpcModeNone [2022-06-03T10:49:30.398Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-03T10:49:30.553Z] --- PASS: TestIpcModeNone (0.49s) [2022-06-03T10:49:30.553Z] === RUN TestIpcModePrivate [2022-06-03T10:49:30.654Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-03T10:49:30.811Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-03T10:49:30.910Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-03T10:49:31.068Z] --- PASS: TestIpcModePrivate (0.47s) [2022-06-03T10:49:31.068Z] === RUN TestIpcModeShareable [2022-06-03T10:49:31.326Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-06-03T10:49:31.326Z] --- PASS: TestIpcModeShareable (0.48s) [2022-06-03T10:49:31.326Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T10:49:31.471Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-03T10:49:32.033Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-03T10:49:32.033Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-03T10:49:32.594Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-03T10:49:33.154Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-03T10:49:33.154Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-03T10:49:33.223Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.50s) [2022-06-03T10:49:33.223Z] === RUN TestAPIIpcModeHost [2022-06-03T10:49:33.223Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-06-03T10:49:33.223Z] === RUN TestDaemonIpcModeShareable [2022-06-03T10:49:33.715Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-03T10:49:33.970Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-03T10:49:34.579Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-03T10:49:34.603Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T10:49:34.603Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-06-03T10:49:34.603Z] === RUN TestDaemonIpcModePrivate [2022-06-03T10:49:35.140Z] check_test.go:307: [d136c824bca91] daemon is not started [2022-06-03T10:49:35.140Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-03T10:49:35.537Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T10:49:35.537Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-06-03T10:49:35.537Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T10:49:36.066Z] check_test.go:307: [de8c8231eda27] daemon is not started [2022-06-03T10:49:36.066Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-03T10:49:36.655Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-03T10:49:36.766Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-03T10:49:36.911Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T10:49:36.911Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-06-03T10:49:36.911Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T10:49:37.844Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T10:49:38.102Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-06-03T10:49:38.102Z] === RUN TestIpcModeOlderClient [2022-06-03T10:49:38.102Z] === PAUSE TestIpcModeOlderClient [2022-06-03T10:49:38.102Z] === RUN TestKillContainerInvalidSignal [2022-06-03T10:49:38.359Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-06-03T10:49:38.359Z] === RUN TestKillContainer [2022-06-03T10:49:38.359Z] === RUN TestKillContainer/no_signal [2022-06-03T10:49:38.584Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-03T10:49:38.925Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T10:49:39.184Z] === RUN TestKillContainer/killing_signal [2022-06-03T10:49:39.748Z] --- PASS: TestKillContainer (1.29s) [2022-06-03T10:49:39.748Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-03T10:49:39.748Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-06-03T10:49:39.748Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-06-03T10:49:39.748Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T10:49:39.748Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T10:49:40.314Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T10:49:40.879Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.16s) [2022-06-03T10:49:40.879Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-06-03T10:49:40.879Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2022-06-03T10:49:40.879Z] === RUN TestKillStoppedContainer [2022-06-03T10:49:40.879Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T10:49:40.879Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T10:49:40.879Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T10:49:40.879Z] === RUN TestKillDifferentUserContainer [2022-06-03T10:49:41.141Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-03T10:49:41.445Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-06-03T10:49:41.445Z] === RUN TestInspectOomKilledTrue [2022-06-03T10:49:41.702Z] check_test.go:307: [d6830aa1b6a30] daemon is not started [2022-06-03T10:49:41.702Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-03T10:49:42.010Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2022-06-03T10:49:42.010Z] === RUN TestInspectOomKilledFalse [2022-06-03T10:49:42.267Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-06-03T10:49:42.267Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T10:49:42.525Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-06-03T10:49:42.525Z] === RUN TestLinksContainerNames [2022-06-03T10:49:43.110Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-03T10:49:43.457Z] --- PASS: TestLinksContainerNames (0.88s) [2022-06-03T10:49:43.457Z] === RUN TestLogsFollowTailEmpty [2022-06-03T10:49:44.022Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-03T10:49:44.022Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T10:49:44.280Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/default [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/private [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/slave [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/shared [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/default [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/shared [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/slave [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/private [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T10:49:44.280Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:49:44.280Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T10:49:44.280Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T10:49:44.517Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-03T10:49:44.517Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T10:49:44.538Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T10:49:44.796Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T10:49:44.796Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T10:49:44.797Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T10:49:44.797Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T10:49:46.169Z] --- PASS: TestContainerBindMountNonRecursive (1.34s) [2022-06-03T10:49:46.169Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T10:49:46.427Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-06-03T10:49:46.427Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T10:49:46.685Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-06-03T10:49:46.685Z] === RUN TestNetworkNat [2022-06-03T10:49:47.030Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-03T10:49:47.251Z] --- PASS: TestNetworkNat (0.42s) [2022-06-03T10:49:47.251Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T10:49:47.816Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-06-03T10:49:47.816Z] === RUN TestNetworkLoopbackNat [2022-06-03T10:49:47.956Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-03T10:49:50.342Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-06-03T10:49:50.342Z] === RUN TestPause [2022-06-03T10:49:50.471Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-03T10:49:50.600Z] --- PASS: TestPause (0.45s) [2022-06-03T10:49:50.600Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T10:49:50.600Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:49:50.600Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:49:50.600Z] === RUN TestPauseStopPausedContainer [2022-06-03T10:49:51.166Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-06-03T10:49:51.166Z] === RUN TestPidHost [2022-06-03T10:49:51.835Z] check_test.go:307: [db7bb65678d05] daemon is not started [2022-06-03T10:49:51.835Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-03T10:49:52.099Z] --- PASS: TestPidHost (0.95s) [2022-06-03T10:49:52.099Z] === RUN TestPsFilter [2022-06-03T10:49:52.099Z] --- PASS: TestPsFilter (0.10s) [2022-06-03T10:49:52.099Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T10:49:52.664Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-06-03T10:49:52.664Z] === RUN TestRemoveContainerWithVolume [2022-06-03T10:49:52.921Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-03T10:49:52.921Z] === RUN TestRemoveContainerRunning [2022-06-03T10:49:53.500Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-06-03T10:49:53.500Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T10:49:54.071Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-03T10:49:54.071Z] === RUN TestRemoveInvalidContainer [2022-06-03T10:49:54.071Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T10:49:54.071Z] === RUN TestRenameLinkedContainer [2022-06-03T10:49:55.969Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-06-03T10:49:55.969Z] === RUN TestRenameStoppedContainer [2022-06-03T10:49:55.969Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-03T10:49:55.969Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T10:49:56.043Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-03T10:49:56.902Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-06-03T10:49:56.902Z] === RUN TestRenameInvalidName [2022-06-03T10:49:57.159Z] --- PASS: TestRenameInvalidName (0.43s) [2022-06-03T10:49:57.159Z] === RUN TestRenameAnonymousContainer [2022-06-03T10:49:59.058Z] --- PASS: TestRenameAnonymousContainer (1.62s) [2022-06-03T10:49:59.058Z] === RUN TestRenameContainerWithSameName [2022-06-03T10:49:59.316Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-06-03T10:49:59.316Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T10:49:59.348Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-03T10:49:59.603Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-03T10:50:00.249Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-06-03T10:50:00.249Z] === RUN TestResize [2022-06-03T10:50:00.507Z] --- PASS: TestResize (0.43s) [2022-06-03T10:50:00.507Z] === RUN TestResizeWithInvalidSize [2022-06-03T10:50:00.530Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-03T10:50:00.530Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-03T10:50:01.073Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-06-03T10:50:01.073Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T10:50:01.331Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:01.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:01.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:01.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T10:50:01.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:02.465Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-03T10:50:03.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:04.263Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:05.041Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-03T10:50:05.041Z] check_test.go:307: [d3d8a985ebd2f] daemon is not started [2022-06-03T10:50:05.041Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-03T10:50:05.603Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-03T10:50:05.636Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T10:50:05.636Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T10:50:06.164Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-03T10:50:06.725Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-03T10:50:06.980Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-03T10:50:07.008Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:07.008Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T10:50:08.865Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-03T10:50:08.865Z] check_test.go:307: [d323871265d9e] daemon is not started [2022-06-03T10:50:08.865Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-03T10:50:09.121Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-03T10:50:10.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T10:50:10.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T10:50:11.053Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-03T10:50:12.190Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T10:50:13.568Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-03T10:50:14.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T10:50:14.088Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T10:50:14.931Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-03T10:50:15.460Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T10:50:15.718Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T10:50:16.821Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-03T10:50:17.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T10:50:17.383Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-03T10:50:18.999Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.38s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.41s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.89s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.68s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.68s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2022-06-03T10:50:19.000Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.69s) [2022-06-03T10:50:19.000Z] === RUN TestCgroupNamespacesRun [2022-06-03T10:50:19.272Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-03T10:50:19.528Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-03T10:50:19.933Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-06-03T10:50:19.933Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T10:50:20.895Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-03T10:50:21.305Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-06-03T10:50:21.305Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T10:50:22.238Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-03T10:50:22.238Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T10:50:23.610Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-06-03T10:50:23.610Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T10:50:24.544Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-06-03T10:50:24.544Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T10:50:25.063Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-03T10:50:25.917Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-03T10:50:25.917Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T10:50:26.482Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-06-03T10:50:26.482Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T10:50:27.577Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-03T10:50:27.853Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-03T10:50:27.853Z] === RUN TestNISDomainname [2022-06-03T10:50:28.111Z] --- PASS: TestNISDomainname (0.54s) [2022-06-03T10:50:28.111Z] === RUN TestHostnameDnsResolution [2022-06-03T10:50:29.043Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-06-03T10:50:29.043Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T10:50:29.304Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-06-03T10:50:29.304Z] === RUN TestPrivilegedHostDevices [2022-06-03T10:50:29.871Z] --- PASS: TestPrivilegedHostDevices (0.57s) [2022-06-03T10:50:29.871Z] === RUN TestConsoleSize [2022-06-03T10:50:30.438Z] --- PASS: TestConsoleSize (0.41s) [2022-06-03T10:50:30.438Z] === RUN TestStats [2022-06-03T10:50:31.194Z] .........................xx.................... [ 29%] [2022-06-03T10:50:32.824Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-03T10:50:32.967Z] --- PASS: TestStats (2.44s) [2022-06-03T10:50:32.967Z] === RUN TestStopContainerWithTimeout [2022-06-03T10:50:32.967Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T10:50:32.967Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T10:50:32.967Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T10:50:32.967Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T10:50:32.967Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T10:50:32.967Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T10:50:32.967Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T10:50:32.967Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T10:50:32.967Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T10:50:32.967Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T10:50:33.532Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T10:50:33.750Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-03T10:50:35.160Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-03T10:50:35.429Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T10:50:35.720Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-03T10:50:35.975Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-03T10:50:35.975Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-03T10:50:36.803Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T10:50:36.803Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-06-03T10:50:36.803Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-06-03T10:50:36.803Z] --- PASS: TestStopContainerWithTimeout/-1 (2.36s) [2022-06-03T10:50:36.803Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-06-03T10:50:36.803Z] === RUN TestDeleteDevicemapper [2022-06-03T10:50:36.803Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:50:36.803Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T10:50:36.803Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T10:50:38.199Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2022-06-03T10:50:38.199Z] === RUN TestUpdateMemory [2022-06-03T10:50:38.763Z] --- PASS: TestUpdateMemory (0.54s) [2022-06-03T10:50:38.763Z] === RUN TestUpdateCPUQuota [2022-06-03T10:50:39.284Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-03T10:50:39.328Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-06-03T10:50:39.328Z] === RUN TestUpdatePidsLimit [2022-06-03T10:50:39.328Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T10:50:39.586Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T10:50:39.844Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T10:50:40.101Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T10:50:40.101Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T10:50:40.359Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T10:50:40.617Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T10:50:40.698Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-03T10:50:40.954Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit (1.81s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.17s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-06-03T10:50:41.183Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-03T10:50:41.183Z] === RUN TestUpdateRestartPolicy [2022-06-03T10:50:41.514Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-03T10:50:42.440Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-03T10:50:42.440Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-03T10:50:42.696Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-03T10:50:43.256Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-03T10:50:44.620Z] docker_cli_daemon_test.go:2503: [d6b00b2027531] daemon is not started [2022-06-03T10:50:45.545Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-03T10:50:46.472Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-03T10:50:47.398Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-03T10:50:48.298Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-03T10:50:49.285Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-03T10:50:50.647Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-03T10:50:52.010Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-03T10:50:52.937Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-03T10:50:53.373Z] --- PASS: TestUpdateRestartPolicy (10.93s) [2022-06-03T10:50:53.373Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T10:50:53.373Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-06-03T10:50:53.373Z] === RUN TestWaitNonBlocked [2022-06-03T10:50:53.373Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:50:53.373Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:50:53.373Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:50:53.373Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:50:53.373Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T10:50:53.373Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T10:50:53.373Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T10:50:53.373Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s) [2022-06-03T10:50:53.373Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-06-03T10:50:53.373Z] === RUN TestWaitBlocked [2022-06-03T10:50:53.373Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:50:53.373Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:50:53.373Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:50:53.373Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:50:53.373Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T10:50:53.373Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T10:50:53.939Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T10:50:53.939Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-06-03T10:50:53.939Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-06-03T10:50:53.939Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T10:50:53.939Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T10:50:55.452Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-03T10:50:55.739Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-03T10:50:56.465Z] --- PASS: TestContainerStartOnDaemonRestart (2.04s) [2022-06-03T10:50:56.465Z] === CONT TestIpcModeOlderClient [2022-06-03T10:50:56.465Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-06-03T10:50:56.465Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T10:50:56.465Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.14s) [2022-06-03T10:50:56.465Z] === CONT TestDaemonHostGatewayIP [2022-06-03T10:50:57.980Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-03T10:50:58.992Z] --- PASS: TestDaemonHostGatewayIP (2.48s) [2022-06-03T10:50:58.992Z] === CONT TestDaemonRestartIpcMode [2022-06-03T10:50:59.916Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-03T10:50:59.916Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-03T10:51:00.348Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-03T10:51:00.889Z] --- PASS: TestDaemonRestartIpcMode (2.17s) [2022-06-03T10:51:02.472Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-03T10:51:02.472Z] check_test.go:307: [d63c6a4edccd0] daemon is not started [2022-06-03T10:51:02.472Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-03T10:51:08.999Z] --- PASS: TestContainerKillOnDaemonStart (11.72s) [2022-06-03T10:51:08.999Z] PASS [2022-06-03T10:51:08.999Z] [2022-06-03T10:51:08.999Z] === Skipped [2022-06-03T10:51:08.999Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-03T10:51:08.999Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T10:51:08.999Z] [2022-06-03T10:51:08.999Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T10:51:08.999Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T10:51:08.999Z] [2022-06-03T10:51:08.999Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T10:51:08.999Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T10:51:08.999Z] [2022-06-03T10:51:08.999Z] DONE 243 tests, 3 skipped in 115.575s [2022-06-03T10:51:08.999Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T10:51:08.999Z] ++ 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-03T10:51:08.999Z] ++ set -e [2022-06-03T10:51:08.999Z] ++ '[' -n 0 ']' [2022-06-03T10:51:08.999Z] ++ set -x [2022-06-03T10:51:08.999Z] ++ 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-03T10:51:08.999Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T10:51:08.999Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-03T10:51:08.999Z] === RUN TestConfigDaemonID [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite (334.49s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.51s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.58s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.60s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.68s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.18s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.71s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.24s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.73s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.20s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.31s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.31s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.42s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.35s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.14s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.56s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.28s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.80s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.99s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.49s) [2022-06-03T10:51:09.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.16s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.11s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (3.70s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.98s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.67s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.88s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.91s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.85s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.76s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.74s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.74s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.58s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.94s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.41s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.57s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.26s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.16s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.46s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.02s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.42s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.15s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.12s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.12s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.04s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.47s) [2022-06-03T10:51:09.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T10:51:09.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.06s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.88s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.40s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.77s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.10s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.04s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (2.85s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.07s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.65s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.91s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.61s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.15s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.03s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.86s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.94s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.46s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.87s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.52s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.94s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.19s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.35s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.29s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.50s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.34s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.35s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.37s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.08s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.09s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.95s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.53s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.74s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.64s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.82s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.75s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-06-03T10:51:09.007Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.79s) [2022-06-03T10:51:09.007Z] === RUN TestDockerSwarmSuite [2022-06-03T10:51:09.007Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-03T10:51:09.564Z] daemon_test.go:83: [dc9a2e5e767db] daemon is not started [2022-06-03T10:51:09.564Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:51:09.564Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T10:51:09.564Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T10:51:09.564Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T10:51:09.564Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T10:51:09.564Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T10:51:09.564Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T10:51:09.564Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T10:51:09.564Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T10:51:09.564Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T10:51:09.564Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T10:51:09.564Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T10:51:09.827Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-06-03T10:51:09.827Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T10:51:09.827Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T10:51:10.773Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T10:51:11.524Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-03T10:51:11.711Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T10:51:13.082Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T10:51:13.082Z] daemon_test.go:197: [df6e69871075e] daemon is not started [2022-06-03T10:51:13.082Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-03T10:51:13.082Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-03T10:51:13.082Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T10:51:13.082Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-03T10:51:13.082Z] === RUN TestDaemonProxy [2022-06-03T10:51:13.082Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T10:51:14.830Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-03T10:51:14.979Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T10:51:16.350Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T10:51:17.132Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-03T10:51:18.246Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T10:51:18.504Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy (6.24s) [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T10:51:19.069Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T10:51:19.069Z] PASS [2022-06-03T10:51:19.069Z] [2022-06-03T10:51:19.069Z] DONE 18 tests in 11.259s [2022-06-03T10:51:19.069Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T10:51:19.069Z] ++ 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-03T10:51:19.069Z] ++ set -e [2022-06-03T10:51:19.069Z] ++ '[' -n 0 ']' [2022-06-03T10:51:19.069Z] ++ set -x [2022-06-03T10:51:19.069Z] ++ 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-03T10:51:19.327Z] INFO: Testing against a local daemon [2022-06-03T10:51:19.327Z] === RUN TestCommitInheritsEnv [2022-06-03T10:51:19.585Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-06-03T10:51:19.585Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T10:51:19.585Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T10:51:19.585Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform// [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T10:51:19.585Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T10:51:19.843Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T10:51:19.843Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T10:51:19.843Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T10:51:19.843Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T10:51:19.843Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T10:51:19.843Z] === RUN TestImagesFilterMultiReference [2022-06-03T10:51:19.843Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-03T10:51:19.843Z] === RUN TestImagePullPlatformInvalid [2022-06-03T10:51:19.843Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T10:51:19.843Z] === RUN TestRemoveImageOrphaning [2022-06-03T10:51:20.071Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-03T10:51:20.101Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-03T10:51:20.101Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T10:51:20.101Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:51:20.101Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T10:51:20.101Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T10:51:20.101Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T10:51:20.101Z] === RUN TestTagInvalidReference [2022-06-03T10:51:20.359Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-03T10:51:20.359Z] === RUN TestTagValidPrefixedRepo [2022-06-03T10:51:20.359Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-03T10:51:20.359Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T10:51:20.359Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T10:51:20.359Z] === RUN TestTagOfficialNames [2022-06-03T10:51:20.359Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-03T10:51:20.359Z] === RUN TestTagMatchesDigest [2022-06-03T10:51:20.359Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T10:51:20.359Z] PASS [2022-06-03T10:51:20.359Z] [2022-06-03T10:51:20.359Z] === Skipped [2022-06-03T10:51:20.359Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T10:51:20.359Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T10:51:20.359Z] [2022-06-03T10:51:20.359Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T10:51:20.359Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:51:20.359Z] [2022-06-03T10:51:20.359Z] DONE 22 tests, 2 skipped in 1.259s [2022-06-03T10:51:20.359Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T10:51:20.359Z] ++ 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-03T10:51:20.359Z] ++ set -e [2022-06-03T10:51:20.359Z] ++ '[' -n 0 ']' [2022-06-03T10:51:20.359Z] ++ set -x [2022-06-03T10:51:20.359Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-03T10:51:20.359Z] INFO: Testing against a local daemon [2022-06-03T10:51:20.359Z] === RUN TestNetworkCreateDelete [2022-06-03T10:51:20.617Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-03T10:51:20.617Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T10:51:20.875Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-03T10:51:20.875Z] === RUN TestDaemonDNSFallback [2022-06-03T10:51:21.436Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-03T10:51:23.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-03T10:51:26.871Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-03T10:51:27.428Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-06-03T10:51:27.428Z] === RUN TestInspectNetwork [2022-06-03T10:51:28.259Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-03T10:51:30.709Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T10:51:30.709Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T10:51:30.709Z] === RUN TestInspectNetwork/network_name [2022-06-03T10:51:30.709Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T10:51:32.105Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-03T10:51:32.105Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-03T10:51:32.362Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-03T10:51:32.717Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-03T10:51:32.924Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-03T10:51:33.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-03T10:51:34.105Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-03T10:51:34.402Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-03T10:51:34.402Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T10:51:34.402Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-03T10:51:34.889Z] --- PASS: TestInspectNetwork (6.97s) [2022-06-03T10:51:34.889Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T10:51:34.889Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T10:51:34.889Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T10:51:34.889Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T10:51:34.889Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T10:51:35.330Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-03T10:51:35.822Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T10:51:35.822Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:51:35.822Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:51:35.822Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:51:35.822Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T10:51:35.822Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T10:51:35.822Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T10:51:35.822Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T10:51:35.822Z] === RUN TestNetworkList [2022-06-03T10:51:35.822Z] === RUN TestNetworkList//networks [2022-06-03T10:51:35.822Z] === PAUSE TestNetworkList//networks [2022-06-03T10:51:35.822Z] === RUN TestNetworkList//networks/ [2022-06-03T10:51:35.822Z] === PAUSE TestNetworkList//networks/ [2022-06-03T10:51:35.822Z] === CONT TestNetworkList//networks [2022-06-03T10:51:35.822Z] === CONT TestNetworkList//networks/ [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkList (0.02s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T10:51:35.822Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T10:51:35.822Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T10:51:36.387Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T10:51:36.387Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T10:51:37.217Z] docker_api_swarm_test.go:563: [d67dd1e1dd4c8] joining swarm manager [dc3503db0e5f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:51:37.292Z] ............................ [ 66%] [2022-06-03T10:51:37.348Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-03T10:51:37.348Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T10:51:38.280Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-06-03T10:51:38.280Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T10:51:39.214Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-03T10:51:39.214Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T10:51:40.585Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-03T10:51:40.585Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T10:51:41.151Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-03T10:51:41.151Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T10:51:43.678Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-06-03T10:51:43.678Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T10:51:43.678Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:51:43.678Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:51:43.678Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T10:51:45.302Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-03T10:51:45.557Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-03T10:51:46.118Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-03T10:51:46.678Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-03T10:51:47.240Z] === RUN TestDockerSuite/TestBuildFails [2022-06-03T10:51:48.610Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-03T10:51:48.610Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-03T10:51:49.975Z] docker_api_swarm_test.go:585: [dc8232561cf35] joining swarm manager [dc3503db0e5f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:51:50.901Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-03T10:51:52.834Z] check_test.go:378: [d67dd1e1dd4c8] daemon is not started [2022-06-03T10:51:53.398Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-03T10:51:55.285Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-03T10:51:56.647Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-03T10:51:56.647Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-03T10:51:57.572Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-03T10:51:58.542Z] --- PASS: TestServiceWithDataPathPortInit (13.54s) [2022-06-03T10:51:58.542Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T10:51:58.800Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:v0ibpukbh7nh1vutdkj6p9qbg Created:2022-06-03 10:51:57.675003823 +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[08e5d89c6d52bdbd9e785d008fa86d66f4a7471f985bc05f9666b8db491f740d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qcig1xqiac8e8tecy1i2xn2v8 EndpointID:90b9cd208c294d2bdbf4be288259d00f0f34fb9f5c33ee6ed91f8abfb2fd3375 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6717d69fef999f0b3851c22d03f44574568e732ddb66c5be678eb7f33451753a 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:18d51fdb6817 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qcig1xqiac8e8tecy1i2xn2v8 EndpointID:90b9cd208c294d2bdbf4be288259d00f0f34fb9f5c33ee6ed91f8abfb2fd3375 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T10:51:59.468Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-03T10:52:00.395Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-03T10:52:00.956Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-03T10:52:02.845Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-03T10:52:03.100Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-03T10:52:03.100Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T10:52:03.100Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-03T10:52:04.057Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.36s) [2022-06-03T10:52:04.057Z] PASS [2022-06-03T10:52:04.057Z] [2022-06-03T10:52:04.057Z] === Skipped [2022-06-03T10:52:04.057Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:52:04.057Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:52:04.057Z] [2022-06-03T10:52:04.057Z] DONE 38 tests, 1 skipped in 42.761s [2022-06-03T10:52:04.057Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:52:04.057Z] ++ 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-03T10:52:04.057Z] ++ set -e [2022-06-03T10:52:04.057Z] ++ '[' -n 0 ']' [2022-06-03T10:52:04.057Z] ++ set -x [2022-06-03T10:52:04.057Z] ++ 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-03T10:52:04.057Z] INFO: Testing against a local daemon [2022-06-03T10:52:04.058Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T10:52:04.058Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:52:04.058Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:52:04.058Z] === RUN TestDockerNetworkIpvlan [2022-06-03T10:52:04.058Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:52:04.058Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:52:04.058Z] PASS [2022-06-03T10:52:04.058Z] [2022-06-03T10:52:04.058Z] === Skipped [2022-06-03T10:52:04.058Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T10:52:04.058Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:52:04.058Z] [2022-06-03T10:52:04.058Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:52:04.058Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:52:04.058Z] [2022-06-03T10:52:04.058Z] DONE 2 tests, 2 skipped in 0.082s [2022-06-03T10:52:04.058Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:52:04.058Z] ++ 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-03T10:52:04.058Z] ++ set -e [2022-06-03T10:52:04.058Z] ++ '[' -n 0 ']' [2022-06-03T10:52:04.058Z] ++ set -x [2022-06-03T10:52:04.058Z] ++ 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-03T10:52:04.058Z] INFO: Testing against a local daemon [2022-06-03T10:52:04.058Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T10:52:04.622Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-06-03T10:52:04.622Z] === RUN TestDockerNetworkMacvlan [2022-06-03T10:52:04.987Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-03T10:52:05.187Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T10:52:05.959Z] docker_api_swarm_test.go:46: [d7bf6d5a259da] joining swarm manager [d43cbc9441ef7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:52:06.121Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T10:52:06.686Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T10:52:06.887Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-03T10:52:08.583Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T10:52:10.501Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T10:52:11.053Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-03T10:52:11.053Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-03T10:52:12.021Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-03T10:52:12.948Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-03T10:52:13.510Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-03T10:52:13.510Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-03T10:52:13.783Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan (9.55s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.73s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s) [2022-06-03T10:52:14.041Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-06-03T10:52:14.041Z] PASS [2022-06-03T10:52:14.041Z] [2022-06-03T10:52:14.041Z] DONE 8 tests in 10.880s [2022-06-03T10:52:14.041Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T10:52:14.041Z] ++ 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-03T10:52:14.041Z] ++ set -e [2022-06-03T10:52:14.041Z] ++ '[' -n 0 ']' [2022-06-03T10:52:14.041Z] ++ set -x [2022-06-03T10:52:14.041Z] ++ 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-03T10:52:14.298Z] testing: warning: no tests to run [2022-06-03T10:52:14.298Z] PASS [2022-06-03T10:52:14.298Z] [2022-06-03T10:52:14.298Z] DONE 0 tests in 0.025s [2022-06-03T10:52:14.298Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T10:52:14.298Z] ++ 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-03T10:52:14.298Z] ++ set -e [2022-06-03T10:52:14.298Z] ++ '[' -n 0 ']' [2022-06-03T10:52:14.298Z] ++ set -x [2022-06-03T10:52:14.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T10:52:14.298Z] INFO: Testing against a local daemon [2022-06-03T10:52:14.298Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T10:52:14.437Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-03T10:52:14.692Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-03T10:52:15.253Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-03T10:52:15.670Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-06-03T10:52:15.670Z] === RUN TestAuthZPluginTLS [2022-06-03T10:52:15.814Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-03T10:52:15.927Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-03T10:52:15.927Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T10:52:16.069Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-03T10:52:16.366Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-03T10:52:16.492Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T10:52:16.492Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T10:52:17.057Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-03T10:52:17.057Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T10:52:17.622Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T10:52:17.622Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T10:52:18.253Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-03T10:52:18.719Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-03T10:52:18.994Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s) [2022-06-03T10:52:18.994Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T10:52:19.252Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-03T10:52:19.252Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T10:52:19.817Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T10:52:19.817Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T10:52:20.382Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-06-03T10:52:20.382Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T10:52:21.517Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-03T10:52:21.754Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s) [2022-06-03T10:52:21.754Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T10:52:23.126Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.35s) [2022-06-03T10:52:23.126Z] === RUN TestAuthZPluginHeader [2022-06-03T10:52:23.691Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-03T10:52:23.691Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T10:52:23.691Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:23.691Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T10:52:23.691Z] === RUN TestAuthZPluginV2Disable [2022-06-03T10:52:23.691Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:23.691Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-03T10:52:23.691Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T10:52:23.691Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:23.691Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T10:52:23.691Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T10:52:23.691Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:23.691Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T10:52:23.691Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T10:52:24.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-03T10:52:25.424Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-03T10:52:26.790Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-03T10:52:28.152Z] --- PASS: TestImportExtremelyLargeImageWorks (178.71s) [2022-06-03T10:52:28.152Z] PASS [2022-06-03T10:52:28.152Z] [2022-06-03T10:52:28.152Z] DONE 22 tests in 183.122s [2022-06-03T10:52:28.153Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T10:52:28.153Z] ++ 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-03T10:52:28.153Z] ++ set -e [2022-06-03T10:52:28.153Z] ++ '[' -n 0 ']' [2022-06-03T10:52:28.153Z] ++ set -x [2022-06-03T10:52:28.153Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-03T10:52:28.408Z] INFO: Testing against a local daemon [2022-06-03T10:52:28.408Z] === RUN TestNetworkCreateDelete [2022-06-03T10:52:28.665Z] --- PASS: TestNetworkCreateDelete (0.21s) [2022-06-03T10:52:28.665Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T10:52:28.921Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2022-06-03T10:52:28.921Z] === RUN TestDaemonDNSFallback [2022-06-03T10:52:29.846Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-03T10:52:30.146Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-03T10:52:30.146Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-03T10:52:30.146Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-03T10:52:30.401Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-03T10:52:30.656Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-03T10:52:31.584Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-03T10:52:32.510Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-03T10:52:35.062Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-03T10:52:35.062Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-03T10:52:35.666Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-03T10:52:35.666Z] --- PASS: TestDaemonDNSFallback (6.63s) [2022-06-03T10:52:35.666Z] === RUN TestInspectNetwork [2022-06-03T10:52:36.779Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-03T10:52:36.779Z] tests/integration/client_test.py ..... [ 75%] [2022-06-03T10:52:36.779Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-03T10:52:36.779Z] tests/integration/errors_test.py . [ 76%] [2022-06-03T10:52:39.871Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T10:52:39.871Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T10:52:39.871Z] === RUN TestInspectNetwork/network_name [2022-06-03T10:52:39.871Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T10:52:41.757Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-03T10:52:41.757Z] PASS [2022-06-03T10:52:41.757Z] [2022-06-03T10:52:41.757Z] === Skipped [2022-06-03T10:52:41.757Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T10:52:41.757Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:41.757Z] [2022-06-03T10:52:41.757Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-03T10:52:41.757Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:41.757Z] [2022-06-03T10:52:41.757Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T10:52:41.757Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:41.757Z] [2022-06-03T10:52:41.757Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T10:52:41.757Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:41.757Z] [2022-06-03T10:52:41.757Z] DONE 17 tests, 4 skipped in 26.104s [2022-06-03T10:52:41.757Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T10:52:41.757Z] ++ 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-03T10:52:41.757Z] ++ set -e [2022-06-03T10:52:41.757Z] ++ '[' -n 0 ']' [2022-06-03T10:52:41.757Z] ++ set -x [2022-06-03T10:52:41.757Z] ++ 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-03T10:52:41.757Z] INFO: Testing against a local daemon [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:52:41.757Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:52:41.757Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T10:52:41.757Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T10:52:41.757Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:52:41.757Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T10:52:41.757Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T10:52:41.757Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T10:52:41.757Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T10:52:41.757Z] === RUN TestPluginInstall [2022-06-03T10:52:41.757Z] === RUN TestPluginInstall/no_auth [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b7e595f9e8a0c08b15bcd34ba60522fb4f114c037f60eff2c021ecdf681e593" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b7e595f9e8a0c08b15bcd34ba60522fb4f114c037f60eff2c021ecdf681e593" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:41.757Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3cc5dcddec0314860af1a57d9dc12858f4111961d825631222494f42851a657" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:41.757Z] time="2022-06-03T10:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d3cc5dcddec0314860af1a57d9dc12858f4111961d825631222494f42851a657" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:42.015Z] === RUN TestPluginInstall/with_insecure [2022-06-03T10:52:42.382Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-03T10:52:42.949Z] time="2022-06-03T10:52:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:42.949Z] time="2022-06-03T10:52:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f164a7f068e208137f974862b8458d961044b7b0c9d4190bfd82db08a79f91a4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:42.949Z] time="2022-06-03T10:52:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:52:42.949Z] time="2022-06-03T10:52:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f164a7f068e208137f974862b8458d961044b7b0c9d4190bfd82db08a79f91a4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:52:42.949Z] plugin_test.go:195: [d4e3200be1ef8] daemon is not started [2022-06-03T10:52:42.949Z] --- PASS: TestPluginInstall (2.52s) [2022-06-03T10:52:42.949Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-06-03T10:52:42.949Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-03T10:52:42.949Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-06-03T10:52:42.949Z] === RUN TestPluginsWithRuntimes [2022-06-03T10:52:43.789Z] --- PASS: TestInspectNetwork (8.15s) [2022-06-03T10:52:43.789Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T10:52:43.789Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T10:52:43.789Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T10:52:43.789Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T10:52:43.789Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T10:52:44.328Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T10:52:45.269Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T10:52:45.715Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-03T10:52:45.971Z] --- PASS: TestRunContainerWithBridgeNone (2.12s) [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T10:52:45.971Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:52:45.971Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:52:45.971Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:52:45.971Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T10:52:45.971Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T10:52:45.971Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T10:52:45.971Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T10:52:45.971Z] === RUN TestNetworkList [2022-06-03T10:52:45.971Z] === RUN TestNetworkList//networks [2022-06-03T10:52:45.971Z] === PAUSE TestNetworkList//networks [2022-06-03T10:52:45.971Z] === RUN TestNetworkList//networks/ [2022-06-03T10:52:45.971Z] === PAUSE TestNetworkList//networks/ [2022-06-03T10:52:45.971Z] === CONT TestNetworkList//networks [2022-06-03T10:52:45.971Z] === CONT TestNetworkList//networks/ [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkList (0.02s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T10:52:45.971Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T10:52:45.971Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T10:52:46.201Z] --- PASS: TestPluginsWithRuntimes (3.31s) [2022-06-03T10:52:46.201Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.90s) [2022-06-03T10:52:46.201Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-06-03T10:52:46.201Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T10:52:46.269Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-03T10:52:46.524Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-06-03T10:52:46.524Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T10:52:46.767Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-03T10:52:46.767Z] PASS [2022-06-03T10:52:46.767Z] [2022-06-03T10:52:46.767Z] DONE 24 tests in 6.527s [2022-06-03T10:52:46.767Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T10:52:46.767Z] ++ 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-03T10:52:46.767Z] ++ set -e [2022-06-03T10:52:46.767Z] ++ '[' -n 0 ']' [2022-06-03T10:52:46.767Z] ++ set -x [2022-06-03T10:52:46.767Z] ++ 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-03T10:52:47.024Z] INFO: Testing against a local daemon [2022-06-03T10:52:47.024Z] === RUN TestExternalGraphDriver [2022-06-03T10:52:47.024Z] === RUN TestExternalGraphDriver/json [2022-06-03T10:52:47.716Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-06-03T10:52:47.716Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T10:52:48.276Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-03T10:52:48.276Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T10:52:48.276Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-03T10:52:48.276Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2022-06-03T10:52:48.276Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T10:52:48.922Z] === RUN TestExternalGraphDriver/spec [2022-06-03T10:52:49.640Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-06-03T10:52:49.640Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T10:52:50.295Z] === RUN TestExternalGraphDriver/pull [2022-06-03T10:52:51.047Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-06-03T10:52:51.047Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T10:52:51.302Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-03T10:52:51.302Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T10:52:51.667Z] --- PASS: TestExternalGraphDriver (4.76s) [2022-06-03T10:52:51.667Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-06-03T10:52:51.667Z] --- PASS: TestExternalGraphDriver/spec (1.58s) [2022-06-03T10:52:51.667Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-06-03T10:52:51.667Z] === RUN TestGraphdriverPluginV2 [2022-06-03T10:52:51.667Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:51.667Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-03T10:52:51.667Z] PASS [2022-06-03T10:52:51.667Z] [2022-06-03T10:52:51.667Z] === Skipped [2022-06-03T10:52:51.667Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-03T10:52:51.667Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:52:51.667Z] [2022-06-03T10:52:51.667Z] DONE 5 tests, 1 skipped in 4.869s [2022-06-03T10:52:51.667Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T10:52:51.667Z] ++ 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-03T10:52:51.667Z] ++ set -e [2022-06-03T10:52:51.667Z] ++ '[' -n 0 ']' [2022-06-03T10:52:51.667Z] ++ set -x [2022-06-03T10:52:51.667Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-03T10:52:51.863Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-03T10:52:51.925Z] INFO: Testing against a local daemon [2022-06-03T10:52:51.925Z] === RUN TestContinueAfterPluginCrash [2022-06-03T10:52:51.925Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T10:52:51.925Z] === RUN TestReadPluginNoRead [2022-06-03T10:52:51.925Z] === PAUSE TestReadPluginNoRead [2022-06-03T10:52:51.926Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T10:52:51.926Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T10:52:51.926Z] === CONT TestContinueAfterPluginCrash [2022-06-03T10:52:51.926Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T10:52:52.119Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-03T10:52:54.006Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-03T10:52:54.302Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s) [2022-06-03T10:52:54.302Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T10:52:54.302Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:52:54.302Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:52:54.302Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T10:52:54.302Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-03T10:52:55.205Z] === CONT TestReadPluginNoRead [2022-06-03T10:52:55.205Z] --- PASS: TestDaemonStartWithLogOpt (2.98s) [2022-06-03T10:52:55.665Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-03T10:52:56.087Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-03T10:52:56.593Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-03T10:52:57.104Z] === RUN TestReadPluginNoRead/default [2022-06-03T10:52:57.194Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-03T10:52:57.754Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-03T10:52:58.475Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T10:52:59.115Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-03T10:52:59.115Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-03T10:52:59.115Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-03T10:52:59.370Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-03T10:52:59.408Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T10:52:59.626Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-03T10:52:59.973Z] --- PASS: TestContinueAfterPluginCrash (7.99s) [2022-06-03T10:53:00.229Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-03T10:53:00.540Z] === CONT TestReadPluginNoRead [2022-06-03T10:53:00.540Z] read_test.go:92: [dd8fe893734c5] daemon is not started [2022-06-03T10:53:00.540Z] --- PASS: TestReadPluginNoRead (5.70s) [2022-06-03T10:53:00.540Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-06-03T10:53:00.540Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-06-03T10:53:00.540Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-06-03T10:53:00.540Z] PASS [2022-06-03T10:53:00.540Z] [2022-06-03T10:53:00.540Z] DONE 6 tests in 8.793s [2022-06-03T10:53:00.540Z] 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-03T10:53:00.540Z] ++ 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-03T10:53:00.540Z] ++ set -e [2022-06-03T10:53:00.540Z] ++ '[' -n 0 ']' [2022-06-03T10:53:00.540Z] ++ set -x [2022-06-03T10:53:00.540Z] ++ 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-03T10:53:00.540Z] testing: warning: no tests to run [2022-06-03T10:53:00.540Z] PASS [2022-06-03T10:53:00.540Z] [2022-06-03T10:53:00.540Z] DONE 0 tests in 0.031s [2022-06-03T10:53:00.540Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T10:53:00.540Z] ++ 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-03T10:53:00.540Z] ++ set -e [2022-06-03T10:53:00.540Z] ++ '[' -n 0 ']' [2022-06-03T10:53:00.540Z] ++ set -x [2022-06-03T10:53:00.540Z] ++ 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-03T10:53:00.797Z] INFO: Testing against a local daemon [2022-06-03T10:53:00.797Z] === RUN TestPluginWithDevMounts [2022-06-03T10:53:00.797Z] === PAUSE TestPluginWithDevMounts [2022-06-03T10:53:00.797Z] === CONT TestPluginWithDevMounts [2022-06-03T10:53:02.120Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-03T10:53:02.169Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-06-03T10:53:02.169Z] PASS [2022-06-03T10:53:02.169Z] [2022-06-03T10:53:02.169Z] DONE 1 tests in 1.640s [2022-06-03T10:53:02.169Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T10:53:02.169Z] ++ 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-03T10:53:02.169Z] ++ set -e [2022-06-03T10:53:02.169Z] ++ '[' -n 0 ']' [2022-06-03T10:53:02.169Z] ++ set -x [2022-06-03T10:53:02.169Z] ++ 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-03T10:53:02.375Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-03T10:53:02.427Z] INFO: Testing against a local daemon [2022-06-03T10:53:02.427Z] === RUN TestSecretInspect [2022-06-03T10:53:04.889Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-03T10:53:04.953Z] --- PASS: TestSecretInspect (2.19s) [2022-06-03T10:53:04.953Z] === RUN TestSecretList [2022-06-03T10:53:05.814Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-03T10:53:06.855Z] --- PASS: TestSecretList (2.20s) [2022-06-03T10:53:06.855Z] === RUN TestSecretsCreateAndDelete [2022-06-03T10:53:07.217Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-03T10:53:07.780Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-03T10:53:08.717Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-03T10:53:08.973Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-03T10:53:09.388Z] --- PASS: TestSecretsCreateAndDelete (2.28s) [2022-06-03T10:53:09.388Z] === RUN TestSecretsUpdate [2022-06-03T10:53:09.898Z] --- PASS: TestServiceWithDataPathPortInit (15.72s) [2022-06-03T10:53:09.898Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T10:53:11.285Z] --- PASS: TestSecretsUpdate (2.28s) [2022-06-03T10:53:11.285Z] === RUN TestTemplatedSecret [2022-06-03T10:53:11.784Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-03T10:53:12.312Z] ......... [ 85%] [2022-06-03T10:53:13.230Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ay7idiurfvp4ntsx3g1hwjt6v Created:2022-06-03 10:53:11.254797883 +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[c8e8dd94f11be83562ff9d3267792a9c8df4d82f11ea137d0ff8689964cce341:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.r0gxpkzlzrcqxo6id8kgqx5rq EndpointID:36cf628bfed30ea3fdbb99e2a9bf27678044f8e268b4760db0edb70ee86b681e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7202f899afafcc6f1a2077c84c18fed62e425d9003d4171a17acf51716562dda 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:af98ac94891a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.r0gxpkzlzrcqxo6id8kgqx5rq EndpointID:36cf628bfed30ea3fdbb99e2a9bf27678044f8e268b4760db0edb70ee86b681e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T10:53:13.485Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-03T10:53:13.907Z] --- PASS: TestTemplatedSecret (2.43s) [2022-06-03T10:53:13.907Z] === RUN TestSecretCreateResolve [2022-06-03T10:53:14.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-03T10:53:14.301Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-03T10:53:15.270Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-03T10:53:15.831Z] docker_api_swarm_test.go:304: [d171488b3cb72] joining swarm manager [dcde5725ef5ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:53:16.435Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-06-03T10:53:16.435Z] PASS [2022-06-03T10:53:16.435Z] [2022-06-03T10:53:16.435Z] DONE 6 tests in 13.665s [2022-06-03T10:53:16.435Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T10:53:16.435Z] ++ 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-03T10:53:16.435Z] ++ set -e [2022-06-03T10:53:16.435Z] ++ '[' -n 0 ']' [2022-06-03T10:53:16.435Z] ++ set -x [2022-06-03T10:53:16.435Z] ++ 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-03T10:53:16.435Z] INFO: Testing against a local daemon [2022-06-03T10:53:16.435Z] === RUN TestServiceCreateInit [2022-06-03T10:53:16.435Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T10:53:17.356Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-03T10:53:17.761Z] docker_api_swarm_test.go:305: [d488f403f4417] joining swarm manager [dcde5725ef5ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:53:17.761Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.96s) [2022-06-03T10:53:17.761Z] PASS [2022-06-03T10:53:17.761Z] [2022-06-03T10:53:17.761Z] === Skipped [2022-06-03T10:53:17.761Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T10:53:17.761Z] service_test.go:243: FLAKY_TEST [2022-06-03T10:53:17.761Z] [2022-06-03T10:53:17.761Z] DONE 38 tests, 1 skipped in 49.593s [2022-06-03T10:53:17.761Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:53:17.761Z] ++ 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-03T10:53:17.761Z] ++ set -e [2022-06-03T10:53:17.761Z] ++ '[' -n 0 ']' [2022-06-03T10:53:17.761Z] ++ set -x [2022-06-03T10:53:17.761Z] ++ 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-03T10:53:18.016Z] INFO: Testing against a local daemon [2022-06-03T10:53:18.016Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T10:53:18.016Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:53:18.016Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-03T10:53:18.016Z] === RUN TestDockerNetworkIpvlan [2022-06-03T10:53:18.016Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:53:18.016Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:53:18.016Z] PASS [2022-06-03T10:53:18.016Z] [2022-06-03T10:53:18.016Z] === Skipped [2022-06-03T10:53:18.016Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-03T10:53:18.016Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:53:18.016Z] [2022-06-03T10:53:18.016Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T10:53:18.016Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T10:53:18.016Z] [2022-06-03T10:53:18.016Z] DONE 2 tests, 2 skipped in 0.114s [2022-06-03T10:53:18.016Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T10:53:18.016Z] ++ 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-03T10:53:18.016Z] ++ set -e [2022-06-03T10:53:18.016Z] ++ '[' -n 0 ']' [2022-06-03T10:53:18.016Z] ++ set -x [2022-06-03T10:53:18.016Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-03T10:53:18.016Z] INFO: Testing against a local daemon [2022-06-03T10:53:18.016Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T10:53:18.561Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-03T10:53:18.577Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-03T10:53:19.503Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) [2022-06-03T10:53:19.503Z] === RUN TestDockerNetworkMacvlan [2022-06-03T10:53:20.428Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T10:53:20.614Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T10:53:20.988Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T10:53:21.913Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T10:53:22.474Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-03T10:53:23.893Z] --- PASS: TestServiceCreateInit (7.38s) [2022-06-03T10:53:23.893Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.80s) [2022-06-03T10:53:23.893Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.57s) [2022-06-03T10:53:23.893Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T10:53:24.405Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T10:53:25.109Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-03T10:53:25.109Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-03T10:53:25.769Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-03T10:53:26.329Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T10:53:27.301Z] === RUN TestDockerSuite/TestBuildRm [2022-06-03T10:53:30.609Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-03T10:53:30.609Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-03T10:53:31.186Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T10:53:31.450Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-03T10:53:31.701Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan (12.89s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.08s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.27s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.45s) [2022-06-03T10:53:32.376Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2022-06-03T10:53:32.376Z] PASS [2022-06-03T10:53:32.376Z] [2022-06-03T10:53:32.376Z] DONE 8 tests in 14.343s [2022-06-03T10:53:32.376Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T10:53:32.376Z] ++ 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-03T10:53:32.376Z] ++ set -e [2022-06-03T10:53:32.376Z] ++ '[' -n 0 ']' [2022-06-03T10:53:32.376Z] ++ set -x [2022-06-03T10:53:32.376Z] ++ 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-03T10:53:32.376Z] testing: warning: no tests to run [2022-06-03T10:53:32.376Z] PASS [2022-06-03T10:53:32.376Z] [2022-06-03T10:53:32.376Z] DONE 0 tests in 0.030s [2022-06-03T10:53:32.376Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T10:53:32.376Z] ++ 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-03T10:53:32.376Z] ++ set -e [2022-06-03T10:53:32.376Z] ++ '[' -n 0 ']' [2022-06-03T10:53:32.376Z] ++ set -x [2022-06-03T10:53:32.376Z] ++ 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-03T10:53:32.635Z] INFO: Testing against a local daemon [2022-06-03T10:53:32.635Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T10:53:32.635Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-03T10:53:33.195Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-03T10:53:33.756Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-03T10:53:34.012Z] --- PASS: TestAuthZPluginAllowRequest (1.42s) [2022-06-03T10:53:34.012Z] === RUN TestAuthZPluginTLS [2022-06-03T10:53:34.573Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-06-03T10:53:34.573Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T10:53:34.573Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-03T10:53:35.134Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2022-06-03T10:53:35.134Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T10:53:35.694Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-06-03T10:53:35.694Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T10:53:35.694Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-03T10:53:36.255Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-06-03T10:53:36.255Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T10:53:36.510Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-03T10:53:37.873Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2022-06-03T10:53:37.873Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T10:53:38.129Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-03T10:53:38.129Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T10:53:38.689Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T10:53:38.689Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T10:53:38.759Z] --- PASS: TestCreateServiceMultipleTimes (15.32s) [2022-06-03T10:53:38.759Z] === RUN TestCreateServiceConflict [2022-06-03T10:53:38.853Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-03T10:53:38.853Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-03T10:53:39.249Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-06-03T10:53:39.249Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T10:53:39.249Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-03T10:53:39.504Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-03T10:53:39.760Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-03T10:53:39.760Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T10:53:39.760Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-03T10:53:40.015Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-03T10:53:40.943Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-03T10:53:40.943Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.78s) [2022-06-03T10:53:40.943Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T10:53:40.943Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-03T10:53:41.284Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-06-03T10:53:41.284Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T10:53:42.350Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-03T10:53:42.606Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-03T10:53:42.824Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-03T10:53:43.082Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-03T10:53:43.082Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-03T10:53:43.082Z] [2022-06-03T10:53:43.082Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-03T10:53:43.082Z] =========================== short test summary info ============================ [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-03T10:53:43.082Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-03T10:53:43.082Z] Not supported on most drivers [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-03T10:53:43.082Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-03T10:53:43.082Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-03T10:53:43.082Z] Can fail if eth0 has multiple IP addresses [2022-06-03T10:53:43.082Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-03T10:53:43.082Z] This doesn't seem to be taken into account by the engine [2022-06-03T10:53:43.082Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-03T10:53:43.082Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-03T10:53:43.082Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 297.19 seconds == [2022-06-03T10:53:43.168Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.01s) [2022-06-03T10:53:43.168Z] === RUN TestAuthZPluginHeader [2022-06-03T10:53:43.340Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-03T10:53:43.729Z] --- PASS: TestAuthZPluginHeader (0.78s) [2022-06-03T10:53:43.729Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T10:53:43.835Z] --- PASS: TestCreateServiceMaxReplicas (2.64s) [2022-06-03T10:53:43.835Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T10:53:45.102Z] docker_api_swarm_test.go:272: [dc3edd0398391] joining swarm manager [d31eefef8032d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:53:46.029Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-03T10:53:46.285Z] docker_api_swarm_test.go:273: [d860dc5c1dc19] joining swarm manager [d31eefef8032d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:53:47.258Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-03T10:53:47.864Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-03T10:53:48.426Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-03T10:53:48.426Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.66s) [2022-06-03T10:53:48.426Z] === RUN TestAuthZPluginV2Disable [2022-06-03T10:53:49.356Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-03T10:53:50.296Z] === RUN TestDockerSuite/TestBuildUser [2022-06-03T10:53:51.683Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-03T10:53:52.287Z] --- PASS: TestAuthZPluginV2Disable (3.72s) [2022-06-03T10:53:52.287Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T10:53:54.174Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-03T10:53:55.523Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T10:53:55.523Z] [2022-06-03T10:53:55.523Z] Unloading profiles will leave already running processes permanently [2022-06-03T10:53:55.523Z] unconfined, which can lead to unexpected situations. [2022-06-03T10:53:55.523Z] [2022-06-03T10:53:55.523Z] To set a process to complain mode, use the command line tool [2022-06-03T10:53:55.523Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T10:53:55.523Z] Post stage [Pipeline] junit [2022-06-03T10:53:55.547Z] Recording test results [2022-06-03T10:53:55.739Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-03T10:53:56.012Z] + echo Ensuring container killed. [2022-06-03T10:53:56.012Z] Ensuring container killed. [2022-06-03T10:53:56.012Z] + docker rm -vf docker-pr1 [2022-06-03T10:53:56.012Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T10:53:56.065Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.63s) [2022-06-03T10:53:56.065Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T10:53:56.290Z] + echo Chowning /workspace to jenkins user [2022-06-03T10:53:56.290Z] Chowning /workspace to jenkins user [2022-06-03T10:53:56.290Z] + id -u [2022-06-03T10:53:56.290Z] + id -g [2022-06-03T10:53:56.290Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T10:53:57.948Z] + bundleName=docker-py [2022-06-03T10:53:57.948Z] + echo Creating docker-py-bundles.tar.gz [2022-06-03T10:53:57.948Z] Creating docker-py-bundles.tar.gz [2022-06-03T10:53:57.948Z] + 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-03T10:53:57.959Z] Archiving artifacts [2022-06-03T10:53:58.201Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-03T10:53:58.538Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh binary [2022-06-03T10:53:58.698Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.07s) [2022-06-03T10:53:58.698Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T10:53:58.796Z] [2022-06-03T10:53:58.955Z] --- PASS: TestCreateServiceSecretFileMode (2.40s) [2022-06-03T10:53:58.955Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T10:53:59.055Z] Removing bundles/ [2022-06-03T10:53:59.055Z] [2022-06-03T10:53:59.055Z] ---> Making bundle: binary (in bundles/binary) [2022-06-03T10:53:59.055Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-03T10:53:59.055Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:54:01.481Z] --- PASS: TestCreateServiceConfigFileMode (2.52s) [2022-06-03T10:54:01.481Z] === RUN TestCreateServiceSysctls [2022-06-03T10:54:04.760Z] --- PASS: TestCreateServiceSysctls (2.98s) [2022-06-03T10:54:04.760Z] === RUN TestCreateServiceCapabilities [2022-06-03T10:54:07.288Z] --- PASS: TestCreateServiceCapabilities (2.47s) [2022-06-03T10:54:07.288Z] === RUN TestInspect [2022-06-03T10:54:08.269Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-03T10:54:08.269Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.86s) [2022-06-03T10:54:08.269Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T10:54:08.269Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-03T10:54:08.269Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-03T10:54:08.269Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-03T10:54:08.269Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-03T10:54:08.873Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-03T10:54:09.815Z] --- PASS: TestInspect (2.65s) [2022-06-03T10:54:09.815Z] === RUN TestCreateJob [2022-06-03T10:54:09.848Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-03T10:54:09.848Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T10:54:09.848Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-03T10:54:09.848Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T10:54:10.104Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-03T10:54:10.104Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T10:54:10.104Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-03T10:54:10.104Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T10:54:10.104Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-03T10:54:11.073Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-03T10:54:11.073Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-03T10:54:11.633Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-03T10:54:12.193Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-03T10:54:12.752Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-03T10:54:12.752Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-03T10:54:13.095Z] --- PASS: TestCreateJob (3.06s) [2022-06-03T10:54:13.095Z] === RUN TestReplicatedJob [2022-06-03T10:54:14.681Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-03T10:54:15.608Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-03T10:54:16.169Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-03T10:54:16.425Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-03T10:54:16.986Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-03T10:54:16.986Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T10:54:16.986Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-03T10:54:17.590Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-03T10:54:18.359Z] --- PASS: TestReplicatedJob (5.14s) [2022-06-03T10:54:18.359Z] === RUN TestUpdateReplicatedJob [2022-06-03T10:54:18.952Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-03T10:54:18.952Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-03T10:54:18.952Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T10:54:18.952Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-03T10:54:19.208Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-03T10:54:19.769Z] === RUN TestDockerSuite/TestCommitChange [2022-06-03T10:54:20.343Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-03T10:54:20.886Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-06-03T10:54:20.886Z] === RUN TestServiceListWithStatuses [2022-06-03T10:54:20.886Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:54:20.886Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T10:54:20.886Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T10:54:20.946Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-03T10:54:21.874Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-03T10:54:22.802Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-03T10:54:23.405Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-06-03T10:54:23.405Z] PASS [2022-06-03T10:54:23.405Z] [2022-06-03T10:54:23.405Z] DONE 17 tests in 50.898s [2022-06-03T10:54:23.405Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T10:54:23.405Z] ++ 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-03T10:54:23.405Z] ++ set -e [2022-06-03T10:54:23.405Z] ++ '[' -n 0 ']' [2022-06-03T10:54:23.405Z] ++ set -x [2022-06-03T10:54:23.405Z] ++ 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-03T10:54:23.405Z] INFO: Testing against a local daemon [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:54:23.405Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:54:23.405Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T10:54:23.405Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T10:54:23.405Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T10:54:23.405Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T10:54:23.405Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T10:54:23.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T10:54:23.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T10:54:23.405Z] === RUN TestPluginInstall [2022-06-03T10:54:23.405Z] === RUN TestPluginInstall/no_auth [2022-06-03T10:54:23.405Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-03T10:54:24.770Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-03T10:54:25.066Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2022-06-03T10:54:25.066Z] === RUN TestDockerNetworkReConnect [2022-06-03T10:54:25.331Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-03T10:54:25.586Z] time="2022-06-03T10:54:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:25.586Z] time="2022-06-03T10:54:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edeea4f9e98434769036a56c86e2c6602d793774e87bfb04e944e2bd6520882c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:25.586Z] time="2022-06-03T10:54:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:25.586Z] time="2022-06-03T10:54:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edeea4f9e98434769036a56c86e2c6602d793774e87bfb04e944e2bd6520882c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:25.843Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T10:54:26.404Z] time="2022-06-03T10:54:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:26.404Z] time="2022-06-03T10:54:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edeea4f9e98434769036a56c86e2c6602d793774e87bfb04e944e2bd6520882c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:26.404Z] time="2022-06-03T10:54:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:26.404Z] time="2022-06-03T10:54:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edeea4f9e98434769036a56c86e2c6602d793774e87bfb04e944e2bd6520882c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:26.659Z] === RUN TestPluginInstall/with_insecure [2022-06-03T10:54:26.915Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-03T10:54:27.475Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-03T10:54:27.475Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-03T10:54:27.475Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-03T10:54:27.731Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-03T10:54:27.731Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-03T10:54:27.731Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-03T10:54:27.731Z] time="2022-06-03T10:54:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:27.731Z] time="2022-06-03T10:54:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f347b1325b963899fed5db1ac360bd04ff6e991815f3e11562c04543be783a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:27.731Z] time="2022-06-03T10:54:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T10:54:27.731Z] time="2022-06-03T10:54:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f347b1325b963899fed5db1ac360bd04ff6e991815f3e11562c04543be783a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T10:54:27.731Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-03T10:54:28.031Z] plugin_test.go:195: [d416ca3b4e0ce] daemon is not started [2022-06-03T10:54:28.031Z] --- PASS: TestPluginInstall (4.60s) [2022-06-03T10:54:28.031Z] --- PASS: TestPluginInstall/no_auth (2.43s) [2022-06-03T10:54:28.031Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2022-06-03T10:54:28.031Z] --- PASS: TestPluginInstall/with_insecure (1.33s) [2022-06-03T10:54:28.031Z] === RUN TestPluginsWithRuntimes [2022-06-03T10:54:28.346Z] --- PASS: TestDockerNetworkReConnect (3.44s) [2022-06-03T10:54:28.346Z] === RUN TestServicePlugin [2022-06-03T10:54:28.346Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:54:28.346Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-03T10:54:28.346Z] === RUN TestServiceUpdateLabel [2022-06-03T10:54:28.998Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-03T10:54:29.923Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T10:54:30.177Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-03T10:54:30.177Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-03T10:54:30.740Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-03T10:54:30.740Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-03T10:54:30.871Z] --- PASS: TestServiceUpdateLabel (2.26s) [2022-06-03T10:54:30.871Z] === RUN TestServiceUpdateSecrets [2022-06-03T10:54:31.036Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T10:54:31.598Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-03T10:54:32.159Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-03T10:54:32.159Z] --- PASS: TestPluginsWithRuntimes (4.07s) [2022-06-03T10:54:32.159Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.19s) [2022-06-03T10:54:32.159Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2022-06-03T10:54:32.159Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T10:54:32.721Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-03T10:54:33.283Z] --- PASS: TestPluginBackCompatMediaTypes (1.22s) [2022-06-03T10:54:33.283Z] PASS [2022-06-03T10:54:33.283Z] [2022-06-03T10:54:33.283Z] DONE 24 tests in 10.062s [2022-06-03T10:54:33.283Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T10:54:33.283Z] ++ 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-03T10:54:33.283Z] ++ set -e [2022-06-03T10:54:33.283Z] ++ '[' -n 0 ']' [2022-06-03T10:54:33.283Z] ++ set -x [2022-06-03T10:54:33.283Z] ++ 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-03T10:54:33.539Z] INFO: Testing against a local daemon [2022-06-03T10:54:33.539Z] === RUN TestExternalGraphDriver [2022-06-03T10:54:33.539Z] === RUN TestExternalGraphDriver/json [2022-06-03T10:54:33.539Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-03T10:54:33.539Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-03T10:54:33.539Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-03T10:54:34.467Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-03T10:54:34.467Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-03T10:54:34.766Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-03T10:54:34.766Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-03T10:54:34.766Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-03T10:54:35.691Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-03T10:54:35.691Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-03T10:54:35.691Z] === RUN TestExternalGraphDriver/spec [2022-06-03T10:54:36.253Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-03T10:54:36.814Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-03T10:54:36.814Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-03T10:54:37.740Z] === RUN TestExternalGraphDriver/pull [2022-06-03T10:54:37.995Z] docker_api_swarm_node_test.go:20: [d353e00e5fcdc] joining swarm manager [d8315a07f194e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:54:38.557Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-03T10:54:39.139Z] docker_api_swarm_node_test.go:21: [d2e6f8d1d45fe] joining swarm manager [d8315a07f194e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:54:39.699Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-03T10:54:39.699Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-03T10:54:39.699Z] --- PASS: TestExternalGraphDriver (6.27s) [2022-06-03T10:54:39.699Z] --- PASS: TestExternalGraphDriver/json (2.14s) [2022-06-03T10:54:39.699Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2022-06-03T10:54:39.699Z] --- PASS: TestExternalGraphDriver/pull (2.15s) [2022-06-03T10:54:39.699Z] === RUN TestGraphdriverPluginV2 [2022-06-03T10:54:40.259Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-03T10:54:40.514Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-03T10:54:41.074Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-03T10:54:41.635Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-03T10:54:41.635Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-03T10:54:42.196Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-03T10:54:42.757Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-03T10:54:43.318Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-03T10:54:43.318Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-03T10:54:43.922Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-03T10:54:44.177Z] --- PASS: TestGraphdriverPluginV2 (4.28s) [2022-06-03T10:54:44.177Z] PASS [2022-06-03T10:54:44.177Z] [2022-06-03T10:54:44.177Z] DONE 5 tests in 10.704s [2022-06-03T10:54:44.177Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T10:54:44.177Z] ++ 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-03T10:54:44.177Z] ++ set -e [2022-06-03T10:54:44.177Z] ++ '[' -n 0 ']' [2022-06-03T10:54:44.177Z] ++ set -x [2022-06-03T10:54:44.177Z] ++ 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-03T10:54:44.177Z] INFO: Testing against a local daemon [2022-06-03T10:54:44.177Z] === RUN TestContinueAfterPluginCrash [2022-06-03T10:54:44.177Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T10:54:44.177Z] === RUN TestReadPluginNoRead [2022-06-03T10:54:44.177Z] === PAUSE TestReadPluginNoRead [2022-06-03T10:54:44.177Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T10:54:44.177Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T10:54:44.177Z] === CONT TestContinueAfterPluginCrash [2022-06-03T10:54:44.177Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T10:54:45.106Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-03T10:54:45.734Z] --- PASS: TestServiceUpdateSecrets (14.39s) [2022-06-03T10:54:45.734Z] === RUN TestServiceUpdateConfigs [2022-06-03T10:54:46.469Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-03T10:54:46.469Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-03T10:54:46.469Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-03T10:54:46.469Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-03T10:54:46.469Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-03T10:54:47.394Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-03T10:54:48.321Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2022-06-03T10:54:48.321Z] === CONT TestReadPluginNoRead [2022-06-03T10:54:50.208Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-03T10:54:50.768Z] === RUN TestReadPluginNoRead/default [2022-06-03T10:54:51.694Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-03T10:54:52.255Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T10:54:52.511Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-03T10:54:53.072Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-03T10:54:53.072Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T10:54:53.072Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-03T10:54:53.072Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-03T10:54:54.000Z] --- PASS: TestContinueAfterPluginCrash (9.55s) [2022-06-03T10:54:54.255Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T10:54:54.510Z] docker_api_swarm_test.go:502: [d12328b101f81] joining swarm manager [d612d3bc7db30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:54:55.873Z] === CONT TestReadPluginNoRead [2022-06-03T10:54:55.873Z] read_test.go:92: [d520bfac47fb2] daemon is not started [2022-06-03T10:54:55.873Z] --- PASS: TestReadPluginNoRead (7.19s) [2022-06-03T10:54:55.873Z] --- PASS: TestReadPluginNoRead/default (1.65s) [2022-06-03T10:54:55.873Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.01s) [2022-06-03T10:54:55.873Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.31s) [2022-06-03T10:54:55.873Z] PASS [2022-06-03T10:54:55.873Z] [2022-06-03T10:54:55.873Z] DONE 6 tests in 11.510s [2022-06-03T10:54:55.873Z] 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-03T10:54:55.873Z] ++ 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-03T10:54:55.873Z] ++ set -e [2022-06-03T10:54:55.873Z] ++ '[' -n 0 ']' [2022-06-03T10:54:55.873Z] ++ set -x [2022-06-03T10:54:55.873Z] ++ 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-03T10:54:55.873Z] testing: warning: no tests to run [2022-06-03T10:54:55.873Z] PASS [2022-06-03T10:54:55.873Z] [2022-06-03T10:54:55.873Z] DONE 0 tests in 0.043s [2022-06-03T10:54:55.873Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T10:54:55.873Z] ++ 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-03T10:54:55.873Z] ++ set -e [2022-06-03T10:54:55.873Z] ++ '[' -n 0 ']' [2022-06-03T10:54:55.873Z] ++ set -x [2022-06-03T10:54:55.873Z] ++ 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-03T10:54:55.873Z] INFO: Testing against a local daemon [2022-06-03T10:54:55.873Z] === RUN TestPluginWithDevMounts [2022-06-03T10:54:55.873Z] === PAUSE TestPluginWithDevMounts [2022-06-03T10:54:55.873Z] === CONT TestPluginWithDevMounts [2022-06-03T10:54:55.873Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-03T10:54:56.433Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-03T10:54:57.360Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-03T10:54:57.659Z] --- PASS: TestPluginWithDevMounts (1.78s) [2022-06-03T10:54:57.659Z] PASS [2022-06-03T10:54:57.659Z] [2022-06-03T10:54:57.659Z] DONE 1 tests in 1.885s [2022-06-03T10:54:57.659Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T10:54:57.659Z] ++ 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-03T10:54:57.659Z] ++ set -e [2022-06-03T10:54:57.659Z] ++ '[' -n 0 ']' [2022-06-03T10:54:57.659Z] ++ set -x [2022-06-03T10:54:57.659Z] ++ 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-03T10:54:57.659Z] INFO: Testing against a local daemon [2022-06-03T10:54:57.659Z] === RUN TestSecretInspect [2022-06-03T10:55:00.596Z] --- PASS: TestServiceUpdateConfigs (14.29s) [2022-06-03T10:55:00.596Z] === RUN TestServiceUpdateNetwork [2022-06-03T10:55:00.964Z] --- PASS: TestSecretInspect (2.98s) [2022-06-03T10:55:00.964Z] === RUN TestSecretList [2022-06-03T10:55:00.964Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-03T10:55:01.220Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-03T10:55:02.623Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-03T10:55:02.880Z] --- PASS: TestSecretList (2.17s) [2022-06-03T10:55:02.880Z] === RUN TestSecretsCreateAndDelete [2022-06-03T10:55:03.806Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-03T10:55:03.806Z] docker_api_swarm_test.go:507: [d3d85bdc3bb62] joining swarm manager [d612d3bc7db30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:55:04.366Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-03T10:55:05.728Z] --- PASS: TestSecretsCreateAndDelete (2.65s) [2022-06-03T10:55:05.728Z] === RUN TestSecretsUpdate [2022-06-03T10:55:05.983Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-03T10:55:07.345Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-03T10:55:07.905Z] --- PASS: TestSecretsUpdate (2.27s) [2022-06-03T10:55:07.905Z] === RUN TestTemplatedSecret [2022-06-03T10:55:08.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-03T10:55:09.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e9a768__} [2022-06-03T10:55:10.055Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13903538085_/foo_false_____} [2022-06-03T10:55:10.980Z] --- PASS: TestTemplatedSecret (3.02s) [2022-06-03T10:55:10.980Z] === RUN TestSecretCreateResolve [2022-06-03T10:55:11.236Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13903538085_/foo_true_____} [2022-06-03T10:55:12.599Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_false_____} [2022-06-03T10:55:12.785Z] --- PASS: TestServiceUpdateNetwork (12.18s) [2022-06-03T10:55:12.785Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T10:55:12.785Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T10:55:13.159Z] --- PASS: TestSecretCreateResolve (2.24s) [2022-06-03T10:55:13.159Z] PASS [2022-06-03T10:55:13.159Z] [2022-06-03T10:55:13.159Z] DONE 6 tests in 15.435s [2022-06-03T10:55:13.159Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T10:55:13.159Z] ++ 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-03T10:55:13.159Z] ++ set -e [2022-06-03T10:55:13.159Z] ++ '[' -n 0 ']' [2022-06-03T10:55:13.159Z] ++ set -x [2022-06-03T10:55:13.159Z] ++ 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-03T10:55:13.159Z] INFO: Testing against a local daemon [2022-06-03T10:55:13.159Z] === RUN TestServiceCreateInit [2022-06-03T10:55:13.159Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T10:55:13.743Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T10:55:14.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_true_____} [2022-06-03T10:55:15.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_true__0xc000e9a798___} [2022-06-03T10:55:16.851Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e9a7b0__} [2022-06-03T10:55:17.498Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T10:55:18.470Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e9a7c8__} [2022-06-03T10:55:19.834Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e9a7e0__} [2022-06-03T10:55:20.295Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T10:55:21.291Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e9a7f8__} [2022-06-03T10:55:21.291Z] --- PASS: TestServiceCreateInit (8.04s) [2022-06-03T10:55:21.291Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.14s) [2022-06-03T10:55:21.291Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.88s) [2022-06-03T10:55:21.291Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T10:55:22.709Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-03T10:55:24.072Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-03T10:55:26.630Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-03T10:55:28.399Z] --- PASS: TestServiceUpdatePidsLimit (16.24s) [2022-06-03T10:55:28.399Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2022-06-03T10:55:28.399Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-03T10:55:28.399Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-03T10:55:28.399Z] PASS [2022-06-03T10:55:28.399Z] [2022-06-03T10:55:28.399Z] === Skipped [2022-06-03T10:55:28.399Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T10:55:28.399Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:55:28.399Z] [2022-06-03T10:55:28.399Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-03T10:55:28.399Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T10:55:28.399Z] [2022-06-03T10:55:28.399Z] DONE 27 tests, 2 skipped in 131.772s [2022-06-03T10:55:28.399Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T10:55:28.399Z] ++ 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-03T10:55:28.399Z] ++ set -e [2022-06-03T10:55:28.399Z] ++ '[' -n 0 ']' [2022-06-03T10:55:28.399Z] ++ set -x [2022-06-03T10:55:28.399Z] ++ 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-03T10:55:28.399Z] INFO: Testing against a local daemon [2022-06-03T10:55:28.399Z] === RUN TestSessionCreate [2022-06-03T10:55:28.399Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T10:55:28.399Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T10:55:28.399Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-03T10:55:28.399Z] PASS [2022-06-03T10:55:28.399Z] [2022-06-03T10:55:28.399Z] DONE 2 tests in 0.124s [2022-06-03T10:55:28.399Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T10:55:28.399Z] ++ 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-03T10:55:28.399Z] ++ set -e [2022-06-03T10:55:28.399Z] ++ '[' -n 0 ']' [2022-06-03T10:55:28.399Z] ++ set -x [2022-06-03T10:55:28.399Z] ++ 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-03T10:55:28.399Z] INFO: Testing against a local daemon [2022-06-03T10:55:28.399Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:55:28.399Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:55:28.399Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:55:28.399Z] === RUN TestDiskUsage [2022-06-03T10:55:28.399Z] === PAUSE TestDiskUsage [2022-06-03T10:55:28.399Z] === RUN TestEventsExecDie [2022-06-03T10:55:28.399Z] --- PASS: TestEventsExecDie (0.50s) [2022-06-03T10:55:28.399Z] === RUN TestEventsBackwardsCompatible [2022-06-03T10:55:28.605Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-03T10:55:28.657Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-03T10:55:28.657Z] === RUN TestEventsVolumeCreate [2022-06-03T10:55:28.657Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T10:55:28.657Z] === RUN TestInfoBinaryCommits [2022-06-03T10:55:28.657Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T10:55:28.657Z] === RUN TestInfoAPIVersioned [2022-06-03T10:55:28.657Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T10:55:28.657Z] === RUN TestInfoAPI [2022-06-03T10:55:28.657Z] --- PASS: TestInfoAPI (0.03s) [2022-06-03T10:55:28.657Z] === RUN TestInfoAPIWarnings [2022-06-03T10:55:31.117Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-03T10:55:32.086Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-03T10:55:32.086Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-03T10:55:32.689Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-03T10:55:33.249Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-03T10:55:33.811Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-03T10:55:34.371Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-03T10:55:34.974Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-03T10:55:35.229Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-03T10:55:35.790Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-03T10:55:36.715Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-03T10:55:37.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-03T10:55:37.277Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-03T10:55:37.882Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-03T10:55:38.444Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-03T10:55:38.700Z] --- PASS: TestCreateServiceMultipleTimes (17.56s) [2022-06-03T10:55:38.700Z] === RUN TestCreateServiceConflict [2022-06-03T10:55:39.628Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-03T10:55:39.628Z] docker_api_swarm_node_test.go:81: [d485aca54470f] joining swarm manager [d46bd17a62065]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:55:40.188Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-03T10:55:41.594Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-03T10:55:41.849Z] --- PASS: TestCreateServiceConflict (2.98s) [2022-06-03T10:55:41.849Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T10:55:42.410Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-03T10:55:42.970Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-03T10:55:42.970Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-03T10:55:43.923Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-03T10:55:44.892Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-03T10:55:45.816Z] --- PASS: TestCreateServiceMaxReplicas (3.89s) [2022-06-03T10:55:45.816Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T10:55:46.072Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-03T10:55:46.722Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-03T10:55:46.722Z] === RUN TestInfoDebug [2022-06-03T10:55:46.722Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T10:55:46.722Z] === RUN TestInfoInsecureRegistries [2022-06-03T10:55:46.722Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T10:55:46.722Z] === RUN TestInfoRegistryMirrors [2022-06-03T10:55:46.722Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T10:55:46.722Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T10:55:46.722Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T10:55:46.722Z] === RUN TestPingCacheHeaders [2022-06-03T10:55:46.722Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T10:55:46.722Z] === RUN TestPingGet [2022-06-03T10:55:46.979Z] --- PASS: TestPingGet (0.01s) [2022-06-03T10:55:46.979Z] === RUN TestPingHead [2022-06-03T10:55:46.979Z] --- PASS: TestPingHead (0.02s) [2022-06-03T10:55:46.979Z] === RUN TestPingSwarmHeader [2022-06-03T10:55:47.041Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-03T10:55:47.544Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T10:55:48.110Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T10:55:48.403Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-03T10:55:49.042Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T10:55:49.042Z] --- PASS: TestPingSwarmHeader (2.16s) [2022-06-03T10:55:49.042Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T10:55:49.042Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T10:55:49.042Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T10:55:49.042Z] === RUN TestVersion [2022-06-03T10:55:49.042Z] --- PASS: TestVersion (0.02s) [2022-06-03T10:55:49.042Z] === CONT TestDiskUsage [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T10:55:49.607Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T10:55:49.808Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-03T10:55:49.864Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T10:55:49.865Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T10:55:50.122Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage (1.11s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T10:55:50.122Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:55:50.122Z] PASS [2022-06-03T10:55:50.122Z] [2022-06-03T10:55:50.122Z] === Skipped [2022-06-03T10:55:50.122Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:55:50.122Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:55:50.122Z] [2022-06-03T10:55:50.122Z] DONE 54 tests, 1 skipped in 22.279s [2022-06-03T10:55:50.122Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T10:55:50.122Z] ++ 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-03T10:55:50.122Z] ++ set -e [2022-06-03T10:55:50.122Z] ++ '[' -n 0 ']' [2022-06-03T10:55:50.122Z] ++ set -x [2022-06-03T10:55:50.122Z] ++ 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-03T10:55:50.367Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-03T10:55:50.380Z] INFO: Testing against a local daemon [2022-06-03T10:55:50.380Z] === RUN TestVolumesCreateAndList [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T10:55:50.380Z] === RUN TestVolumesRemove [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T10:55:50.380Z] === RUN TestVolumesInspect [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T10:55:50.380Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T10:55:50.380Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T10:55:50.380Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T10:55:50.380Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T10:55:50.380Z] PASS [2022-06-03T10:55:50.380Z] [2022-06-03T10:55:50.380Z] DONE 9 tests in 0.184s [2022-06-03T10:55:50.380Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T10:55:50.380Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T10:55:50.380Z] +++ kill 14198 [2022-06-03T10:55:50.639Z] +++ /etc/init.d/apparmor stop [2022-06-03T10:55:50.639Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T10:55:50.639Z] [2022-06-03T10:55:50.639Z] Unloading profiles will leave already running processes permanently [2022-06-03T10:55:50.639Z] unconfined, which can lead to unexpected situations. [2022-06-03T10:55:50.639Z] [2022-06-03T10:55:50.639Z] To set a process to complain mode, use the command line tool [2022-06-03T10:55:50.639Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T10:55:50.639Z] +++ true [2022-06-03T10:55:50.639Z] exiting test-integration [2022-06-03T10:55:50.639Z] ++ exit 0 [2022-06-03T10:55:50.639Z] Post stage [Pipeline] junit [2022-06-03T10:55:51.583Z] Recording test results [2022-06-03T10:55:51.772Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2022-06-03T10:55:51.819Z] === RUN TestDockerSuite/TestCpToCaseD Post stage [Pipeline] sh [2022-06-03T10:55:52.110Z] + echo Ensuring container killed. [2022-06-03T10:55:52.110Z] Ensuring container killed. [2022-06-03T10:55:52.110Z] + docker rm -vf docker-pr1 [2022-06-03T10:55:52.110Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T10:55:52.388Z] + echo Chowning /workspace to jenkins user [2022-06-03T10:55:52.388Z] Chowning /workspace to jenkins user [2022-06-03T10:55:52.388Z] + id -u [2022-06-03T10:55:52.388Z] + id -g [2022-06-03T10:55:52.388Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T10:55:54.050Z] + bundleName=arm64-integration [2022-06-03T10:55:54.050Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-03T10:55:54.050Z] Creating arm64-integration-bundles.tar.gz [2022-06-03T10:55:54.050Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-06-03T10:55:54.050Z] + 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-03T10:55:54.319Z] Archiving artifacts [2022-06-03T10:55:54.335Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-03T10:55:54.549Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T10:55:54.633Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-03T10:55:54.850Z] + make clean [2022-06-03T10:55:54.850Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T10:55:55.107Z] docker-dev-cache [2022-06-03T10:55:55.107Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T10:55:56.562Z] docker_api_swarm_node_test.go:53: [d263924fb9caf] joining swarm manager [d7c41e4a0b657]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:55:56.816Z] === RUN TestDockerSuite/TestCpToCaseF [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T10:55:57.421Z] docker_api_swarm_node_test.go:54: [d2082ed8bb393] joining swarm manager [d7c41e4a0b657]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:55:57.421Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-03T10:56:00.775Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-03T10:56:00.775Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.76s) [2022-06-03T10:56:00.775Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T10:56:02.661Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-03T10:56:03.263Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-03T10:56:03.518Z] --- PASS: TestCreateServiceSecretFileMode (2.99s) [2022-06-03T10:56:03.518Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T10:56:05.523Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-03T10:56:05.523Z] Copying nested executables into bundles/binary-daemon [2022-06-03T10:56:05.523Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-03T10:56:05.523Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T10:56:05.523Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-03T10:56:05.523Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-03T10:56:05.845Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/make.sh cross [2022-06-03T10:56:06.102Z] [2022-06-03T10:56:06.360Z] Removing bundles/ [2022-06-03T10:56:06.360Z] [2022-06-03T10:56:06.360Z] ---> Making bundle: cross (in bundles/cross) [2022-06-03T10:56:06.360Z] Cross building: bundles/cross/linux/amd64 [2022-06-03T10:56:06.360Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T10:56:06.360Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T10:56:06.825Z] --- PASS: TestCreateServiceConfigFileMode (3.12s) [2022-06-03T10:56:06.825Z] === RUN TestCreateServiceSysctls [2022-06-03T10:56:06.825Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-03T10:56:07.386Z] === RUN TestDockerSuite/TestCpToDot [2022-06-03T10:56:07.954Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-03T10:56:09.321Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-03T10:56:10.247Z] --- PASS: TestCreateServiceSysctls (3.77s) [2022-06-03T10:56:10.247Z] === RUN TestCreateServiceCapabilities [2022-06-03T10:56:10.247Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-03T10:56:10.806Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-03T10:56:12.170Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-03T10:56:12.170Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-03T10:56:13.096Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-03T10:56:13.352Z] --- PASS: TestCreateServiceCapabilities (3.00s) [2022-06-03T10:56:13.352Z] === RUN TestInspect [2022-06-03T10:56:14.321Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-03T10:56:14.321Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-03T10:56:14.321Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-03T10:56:14.577Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-03T10:56:15.138Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-03T10:56:15.138Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T10:56:15.138Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-03T10:56:15.394Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-03T10:56:15.955Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-03T10:56:16.210Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-03T10:56:16.506Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-03T10:56:16.506Z] === RUN TestDockerSuite/TestCreateRM [2022-06-03T10:56:16.506Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-03T10:56:16.506Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T10:56:16.506Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-03T10:56:16.506Z] --- PASS: TestInspect (3.26s) [2022-06-03T10:56:16.506Z] === RUN TestCreateJob [2022-06-03T10:56:16.506Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-03T10:56:16.762Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-03T10:56:18.689Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-03T10:56:18.689Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-03T10:56:18.689Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-03T10:56:20.576Z] --- PASS: TestCreateJob (3.67s) [2022-06-03T10:56:20.576Z] === RUN TestReplicatedJob [2022-06-03T10:56:21.939Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-03T10:56:22.195Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-03T10:56:22.195Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-03T10:56:22.195Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-03T10:56:22.450Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-03T10:56:22.450Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-03T10:56:23.378Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-03T10:56:24.742Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-03T10:56:25.303Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-03T10:56:26.665Z] --- PASS: TestReplicatedJob (6.27s) [2022-06-03T10:56:26.665Z] === RUN TestUpdateReplicatedJob [2022-06-03T10:56:26.665Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-03T10:56:28.029Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-03T10:56:28.326Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-03T10:56:29.301Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-03T10:56:29.301Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-03T10:56:29.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-03T10:56:29.813Z] === RUN TestDockerSuite/TestDockerFails [2022-06-03T10:56:29.813Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-03T10:56:29.813Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-03T10:56:29.813Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-03T10:56:30.373Z] --- PASS: TestUpdateReplicatedJob (3.86s) [2022-06-03T10:56:30.373Z] === RUN TestServiceListWithStatuses [2022-06-03T10:56:30.373Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:56:30.373Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T10:56:30.373Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T10:56:30.933Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-03T10:56:31.860Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-03T10:56:33.268Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-03T10:56:33.268Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-03T10:56:33.268Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-03T10:56:33.523Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-03T10:56:35.409Z] --- PASS: TestDockerNetworkConnectAlias (4.85s) [2022-06-03T10:56:35.409Z] === RUN TestDockerNetworkReConnect [2022-06-03T10:56:35.969Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-03T10:56:38.524Z] docker_api_swarm_test.go:202: [dba9b6853f57b] joining swarm manager [d2bad592c4bee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:56:39.130Z] --- PASS: TestDockerNetworkReConnect (3.83s) [2022-06-03T10:56:39.130Z] === RUN TestServicePlugin [2022-06-03T10:56:39.385Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-03T10:56:41.898Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-03T10:56:43.264Z] plugin_test.go:61: [d0c2a780b2e97] joining swarm manager [de4a3a7d45786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:56:43.520Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-03T10:56:44.970Z] plugin_test.go:64: [d4a8f7aed22ba] joining swarm manager [de4a3a7d45786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:56:44.970Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-03T10:56:45.896Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-03T10:56:46.456Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-03T10:56:47.017Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-03T10:56:47.578Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-03T10:56:48.139Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-03T10:56:48.701Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-03T10:56:50.587Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-03T10:56:51.540Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-03T10:56:53.466Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-03T10:56:53.466Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-03T10:56:55.353Z] docker_api_swarm_test.go:384: [dda7150fd2490] joining swarm manager [df429b59631d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:56:55.913Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-03T10:56:56.839Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-03T10:56:56.839Z] docker_api_swarm_test.go:385: [ddd47f45cbad2] joining swarm manager [df429b59631d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:56:58.246Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-03T10:57:04.817Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-03T10:57:04.817Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-03T10:57:05.115Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-03T10:57:05.115Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-03T10:57:05.370Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-03T10:57:05.625Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-03T10:57:05.625Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-03T10:57:05.625Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-03T10:57:06.552Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-03T10:57:07.523Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-03T10:57:07.523Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-03T10:57:07.523Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-03T10:57:08.084Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-03T10:57:08.084Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-03T10:57:09.097Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-03T10:57:10.061Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-03T10:57:10.061Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-03T10:57:10.061Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T10:57:10.061Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-03T10:57:10.061Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T10:57:10.061Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-03T10:57:11.423Z] --- PASS: TestServicePlugin (32.14s) [2022-06-03T10:57:11.423Z] === RUN TestServiceUpdateLabel [2022-06-03T10:57:11.984Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-03T10:57:12.545Z] === RUN TestDockerSuite/TestEventsRename [2022-06-03T10:57:13.105Z] === RUN TestDockerSuite/TestEventsResize [2022-06-03T10:57:13.665Z] --- PASS: TestServiceUpdateLabel (2.48s) [2022-06-03T10:57:13.665Z] === RUN TestServiceUpdateSecrets [2022-06-03T10:57:13.920Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-03T10:57:14.482Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-03T10:57:15.051Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-03T10:57:15.622Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-03T10:57:18.132Z] === RUN TestDockerSuite/TestEventsTop [2022-06-03T10:57:18.693Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-03T10:57:21.243Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-03T10:57:27.774Z] === RUN TestDockerSuite/TestExec [2022-06-03T10:57:27.774Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-03T10:57:28.333Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-03T10:57:28.333Z] --- PASS: TestServiceUpdateSecrets (14.68s) [2022-06-03T10:57:28.333Z] === RUN TestServiceUpdateConfigs [2022-06-03T10:57:28.893Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-03T10:57:29.454Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-03T10:57:30.818Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-03T10:57:31.073Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-03T10:57:31.634Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-03T10:57:32.194Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-03T10:57:32.756Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-03T10:57:33.316Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-03T10:57:33.571Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-03T10:57:34.975Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-03T10:57:35.536Z] === RUN TestDockerSuite/TestExecEnv [2022-06-03T10:57:36.096Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-03T10:57:37.111Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-03T10:57:37.672Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-03T10:57:40.938Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-03T10:57:40.938Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-03T10:57:41.499Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-03T10:57:42.059Z] === RUN TestDockerSuite/TestExecParseError [2022-06-03T10:57:42.314Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-03T10:57:42.875Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-03T10:57:43.437Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-03T10:57:43.696Z] --- PASS: TestServiceUpdateConfigs (15.23s) [2022-06-03T10:57:43.696Z] === RUN TestServiceUpdateNetwork [2022-06-03T10:57:44.621Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-03T10:57:45.590Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-03T10:57:46.954Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-03T10:57:56.926Z] check_test.go:378: [ddd47f45cbad2] daemon is not started [2022-06-03T10:57:56.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-03T10:57:57.486Z] --- PASS: TestServiceUpdateNetwork (13.80s) [2022-06-03T10:57:57.486Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T10:57:57.486Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-03T10:57:58.046Z] === RUN TestDockerSuite/TestExecTTY [2022-06-03T10:57:58.973Z] docker_api_swarm_test.go:802: [d666938cf6a83] joining swarm manager [de05fb410e176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:57:58.973Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T10:57:58.973Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-03T10:57:59.899Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-03T10:57:59.899Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T10:58:00.460Z] docker_api_swarm_test.go:802: [da3b9fa40afa1] joining swarm manager [de05fb410e176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:58:00.714Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-03T10:58:01.278Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-03T10:58:01.278Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T10:58:01.278Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-03T10:58:02.684Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-03T10:58:02.684Z] docker_api_swarm_test.go:802: [d51e31751a908] joining swarm manager [de05fb410e176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T10:58:03.245Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-03T10:58:04.171Z] docker_api_swarm_test.go:802: [db1e6217e14d9] joining swarm manager [de05fb410e176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T10:58:04.171Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-03T10:58:04.733Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-03T10:58:05.293Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-03T10:58:05.293Z] docker_api_swarm_test.go:810: [d46710cd4b8ee] joining swarm manager [de05fb410e176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-03T10:58:07.261Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T10:58:09.792Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-03T10:58:12.811Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T10:58:12.811Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-03T10:58:12.811Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T10:58:12.811Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T10:58:12.811Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T10:58:12.811Z] Cross building: bundles/cross/windows/amd64 [2022-06-03T10:58:12.811Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-03T10:58:12.811Z] { [2022-06-03T10:58:12.811Z] "RT_GROUP_ICON": { [2022-06-03T10:58:12.811Z] "#1": { [2022-06-03T10:58:12.811Z] "0409": "../../winresources/docker.ico" [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] }, [2022-06-03T10:58:12.811Z] "RT_MANIFEST": { [2022-06-03T10:58:12.811Z] "#1": { [2022-06-03T10:58:12.811Z] "0409": { [2022-06-03T10:58:12.811Z] "identity": {}, [2022-06-03T10:58:12.811Z] "description": "Docker Engine", [2022-06-03T10:58:12.811Z] "minimum-os": "vista", [2022-06-03T10:58:12.811Z] "execution-level": "", [2022-06-03T10:58:12.811Z] "ui-access": false, [2022-06-03T10:58:12.811Z] "auto-elevate": false, [2022-06-03T10:58:12.811Z] "dpi-awareness": "unaware", [2022-06-03T10:58:12.811Z] "disable-theming": false, [2022-06-03T10:58:12.811Z] "disable-window-filtering": false, [2022-06-03T10:58:12.811Z] "high-resolution-scrolling-aware": false, [2022-06-03T10:58:12.811Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T10:58:12.811Z] "long-path-aware": false, [2022-06-03T10:58:12.811Z] "printer-driver-isolation": false, [2022-06-03T10:58:12.811Z] "gdi-scaling": false, [2022-06-03T10:58:12.811Z] "segment-heap": false, [2022-06-03T10:58:12.811Z] "use-common-controls-v6": false [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] }, [2022-06-03T10:58:12.811Z] "RT_MESSAGETABLE": { [2022-06-03T10:58:12.811Z] "#1": { [2022-06-03T10:58:12.811Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] }, [2022-06-03T10:58:12.811Z] "RT_VERSION": { [2022-06-03T10:58:12.811Z] "#1": { [2022-06-03T10:58:12.811Z] "0409": { [2022-06-03T10:58:12.811Z] "fixed": { [2022-06-03T10:58:12.811Z] "file_version": "0.0.0.0", [2022-06-03T10:58:12.811Z] "product_version": "0.0.0.0", [2022-06-03T10:58:12.811Z] "type": "Unknown" [2022-06-03T10:58:12.811Z] }, [2022-06-03T10:58:12.811Z] "info": { [2022-06-03T10:58:12.811Z] "0000": { [2022-06-03T10:58:12.811Z] "CompanyName": "", [2022-06-03T10:58:12.811Z] "FileVersion": "dev", [2022-06-03T10:58:12.811Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T10:58:12.811Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-03T10:58:12.811Z] "ProductName": "", [2022-06-03T10:58:12.811Z] "ProductVersion": "dev", [2022-06-03T10:58:12.811Z] "SpecialBuild": "ca6e94f9944743de7cb56dce0c7c329537cb8cb4" [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] } [2022-06-03T10:58:12.811Z] cmd/dockerd/config.go [2022-06-03T10:58:12.811Z] cmd/dockerd/config_windows.go [2022-06-03T10:58:12.811Z] cmd/dockerd/daemon.go [2022-06-03T10:58:12.811Z] cmd/dockerd/daemon_test.go [2022-06-03T10:58:12.811Z] cmd/dockerd/daemon_windows.go [2022-06-03T10:58:12.811Z] cmd/dockerd/docker.go [2022-06-03T10:58:12.811Z] cmd/dockerd/docker_windows.go [2022-06-03T10:58:12.811Z] cmd/dockerd/genwinres_windows.go [2022-06-03T10:58:12.811Z] cmd/dockerd/metrics.go [2022-06-03T10:58:12.811Z] cmd/dockerd/options.go [2022-06-03T10:58:12.811Z] cmd/dockerd/options_test.go [2022-06-03T10:58:12.811Z] cmd/dockerd/service_windows.go [2022-06-03T10:58:12.811Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T10:58:12.811Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T10:58:15.027Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-03T10:58:15.027Z] --- PASS: TestServiceUpdatePidsLimit (17.09s) [2022-06-03T10:58:15.027Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.06s) [2022-06-03T10:58:15.027Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2022-06-03T10:58:15.027Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-03T10:58:15.027Z] PASS [2022-06-03T10:58:15.027Z] [2022-06-03T10:58:15.027Z] === Skipped [2022-06-03T10:58:15.027Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T10:58:15.027Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T10:58:15.027Z] [2022-06-03T10:58:15.027Z] DONE 27 tests, 1 skipped in 181.429s [2022-06-03T10:58:15.027Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T10:58:15.027Z] ++ 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-03T10:58:15.027Z] ++ set -e [2022-06-03T10:58:15.027Z] ++ '[' -n 0 ']' [2022-06-03T10:58:15.027Z] ++ set -x [2022-06-03T10:58:15.027Z] ++ 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-03T10:58:15.027Z] INFO: Testing against a local daemon [2022-06-03T10:58:15.027Z] === RUN TestSessionCreate [2022-06-03T10:58:15.027Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T10:58:15.027Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T10:58:15.027Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-03T10:58:15.027Z] PASS [2022-06-03T10:58:15.027Z] [2022-06-03T10:58:15.027Z] DONE 2 tests in 0.163s [2022-06-03T10:58:15.027Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T10:58:15.027Z] ++ 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-03T10:58:15.027Z] ++ set -e [2022-06-03T10:58:15.027Z] ++ '[' -n 0 ']' [2022-06-03T10:58:15.027Z] ++ set -x [2022-06-03T10:58:15.027Z] ++ 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-03T10:58:15.027Z] INFO: Testing against a local daemon [2022-06-03T10:58:15.027Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T10:58:15.028Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:58:15.028Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:58:15.028Z] === RUN TestDiskUsage [2022-06-03T10:58:15.028Z] === PAUSE TestDiskUsage [2022-06-03T10:58:15.028Z] === RUN TestEventsExecDie [2022-06-03T10:58:15.283Z] --- PASS: TestEventsExecDie (0.58s) [2022-06-03T10:58:15.283Z] === RUN TestEventsBackwardsCompatible [2022-06-03T10:58:15.538Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-03T10:58:15.538Z] === RUN TestEventsVolumeCreate [2022-06-03T10:58:15.538Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T10:58:15.538Z] === RUN TestInfoBinaryCommits [2022-06-03T10:58:15.538Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-06-03T10:58:15.538Z] === RUN TestInfoAPIVersioned [2022-06-03T10:58:15.538Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-06-03T10:58:15.538Z] === RUN TestInfoAPI [2022-06-03T10:58:15.538Z] --- PASS: TestInfoAPI (0.01s) [2022-06-03T10:58:15.538Z] === RUN TestInfoAPIWarnings [2022-06-03T10:58:16.097Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-03T10:58:21.416Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-03T10:58:21.416Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-03T10:58:21.416Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-03T10:58:21.416Z] === RUN TestDockerSuite/TestHealth [2022-06-03T10:58:33.588Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-03T10:58:33.588Z] === RUN TestInfoDebug [2022-06-03T10:58:33.588Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T10:58:33.588Z] === RUN TestInfoInsecureRegistries [2022-06-03T10:58:33.588Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-06-03T10:58:33.588Z] === RUN TestInfoRegistryMirrors [2022-06-03T10:58:33.588Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T10:58:33.588Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T10:58:33.852Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-03T10:58:33.852Z] === RUN TestPingCacheHeaders [2022-06-03T10:58:33.852Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T10:58:33.852Z] === RUN TestPingGet [2022-06-03T10:58:33.852Z] --- PASS: TestPingGet (0.01s) [2022-06-03T10:58:33.852Z] === RUN TestPingHead [2022-06-03T10:58:33.852Z] --- PASS: TestPingHead (0.01s) [2022-06-03T10:58:33.852Z] === RUN TestPingSwarmHeader [2022-06-03T10:58:34.453Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T10:58:35.014Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T10:58:35.939Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T10:58:35.939Z] --- PASS: TestPingSwarmHeader (2.21s) [2022-06-03T10:58:35.939Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T10:58:35.939Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T10:58:35.939Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T10:58:35.939Z] === RUN TestVersion [2022-06-03T10:58:35.939Z] --- PASS: TestVersion (0.02s) [2022-06-03T10:58:35.939Z] === CONT TestDiskUsage [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T10:58:36.499Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T10:58:36.754Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T10:58:37.009Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage (1.22s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.20s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T10:58:37.265Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T10:58:37.265Z] PASS [2022-06-03T10:58:37.265Z] [2022-06-03T10:58:37.265Z] === Skipped [2022-06-03T10:58:37.265Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T10:58:37.265Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T10:58:37.265Z] [2022-06-03T10:58:37.265Z] DONE 54 tests, 1 skipped in 22.527s [2022-06-03T10:58:37.265Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T10:58:37.265Z] ++ 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-03T10:58:37.265Z] ++ set -e [2022-06-03T10:58:37.265Z] ++ '[' -n 0 ']' [2022-06-03T10:58:37.265Z] ++ set -x [2022-06-03T10:58:37.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03T10:58:37.265Z] INFO: Testing against a local daemon [2022-06-03T10:58:37.265Z] === RUN TestVolumesCreateAndList [2022-06-03T10:58:37.265Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T10:58:37.265Z] === RUN TestVolumesRemove [2022-06-03T10:58:37.265Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T10:58:37.265Z] === RUN TestVolumesInspect [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T10:58:37.521Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T10:58:37.521Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T10:58:37.521Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T10:58:37.521Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T10:58:37.521Z] PASS [2022-06-03T10:58:37.521Z] [2022-06-03T10:58:37.521Z] DONE 9 tests in 0.181s [2022-06-03T10:58:37.521Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T10:58:37.521Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T10:58:37.521Z] +++ kill 6623 [2022-06-03T10:58:37.819Z] +++ /etc/init.d/apparmor stop [2022-06-03T10:58:37.819Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T10:58:37.819Z] [2022-06-03T10:58:37.819Z] Unloading profiles will leave already running processes permanently [2022-06-03T10:58:37.819Z] unconfined, which can lead to unexpected situations. [2022-06-03T10:58:37.819Z] [2022-06-03T10:58:37.819Z] To set a process to complain mode, use the command line tool [2022-06-03T10:58:37.819Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T10:58:37.819Z] +++ true [2022-06-03T10:58:37.819Z] exiting test-integration [2022-06-03T10:58:37.819Z] ++ exit 0 [2022-06-03T10:58:37.819Z] [2022-06-03T10:58:38.378Z] + for job in $(jobs -p) [2022-06-03T10:58:38.378Z] + wait 23064 [2022-06-03T10:58:40.264Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-03T10:58:40.264Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-03T10:58:40.264Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-03T10:58:40.264Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-03T10:58:40.520Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-03T10:58:40.520Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-03T10:58:41.494Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-03T10:58:41.494Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-03T10:58:41.494Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-03T10:58:41.494Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-03T10:58:41.762Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-03T10:58:42.018Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-03T10:58:42.273Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-03T10:58:42.273Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-03T10:58:42.835Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-03T10:58:42.835Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-03T10:58:43.760Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-03T10:58:44.016Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-03T10:58:44.270Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-03T10:58:44.830Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-03T10:58:47.422Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-03T10:58:47.422Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-03T10:58:47.422Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-03T10:58:48.389Z] === RUN TestDockerSuite/TestImportFile [2022-06-03T10:58:49.314Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-03T10:58:49.314Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-03T10:58:50.288Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-03T10:58:51.652Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-03T10:58:52.212Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-03T10:58:52.468Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-03T10:58:53.393Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-03T10:58:53.648Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-03T10:58:54.208Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-03T10:58:54.208Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-03T10:58:54.208Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-03T10:58:54.770Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-03T10:58:55.025Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-03T10:58:55.587Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-03T10:58:56.147Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-03T10:58:56.403Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-03T10:58:56.964Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-03T10:58:56.964Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-03T10:58:57.889Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-03T10:58:58.490Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-03T10:58:58.745Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-03T10:58:58.745Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-03T10:58:59.306Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-03T10:58:59.306Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T10:58:59.306Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-03T10:58:59.866Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-03T10:59:00.427Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-03T10:59:00.986Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-03T10:59:01.295Z] === RUN TestDockerSuite/TestInspectImage [2022-06-03T10:59:01.295Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-03T10:59:01.295Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-03T10:59:01.295Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T10:59:01.295Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-03T10:59:01.861Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-03T10:59:02.421Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-03T10:59:02.421Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-03T10:59:02.719Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-03T10:59:03.279Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-03T10:59:05.163Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-03T10:59:05.163Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-03T10:59:05.766Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-03T10:59:06.326Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-03T10:59:07.336Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-03T10:59:07.595Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-03T10:59:08.155Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-03T10:59:08.410Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-03T10:59:08.972Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-03T10:59:09.270Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-03T10:59:09.830Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-03T10:59:09.830Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-03T10:59:11.193Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-03T10:59:12.118Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-03T10:59:13.090Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-03T10:59:13.090Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-03T10:59:13.650Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-03T10:59:14.212Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-03T10:59:16.141Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-03T10:59:18.696Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-03T10:59:18.696Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-03T10:59:18.696Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-03T10:59:20.058Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-03T10:59:20.314Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-03T10:59:20.314Z] docker_api_swarm_service_test.go:395: [deb76616f581a] joining swarm manager [d01a6c0275198]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:59:20.875Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-03T10:59:21.436Z] docker_api_swarm_service_test.go:395: [d59a9ba2b34d0] joining swarm manager [d01a6c0275198]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:59:29.579Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-03T10:59:30.940Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-03T10:59:31.905Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-03T10:59:32.466Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-03T10:59:33.877Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-03T10:59:33.877Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-03T10:59:34.132Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-03T10:59:34.132Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-03T10:59:34.132Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-03T10:59:34.692Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-03T10:59:34.948Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-03T10:59:37.501Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-03T10:59:38.430Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-03T10:59:39.398Z] docker_api_swarm_service_test.go:343: [d8a9122b538f0] joining swarm manager [d4a2e2180fee3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:59:39.398Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-03T10:59:40.324Z] docker_api_swarm_service_test.go:343: [d655404652fa1] joining swarm manager [d4a2e2180fee3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:59:44.569Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-03T10:59:44.569Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-03T10:59:44.569Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-03T10:59:45.129Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-03T10:59:46.056Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-03T10:59:46.622Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-03T10:59:47.546Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-03T10:59:48.106Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-03T10:59:49.252Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T10:59:49.252Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-03T10:59:49.252Z] { [2022-06-03T10:59:49.252Z] "RT_GROUP_ICON": { [2022-06-03T10:59:49.252Z] "#1": { [2022-06-03T10:59:49.252Z] "0409": "../../winresources/docker.ico" [2022-06-03T10:59:49.252Z] } [2022-06-03T10:59:49.252Z] }, [2022-06-03T10:59:49.252Z] "RT_MANIFEST": { [2022-06-03T10:59:49.252Z] "#1": { [2022-06-03T10:59:49.252Z] "0409": { [2022-06-03T10:59:49.252Z] "identity": {}, [2022-06-03T10:59:49.253Z] "description": "Docker Engine", [2022-06-03T10:59:49.253Z] "minimum-os": "vista", [2022-06-03T10:59:49.253Z] "execution-level": "", [2022-06-03T10:59:49.253Z] "ui-access": false, [2022-06-03T10:59:49.253Z] "auto-elevate": false, [2022-06-03T10:59:49.253Z] "dpi-awareness": "unaware", [2022-06-03T10:59:49.253Z] "disable-theming": false, [2022-06-03T10:59:49.253Z] "disable-window-filtering": false, [2022-06-03T10:59:49.253Z] "high-resolution-scrolling-aware": false, [2022-06-03T10:59:49.253Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T10:59:49.253Z] "long-path-aware": false, [2022-06-03T10:59:49.253Z] "printer-driver-isolation": false, [2022-06-03T10:59:49.253Z] "gdi-scaling": false, [2022-06-03T10:59:49.253Z] "segment-heap": false, [2022-06-03T10:59:49.253Z] "use-common-controls-v6": false [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] }, [2022-06-03T10:59:49.253Z] "RT_MESSAGETABLE": { [2022-06-03T10:59:49.253Z] "#1": { [2022-06-03T10:59:49.253Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] }, [2022-06-03T10:59:49.253Z] "RT_VERSION": { [2022-06-03T10:59:49.253Z] "#1": { [2022-06-03T10:59:49.253Z] "0409": { [2022-06-03T10:59:49.253Z] "fixed": { [2022-06-03T10:59:49.253Z] "file_version": "0.0.0.0", [2022-06-03T10:59:49.253Z] "product_version": "0.0.0.0", [2022-06-03T10:59:49.253Z] "type": "Unknown" [2022-06-03T10:59:49.253Z] }, [2022-06-03T10:59:49.253Z] "info": { [2022-06-03T10:59:49.253Z] "0000": { [2022-06-03T10:59:49.253Z] "CompanyName": "", [2022-06-03T10:59:49.253Z] "FileVersion": "dev", [2022-06-03T10:59:49.253Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T10:59:49.253Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-03T10:59:49.253Z] "ProductName": "", [2022-06-03T10:59:49.253Z] "ProductVersion": "dev", [2022-06-03T10:59:49.253Z] "SpecialBuild": "ca6e94f9944743de7cb56dce0c7c329537cb8cb4" [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] } [2022-06-03T10:59:49.253Z] cmd/docker-proxy/genwinres_windows.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/main.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/network_proxy_test.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/proxy.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/sctp_proxy.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/tcp_proxy.go [2022-06-03T10:59:49.253Z] cmd/docker-proxy/udp_proxy.go [2022-06-03T10:59:49.253Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T10:59:49.253Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T10:59:49.253Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T10:59:49.253Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-03T10:59:49.253Z] remote: Enumerating objects: 23, done. [2022-06-03T10:59:49.253Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-03T10:59:49.253Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-03T10:59:49.253Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-03T10:59:49.253Z] Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-06-03T10:59:49.253Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-03T10:59:49.253Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-03T10:59:49.253Z] Cross building: bundles/cross/linux/ppc64le [2022-06-03T10:59:49.253Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T10:59:49.253Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T10:59:50.074Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-03T10:59:50.330Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-03T10:59:50.940Z] === RUN TestDockerSuite/TestLogsSince [2022-06-03T10:59:53.494Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-03T10:59:55.423Z] docker_api_swarm_service_test.go:490: [d002a11855808] joining swarm manager [de2693944f24b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T10:59:55.983Z] docker_api_swarm_service_test.go:490: [dc92fe590fdc3] joining swarm manager [de2693944f24b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T10:59:57.386Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-03T11:00:03.953Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-03T11:00:03.953Z] === RUN TestDockerSuite/TestLogsTail [2022-06-03T11:00:03.953Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-03T11:00:04.514Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-03T11:00:04.811Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-03T11:00:05.067Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-03T11:00:05.628Z] === RUN TestDockerSuite/TestNetHostname [2022-06-03T11:00:06.990Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-03T11:00:06.990Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-03T11:00:07.550Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-03T11:00:08.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-03T11:00:09.035Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-03T11:00:09.289Z] === RUN TestDockerSuite/TestPluginActive [2022-06-03T11:00:11.801Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-03T11:00:14.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-03T11:00:16.868Z] docker_api_swarm_service_test.go:128: [d990242630e78] joining swarm manager [d079f04b71b29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:00:17.428Z] docker_api_swarm_service_test.go:129: [d46225d67f403] joining swarm manager [d079f04b71b29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:00:18.001Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-03T11:00:18.001Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T11:00:18.001Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-03T11:00:19.364Z] docker_api_swarm_service_test.go:137: [d6dcd5106292c] joining swarm manager [d079f04b71b29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T11:00:19.364Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-03T11:00:20.290Z] docker_api_swarm_service_test.go:138: [d49df2b163c13] joining swarm manager [d079f04b71b29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T11:00:22.219Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-03T11:00:24.103Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-03T11:00:34.074Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-03T11:00:38.324Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-03T11:00:39.249Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-03T11:00:40.174Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-03T11:00:41.189Z] === RUN TestDockerSuite/TestPortList [2022-06-03T11:00:42.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-03T11:00:45.423Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-03T11:00:46.962Z] docker_api_swarm_service_test.go:304: [dd02cefbc20c9] joining swarm manager [d584683df9423]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:00:47.931Z] docker_api_swarm_service_test.go:304: [d2364fcd37a30] joining swarm manager [d584683df9423]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:00:48.187Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-03T11:00:49.566Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-03T11:00:56.179Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-03T11:00:56.179Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-03T11:00:56.179Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-03T11:00:56.179Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-03T11:00:56.179Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-03T11:00:57.105Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-03T11:00:57.105Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-03T11:00:57.666Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-03T11:00:57.666Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-03T11:00:58.633Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-03T11:00:58.633Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-03T11:01:00.520Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-03T11:01:01.446Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-03T11:01:01.743Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-03T11:01:01.743Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-03T11:01:03.629Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-03T11:01:04.190Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-03T11:01:06.745Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-03T11:01:08.108Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-03T11:01:09.473Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-03T11:01:09.728Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-03T11:01:09.984Z] docker_api_swarm_service_test.go:100: [d4dd113c5b52b] joining swarm manager [d0af78911541a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:01:11.348Z] docker_api_swarm_service_test.go:101: [d0286b1d89a28] joining swarm manager [d0af78911541a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:01:12.273Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-03T11:01:20.351Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-03T11:01:20.910Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-03T11:01:22.273Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-03T11:01:23.287Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-03T11:01:24.214Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-03T11:01:26.100Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-03T11:01:28.611Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-03T11:01:28.611Z] check_test.go:378: [d4dd113c5b52b] daemon is not started [2022-06-03T11:01:29.171Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-03T11:01:29.427Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-03T11:01:29.682Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-03T11:01:31.566Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-03T11:01:32.940Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-03T11:01:33.195Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-03T11:01:33.195Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T11:01:33.195Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-03T11:01:33.449Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-03T11:01:33.449Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-03T11:01:33.704Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-03T11:01:33.704Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-03T11:01:34.265Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-03T11:01:35.192Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-03T11:01:36.117Z] docker_api_swarm_service_test.go:533: [d283994629ed3] joining swarm manager [d78cc2c0714f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:01:36.415Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-03T11:01:36.977Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-03T11:01:37.536Z] docker_api_swarm_service_test.go:534: [dedbc72017721] joining swarm manager [d78cc2c0714f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:01:40.728Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T11:01:40.985Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T11:01:40.985Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T11:01:41.243Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T11:01:41.243Z] Cross building: bundles/cross/linux/s390x [2022-06-03T11:01:41.243Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T11:01:41.243Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T11:01:45.659Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-03T11:01:46.261Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-03T11:01:47.623Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-03T11:01:47.624Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-03T11:01:47.624Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-03T11:01:47.624Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-03T11:01:50.134Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-03T11:01:50.693Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-03T11:01:53.247Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-03T11:01:53.807Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-03T11:01:53.807Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-03T11:01:53.807Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-03T11:01:56.395Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-03T11:01:56.957Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-03T11:01:56.957Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-03T11:01:58.319Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-03T11:01:58.574Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-03T11:01:59.936Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-03T11:02:00.495Z] === RUN TestDockerSuite/TestRmiTag [2022-06-03T11:02:00.495Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-03T11:02:01.055Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-03T11:02:01.055Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-03T11:02:03.568Z] docker_api_swarm_service_test.go:148: [deb75099d6762] joining swarm manager [d12d69fd4fc72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:02:04.131Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-03T11:02:04.131Z] docker_api_swarm_service_test.go:148: [dbec9dbf8e74a] joining swarm manager [d12d69fd4fc72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:02:04.691Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-03T11:02:05.620Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-03T11:02:06.223Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-03T11:02:07.149Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-03T11:02:07.753Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-03T11:02:07.753Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-03T11:02:08.680Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-03T11:02:08.680Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-03T11:02:08.935Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-03T11:02:09.902Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-03T11:02:10.504Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-03T11:02:11.064Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-03T11:02:11.666Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-03T11:02:12.226Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-03T11:02:13.151Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-03T11:02:14.078Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-03T11:02:14.639Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-03T11:02:15.200Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-03T11:02:15.809Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-03T11:02:16.370Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-03T11:02:16.931Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-03T11:02:17.872Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-03T11:02:18.130Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-03T11:02:18.689Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-03T11:02:19.249Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-03T11:02:19.249Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-03T11:02:20.617Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-03T11:02:21.177Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-03T11:02:21.436Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-03T11:02:21.997Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-03T11:02:22.924Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-03T11:02:22.924Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-03T11:02:23.181Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-03T11:02:23.742Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-03T11:02:24.303Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-03T11:02:24.558Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-03T11:02:25.118Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-03T11:02:25.118Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-03T11:02:25.373Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-03T11:02:25.629Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-03T11:02:26.189Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-03T11:02:26.792Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-03T11:02:27.354Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-03T11:02:27.609Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-03T11:02:27.609Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-03T11:02:28.171Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-03T11:02:29.535Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-03T11:02:30.460Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-03T11:02:31.426Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-03T11:02:31.986Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-03T11:02:32.241Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-03T11:02:32.845Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-03T11:02:33.100Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-03T11:02:33.661Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-03T11:02:34.586Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-03T11:02:37.098Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-03T11:02:37.098Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-03T11:02:37.098Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-03T11:02:38.475Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-03T11:02:39.400Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-03T11:02:40.414Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-03T11:02:40.975Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-03T11:02:43.489Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-03T11:02:43.489Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T11:02:43.489Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-03T11:02:43.489Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T11:02:43.489Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-03T11:02:44.050Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-03T11:02:45.415Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-03T11:02:46.339Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-03T11:02:47.702Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-03T11:02:48.308Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-03T11:02:49.233Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-03T11:02:49.488Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-03T11:02:49.488Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T11:02:49.488Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-03T11:02:50.050Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-03T11:02:51.414Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-03T11:02:51.414Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-03T11:02:52.020Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-03T11:02:52.276Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-03T11:02:52.836Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-03T11:02:53.398Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-03T11:02:53.398Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-03T11:02:53.959Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-03T11:02:54.518Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-03T11:02:55.078Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-03T11:02:55.375Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-03T11:02:55.978Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-03T11:02:56.234Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-03T11:02:56.795Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-03T11:02:57.355Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-03T11:02:57.355Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-03T11:02:57.915Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-03T11:02:58.477Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-03T11:02:59.895Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-03T11:02:59.895Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T11:02:59.895Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T11:02:59.895Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-03T11:03:02.405Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-03T11:03:02.660Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-03T11:03:05.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-03T11:03:09.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-03T11:03:11.966Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-03T11:03:13.940Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-03T11:03:14.196Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-03T11:03:14.453Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-03T11:03:15.384Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-03T11:03:15.384Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-03T11:03:15.384Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-03T11:03:15.384Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-03T11:03:16.380Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-03T11:03:17.306Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-03T11:03:18.675Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-03T11:03:20.041Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-03T11:03:20.297Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-03T11:03:20.857Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-03T11:03:22.741Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-03T11:03:26.056Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-03T11:03:26.657Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-03T11:03:26.912Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-03T11:03:27.472Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-03T11:03:28.398Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-03T11:03:28.398Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-03T11:03:28.653Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-03T11:03:30.015Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-03T11:03:30.015Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-03T11:03:30.577Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-03T11:03:31.979Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-03T11:03:31.979Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-03T11:03:31.979Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-03T11:03:32.683Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T11:03:32.683Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T11:03:32.683Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T11:03:32.683Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T11:03:32.683Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T11:03:33.000Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T11:03:33.277Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/test/unit [2022-06-03T11:03:33.343Z] === RUN TestDockerSuite/TestRunMount [2022-06-03T11:03:33.534Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T11:03:33.534Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T11:03:33.534Z] + TESTDIRS=./... [2022-06-03T11:03:33.534Z] + exclude_paths='/vendor/|/integration' [2022-06-03T11:03:33.534Z] ++ go list ./... [2022-06-03T11:03:33.534Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T11:03:34.469Z] + pkg_list='github.com/docker/docker/api [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/backend/build [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/httputils [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/middleware [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/build [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/container [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/debug [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/image [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/network [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/session [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/system [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/server/router/volume [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/backend [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/container [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/events [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/filters [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/image [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/mount [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/network [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/registry [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/strslice [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/swarm [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/time [2022-06-03T11:03:34.469Z] github.com/docker/docker/api/types/versions [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/volume [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/dockerfile [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/config [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/debug [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/client [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T11:03:34.470Z] github.com/docker/docker/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/container/stream [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/apparmor [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/httpserver [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/config [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/events [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/exec [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/images [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/initlayer [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/links [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/listeners [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/local [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/names [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/network [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/stats [2022-06-03T11:03:34.470Z] github.com/docker/docker/distribution [2022-06-03T11:03:34.470Z] github.com/docker/docker/distribution/metadata [2022-06-03T11:03:34.470Z] github.com/docker/docker/distribution/utils [2022-06-03T11:03:34.470Z] github.com/docker/docker/distribution/xfer [2022-06-03T11:03:34.470Z] github.com/docker/docker/dockerversion [2022-06-03T11:03:34.470Z] github.com/docker/docker/errdefs [2022-06-03T11:03:34.470Z] github.com/docker/docker/image [2022-06-03T11:03:34.470Z] github.com/docker/docker/image/cache [2022-06-03T11:03:34.470Z] github.com/docker/docker/image/tarexport [2022-06-03T11:03:34.470Z] github.com/docker/docker/image/v1 [2022-06-03T11:03:34.470Z] github.com/docker/docker/internal/test/suite [2022-06-03T11:03:34.470Z] github.com/docker/docker/layer [2022-06-03T11:03:34.470Z] github.com/docker/docker/libcontainerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T11:03:34.470Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T11:03:34.470Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T11:03:34.470Z] github.com/docker/docker/libcontainerd/types [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/libnetwork/types [2022-06-03T11:03:34.470Z] github.com/docker/docker/oci [2022-06-03T11:03:34.470Z] github.com/docker/docker/oci/caps [2022-06-03T11:03:34.470Z] github.com/docker/docker/opts [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/aaparser [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/archive [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/authorization [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/capabilities [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/containerfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/directory [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/dmesg [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/fileutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/fsutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/homedir [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/idtools [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/ioutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/longpath [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/loopback [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/parsers [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/pidfile [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/platform [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugins [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/pools [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/progress [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/pubsub [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/reexec [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/signal [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/stack [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/stringid [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/system [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/tailfile [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/tarsum [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/truncindex [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/urlutil [2022-06-03T11:03:34.470Z] github.com/docker/docker/pkg/useragent [2022-06-03T11:03:34.470Z] github.com/docker/docker/plugin [2022-06-03T11:03:34.470Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/plugin/v2 [2022-06-03T11:03:34.470Z] github.com/docker/docker/profiles/apparmor [2022-06-03T11:03:34.470Z] github.com/docker/docker/profiles/seccomp [2022-06-03T11:03:34.470Z] github.com/docker/docker/quota [2022-06-03T11:03:34.470Z] github.com/docker/docker/reference [2022-06-03T11:03:34.470Z] github.com/docker/docker/registry [2022-06-03T11:03:34.470Z] github.com/docker/docker/registry/resumable [2022-06-03T11:03:34.470Z] github.com/docker/docker/restartmanager [2022-06-03T11:03:34.470Z] github.com/docker/docker/rootless [2022-06-03T11:03:34.470Z] github.com/docker/docker/rootless/specconv [2022-06-03T11:03:34.470Z] github.com/docker/docker/runconfig [2022-06-03T11:03:34.470Z] github.com/docker/docker/runconfig/opts [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/daemon [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/environment [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fakegit [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/registry [2022-06-03T11:03:34.470Z] github.com/docker/docker/testutil/request [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/drivers [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/local [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/mounts [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/service [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/service/opts [2022-06-03T11:03:34.470Z] github.com/docker/docker/volume/testutils' [2022-06-03T11:03:34.470Z] ++ echo 'github.com/docker/docker/api [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/backend/build [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/httputils [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/middleware [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/build [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/debug [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/image [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/network [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/session [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/system [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/server/router/volume [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/backend [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/events [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/filters [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/image [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/mount [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/network [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/registry [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/strslice [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/swarm [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/time [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/versions [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T11:03:34.470Z] github.com/docker/docker/api/types/volume [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/dockerfile [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T11:03:34.470Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/config [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/debug [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T11:03:34.470Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/client [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T11:03:34.470Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T11:03:34.470Z] github.com/docker/docker/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/container/stream [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/apparmor [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T11:03:34.470Z] github.com/docker/docker/contrib/httpserver [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/config [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/events [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/exec [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/images [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/initlayer [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/links [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/listeners [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T11:03:34.470Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/local [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/names [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/network [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/stats [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/metadata [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/utils [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/xfer [2022-06-03T11:03:34.471Z] github.com/docker/docker/dockerversion [2022-06-03T11:03:34.471Z] github.com/docker/docker/errdefs [2022-06-03T11:03:34.471Z] github.com/docker/docker/image [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/cache [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/tarexport [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/v1 [2022-06-03T11:03:34.471Z] github.com/docker/docker/internal/test/suite [2022-06-03T11:03:34.471Z] github.com/docker/docker/layer [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/types [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/libnetwork/types [2022-06-03T11:03:34.471Z] github.com/docker/docker/oci [2022-06-03T11:03:34.471Z] github.com/docker/docker/oci/caps [2022-06-03T11:03:34.471Z] github.com/docker/docker/opts [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/aaparser [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/archive [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/authorization [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/capabilities [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/containerfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/directory [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/dmesg [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/fileutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/fsutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/homedir [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/idtools [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/ioutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/longpath [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/loopback [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pidfile [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/platform [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pools [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/progress [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pubsub [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/reexec [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/signal [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stack [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stringid [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/system [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/tailfile [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/tarsum [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/truncindex [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/urlutil [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/useragent [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin/v2 [2022-06-03T11:03:34.471Z] github.com/docker/docker/profiles/apparmor [2022-06-03T11:03:34.471Z] github.com/docker/docker/profiles/seccomp [2022-06-03T11:03:34.471Z] github.com/docker/docker/quota [2022-06-03T11:03:34.471Z] github.com/docker/docker/reference [2022-06-03T11:03:34.471Z] github.com/docker/docker/registry [2022-06-03T11:03:34.471Z] github.com/docker/docker/registry/resumable [2022-06-03T11:03:34.471Z] github.com/docker/docker/restartmanager [2022-06-03T11:03:34.471Z] github.com/docker/docker/rootless [2022-06-03T11:03:34.471Z] github.com/docker/docker/rootless/specconv [2022-06-03T11:03:34.471Z] github.com/docker/docker/runconfig [2022-06-03T11:03:34.471Z] github.com/docker/docker/runconfig/opts [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/daemon [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/environment [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fakegit [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/registry [2022-06-03T11:03:34.471Z] github.com/docker/docker/testutil/request [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/drivers [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/local [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/mounts [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/service [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/service/opts [2022-06-03T11:03:34.471Z] github.com/docker/docker/volume/testutils' [2022-06-03T11:03:34.471Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T11:03:34.471Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/backend/build [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/httputils [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/middleware [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/build [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/container [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/debug [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/image [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/network [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/session [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/system [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/server/router/volume [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/backend [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/container [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/events [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/filters [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/image [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/mount [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/network [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/registry [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/strslice [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/swarm [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/time [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/versions [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T11:03:34.471Z] github.com/docker/docker/api/types/volume [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/dockerfile [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/remotecontext [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T11:03:34.471Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T11:03:34.471Z] github.com/docker/docker/cli [2022-06-03T11:03:34.471Z] github.com/docker/docker/cli/config [2022-06-03T11:03:34.471Z] github.com/docker/docker/cli/debug [2022-06-03T11:03:34.471Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T11:03:34.471Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/client [2022-06-03T11:03:34.471Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T11:03:34.471Z] github.com/docker/docker/cmd/dockerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T11:03:34.471Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T11:03:34.471Z] github.com/docker/docker/container [2022-06-03T11:03:34.471Z] github.com/docker/docker/container/stream [2022-06-03T11:03:34.471Z] github.com/docker/docker/contrib/apparmor [2022-06-03T11:03:34.471Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T11:03:34.471Z] github.com/docker/docker/contrib/httpserver [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/config [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/events [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/exec [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/images [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/initlayer [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/links [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/listeners [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/local [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/names [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/network [2022-06-03T11:03:34.471Z] github.com/docker/docker/daemon/stats [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/metadata [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/utils [2022-06-03T11:03:34.471Z] github.com/docker/docker/distribution/xfer [2022-06-03T11:03:34.471Z] github.com/docker/docker/dockerversion [2022-06-03T11:03:34.471Z] github.com/docker/docker/errdefs [2022-06-03T11:03:34.471Z] github.com/docker/docker/image [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/cache [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/tarexport [2022-06-03T11:03:34.471Z] github.com/docker/docker/image/v1 [2022-06-03T11:03:34.471Z] github.com/docker/docker/internal/test/suite [2022-06-03T11:03:34.471Z] github.com/docker/docker/layer [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T11:03:34.471Z] github.com/docker/docker/libcontainerd/types [2022-06-03T11:03:34.471Z] github.com/docker/docker/oci [2022-06-03T11:03:34.471Z] github.com/docker/docker/oci/caps [2022-06-03T11:03:34.471Z] github.com/docker/docker/opts [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/aaparser [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/archive [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/authorization [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/capabilities [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/containerfs [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/directory [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/dmesg [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/fileutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/fsutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/homedir [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/idtools [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/ioutils [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/longpath [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/loopback [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pidfile [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/platform [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pools [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/progress [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/pubsub [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/reexec [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/signal [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stack [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/stringid [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/system [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/tailfile [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/tarsum [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/truncindex [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/urlutil [2022-06-03T11:03:34.471Z] github.com/docker/docker/pkg/useragent [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T11:03:34.471Z] github.com/docker/docker/plugin/v2 [2022-06-03T11:03:34.472Z] github.com/docker/docker/profiles/apparmor [2022-06-03T11:03:34.472Z] github.com/docker/docker/profiles/seccomp [2022-06-03T11:03:34.472Z] github.com/docker/docker/quota [2022-06-03T11:03:34.472Z] github.com/docker/docker/reference [2022-06-03T11:03:34.472Z] github.com/docker/docker/registry [2022-06-03T11:03:34.472Z] github.com/docker/docker/registry/resumable [2022-06-03T11:03:34.472Z] github.com/docker/docker/restartmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/rootless [2022-06-03T11:03:34.472Z] github.com/docker/docker/rootless/specconv [2022-06-03T11:03:34.472Z] github.com/docker/docker/runconfig [2022-06-03T11:03:34.472Z] github.com/docker/docker/runconfig/opts [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/daemon [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/environment [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakegit [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/registry [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/request [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/drivers [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/local [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/mounts [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/service [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/service/opts [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/testutils' [2022-06-03T11:03:34.472Z] ++ echo 'github.com/docker/docker/api [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/backend/build [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/httputils [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/middleware [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/build [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/container [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/debug [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/image [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/network [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/session [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/system [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/server/router/volume [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/backend [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/container [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/events [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/filters [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/image [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/mount [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/network [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/registry [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/strslice [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/swarm [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/time [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/versions [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T11:03:34.472Z] github.com/docker/docker/api/types/volume [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/dockerfile [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/remotecontext [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T11:03:34.472Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T11:03:34.472Z] github.com/docker/docker/cli [2022-06-03T11:03:34.472Z] github.com/docker/docker/cli/config [2022-06-03T11:03:34.472Z] github.com/docker/docker/cli/debug [2022-06-03T11:03:34.472Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T11:03:34.472Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T11:03:34.472Z] github.com/docker/docker/client [2022-06-03T11:03:34.472Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T11:03:34.472Z] github.com/docker/docker/cmd/dockerd [2022-06-03T11:03:34.472Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T11:03:34.472Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T11:03:34.472Z] github.com/docker/docker/container [2022-06-03T11:03:34.472Z] github.com/docker/docker/container/stream [2022-06-03T11:03:34.472Z] github.com/docker/docker/contrib/apparmor [2022-06-03T11:03:34.472Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T11:03:34.472Z] github.com/docker/docker/contrib/httpserver [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/config [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/events [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/exec [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/images [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/initlayer [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/links [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/listeners [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/local [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/names [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/network [2022-06-03T11:03:34.472Z] github.com/docker/docker/daemon/stats [2022-06-03T11:03:34.472Z] github.com/docker/docker/distribution [2022-06-03T11:03:34.472Z] github.com/docker/docker/distribution/metadata [2022-06-03T11:03:34.472Z] github.com/docker/docker/distribution/utils [2022-06-03T11:03:34.472Z] github.com/docker/docker/distribution/xfer [2022-06-03T11:03:34.472Z] github.com/docker/docker/dockerversion [2022-06-03T11:03:34.472Z] github.com/docker/docker/errdefs [2022-06-03T11:03:34.472Z] github.com/docker/docker/image [2022-06-03T11:03:34.472Z] github.com/docker/docker/image/cache [2022-06-03T11:03:34.472Z] github.com/docker/docker/image/tarexport [2022-06-03T11:03:34.472Z] github.com/docker/docker/image/v1 [2022-06-03T11:03:34.472Z] github.com/docker/docker/internal/test/suite [2022-06-03T11:03:34.472Z] github.com/docker/docker/layer [2022-06-03T11:03:34.472Z] github.com/docker/docker/libcontainerd [2022-06-03T11:03:34.472Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T11:03:34.472Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T11:03:34.472Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T11:03:34.472Z] github.com/docker/docker/libcontainerd/types [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/types [2022-06-03T11:03:34.472Z] github.com/docker/docker/oci [2022-06-03T11:03:34.472Z] github.com/docker/docker/oci/caps [2022-06-03T11:03:34.472Z] github.com/docker/docker/opts [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/aaparser [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/archive [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/authorization [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/capabilities [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/containerfs [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/directory [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/dmesg [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/fileutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/fsutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/homedir [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/idtools [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/ioutils [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/longpath [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/loopback [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/parsers [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/pidfile [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/platform [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugins [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/pools [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/progress [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/pubsub [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/reexec [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/signal [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/stack [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/stringid [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/system [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/tailfile [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/tarsum [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/truncindex [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/urlutil [2022-06-03T11:03:34.472Z] github.com/docker/docker/pkg/useragent [2022-06-03T11:03:34.472Z] github.com/docker/docker/plugin [2022-06-03T11:03:34.472Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T11:03:34.472Z] github.com/docker/docker/plugin/v2 [2022-06-03T11:03:34.472Z] github.com/docker/docker/profiles/apparmor [2022-06-03T11:03:34.472Z] github.com/docker/docker/profiles/seccomp [2022-06-03T11:03:34.472Z] github.com/docker/docker/quota [2022-06-03T11:03:34.472Z] github.com/docker/docker/reference [2022-06-03T11:03:34.472Z] github.com/docker/docker/registry [2022-06-03T11:03:34.472Z] github.com/docker/docker/registry/resumable [2022-06-03T11:03:34.472Z] github.com/docker/docker/restartmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/rootless [2022-06-03T11:03:34.472Z] github.com/docker/docker/rootless/specconv [2022-06-03T11:03:34.472Z] github.com/docker/docker/runconfig [2022-06-03T11:03:34.472Z] github.com/docker/docker/runconfig/opts [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/daemon [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/environment [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakegit [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/registry [2022-06-03T11:03:34.472Z] github.com/docker/docker/testutil/request [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/drivers [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/local [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/mounts [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/service [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/service/opts [2022-06-03T11:03:34.472Z] github.com/docker/docker/volume/testutils' [2022-06-03T11:03:34.472Z] ++ grep --fixed-strings /libnetwork [2022-06-03T11:03:34.472Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.472Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/types' [2022-06-03T11:03:34.473Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T11:03:34.473Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/types' [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:03:34.473Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:03:34.473Z] + type docker-proxy [2022-06-03T11:03:34.473Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T11:03:34.473Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T11:03:34.473Z] [2022-06-03T11:03:34.731Z] Removing bundles/ [2022-06-03T11:03:34.731Z] [2022-06-03T11:03:34.731Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T11:03:34.731Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T11:03:34.731Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T11:03:36.649Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-03T11:03:37.209Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-03T11:03:37.464Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-03T11:03:38.389Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-03T11:03:39.753Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-03T11:03:41.639Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-03T11:03:42.842Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T11:03:42.842Z] [2022-06-03T11:03:42.842Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T11:03:42.842Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T11:03:42.842Z] [2022-06-03T11:03:42.842Z] + mkdir -p bundles [2022-06-03T11:03:42.842Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/backend/build [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/httputils [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/middleware [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/build [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/container [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/debug [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/image [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/network [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/session [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/system [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/server/router/volume [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/backend [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/container [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/events [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/filters [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/image [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/mount [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/network [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/registry [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/strslice [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/swarm [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/time [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/versions [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T11:03:42.842Z] github.com/docker/docker/api/types/volume [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/dockerfile [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/remotecontext [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T11:03:42.842Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T11:03:42.842Z] github.com/docker/docker/cli [2022-06-03T11:03:42.842Z] github.com/docker/docker/cli/config [2022-06-03T11:03:42.842Z] github.com/docker/docker/cli/debug [2022-06-03T11:03:42.842Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T11:03:42.842Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T11:03:42.842Z] github.com/docker/docker/client [2022-06-03T11:03:42.842Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T11:03:42.842Z] github.com/docker/docker/cmd/dockerd [2022-06-03T11:03:42.842Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T11:03:42.842Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T11:03:42.842Z] github.com/docker/docker/container [2022-06-03T11:03:42.842Z] github.com/docker/docker/container/stream [2022-06-03T11:03:42.842Z] github.com/docker/docker/contrib/apparmor [2022-06-03T11:03:42.842Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T11:03:42.842Z] github.com/docker/docker/contrib/httpserver [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/config [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/events [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/exec [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/images [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/initlayer [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/links [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/listeners [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/local [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/names [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/network [2022-06-03T11:03:42.842Z] github.com/docker/docker/daemon/stats [2022-06-03T11:03:42.842Z] github.com/docker/docker/distribution [2022-06-03T11:03:42.842Z] github.com/docker/docker/distribution/metadata [2022-06-03T11:03:42.842Z] github.com/docker/docker/distribution/utils [2022-06-03T11:03:42.842Z] github.com/docker/docker/distribution/xfer [2022-06-03T11:03:42.842Z] github.com/docker/docker/dockerversion [2022-06-03T11:03:42.842Z] github.com/docker/docker/errdefs [2022-06-03T11:03:42.842Z] github.com/docker/docker/image [2022-06-03T11:03:42.842Z] github.com/docker/docker/image/cache [2022-06-03T11:03:42.842Z] github.com/docker/docker/image/tarexport [2022-06-03T11:03:42.842Z] github.com/docker/docker/image/v1 [2022-06-03T11:03:42.842Z] github.com/docker/docker/internal/test/suite [2022-06-03T11:03:42.842Z] github.com/docker/docker/layer [2022-06-03T11:03:42.842Z] github.com/docker/docker/libcontainerd [2022-06-03T11:03:42.842Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T11:03:42.842Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T11:03:42.842Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T11:03:42.842Z] github.com/docker/docker/libcontainerd/types [2022-06-03T11:03:42.842Z] github.com/docker/docker/oci [2022-06-03T11:03:42.842Z] github.com/docker/docker/oci/caps [2022-06-03T11:03:42.842Z] github.com/docker/docker/opts [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/aaparser [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/archive [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/authorization [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/capabilities [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/containerfs [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/directory [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/dmesg [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/fileutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/fsutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/homedir [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/idtools [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/ioutils [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/longpath [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/loopback [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/parsers [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/pidfile [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/platform [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugins [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/pools [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/progress [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/pubsub [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/reexec [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/signal [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/stack [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/stringid [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/system [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/tailfile [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/tarsum [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/truncindex [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/urlutil [2022-06-03T11:03:42.842Z] github.com/docker/docker/pkg/useragent [2022-06-03T11:03:42.842Z] github.com/docker/docker/plugin [2022-06-03T11:03:42.842Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T11:03:42.842Z] github.com/docker/docker/plugin/v2 [2022-06-03T11:03:42.842Z] github.com/docker/docker/profiles/apparmor [2022-06-03T11:03:42.842Z] github.com/docker/docker/profiles/seccomp [2022-06-03T11:03:42.842Z] github.com/docker/docker/quota [2022-06-03T11:03:42.842Z] github.com/docker/docker/reference [2022-06-03T11:03:42.842Z] github.com/docker/docker/registry [2022-06-03T11:03:42.842Z] github.com/docker/docker/registry/resumable [2022-06-03T11:03:42.842Z] github.com/docker/docker/restartmanager [2022-06-03T11:03:42.842Z] github.com/docker/docker/rootless [2022-06-03T11:03:42.842Z] github.com/docker/docker/rootless/specconv [2022-06-03T11:03:42.842Z] github.com/docker/docker/runconfig [2022-06-03T11:03:42.842Z] github.com/docker/docker/runconfig/opts [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/daemon [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/environment [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fakegit [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/registry [2022-06-03T11:03:42.842Z] github.com/docker/docker/testutil/request [2022-06-03T11:03:42.842Z] github.com/docker/docker/volume [2022-06-03T11:03:42.842Z] github.com/docker/docker/volume/drivers [2022-06-03T11:03:42.842Z] github.com/docker/docker/volume/local [2022-06-03T11:03:42.843Z] github.com/docker/docker/volume/mounts [2022-06-03T11:03:42.843Z] github.com/docker/docker/volume/service [2022-06-03T11:03:42.843Z] github.com/docker/docker/volume/service/opts [2022-06-03T11:03:42.843Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T11:03:42.843Z] + 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-03T11:03:42.843Z] ? github.com/docker/docker/api [no test files] [2022-06-03T11:03:43.001Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-03T11:03:44.366Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-03T11:03:45.728Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-03T11:03:46.742Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-03T11:03:46.743Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-03T11:03:46.998Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-03T11:03:47.598Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-03T11:03:48.202Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-03T11:03:48.476Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-03T11:03:49.847Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-03T11:03:51.251Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-03T11:03:53.763Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-03T11:03:54.018Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-03T11:03:54.580Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-03T11:03:54.580Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-03T11:03:55.142Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-03T11:03:55.142Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-03T11:03:55.749Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-03T11:03:56.310Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-03T11:03:56.565Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-03T11:03:57.126Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-03T11:04:00.933Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-06-03T11:04:02.447Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-03T11:04:02.702Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-03T11:04:02.702Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T11:04:02.702Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-03T11:04:03.262Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-03T11:04:03.823Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-03T11:04:05.186Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-03T11:04:06.112Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-03T11:04:06.112Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-03T11:04:06.672Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-03T11:04:06.672Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-03T11:04:07.231Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-03T11:04:07.491Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-03T11:04:08.096Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-03T11:04:09.022Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T11:04:09.022Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T11:04:09.022Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-03T11:04:09.022Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-03T11:04:09.585Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-03T11:04:10.145Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-03T11:04:10.145Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T11:04:10.145Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-03T11:04:10.445Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-03T11:04:11.850Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-03T11:04:11.850Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T11:04:11.850Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-03T11:04:12.109Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-03T11:04:14.625Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-03T11:04:15.225Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-03T11:04:15.481Z] === RUN TestDockerSuite/TestRunRm [2022-06-03T11:04:16.082Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-03T11:04:17.489Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-03T11:04:20.001Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-03T11:04:20.257Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-03T11:04:20.257Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-03T11:04:20.818Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-03T11:04:23.378Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-03T11:04:23.378Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-03T11:04:23.378Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-03T11:04:26.686Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-03T11:04:26.686Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-03T11:04:28.572Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-03T11:04:29.499Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-03T11:04:30.060Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-03T11:04:30.622Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-03T11:04:31.183Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-03T11:04:31.744Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-03T11:04:31.999Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-03T11:04:32.257Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-03T11:04:32.818Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-03T11:04:33.379Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-03T11:04:33.941Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-03T11:04:34.868Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-03T11:04:37.437Z] === RUN TestDockerSuite/TestRunState [2022-06-03T11:04:37.997Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-03T11:04:38.557Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-03T11:04:39.116Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-03T11:04:39.676Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-03T11:04:39.676Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-03T11:04:39.676Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T11:04:39.676Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-03T11:04:40.236Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-03T11:04:40.796Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-03T11:04:41.762Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-03T11:04:41.762Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-03T11:04:41.762Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-03T11:04:42.322Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-03T11:04:43.683Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-03T11:04:43.938Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-03T11:04:44.500Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-03T11:04:46.387Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-03T11:04:46.643Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-03T11:04:49.247Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-03T11:04:49.503Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-03T11:04:52.013Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-03T11:04:52.013Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-03T11:04:52.268Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-03T11:04:52.830Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-03T11:04:53.390Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-03T11:04:55.275Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-03T11:04:55.275Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-03T11:04:56.242Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-03T11:04:56.803Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-03T11:04:57.058Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-03T11:04:57.313Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-03T11:04:57.874Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-03T11:04:58.476Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-03T11:04:58.731Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-03T11:04:58.731Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T11:04:58.731Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-03T11:04:58.995Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-03T11:04:59.257Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-03T11:04:59.865Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-03T11:05:03.212Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-03T11:05:03.212Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-03T11:05:03.467Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-03T11:05:04.070Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-03T11:05:06.583Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-03T11:05:06.583Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-03T11:05:07.143Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-03T11:05:09.033Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-03T11:05:09.288Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-03T11:05:10.651Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-03T11:05:11.579Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-03T11:05:11.579Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T11:05:11.579Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-03T11:05:11.579Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T11:05:11.579Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-03T11:05:11.579Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T11:05:11.579Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-03T11:05:11.835Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-03T11:05:11.835Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T11:05:11.835Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-03T11:05:11.835Z] docker_cli_service_logs_test.go:246: checking task uwvp21uek27s [2022-06-03T11:05:11.835Z] docker_cli_service_logs_test.go:251: checking messages for uwvp21uek27s [2022-06-03T11:05:11.835Z] docker_cli_service_logs_test.go:246: checking task vz29wfdvm12q [2022-06-03T11:05:11.835Z] docker_cli_service_logs_test.go:251: checking messages for vz29wfdvm12q [2022-06-03T11:05:12.760Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-03T11:05:12.760Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-03T11:05:13.017Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-03T11:05:14.421Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-03T11:05:14.677Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-03T11:05:15.603Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-03T11:05:15.603Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-03T11:05:15.603Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-03T11:05:15.858Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-03T11:05:15.858Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T11:05:15.858Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-03T11:05:16.114Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-03T11:05:16.114Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-03T11:05:16.114Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-03T11:05:16.114Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-03T11:05:16.114Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T11:05:16.114Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-03T11:05:16.675Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-03T11:05:17.236Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-03T11:05:17.236Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-03T11:05:17.798Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-03T11:05:17.798Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-03T11:05:18.358Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-03T11:05:18.358Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-03T11:05:18.961Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-03T11:05:19.216Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-03T11:05:19.216Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-03T11:05:19.216Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-03T11:05:19.776Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-03T11:05:20.378Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-03T11:05:20.938Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-03T11:05:20.938Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T11:05:20.938Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-03T11:05:21.195Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-03T11:05:21.195Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-03T11:05:22.135Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-03T11:05:22.698Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-03T11:05:24.585Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-03T11:05:24.840Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-03T11:05:24.840Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-03T11:05:24.840Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-03T11:05:25.766Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-03T11:05:26.326Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-03T11:05:27.294Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-03T11:05:27.294Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-03T11:05:28.658Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-03T11:05:28.658Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-03T11:05:28.658Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-03T11:05:30.061Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3219883423 [2022-06-03T11:05:30.061Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-03T11:05:30.061Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-03T11:05:31.950Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-03T11:05:31.950Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-03T11:05:31.950Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-03T11:05:32.877Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-03T11:05:34.241Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-03T11:05:34.241Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-03T11:05:34.843Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-03T11:05:34.843Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-03T11:05:34.843Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-03T11:05:35.099Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-03T11:05:35.661Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-03T11:05:35.661Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-03T11:05:36.586Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-03T11:05:36.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-03T11:05:37.146Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/server/router/swarm 0.025s coverage: 6.0% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/server/router/volume 0.010s coverage: 67.9% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/builder/remotecontext 0.127s coverage: 13.7% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/builder/dockerfile 0.560s coverage: 49.3% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-03T11:05:37.371Z] ok github.com/docker/docker/builder/remotecontext/git 1.756s coverage: 86.3% of statements [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T11:05:37.371Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T11:05:37.748Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-03T11:05:37.937Z] ok github.com/docker/docker/cmd/docker-proxy 0.225s coverage: 69.3% of statements [2022-06-03T11:05:39.109Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-03T11:05:41.040Z] docker_cli_swarm_test.go:1895: [dc054c9eb8e76] joining swarm manager [d912d0b950c3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:05:41.965Z] docker_cli_swarm_test.go:1896: [d228807e0a136] joining swarm manager [d912d0b950c3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:05:42.120Z] ok github.com/docker/docker/client 0.144s coverage: 75.6% of statements [2022-06-03T11:05:42.891Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-03T11:05:44.795Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-03T11:05:45.051Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-03T11:05:46.018Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-03T11:05:48.569Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-03T11:05:50.018Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-03T11:05:50.273Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-03T11:05:51.635Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-03T11:05:52.561Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-03T11:05:53.922Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-03T11:05:56.474Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-03T11:05:58.402Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-03T11:06:00.288Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-03T11:06:03.547Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-03T11:06:06.096Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-03T11:06:08.025Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-03T11:06:08.280Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-03T11:06:10.213Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-03T11:06:12.107Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-03T11:06:12.362Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-03T11:06:12.922Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-03T11:06:13.178Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-03T11:06:13.178Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T11:06:13.178Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-03T11:06:13.738Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-03T11:06:16.295Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-03T11:06:19.641Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-03T11:06:19.896Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-03T11:06:20.151Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-03T11:06:20.151Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T11:06:20.151Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-03T11:06:20.151Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T11:06:20.151Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-03T11:06:21.077Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-03T11:06:21.685Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-03T11:06:22.245Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-03T11:06:23.690Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-03T11:06:23.690Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-03T11:06:25.707Z] docker_cli_swarm_test.go:1796: [d5b18424d0a7c] joining swarm manager [d33fa384f9b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:06:27.110Z] docker_cli_swarm_test.go:1797: [d0af014a34b60] joining swarm manager [d33fa384f9b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:06:27.110Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-03T11:06:28.078Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-03T11:06:28.078Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T11:06:28.078Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-03T11:06:28.639Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-03T11:06:28.782Z] ok github.com/docker/docker/cmd/dockerd 0.090s coverage: 29.7% of statements [2022-06-03T11:06:28.782Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-06-03T11:06:28.782Z] ok github.com/docker/docker/cmd/dockerd/trap 2.579s coverage: 0.0% of statements [2022-06-03T11:06:28.782Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T11:06:28.782Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T11:06:28.782Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T11:06:28.782Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T11:06:28.782Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T11:06:29.200Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-03T11:06:31.753Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-03T11:06:34.058Z] ok github.com/docker/docker/daemon/cluster 0.090s coverage: 0.5% of statements [2022-06-03T11:06:34.264Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-03T11:06:34.992Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-06-03T11:06:36.163Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-03T11:06:36.365Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-03T11:06:37.524Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-03T11:06:38.886Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-03T11:06:39.811Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-03T11:06:43.122Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-03T11:06:44.047Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-03T11:06:44.467Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.4% of statements [2022-06-03T11:06:44.467Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.5% of statements [2022-06-03T11:06:45.032Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-03T11:06:45.453Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-03T11:06:45.597Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-06-03T11:06:46.013Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-03T11:06:46.164Z] ok github.com/docker/docker/daemon 10.714s coverage: 16.1% of statements [2022-06-03T11:06:46.164Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T11:06:46.164Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T11:06:46.164Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T11:06:46.164Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T11:06:46.941Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-03T11:06:47.099Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.736s coverage: 74.8% of statements [2022-06-03T11:06:47.196Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-03T11:06:48.559Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.374s coverage: 56.2% of statements [2022-06-03T11:06:48.559Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-06-03T11:06:49.169Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-03T11:06:49.169Z] docker_cli_swarm_test.go:1315: [d1efab2eadf31] joining swarm manager [d35f4794643ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:06:50.459Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2022-06-03T11:06:50.576Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-03T11:06:50.576Z] docker_cli_swarm_test.go:1316: [ddaa325dfba2c] joining swarm manager [d35f4794643ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:06:51.867Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.323s coverage: 50.6% of statements [2022-06-03T11:06:51.937Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-03T11:06:52.801Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.229s coverage: 45.9% of statements [2022-06-03T11:06:52.801Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T11:06:53.342Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-03T11:06:53.735Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.5% of statements [2022-06-03T11:06:53.993Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.753s coverage: 58.5% of statements [2022-06-03T11:06:53.993Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T11:06:53.993Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T11:06:54.267Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-03T11:06:54.559Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-06-03T11:06:55.125Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-06-03T11:06:57.025Z] ok github.com/docker/docker/daemon/images 0.071s coverage: 6.6% of statements [2022-06-03T11:06:57.025Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T11:06:57.025Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T11:06:57.025Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.2% of statements [2022-06-03T11:06:58.397Z] ok github.com/docker/docker/daemon/logger/fluentd 0.028s coverage: 53.6% of statements [2022-06-03T11:06:58.397Z] ok github.com/docker/docker/daemon/logger/awslogs 0.164s coverage: 79.9% of statements [2022-06-03T11:06:58.397Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T11:06:58.963Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-03T11:06:58.963Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.4% of statements [2022-06-03T11:06:59.529Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2022-06-03T11:07:00.463Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.171s coverage: 76.8% of statements [2022-06-03T11:07:00.463Z] ok github.com/docker/docker/daemon/logger/local 0.043s coverage: 79.2% of statements [2022-06-03T11:07:00.463Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T11:07:00.463Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T11:07:01.397Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 31.5% of statements [2022-06-03T11:07:01.397Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 62.0% of statements [2022-06-03T11:07:02.771Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-06-03T11:07:03.029Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-06-03T11:07:03.596Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-03T11:07:04.530Z] ok github.com/docker/docker/daemon/logger/splunk 1.609s coverage: 82.5% of statements [2022-06-03T11:07:04.530Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T11:07:04.530Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T11:07:05.096Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-06-03T11:07:05.662Z] ok github.com/docker/docker/distribution 0.618s coverage: 28.0% of statements [2022-06-03T11:07:05.662Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T11:07:06.227Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-03T11:07:06.793Z] ok github.com/docker/docker/image 0.022s coverage: 86.9% of statements [2022-06-03T11:07:07.051Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-03T11:07:07.616Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-03T11:07:07.875Z] ok github.com/docker/docker/distribution/xfer 1.909s coverage: 84.9% of statements [2022-06-03T11:07:07.875Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T11:07:07.875Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T11:07:07.875Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T11:07:08.133Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-06-03T11:07:09.066Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-06-03T11:07:09.999Z] ok github.com/docker/docker/opts 0.027s coverage: 66.0% of statements [2022-06-03T11:07:09.999Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-03T11:07:11.898Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 81.9% of statements [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-03T11:07:12.387Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-03T11:07:12.463Z] ok github.com/docker/docker/pkg/authorization 0.460s coverage: 68.3% of statements [2022-06-03T11:07:12.646Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-03T11:07:12.721Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T11:07:12.902Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-03T11:07:12.902Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-03T11:07:12.902Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-03T11:07:12.902Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-03T11:07:12.979Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-03T11:07:16.272Z] ok github.com/docker/docker/pkg/chrootarchive 2.476s coverage: 42.7% of statements [2022-06-03T11:07:16.272Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T11:07:16.272Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-03T11:07:16.530Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-03T11:07:17.096Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-06-03T11:07:17.354Z] ok github.com/docker/docker/layer 7.770s coverage: 69.0% of statements [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T11:07:17.354Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T11:07:17.354Z] ok github.com/docker/docker/pkg/fsutils 0.168s coverage: 85.1% of statements [2022-06-03T11:07:17.612Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-06-03T11:07:18.984Z] ok github.com/docker/docker/pkg/idtools 0.549s coverage: 67.9% of statements [2022-06-03T11:07:18.984Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 71.5% of statements [2022-06-03T11:07:18.984Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2022-06-03T11:07:19.242Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-06-03T11:07:19.242Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T11:07:19.242Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-06-03T11:07:19.471Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-03T11:07:19.500Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-03T11:07:19.726Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-03T11:07:19.726Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-03T11:07:19.759Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-06-03T11:07:19.981Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-03T11:07:20.017Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-06-03T11:07:20.017Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-03T11:07:20.017Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T11:07:20.017Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T11:07:20.585Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-06-03T11:07:21.151Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-03T11:07:21.409Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T11:07:21.409Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T11:07:21.909Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-03T11:07:22.780Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-06-03T11:07:23.038Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-06-03T11:07:23.296Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-03T11:07:23.556Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-06-03T11:07:23.814Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-06-03T11:07:23.814Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-03T11:07:23.838Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-03T11:07:23.838Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T11:07:23.838Z] --- PASS: TestDockerSuite (1313.57s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.05s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.74s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.75s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.17s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.62s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.87s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.84s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.84s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.94s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.09s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.08s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.71s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.62s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.60s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.60s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.76s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.59s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachDetach (0.83s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.72s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.70s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.05s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.95s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.16s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.54s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.09s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.72s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.75s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.49s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.71s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.76s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.43s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.97s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.19s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.68s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.04s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.79s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.96s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.28s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.16s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (5.19s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.90s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.13s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.27s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.93s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.98s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.38s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.79s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.51s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.21s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.24s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.62s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.61s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.66s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.48s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.72s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.44s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.13s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.46s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.57s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.52s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.57s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.34s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.80s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.32s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.95s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.15s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.21s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.89s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.15s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.13s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.89s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.73s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.25s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.08s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.66s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.34s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.06s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.43s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.98s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.70s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.27s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.67s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.41s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.27s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.71s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.64s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.55s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.90s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.99s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.83s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.74s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.35s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.34s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.38s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.57s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.45s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.03s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.15s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.57s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.04s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.21s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.09s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.14s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.43s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.27s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.10s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.26s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.21s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.20s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.70s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.13s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.48s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.35s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.62s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.43s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.85s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.41s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.80s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.92s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnv (1.45s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.31s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.92s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.77s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.64s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.30s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.44s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.77s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.53s) [2022-06-03T11:07:23.839Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.03s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.47s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFails (1.11s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.53s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.54s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.50s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.36s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.93s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.92s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.78s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.06s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.15s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildHistory (3.87s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.49s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.97s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.66s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.56s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.85s) [2022-06-03T11:07:23.839Z] --- PASS: TestDockerSuite/TestBuildLabel (0.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabels (0.45s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.64s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.06s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.32s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.96s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.95s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.33s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.39s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.94s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.94s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.87s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.57s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.40s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.71s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.61s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.62s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.82s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.57s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.08s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.23s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.47s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.69s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.37s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.04s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.37s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.75s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.95s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.49s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildPATH (2.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.68s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.33s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.33s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.64s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRm (3.34s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.89s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.18s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.56s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.89s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.17s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.80s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.81s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.45s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.81s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildStderr (1.05s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.99s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.79s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.54s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.75s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildUser (1.39s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.34s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.79s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.71s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.24s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.12s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.56s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.69s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.14s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.63s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.49s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.34s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.54s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitChange (0.67s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.93s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.93s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.68s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitTTY (1.18s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.75s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.38s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.65s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.11s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.32s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.20s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.80s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.47s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.77s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.78s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.90s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.87s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.68s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.60s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.70s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.91s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.63s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.50s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.60s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.51s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.58s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.09s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.48s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.69s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.58s) [2022-06-03T11:07:23.840Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.87s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.49s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.90s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.39s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.40s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.84s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.40s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.42s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (0.45s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e9a768__} (0.62s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13903538085_/foo_false_____} (1.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13903538085_/foo_true_____} (1.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_false_____} (1.44s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_true_____} (1.30s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32017118375_/foo_true__0xc000e9a798___} (1.35s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e9a7b0__} (1.46s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e9a7c8__} (1.36s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e9a7e0__} (1.37s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e9a7f8__} (1.42s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.35s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-03T11:07:23.840Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.59s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.11s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.19s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.69s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.51s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.49s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.49s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.54s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.53s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.56s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.74s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.51s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.63s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.92s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.83s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.24s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.85s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.67s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.97s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.98s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.09s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.85s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.21s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.53s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.59s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.37s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.94s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.36s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.58s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.72s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.29s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.75s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.44s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.60s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToDot (0.55s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.33s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.17s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToStdout (0.53s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.08s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.32s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.32s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.65s) [2022-06-03T11:07:23.841Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.30s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-06-03T11:07:23.841Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.64s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.46s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.04s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.51s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.29s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.12s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.55s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.74s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.61s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.03s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.57s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2022-06-03T11:07:23.841Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.75s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.12s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.15s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.27s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.98s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsAttach (0.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsCommit (0.76s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.45s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.64s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.10s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.20s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.35s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsCopy (0.88s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.48s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.92s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.17s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.25s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFilters (0.89s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFormat (0.87s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.53s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.68s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2022-06-03T11:07:24.098Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T11:07:24.098Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsRename (0.60s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsResize (0.68s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsTop (0.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.85s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.63s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.53s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.56s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.25s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.60s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.51s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.49s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecCgroup (0.80s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.94s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.83s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecInteractive (0.49s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.57s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.51s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.66s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.19s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.64s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecStartFails (1.27s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.88s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecTTY (0.92s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.91s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.73s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2022-06-03T11:07:24.098Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.39s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.63s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.86s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestExecWithUser (0.66s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.62s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHealth (18.94s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.64s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.81s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportDisplay (0.94s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportFile (1.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.10s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportGzipped (1.09s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.61s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.40s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.06s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.48s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2022-06-03T11:07:24.098Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-06-03T11:07:24.098Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.42s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.96s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.89s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.42s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.30s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.86s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.27s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.14s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.88s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.18s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.50s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.37s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.68s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.41s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.36s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.04s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.53s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.48s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-03T11:07:24.098Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.91s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.58s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.76s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.76s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.77s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsTail (0.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.42s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestNetHostname (1.27s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.67s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginActive (2.19s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.46s) [2022-06-03T11:07:24.099Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.37s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.98s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.77s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (8.61s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.29s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.27s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.81s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.86s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPortList (7.15s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.41s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.64s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.76s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.62s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.82s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsByOrder (1.84s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.62s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.07s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.22s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.70s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.40s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.03s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.97s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.94s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.99s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.97s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.12s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.50s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.41s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.56s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2022-06-03T11:07:24.099Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.51s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.20s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.58s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.28s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.91s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.13s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.48s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.02s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.60s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.07s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.57s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.15s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.54s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.41s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.93s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddHost (0.56s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.28s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.66s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.81s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.68s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.81s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.63s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.42s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.56s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.67s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.54s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.40s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.30s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.14s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.85s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.42s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.07s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.33s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.57s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.17s) [2022-06-03T11:07:24.099Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-06-03T11:07:24.099Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.42s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.89s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.93s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-06-03T11:07:24.099Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.39s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.44s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.48s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.58s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.51s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.50s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.47s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunExitCode (0.46s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.60s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2022-06-03T11:07:24.099Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.48s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.55s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.30s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.27s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.98s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.81s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.97s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.69s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.30s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.26s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.18s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.58s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.50s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.96s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.24s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.84s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.13s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMount (3.64s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.28s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.89s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.43s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.40s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.99s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.03s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetHost (0.65s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.41s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.37s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.28s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.92s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.38s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.64s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.65s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.59s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.64s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.63s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.33s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.96s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.51s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.67s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.67s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.58s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.53s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.37s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.59s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.20s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRm (0.55s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.49s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.65s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.48s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.10s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.54s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.83s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.22s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.58s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.69s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.61s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.52s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.49s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.59s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunState (1.19s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.59s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.50s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunSysctls (0.97s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.75s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.51s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.53s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.83s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.99s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.99s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.08s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserByID (0.59s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.20s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.53s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserByName (0.49s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.51s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.52s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.77s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.94s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.85s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.75s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.75s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.78s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.57s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.64s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.68s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.51s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.64s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.14s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.39s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.84s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.43s) [2022-06-03T11:07:24.100Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.93s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.67s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.42s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.89s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.10s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.29s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.10s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.45s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.27s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.36s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.12s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.81s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.67s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.29s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.63s) [2022-06-03T11:07:24.100Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.81s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.44s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStartRecordError (1.04s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.07s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.13s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.46s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.07s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.49s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.63s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2022-06-03T11:07:24.101Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.57s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.03s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-06-03T11:07:24.101Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T11:07:24.101Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.89s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.15s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateStats (3.56s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.01s) [2022-06-03T11:07:24.101Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.16s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.56s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.06s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.40s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.28s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.03s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.30s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.87s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.16s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.65s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.48s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.42s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.24s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.24s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.63s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.39s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.39s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.69s) [2022-06-03T11:07:24.101Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.37s) [2022-06-03T11:07:24.101Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T11:07:24.101Z] === RUN TestDockerRegistrySuite [2022-06-03T11:07:24.101Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-03T11:07:24.381Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-03T11:07:24.639Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-06-03T11:07:25.027Z] check_test.go:194: [d4f4caad983f4] daemon is not started [2022-06-03T11:07:25.027Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-03T11:07:25.205Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [2022-06-03T11:07:25.771Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-06-03T11:07:25.997Z] check_test.go:194: [d7607549885f7] daemon is not started [2022-06-03T11:07:25.997Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-03T11:07:26.028Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T11:07:26.028Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T11:07:27.359Z] check_test.go:194: [d6eb16df523f7] daemon is not started [2022-06-03T11:07:27.359Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-03T11:07:27.359Z] check_test.go:194: [dcf21767533fb] daemon is not started [2022-06-03T11:07:27.359Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T11:07:27.926Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-06-03T11:07:28.184Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-03T11:07:28.750Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-06-03T11:07:29.683Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-06-03T11:07:29.942Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-03T11:07:30.623Z] check_test.go:194: [d5335a40e68a9] daemon is not started [2022-06-03T11:07:30.623Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T11:07:30.876Z] ok github.com/docker/docker/registry 0.050s coverage: 58.6% of statements [2022-06-03T11:07:31.135Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-03T11:07:31.392Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-03T11:07:31.958Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-03T11:07:31.958Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-03T11:07:33.867Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-03T11:07:34.434Z] ok github.com/docker/docker/volume/local 0.109s coverage: 76.8% of statements [2022-06-03T11:07:35.000Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-06-03T11:07:35.900Z] check_test.go:194: [dd927d6d9e400] daemon is not started [2022-06-03T11:07:35.900Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-03T11:07:35.932Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-03T11:07:38.411Z] check_test.go:194: [d859968e8a17e] daemon is not started [2022-06-03T11:07:38.411Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-03T11:07:39.377Z] check_test.go:194: [d4bb9644eda0a] daemon is not started [2022-06-03T11:07:39.377Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-03T11:07:40.301Z] check_test.go:194: [d581415a26635] daemon is not started [2022-06-03T11:07:40.301Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-03T11:07:41.227Z] check_test.go:194: [d853b4d375470] daemon is not started [2022-06-03T11:07:41.227Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-03T11:07:42.593Z] check_test.go:194: [d6a916251e6ce] daemon is not started [2022-06-03T11:07:42.593Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-03T11:07:43.560Z] check_test.go:194: [df19628c0f2cd] daemon is not started [2022-06-03T11:07:43.561Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-03T11:07:44.485Z] check_test.go:194: [de375f6d8b59f] daemon is not started [2022-06-03T11:07:44.485Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-03T11:07:45.414Z] check_test.go:194: [d628b19a905ed] daemon is not started [2022-06-03T11:07:45.414Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-03T11:07:46.384Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:863791c8b3b9228acf085d146c7048e4bfa403e2531d850a2519069850c857d6 [2022-06-03T11:07:46.986Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f9e327805bde61b45229de9fa8912ae0d268ed90b7aea702b37d2536b67702a5 [2022-06-03T11:07:47.242Z] check_test.go:194: [d5bb54e454824] daemon is not started [2022-06-03T11:07:47.242Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-03T11:07:48.167Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d1aae2a9d27470a1745ec2df2a139106ce8e76c3580492e15715c8f735f83e7d [2022-06-03T11:07:49.093Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:db165626b72b8278dc34fab194a5666a200e39fac9d148c9fd9f038cd57305aa [2022-06-03T11:07:49.093Z] check_test.go:194: [d334ca6a8defd] daemon is not started [2022-06-03T11:07:49.093Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-03T11:07:50.018Z] check_test.go:194: [d63041224b8bb] daemon is not started [2022-06-03T11:07:50.018Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-03T11:07:52.573Z] check_test.go:194: [ddb0cd7f95545] daemon is not started [2022-06-03T11:07:52.573Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-03T11:07:53.133Z] check_test.go:194: [d09fd2f70def6] daemon is not started [2022-06-03T11:07:53.133Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-03T11:07:53.388Z] check_test.go:194: [dac53d9d7f706] daemon is not started [2022-06-03T11:07:53.388Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T11:07:54.313Z] check_test.go:194: [df4855f321464] daemon is not started [2022-06-03T11:07:54.313Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T11:07:55.282Z] check_test.go:194: [d6d3f75cdc729] daemon is not started [2022-06-03T11:07:55.282Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T11:07:56.210Z] check_test.go:194: [d7c06d090fe9f] daemon is not started [2022-06-03T11:07:56.210Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-03T11:07:57.838Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.3% of statements [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T11:07:57.838Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T11:07:57.839Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T11:07:57.839Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T11:07:57.839Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === Skipped [2022-06-03T11:07:57.839Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T11:07:57.839Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T11:07:57.839Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T11:07:57.839Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T11:07:57.839Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:71: No driver to put! [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T11:07:57.839Z] time="2022-06-03T11:06:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-03T11:07:57.839Z] time="2022-06-03T11:06:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T11:07:57.839Z] time="2022-06-03T11:06:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T11:07:57.839Z] time="2022-06-03T11:06:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T11:07:57.839Z] time="2022-06-03T11:06:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:71: No driver to put! [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T11:07:57.839Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T11:07:57.839Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T11:07:57.839Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T11:07:57.839Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T11:07:57.839Z] graphtest_unix.go:71: No driver to put! [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T11:07:57.839Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T11:07:57.839Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T11:07:57.839Z] [2022-06-03T11:07:57.839Z] DONE 2781 tests, 28 skipped in 252.801s [2022-06-03T11:07:57.839Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/config [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/idm [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/ns [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/options [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/osl [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T11:07:57.839Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T11:07:57.839Z] + 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-03T11:07:58.806Z] check_test.go:194: [dc999a7020e6d] daemon is not started [2022-06-03T11:07:58.806Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-03T11:07:58.806Z] check_test.go:194: [d79ddb64fd960] daemon is not started [2022-06-03T11:07:58.806Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-03T11:07:59.731Z] check_test.go:194: [d35008b5a39eb] daemon is not started [2022-06-03T11:07:59.731Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-03T11:08:00.333Z] check_test.go:194: [daa28746e5ee2] daemon is not started [2022-06-03T11:08:00.333Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-03T11:08:00.333Z] check_test.go:194: [d8ee94e4a0257] daemon is not started [2022-06-03T11:08:00.333Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-03T11:08:00.588Z] check_test.go:194: [dceb2434aecf3] daemon is not started [2022-06-03T11:08:00.588Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-03T11:08:00.843Z] check_test.go:194: [d436d138a6362] daemon is not started [2022-06-03T11:08:00.843Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-03T11:08:01.141Z] check_test.go:194: [d9fa0168f61a8] daemon is not started [2022-06-03T11:08:01.141Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-03T11:08:01.396Z] check_test.go:194: [d00a114395611] daemon is not started [2022-06-03T11:08:01.396Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-03T11:08:02.320Z] check_test.go:194: [de946dc42cb1d] daemon is not started [2022-06-03T11:08:02.320Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-03T11:08:03.710Z] check_test.go:194: [ddf8315978b47] daemon is not started [2022-06-03T11:08:03.710Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-03T11:08:04.682Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-03T11:08:04.682Z] check_test.go:194: [dc66f029f7ba0] daemon is not started [2022-06-03T11:08:04.682Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-03T11:08:05.606Z] check_test.go:194: [dfd2eacf6172c] daemon is not started [2022-06-03T11:08:05.606Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-03T11:08:06.968Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite (43.67s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.13s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.22s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.66s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.72s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.64s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.00s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.85s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.15s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.19s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.88s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.99s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.85s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.89s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.95s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.12s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.34s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.46s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.04s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.17s) [2022-06-03T11:08:07.529Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2022-06-03T11:08:07.529Z] === RUN TestDockerSchema1RegistrySuite [2022-06-03T11:08:07.529Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-03T11:08:07.828Z] check_test.go:221: [d69ffa99e239f] daemon is not started [2022-06-03T11:08:07.828Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T11:08:08.388Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-03T11:08:11.653Z] check_test.go:221: [d901853974d5a] daemon is not started [2022-06-03T11:08:11.653Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T11:08:14.915Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-03T11:08:16.282Z] check_test.go:221: [d2d019acb387a] daemon is not started [2022-06-03T11:08:16.282Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-03T11:08:17.684Z] check_test.go:221: [da4643657a04e] daemon is not started [2022-06-03T11:08:17.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-03T11:08:17.684Z] check_test.go:221: [d6043958db1a7] daemon is not started [2022-06-03T11:08:17.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T11:08:19.048Z] check_test.go:221: [da8c9bf10ca08] daemon is not started [2022-06-03T11:08:19.048Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T11:08:19.975Z] check_test.go:221: [d6cef5ffdab85] daemon is not started [2022-06-03T11:08:19.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T11:08:21.338Z] check_test.go:221: [d2c9e074893fb] daemon is not started [2022-06-03T11:08:21.338Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-03T11:08:21.898Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-03T11:08:24.413Z] check_test.go:221: [d812efe3ad425] daemon is not started [2022-06-03T11:08:24.413Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-03T11:08:24.413Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-03T11:08:24.413Z] check_test.go:221: [d2126d1061342] daemon is not started [2022-06-03T11:08:24.413Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-03T11:08:24.973Z] check_test.go:221: [d22a3b1213fe6] daemon is not started [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite (17.31s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.48s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.80s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.38s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.14s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.15s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.94s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2022-06-03T11:08:24.973Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-06-03T11:08:24.973Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-03T11:08:24.973Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-03T11:08:25.940Z] check_test.go:250: [db0bf7f03887c] daemon is not started [2022-06-03T11:08:25.940Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-03T11:08:26.501Z] check_test.go:250: [d66d3c1224a37] daemon is not started [2022-06-03T11:08:26.501Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-03T11:08:26.766Z] check_test.go:250: [d1b01b4ab885e] daemon is not started [2022-06-03T11:08:26.766Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-03T11:08:28.144Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-03T11:08:28.705Z] check_test.go:250: [da695daa715d9] daemon is not started [2022-06-03T11:08:28.705Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-03T11:08:28.960Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-03T11:08:29.215Z] check_test.go:250: [dd70ae8b7b3a6] daemon is not started [2022-06-03T11:08:29.215Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-03T11:08:30.141Z] check_test.go:250: [d9b6cab8ae409] daemon is not started [2022-06-03T11:08:30.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-03T11:08:30.396Z] check_test.go:250: [d21c802b9a0f5] daemon is not started [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.52s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.83s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.76s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.46s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.61s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.54s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.96s) [2022-06-03T11:08:30.396Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.19s) [2022-06-03T11:08:30.396Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-03T11:08:30.396Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-03T11:08:32.908Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-03T11:08:36.210Z] check_test.go:277: [d1ef4f1e48561] daemon is not started [2022-06-03T11:08:36.210Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-03T11:08:36.210Z] check_test.go:277: [d1aa12669f177] daemon is not started [2022-06-03T11:08:36.210Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-03T11:08:36.210Z] check_test.go:277: [d30aa06b39b5a] daemon is not started [2022-06-03T11:08:36.210Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-03T11:08:36.210Z] check_test.go:277: [d66f2e51df4db] daemon is not started [2022-06-03T11:08:36.210Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-03T11:08:36.210Z] check_test.go:277: [d25bb71e8c1a4] daemon is not started [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.85s) [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.18s) [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s) [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-06-03T11:08:36.210Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2022-06-03T11:08:36.210Z] === RUN TestDockerNetworkSuite [2022-06-03T11:08:36.210Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-03T11:08:36.771Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-03T11:08:36.771Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T11:08:36.771Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-03T11:08:37.331Z] docker_cli_network_unix_test.go:46: [db50b6dae5fec] daemon is not started [2022-06-03T11:08:37.628Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-03T11:08:38.188Z] docker_cli_network_unix_test.go:46: [dc7fa5a57ea41] daemon is not started [2022-06-03T11:08:38.485Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-03T11:08:41.809Z] docker_cli_network_unix_test.go:46: [d6e5dba613bdc] daemon is not started [2022-06-03T11:08:42.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-03T11:08:43.036Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-03T11:08:43.597Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-03T11:08:43.852Z] docker_cli_network_unix_test.go:46: [dccd7636fcea5] daemon is not started [2022-06-03T11:08:44.106Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-03T11:08:44.106Z] docker_cli_network_unix_test.go:1233: [d5ff7b2c431e0] daemon is not started [2022-06-03T11:08:44.362Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork 37.393s coverage: 40.6% of statements [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.398s coverage: 59.9% of statements [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.095s coverage: 4.0% of statements [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-03T11:08:44.483Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T11:08:44.483Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-03T11:08:46.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-03T11:08:46.916Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-03T11:08:48.278Z] docker_cli_network_unix_test.go:46: [d25566d89b0cb] daemon is not started [2022-06-03T11:08:48.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-03T11:08:53.790Z] docker_cli_network_unix_test.go:46: [d7de251fa3cb7] daemon is not started [2022-06-03T11:08:54.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.616s coverage: 7.2% of statements [2022-06-03T11:08:54.441Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.017s coverage: 57.4% of statements [2022-06-03T11:08:54.441Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T11:08:54.441Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T11:08:54.441Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-06-03T11:08:54.441Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T11:08:54.698Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T11:08:55.972Z] docker_cli_network_unix_test.go:46: [dac7956b10f36] daemon is not started [2022-06-03T11:08:56.575Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-03T11:08:57.501Z] docker_cli_network_unix_test.go:46: [db1da8dc13c2d] daemon is not started [2022-06-03T11:08:57.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-03T11:08:57.799Z] docker_cli_network_unix_test.go:46: [d7333940cfd0f] daemon is not started [2022-06-03T11:08:58.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-03T11:08:58.310Z] docker_cli_network_unix_test.go:46: [d27a045b705e7] daemon is not started [2022-06-03T11:08:58.310Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-03T11:08:58.871Z] docker_cli_network_unix_test.go:46: [d7686040da875] daemon is not started [2022-06-03T11:08:59.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-03T11:08:59.991Z] docker_cli_network_unix_test.go:46: [dfd973b0971a8] daemon is not started [2022-06-03T11:09:00.246Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-03T11:09:00.246Z] docker_cli_network_unix_test.go:46: [de14caf41d594] daemon is not started [2022-06-03T11:09:00.246Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-03T11:09:00.806Z] docker_cli_network_unix_test.go:46: [d34e8cd51d561] daemon is not started [2022-06-03T11:09:00.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-03T11:09:01.061Z] docker_cli_network_unix_test.go:46: [dec201c60293c] daemon is not started [2022-06-03T11:09:01.359Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-03T11:09:01.655Z] docker_cli_network_unix_test.go:46: [defd056c3d7d6] daemon is not started [2022-06-03T11:09:01.655Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-03T11:09:01.655Z] docker_cli_network_unix_test.go:46: [dbfca07ab270d] daemon is not started [2022-06-03T11:09:01.655Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-03T11:09:01.655Z] docker_cli_network_unix_test.go:46: [dce91cc19174e] daemon is not started [2022-06-03T11:09:01.655Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-03T11:09:02.580Z] docker_cli_network_unix_test.go:46: [d53c0543ea404] daemon is not started [2022-06-03T11:09:02.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-03T11:09:03.140Z] docker_cli_network_unix_test.go:46: [dfdbbf3de5abb] daemon is not started [2022-06-03T11:09:03.395Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-03T11:09:03.650Z] docker_cli_network_unix_test.go:46: [d7db70ead99ba] daemon is not started [2022-06-03T11:09:03.650Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-03T11:09:03.650Z] docker_cli_network_unix_test.go:46: [db69076d72a76] daemon is not started [2022-06-03T11:09:03.906Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-03T11:09:03.906Z] docker_cli_network_unix_test.go:46: [d8ef6c876828f] daemon is not started [2022-06-03T11:09:03.906Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-03T11:09:05.311Z] docker_cli_network_unix_test.go:968: [dcb67a0562908] daemon is not started [2022-06-03T11:09:06.280Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-03T11:09:06.900Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-03T11:09:07.207Z] docker_cli_network_unix_test.go:46: [dac936481819d] daemon is not started [2022-06-03T11:09:07.462Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-03T11:09:10.017Z] docker_cli_network_unix_test.go:1116: [de8e620d52143] daemon is not started [2022-06-03T11:09:13.281Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-03T11:09:13.281Z] docker_cli_network_unix_test.go:46: [d5d3da9e982ac] daemon is not started [2022-06-03T11:09:13.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-03T11:09:13.537Z] docker_cli_network_unix_test.go:46: [dcd945875a452] daemon is not started [2022-06-03T11:09:13.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-03T11:09:13.792Z] docker_cli_network_unix_test.go:46: [d5f7c17531297] daemon is not started [2022-06-03T11:09:13.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-03T11:09:13.792Z] docker_cli_network_unix_test.go:46: [d1b31f1044eb6] daemon is not started [2022-06-03T11:09:13.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-03T11:09:14.087Z] docker_cli_network_unix_test.go:46: [d53d6a9e04308] daemon is not started [2022-06-03T11:09:14.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-03T11:09:14.087Z] docker_cli_network_unix_test.go:46: [d7e0ddcca8ecc] daemon is not started [2022-06-03T11:09:14.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-03T11:09:14.087Z] docker_cli_network_unix_test.go:46: [df702fcc37885] daemon is not started [2022-06-03T11:09:14.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-03T11:09:15.987Z] docker_cli_network_unix_test.go:46: [db40c79cc9846] daemon is not started [2022-06-03T11:09:16.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-03T11:09:16.547Z] docker_cli_network_unix_test.go:46: [d8d85e7ad439f] daemon is not started [2022-06-03T11:09:16.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-03T11:09:16.547Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T11:09:16.547Z] docker_cli_network_unix_test.go:46: [d25be763a6e1f] daemon is not started [2022-06-03T11:09:16.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-03T11:09:17.107Z] docker_cli_network_unix_test.go:46: [dfa4c4617bd80] daemon is not started [2022-06-03T11:09:17.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-03T11:09:21.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/ipam 14.183s coverage: 85.3% of statements [2022-06-03T11:09:21.768Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T11:09:21.768Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-03T11:09:21.768Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/ipamutils 0.255s coverage: 74.0% of statements [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/iptables 0.164s coverage: 45.1% of statements [2022-06-03T11:09:21.768Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-03T11:09:22.333Z] ok github.com/docker/docker/libnetwork/netutils 0.021s coverage: 44.1% of statements [2022-06-03T11:09:22.533Z] docker_cli_network_unix_test.go:1084: [d9a55d038eb77] daemon is not started [2022-06-03T11:09:23.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-03T11:09:23.937Z] docker_cli_network_unix_test.go:46: [daef732b98ffd] daemon is not started [2022-06-03T11:09:23.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-03T11:09:24.497Z] docker_cli_network_unix_test.go:46: [d95a00546ad6d] daemon is not started [2022-06-03T11:09:24.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-03T11:09:26.116Z] docker_cli_network_unix_test.go:46: [d944352507afa] daemon is not started [2022-06-03T11:09:26.116Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-03T11:09:26.373Z] docker_cli_network_unix_test.go:46: [db3c136831a76] daemon is not started [2022-06-03T11:09:26.373Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-03T11:09:26.670Z] docker_cli_network_unix_test.go:46: [df7b7471e548f] daemon is not started [2022-06-03T11:09:26.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-03T11:09:27.485Z] docker_cli_network_unix_test.go:46: [d8b34e2cd50fc] daemon is not started [2022-06-03T11:09:27.485Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-03T11:09:28.094Z] docker_cli_network_unix_test.go:46: [d01a715cec4aa] daemon is not started [2022-06-03T11:09:28.349Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-03T11:09:33.672Z] docker_cli_network_unix_test.go:46: [d9118f314bcc1] daemon is not started [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite (57.06s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.30s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.77s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.67s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.96s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.74s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.79s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.56s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.91s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.30s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.31s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.31s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.79s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.05s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.45s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-06-03T11:09:33.672Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.49s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.01s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2022-06-03T11:09:33.672Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.03s) [2022-06-03T11:09:33.672Z] === RUN TestDockerHubPullSuite [2022-06-03T11:09:33.672Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-03T11:09:35.078Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-03T11:09:37.629Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-03T11:09:37.885Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-03T11:09:39.287Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-03T11:09:39.543Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite (6.15s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.64s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.68s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.37s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.19s) [2022-06-03T11:09:39.543Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-03T11:09:39.543Z] PASS [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === Skipped [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.07s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T11:09:39.543Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-06-03T11:09:39.543Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.02s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-06-03T11:09:39.543Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.543Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T11:09:39.543Z] [2022-06-03T11:09:39.543Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T11:09:39.543Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T11:09:39.544Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T11:09:39.544Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T11:09:39.544Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T11:09:39.544Z] docker_cli_network_unix_test.go:46: [d25be763a6e1f] daemon is not started [2022-06-03T11:09:39.544Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] DONE 1265 tests, 51 skipped in 1454.665s [2022-06-03T11:09:39.544Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T11:09:39.544Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T11:09:39.544Z] +++ kill 9362 [2022-06-03T11:09:39.544Z] +++ /etc/init.d/apparmor stop [2022-06-03T11:09:39.544Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] Unloading profiles will leave already running processes permanently [2022-06-03T11:09:39.544Z] unconfined, which can lead to unexpected situations. [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.544Z] To set a process to complain mode, use the command line tool [2022-06-03T11:09:39.544Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T11:09:39.544Z] +++ true [2022-06-03T11:09:39.544Z] exiting test-integration [2022-06-03T11:09:39.544Z] ++ exit 0 [2022-06-03T11:09:39.544Z] [2022-06-03T11:09:39.841Z] + for job in $(jobs -p) [2022-06-03T11:09:39.841Z] + wait 23065 [2022-06-03T11:09:40.780Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-03T11:09:43.295Z] docker_cli_swarm_test.go:1180: [da59fd5490c8a] joining swarm manager [d8fea78016558]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:09:49.862Z] docker_cli_swarm_test.go:1189: [d4c1d998948eb] joining swarm manager [d8fea78016558]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:10:28.547Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-03T11:10:33.825Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-03T11:10:38.029Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-03T11:10:39.958Z] docker_cli_swarm_test.go:1112: [d18d8de9ebc7e] joining swarm manager [d6be2d2fd1b64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:10:41.319Z] docker_cli_swarm_test.go:1113: [d0eb28bff41d5] joining swarm manager [d6be2d2fd1b64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:11:13.749Z] ok github.com/docker/docker/libnetwork/networkdb 104.130s coverage: 60.6% of statements [2022-06-03T11:11:13.749Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T11:11:13.749Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T11:11:13.749Z] ok github.com/docker/docker/libnetwork/osl 4.302s coverage: 39.7% of statements [2022-06-03T11:11:13.749Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-03T11:11:13.749Z] ok github.com/docker/docker/libnetwork/portallocator 0.014s coverage: 80.7% of statements [2022-06-03T11:11:14.006Z] ok github.com/docker/docker/libnetwork/portmapper 0.567s coverage: 48.6% of statements [2022-06-03T11:11:14.264Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-03T11:11:14.264Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T11:11:14.522Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === Skipped [2022-06-03T11:11:14.779Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T11:11:14.779Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T11:11:14.779Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T11:11:14.779Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T11:11:14.779Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T11:11:14.779Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T11:11:14.779Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T11:11:14.779Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T11:11:14.779Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T11:11:14.779Z] firewalld_test.go:14: firewalld is not running [2022-06-03T11:11:14.779Z] [2022-06-03T11:11:14.779Z] DONE 325 tests, 9 skipped in 200.029s Post stage [Pipeline] junit [2022-06-03T11:11:15.364Z] Recording test results [2022-06-03T11:11:15.685Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-03T11:11:16.002Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43687/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca6e94f9944743de7cb56dce0c7c329537cb8cb4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca6e94f9944743de7cb56dce0c7c329537cb8cb4 hack/validate/vendor [2022-06-03T11:11:16.567Z] No vendor changes in diff. [2022-06-03T11:11:16.825Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T11:11:17.127Z] + echo Ensuring container killed. [2022-06-03T11:11:17.127Z] Ensuring container killed. [2022-06-03T11:11:17.127Z] + docker rm -vf docker-pr1 [2022-06-03T11:11:17.127Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T11:11:17.405Z] + echo Chowning /workspace to jenkins user [2022-06-03T11:11:17.405Z] Chowning /workspace to jenkins user [2022-06-03T11:11:17.405Z] + id -u [2022-06-03T11:11:17.405Z] + id -g [2022-06-03T11:11:17.405Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T11:11:19.068Z] + bundleName=unit [2022-06-03T11:11:19.068Z] + echo Creating unit-bundles.tar.gz [2022-06-03T11:11:19.068Z] Creating unit-bundles.tar.gz [2022-06-03T11:11:19.068Z] + 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-03T11:11:19.068Z] bundles/junit-report-libnetwork.xml [2022-06-03T11:11:19.068Z] bundles/junit-report.xml [2022-06-03T11:11:19.068Z] bundles/go-test-report-libnetwork.json [2022-06-03T11:11:19.068Z] bundles/go-test-report.json [2022-06-03T11:11:19.068Z] bundles/profile-libnetwork.out [2022-06-03T11:11:19.068Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-03T11:11:19.078Z] Archiving artifacts [2022-06-03T11:11:19.654Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T11:11:19.954Z] + make clean [2022-06-03T11:11:19.954Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T11:11:19.954Z] docker-dev-cache [2022-06-03T11:11:19.954Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T11:12:02.730Z] docker_cli_swarm_test.go:1166: [d184b89ec1689] joining swarm manager [d6be2d2fd1b64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T11:12:24.596Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-03T11:12:24.597Z] docker_cli_swarm_test.go:1447: [df9820464e6c5] joining swarm manager [dddf9f4b42216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:12:25.155Z] docker_cli_swarm_test.go:1448: [d1fc3c1ebdd8b] joining swarm manager [dddf9f4b42216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T11:12:37.349Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-03T11:12:37.349Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-03T11:12:37.349Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-03T11:12:37.349Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-03T11:12:37.349Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-03T11:12:38.317Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-03T11:12:40.202Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-03T11:12:43.470Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-03T11:12:46.000Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-03T11:12:47.886Z] docker_cli_swarm_unix_test.go:63: [dbe38ef4bd7ba] joining swarm manager [dd64d997844da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:13:44.161Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-03T11:13:44.161Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-03T11:13:44.161Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-03T11:13:45.566Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-03T11:13:48.827Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-03T11:13:51.379Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-03T11:13:53.263Z] docker_api_swarm_test.go:962: [d2383bb4ba268] joining swarm manager [ddc679d304411]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T11:14:11.330Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-03T11:14:23.585Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-03T11:14:24.511Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-03T11:14:27.022Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-03T11:14:29.534Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-03T11:14:37.609Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-03T11:14:40.911Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-03T11:14:43.464Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-03T11:14:46.059Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-03T11:14:48.571Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-03T11:14:51.126Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-03T11:14:53.635Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-03T11:14:56.186Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-03T11:15:52.419Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-03T11:16:07.242Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite (1513.61s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.15s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.32s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.09s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.98s) [2022-06-03T11:16:22.157Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.94s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.07s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.71s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (28.67s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.86s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.38s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.62s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.40s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.26s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.96s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.41s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.40s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.36s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.40s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.60s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.38s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.60s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.83s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.17s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (14.94s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.88s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.13s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.60s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.01s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.81s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.41s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.33s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.99s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.14s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.13s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.63s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.08s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.05s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.25s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.03s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.09s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.09s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.42s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.84s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.98s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.95s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.08s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.43s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.76s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.76s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.01s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.55s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.35s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.09s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.35s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.23s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.81s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.64s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.94s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.88s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.06s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.15s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.07s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.51s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.81s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.46s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.42s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.44s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.40s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.69s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.28s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.25s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.27s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (77.61s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.79s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.60s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.92s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.66s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.36s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.15s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.66s) [2022-06-03T11:16:22.157Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.16s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.77s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.55s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.92s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.80s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.03s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.16s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (104.67s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.20s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.24s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.42s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.20s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.11s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.51s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.85s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.29s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.14s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.82s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.79s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.44s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.73s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.70s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.16s) [2022-06-03T11:16:22.157Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2022-06-03T11:16:22.157Z] === RUN TestDockerExternalVolumeSuite [2022-06-03T11:16:22.157Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-03T11:16:22.412Z] docker_cli_external_volume_driver_test.go:53: [dcc98cd5a54b1] daemon is not started [2022-06-03T11:16:40.457Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-03T11:17:48.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-03T11:17:54.784Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-03T11:18:09.647Z] docker_cli_external_volume_driver_test.go:53: [d8f60f7327ae3] daemon is not started [2022-06-03T11:18:24.532Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-03T11:18:42.683Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-03T11:18:54.836Z] docker_cli_external_volume_driver_test.go:53: [d04995557bfe8] daemon is not started [2022-06-03T11:19:12.946Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-03T11:19:12.946Z] docker_cli_external_volume_driver_test.go:53: [de8f000b07b32] daemon is not started [2022-06-03T11:19:25.181Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-03T11:19:57.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-03T11:20:15.413Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-03T11:20:30.235Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-03T11:21:16.960Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-03T11:21:35.164Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-03T11:22:07.293Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-03T11:22:39.382Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-03T11:22:51.556Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-03T11:23:09.715Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-03T11:23:09.715Z] docker_cli_external_volume_driver_test.go:485: [dac4f497730ca] daemon is not started [2022-06-03T11:23:24.702Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-03T11:23:24.702Z] docker_cli_external_volume_driver_test.go:53: [dd85e3a5267d4] daemon is not started [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite (436.94s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.10s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-06-03T11:23:39.612Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-06-03T11:23:39.612Z] PASS [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] === Skipped [2022-06-03T11:23:39.612Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T11:23:39.612Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T11:23:39.612Z] check_test.go:307: [ddd86f597639c] daemon is not started [2022-06-03T11:23:39.612Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T11:23:39.612Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T11:23:39.612Z] check_test.go:307: [d6c6e4bb46f8d] daemon is not started [2022-06-03T11:23:39.612Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T11:23:39.612Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T11:23:39.612Z] check_test.go:307: [d6a4ced33df32] daemon is not started [2022-06-03T11:23:39.612Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T11:23:39.612Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T11:23:39.612Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T11:23:39.612Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T11:23:39.612Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] DONE 269 tests, 5 skipped in 2290.372s [2022-06-03T11:23:39.612Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T11:23:39.612Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7cecfad93bc0/docker.pid [2022-06-03T11:23:39.612Z] +++ kill 7026 [2022-06-03T11:23:39.612Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7026 is not a child of this shell [2022-06-03T11:23:39.612Z] warning: PID 7026 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7cecfad93bc0/docker.pid had a nonzero exit code [2022-06-03T11:23:39.612Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T11:23:39.612Z] +++ kill 9359 [2022-06-03T11:23:39.612Z] +++ /etc/init.d/apparmor stop [2022-06-03T11:23:39.612Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] Unloading profiles will leave already running processes permanently [2022-06-03T11:23:39.612Z] unconfined, which can lead to unexpected situations. [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] To set a process to complain mode, use the command line tool [2022-06-03T11:23:39.612Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T11:23:39.612Z] +++ true [2022-06-03T11:23:39.612Z] exiting test-integration [2022-06-03T11:23:39.612Z] ++ exit 0 [2022-06-03T11:23:39.612Z] [2022-06-03T11:23:39.612Z] + exit 0 [2022-06-03T11:23:39.612Z] ++ jobs -p [2022-06-03T11:23:39.612Z] + pids= [2022-06-03T11:23:39.612Z] + echo 'Remaining pids to kill: []' [2022-06-03T11:23:39.612Z] Remaining pids to kill: [] [2022-06-03T11:23:39.612Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-03T11:23:39.699Z] Recording test results [2022-06-03T11:23:40.070Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T11:23:40.385Z] + echo Ensuring container killed. [2022-06-03T11:23:40.385Z] Ensuring container killed. [2022-06-03T11:23:40.385Z] + docker ps -aq -f name=docker-pr1-* [2022-06-03T11:23:40.385Z] + cids=0b15bd11ce06 [2022-06-03T11:23:40.385Z] e056f5feb148 [2022-06-03T11:23:40.385Z] b11925dffd58 [2022-06-03T11:23:40.385Z] + [ -n 0b15bd11ce06 [2022-06-03T11:23:40.385Z] e056f5feb148 [2022-06-03T11:23:40.385Z] b11925dffd58 ] [2022-06-03T11:23:40.385Z] + docker rm -vf 0b15bd11ce06 e056f5feb148 b11925dffd58 [2022-06-03T11:23:40.990Z] 0b15bd11ce06 [2022-06-03T11:23:40.990Z] e056f5feb148 [2022-06-03T11:23:40.990Z] b11925dffd58 [Pipeline] sh [2022-06-03T11:23:41.260Z] + echo Chowning /workspace to jenkins user [2022-06-03T11:23:41.261Z] Chowning /workspace to jenkins user [2022-06-03T11:23:41.261Z] + id -u [2022-06-03T11:23:41.261Z] + id -g [2022-06-03T11:23:41.261Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43687:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T11:23:44.190Z] + bundleName=amd64 [2022-06-03T11:23:44.190Z] + echo Creating amd64-bundles.tar.gz [2022-06-03T11:23:44.190Z] Creating amd64-bundles.tar.gz [2022-06-03T11:23:44.190Z] + 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-03T11:23:44.190Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T11:23:45.561Z] Archiving artifacts [2022-06-03T11:23:46.110Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43687/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T11:23:46.410Z] + make clean [2022-06-03T11:23:46.410Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T11:23:46.410Z] docker-dev-cache [2022-06-03T11:23:46.410Z] 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 Finished: SUCCESS