Pull request #43975 updated Started by user Sebastiaan van Stijn Rebuilds build #4 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a7299ae72c95afa810b5afd7c80e30a31d892c64+a77093b4fecd86b562266b8f79fe100e3587a723 (a3a0fc8e08334a646e713cd77bd13f1a1af1a2d8) 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43975@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-08-17T18:17:14.741Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-08-17T18:17:14.745Z] Trying to pass milestone 4 [Pipeline] milestone [2022-08-17T18:17:14.837Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-08-17T18:17:15.057Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5330240de23a600) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] { [Pipeline] checkout [2022-08-17T18:17:15.111Z] The recommended git tool is: git [2022-08-17T18:17:15.135Z] using credential docker-jenkins-github-credentials [2022-08-17T18:17:15.147Z] Cloning the remote Git repository [2022-08-17T18:17:15.147Z] Cloning with configured refspecs honoured and without tags [2022-08-17T18:17:15.152Z] Cloning repository https://github.com/moby/moby.git [2022-08-17T18:17:15.152Z] > git init /home/ubuntu/workspace/moby_PR-43975 # timeout=10 [2022-08-17T18:17:15.165Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:17:15.165Z] > git --version # timeout=10 [2022-08-17T18:17:15.170Z] > git --version # 'git version 2.17.1' [2022-08-17T18:17:15.171Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:15.171Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:29.139Z] Fetching without tags [2022-08-17T18:17:29.108Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:17:29.115Z] > git config --add remote.origin.fetch +refs/pull/43975/head:refs/remotes/origin/PR-43975 # timeout=10 [2022-08-17T18:17:29.121Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:29.132Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:17:29.143Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:17:29.143Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:29.144Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:29.324Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:29.795Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:29.795Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:17:30.317Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [2022-08-17T18:17:29.328Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:29.333Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:29.772Z] > git remote # timeout=10 [2022-08-17T18:17:29.774Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:17:29.781Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:29.782Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:17:29.790Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:17:29.799Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:29.807Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:30.322Z] > git rev-list --no-walk a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-17T18:17:31.001Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 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-08-17T18:17:31.001Z] Unable to find image 'alpine:latest' locally [2022-08-17T18:17:31.261Z] latest: Pulling from library/alpine [2022-08-17T18:17:31.261Z] 213ec9aee27d: Pulling fs layer [2022-08-17T18:17:31.261Z] 213ec9aee27d: Download complete [2022-08-17T18:17:31.521Z] 213ec9aee27d: Pull complete [2022-08-17T18:17:31.521Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-17T18:17:31.521Z] Status: Downloaded newer image for alpine:latest [2022-08-17T18:17:34.062Z] 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] { (Branch: win-RS5) [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] stage [Pipeline] { (win-RS5) Stage "win-RS5" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2022-08-17T18:17:34.532Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5330240de23a600) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-08-17T18:17:34.582Z] The recommended git tool is: git [Pipeline] // stage [2022-08-17T18:17:34.591Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-08-17T18:17:34.606Z] Fetching changes from the remote Git repository [2022-08-17T18:17:34.611Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [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] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) 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-08-17T18:17:35.037Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:35.109Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:35.110Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:17:35.170Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-17T18:17:34.601Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43975/.git # timeout=10 [2022-08-17T18:17:34.609Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:17:34.615Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:17:34.615Z] > git --version # timeout=10 [2022-08-17T18:17:34.622Z] > git --version # 'git version 2.17.1' [2022-08-17T18:17:34.622Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:34.623Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:35.040Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:35.045Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:35.091Z] > git remote # timeout=10 [2022-08-17T18:17:35.094Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:17:35.096Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:35.097Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:17:35.104Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:17:35.113Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:35.122Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:35.844Z] + [ PR != PR ] [2022-08-17T18:17:35.844Z] + [ 20.10 != master ] [2022-08-17T18:17:35.844Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-17T18:17:36.168Z] + docker version [2022-08-17T18:17:36.168Z] Client: Docker Engine - Community [2022-08-17T18:17:36.168Z] Version: 20.10.14 [2022-08-17T18:17:36.168Z] API version: 1.41 [2022-08-17T18:17:36.168Z] Go version: go1.16.15 [2022-08-17T18:17:36.168Z] Git commit: a224086 [2022-08-17T18:17:36.168Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-17T18:17:36.168Z] OS/Arch: linux/amd64 [2022-08-17T18:17:36.168Z] Context: default [2022-08-17T18:17:36.168Z] Experimental: true [2022-08-17T18:17:36.168Z] [2022-08-17T18:17:36.168Z] Server: Docker Engine - Community [2022-08-17T18:17:36.168Z] Engine: [2022-08-17T18:17:36.168Z] Version: 20.10.14 [2022-08-17T18:17:36.168Z] API version: 1.41 (minimum version 1.12) [2022-08-17T18:17:36.168Z] Go version: go1.16.15 [2022-08-17T18:17:36.168Z] Git commit: 87a90dc [2022-08-17T18:17:36.168Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-17T18:17:36.168Z] OS/Arch: linux/amd64 [2022-08-17T18:17:36.168Z] Experimental: true [2022-08-17T18:17:36.168Z] containerd: [2022-08-17T18:17:36.168Z] Version: 1.5.11 [2022-08-17T18:17:36.168Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:17:36.168Z] runc: [2022-08-17T18:17:36.168Z] Version: 1.0.3 [2022-08-17T18:17:36.168Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-17T18:17:36.168Z] docker-init: [2022-08-17T18:17:36.168Z] Version: 0.19.0 [2022-08-17T18:17:36.168Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-17T18:17:36.290Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ef10ff3f1d3d41b) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] { [Pipeline] checkout [2022-08-17T18:17:36.318Z] The recommended git tool is: git [2022-08-17T18:17:36.366Z] using credential docker-jenkins-github-credentials [2022-08-17T18:17:36.375Z] Cloning the remote Git repository [2022-08-17T18:17:36.375Z] Cloning with configured refspecs honoured and without tags [2022-08-17T18:17:36.452Z] + docker info [2022-08-17T18:17:36.381Z] Cloning repository https://github.com/moby/moby.git [2022-08-17T18:17:36.382Z] > git init /home/ubuntu/workspace/moby_PR-43975 # timeout=10 [2022-08-17T18:17:36.397Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:17:36.397Z] > git --version # timeout=10 [2022-08-17T18:17:36.405Z] > git --version # 'git version 2.17.1' [2022-08-17T18:17:36.405Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:36.406Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:37.392Z] Client: [2022-08-17T18:17:37.392Z] Context: default [2022-08-17T18:17:37.392Z] Debug Mode: false [2022-08-17T18:17:37.392Z] Plugins: [2022-08-17T18:17:37.392Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-17T18:17:37.392Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-17T18:17:37.392Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-17T18:17:37.392Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-17T18:17:37.392Z] [2022-08-17T18:17:37.392Z] Server: [2022-08-17T18:17:37.392Z] Containers: 0 [2022-08-17T18:17:37.392Z] Running: 0 [2022-08-17T18:17:37.392Z] Paused: 0 [2022-08-17T18:17:37.392Z] Stopped: 0 [2022-08-17T18:17:37.392Z] Images: 4 [2022-08-17T18:17:37.392Z] Server Version: 20.10.14 [2022-08-17T18:17:37.392Z] Storage Driver: overlay2 [2022-08-17T18:17:37.392Z] Backing Filesystem: extfs [2022-08-17T18:17:37.392Z] Supports d_type: true [2022-08-17T18:17:37.392Z] Native Overlay Diff: true [2022-08-17T18:17:37.392Z] userxattr: false [2022-08-17T18:17:37.392Z] Logging Driver: json-file [2022-08-17T18:17:37.392Z] Cgroup Driver: cgroupfs [2022-08-17T18:17:37.392Z] Cgroup Version: 1 [2022-08-17T18:17:37.392Z] Plugins: [2022-08-17T18:17:37.392Z] Volume: local [2022-08-17T18:17:37.392Z] Network: bridge host ipvlan macvlan null overlay [2022-08-17T18:17:37.392Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-17T18:17:37.392Z] Swarm: inactive [2022-08-17T18:17:37.392Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-08-17T18:17:37.392Z] Default Runtime: runc [2022-08-17T18:17:37.392Z] Init Binary: docker-init [2022-08-17T18:17:37.392Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:17:37.392Z] runc version: v1.0.3-0-gf46b6ba [2022-08-17T18:17:37.392Z] init version: de40ad0 [2022-08-17T18:17:37.392Z] Security Options: [2022-08-17T18:17:37.392Z] apparmor [2022-08-17T18:17:37.392Z] seccomp [2022-08-17T18:17:37.392Z] Profile: default [2022-08-17T18:17:37.392Z] Kernel Version: 5.4.0-1071-aws [2022-08-17T18:17:37.392Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-17T18:17:37.392Z] OSType: linux [2022-08-17T18:17:37.392Z] Architecture: x86_64 [2022-08-17T18:17:37.392Z] CPUs: 2 [2022-08-17T18:17:37.392Z] Total Memory: 7.483GiB [2022-08-17T18:17:37.392Z] Name: ip-10-100-54-140 [2022-08-17T18:17:37.392Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-17T18:17:37.392Z] Docker Root Dir: /var/lib/docker [2022-08-17T18:17:37.392Z] Debug Mode: false [2022-08-17T18:17:37.392Z] Registry: https://index.docker.io/v1/ [2022-08-17T18:17:37.392Z] Labels: [2022-08-17T18:17:37.392Z] Experimental: true [2022-08-17T18:17:37.392Z] Insecure Registries: [2022-08-17T18:17:37.392Z] 127.0.0.0/8 [2022-08-17T18:17:37.392Z] Live Restore Enabled: true [2022-08-17T18:17:37.392Z] [2022-08-17T18:17:37.392Z] WARNING: No swap limit support [Pipeline] sh [2022-08-17T18:17:37.677Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:17:37.677Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:17:37.677Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43975/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-17T18:17:37.677Z] + bash /home/ubuntu/workspace/moby_PR-43975/check-config.sh [2022-08-17T18:17:37.677Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-17T18:17:37.677Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-17T18:17:37.677Z] [2022-08-17T18:17:37.677Z] Generally Necessary: [2022-08-17T18:17:37.677Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-17T18:17:37.677Z] - apparmor: enabled and tools installed [2022-08-17T18:17:37.677Z] - CONFIG_NAMESPACES: enabled [2022-08-17T18:17:37.677Z] - CONFIG_NET_NS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_PID_NS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_IPC_NS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_UTS_NS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CGROUPS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-17T18:17:37.677Z] - CONFIG_CPUSETS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_MEMCG: enabled [2022-08-17T18:17:37.677Z] - CONFIG_KEYS: enabled [2022-08-17T18:17:37.677Z] - CONFIG_VETH: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-17T18:17:37.937Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-17T18:17:37.937Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-17T18:17:37.938Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-17T18:17:37.938Z] [2022-08-17T18:17:37.938Z] Optional Features: [2022-08-17T18:17:37.938Z] - CONFIG_USER_NS: enabled [2022-08-17T18:17:37.938Z] - CONFIG_SECCOMP: enabled [2022-08-17T18:17:37.938Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-17T18:17:37.938Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-17T18:17:37.938Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-17T18:17:37.938Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-17T18:17:37.938Z] - CONFIG_BLK_CGROUP: enabled [2022-08-17T18:17:37.938Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-17T18:17:37.938Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-17T18:17:37.938Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-17T18:17:37.938Z] - CONFIG_CGROUP_PERF: enabled [2022-08-17T18:17:37.938Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-17T18:17:37.938Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-17T18:17:37.938Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-17T18:17:37.938Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-17T18:17:37.938Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-17T18:17:37.938Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_IP_VS: enabled (as module) [2022-08-17T18:17:37.938Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-17T18:17:37.938Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-17T18:17:37.938Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-17T18:17:38.197Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_EXT4_FS: enabled [2022-08-17T18:17:38.197Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-17T18:17:38.197Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-17T18:17:38.197Z] - Network Drivers: [2022-08-17T18:17:38.197Z] - "overlay": [2022-08-17T18:17:38.197Z] - CONFIG_VXLAN: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-17T18:17:38.197Z] Optional (for encrypted networks): [2022-08-17T18:17:38.197Z] - CONFIG_CRYPTO: enabled [2022-08-17T18:17:38.197Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-17T18:17:38.197Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-17T18:17:38.197Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-17T18:17:38.197Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-17T18:17:38.197Z] - CONFIG_XFRM: enabled [2022-08-17T18:17:38.197Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-17T18:17:38.197Z] - "ipvlan": [2022-08-17T18:17:38.197Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-17T18:17:38.197Z] - "macvlan": [2022-08-17T18:17:38.197Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_DUMMY: enabled (as module) [2022-08-17T18:17:38.197Z] - "ftp,tftp client in container": [2022-08-17T18:17:38.197Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-17T18:17:38.197Z] - Storage Drivers: [2022-08-17T18:17:38.197Z] - "aufs": [2022-08-17T18:17:38.197Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-17T18:17:38.197Z] - "btrfs": [2022-08-17T18:17:38.197Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-17T18:17:38.197Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-17T18:17:38.197Z] - "devicemapper": [2022-08-17T18:17:38.197Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-17T18:17:38.197Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-17T18:17:38.197Z] - "overlay": [2022-08-17T18:17:38.197Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-17T18:17:38.197Z] - "zfs": [2022-08-17T18:17:38.197Z] - /dev/zfs: present [2022-08-17T18:17:38.197Z] - zfs command: missing [2022-08-17T18:17:38.197Z] - zpool command: missing [2022-08-17T18:17:38.197Z] [2022-08-17T18:17:38.197Z] Limits: [2022-08-17T18:17:38.197Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-17T18:17:38.197Z] [2022-08-17T18:17:38.197Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-17T18:17:38.521Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 . [2022-08-17T18:17:38.521Z] #1 [internal] load build definition from Dockerfile [2022-08-17T18:17:38.521Z] #1 sha256:8f6afa3dc38eb79f0413d7b588d304fca7cf032ff49efc4951ec2b131eeb04ab [2022-08-17T18:17:38.521Z] #1 transferring dockerfile: 17.05kB done [2022-08-17T18:17:38.521Z] #1 DONE 0.0s [2022-08-17T18:17:38.521Z] [2022-08-17T18:17:38.521Z] #2 [internal] load .dockerignore [2022-08-17T18:17:38.521Z] #2 sha256:f86869d185b7149f91807257dc46728f7918aae1cc5ec18679540a41b6796eac [2022-08-17T18:17:38.521Z] #2 transferring context: 87B done [2022-08-17T18:17:38.521Z] #2 DONE 0.0s [2022-08-17T18:17:38.521Z] [2022-08-17T18:17:38.521Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-17T18:17:38.521Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-17T18:17:38.782Z] #3 DONE 0.1s [2022-08-17T18:17:38.782Z] [2022-08-17T18:17:38.782Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-17T18:17:38.782Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-17T18:17:38.782Z] #4 CACHED [2022-08-17T18:17:39.043Z] [2022-08-17T18:17:39.043Z] #6 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:17:39.043Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-17T18:17:39.043Z] #6 ... [2022-08-17T18:17:39.043Z] [2022-08-17T18:17:39.043Z] #5 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:17:39.043Z] #5 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311 [2022-08-17T18:17:39.043Z] #5 DONE 0.1s [2022-08-17T18:17:39.043Z] [2022-08-17T18:17:39.043Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:17:39.043Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:17:39.043Z] #7 DONE 0.1s [2022-08-17T18:17:39.043Z] [2022-08-17T18:17:39.043Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:17:39.043Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:17:39.043Z] #8 DONE 0.1s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #6 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:17:39.304Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-17T18:17:39.304Z] #6 DONE 0.1s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:17:39.304Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:17:39.304Z] #26 DONE 0.0s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:17:39.304Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:17:39.304Z] #64 DONE 0.0s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:17:39.304Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-17T18:17:39.304Z] #62 DONE 0.0s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:17:39.304Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:17:39.304Z] #9 DONE 0.0s [2022-08-17T18:17:39.304Z] [2022-08-17T18:17:39.304Z] #23 [internal] load build context [2022-08-17T18:17:39.304Z] #23 sha256:17e96bcb43aa2a94541e76551ed8d6727a3c28fa6cf8b2009ddfcdae4f20b3ac [2022-08-17T18:17:40.697Z] #23 transferring context: 53.40MB 1.6s done [2022-08-17T18:17:40.697Z] #23 DONE 1.6s [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #68 sha256:085f433bee63a594b162b6459c146c8a1350ce069a9795d1fc4eddf86f15b9fb [2022-08-17T18:17:40.697Z] #68 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:17:40.697Z] #47 sha256:49fbd6c9e7e511ab4261ef896ab303ecb52de8260ebb3d043ecbb9dad82b987b [2022-08-17T18:17:40.697Z] #47 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #27 [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-08-17T18:17:40.697Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:17:40.697Z] #27 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:17:40.697Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d [2022-08-17T18:17:40.697Z] #19 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:17:40.697Z] #53 sha256:f889b2f35387ab7d216520515282e92b9e34cc6080dcecc68db48333c4716810 [2022-08-17T18:17:40.697Z] #53 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:17:40.697Z] #24 sha256:903fe7342e8a88240412feab3b518e06cd45b30d36e298130cbbb4f15eec39ca [2022-08-17T18:17:40.697Z] #24 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-17T18:17:40.697Z] #12 sha256:5082ba73144c05cfd5d005117bac826123cbf1988578df4fcf566275b1161779 [2022-08-17T18:17:40.697Z] #12 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:17:40.697Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:17:40.697Z] #40 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #38 sha256:a180d0d7d54828969c634908b75a56ed26b3f53a1b0a035aca25a9f919d92eb7 [2022-08-17T18:17:40.697Z] #38 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #55 [containerd 1/2] 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-08-17T18:17:40.697Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:17:40.697Z] #55 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #61 sha256:4fe90d0082f4fd450c5b043a8ed2daa82fa160c5217f7bb7c4f82a73f6ec4f10 [2022-08-17T18:17:40.697Z] #61 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-17T18:17:40.697Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-17T18:17:40.697Z] #63 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:17:40.697Z] #56 sha256:813c14626ee14da5a1f828770d1c5fa6535ea0999d635068da1a23b1ea866152 [2022-08-17T18:17:40.697Z] #56 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-17T18:17:40.697Z] #28 sha256:4a9e7b1865126236be9fd3347009351dcb561fb56f510948f31ad0f8e9c0858e [2022-08-17T18:17:40.697Z] #28 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #35 sha256:900f7a1c17406413dde28cec1f852114310bae7e6d17008dd2dcb1b301732e3b [2022-08-17T18:17:40.697Z] #35 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:17:40.697Z] #30 sha256:98010020a59c1249e67b66ef30ebcb0e81cf37c664957ff3f5236adec4b7a17d [2022-08-17T18:17:40.697Z] #30 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-17T18:17:40.697Z] #44 sha256:5a54bde0227da6e7e0454b926ce8d43db87b881dce26f02976e326e640d489c6 [2022-08-17T18:17:40.697Z] #44 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #54 sha256:652ae3db7cb4fae177f4e9759e04bc28028c154ddf46ee2a61eb82c1e00ae8a4 [2022-08-17T18:17:40.697Z] #54 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-17T18:17:40.697Z] #39 sha256:991e846d7e58e083e1290912f156948f6850b4ec8db5cfa4b2f03ffe46f22bd7 [2022-08-17T18:17:40.697Z] #39 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-17T18:17:40.697Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-17T18:17:40.697Z] #65 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:17:40.697Z] #49 sha256:ff32bda6db64b76b01252f30068de96ec08c77e36ba968640c8c898157c1d5d1 [2022-08-17T18:17:40.697Z] #49 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-17T18:17:40.697Z] #50 sha256:ec7d26440e9a37966195fd3d3d8d9b5c3b0deb16b8967991f37ead01c17213b5 [2022-08-17T18:17:40.697Z] #50 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.697Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-17T18:17:40.697Z] #31 sha256:2eed37cb3139cd68be583caccf49041342035ace60269902082c54e6425831bc [2022-08-17T18:17:40.697Z] #31 CACHED [2022-08-17T18:17:40.697Z] [2022-08-17T18:17:40.698Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #66 sha256:7cd90495b10da534ab1dc9b480d8bf8c31e20e03b60eea7367258eb58e8854ee [2022-08-17T18:17:40.698Z] #66 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #11 [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-08-17T18:17:40.698Z] #11 sha256:951e8b7524b2130d06892061335fba224c3ab06c9f922a81154c4579c95ab5a2 [2022-08-17T18:17:40.698Z] #11 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:17:40.698Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:17:40.698Z] #42 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #15 [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-08-17T18:17:40.698Z] #15 sha256:f162fbc0dc78319128a7fa0a7a2e0a55367da8974c899939839f6097074ab280 [2022-08-17T18:17:40.698Z] #15 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:17:40.698Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906 [2022-08-17T18:17:40.698Z] #14 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:17:40.698Z] #37 sha256:67bfef2a7653600ae7088fb9dc0fe199e10c556ada252abba34cf185b178ab8c [2022-08-17T18:17:40.698Z] #37 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #52 sha256:d6722f0d7fb51a3c6a39e79552bb04342791d32a5518fda5286fd449119ab528 [2022-08-17T18:17:40.698Z] #52 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:17:40.698Z] #67 sha256:e6dfab8e9f19558adc3191ca4820cd744f5b0e0fe7c1815d73e7fbbd49d6a6fe [2022-08-17T18:17:40.698Z] #67 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:17:40.698Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:17:40.698Z] #22 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #41 sha256:4a0bd353ee61362801bcdbdff618f8d93050b3f5e7a2a7a67f0c45e898ae896e [2022-08-17T18:17:40.698Z] #41 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:17:40.698Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:17:40.698Z] #43 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:17:40.698Z] #45 sha256:0084deb2317e5a51d02176bb66d2a8a0f1576b8a00670daf7deec410274c93cf [2022-08-17T18:17:40.698Z] #45 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #21 [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-08-17T18:17:40.698Z] #21 sha256:7d6dc0d65c552b7efb9c73a0f05574d6923c4cb8de3f8ed4dd58ab00a8cd3331 [2022-08-17T18:17:40.698Z] #21 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-17T18:17:40.698Z] #10 sha256:06306930cc58f971b10027014f39f6c684d214a33faa0aa9df474fbdd3014db0 [2022-08-17T18:17:40.698Z] #10 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #33 sha256:7f90cd1bd7c269990ee8f6664ef34f8031d1867b234566abab76e472b3fbc612 [2022-08-17T18:17:40.698Z] #33 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #46 sha256:21748d55b9df06c701fb579c317883540653b260c730086d0df6bc69631f6071 [2022-08-17T18:17:40.698Z] #46 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-17T18:17:40.698Z] #60 sha256:9c5cbca276934f99775db6733d93bd2fc0f62c418dd283834ada52b9e647dac2 [2022-08-17T18:17:40.698Z] #60 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-17T18:17:40.698Z] #25 sha256:abe850ce72c25ed1526effa64894e4c6f26c56b9b9b739566cceaaa0f0da503d [2022-08-17T18:17:40.698Z] #25 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-17T18:17:40.698Z] #16 sha256:a1356f0f53fed6dd321fbb7e3b2e7efcdea14cadeb650bab146ad5170a8ea572 [2022-08-17T18:17:40.698Z] #16 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #36 [tini 1/2] 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-08-17T18:17:40.698Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:17:40.698Z] #36 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:17:40.698Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:17:40.698Z] #20 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #57 sha256:230820754e2955ede5781f19363d6da514fb689e8d05820bcd8f8c58ed035143 [2022-08-17T18:17:40.698Z] #57 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:17:40.698Z] #51 sha256:863f387753323c36cbbce53b4baa7577a9241e791a6f6881f34a1ffc97e2ce31 [2022-08-17T18:17:40.698Z] #51 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-17T18:17:40.698Z] #69 sha256:6e51506397f2880747a7834385b2a3d18da34279cbd3334e003baac3c41ebf92 [2022-08-17T18:17:40.698Z] #69 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-17T18:17:40.698Z] #17 sha256:2280036e56f4451b37ceb580fdd12561ffb13693058a3fdce3b18b96ce471452 [2022-08-17T18:17:40.698Z] #17 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:17:40.698Z] #58 sha256:a9b135f20d5f33278b2531287189440f698811a954c2190c827fd5aed5813a2c [2022-08-17T18:17:40.698Z] #58 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-17T18:17:40.698Z] #18 sha256:621e70a2779988baa9bbb1ac50b226780bb61c6f24e7a931c49a324df8e49341 [2022-08-17T18:17:40.698Z] #18 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:17:40.698Z] #29 sha256:4ad3d2282a1586cdb45d4184d7554b88ce6ebc68ccf988bdfef508469acd88c1 [2022-08-17T18:17:40.698Z] #29 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-17T18:17:40.698Z] #48 sha256:03f75616c16290ed08e00f640b87bb422a9db29ccfaf3e85950e6cfd305628d8 [2022-08-17T18:17:40.698Z] #48 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #32 [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-08-17T18:17:40.698Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:17:40.698Z] #32 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:17:40.698Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:17:40.698Z] #13 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-17T18:17:40.698Z] #59 sha256:545a449d359c2d05581fac0d29a398f1dfdbd520f1f2be42ebc177a54917beb1 [2022-08-17T18:17:40.698Z] #59 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:17:40.698Z] #34 sha256:6155b5636e37981696ae9965cb46e2edb55e8ab810dc9a93eae3a48f086d70a4 [2022-08-17T18:17:40.698Z] #34 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-17T18:17:40.698Z] #70 sha256:d4d3aca87faec7fa1697fb165b584b11dbb73b5e8eebe266774fb8a0007e17eb [2022-08-17T18:17:40.698Z] #70 CACHED [2022-08-17T18:17:40.698Z] [2022-08-17T18:17:40.698Z] #71 exporting to image [2022-08-17T18:17:40.698Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-17T18:17:40.698Z] #71 exporting layers done [2022-08-17T18:17:40.698Z] #71 writing image sha256:2f8ac8b2231ae172d6d83e0731e1e37735d7ef5d2810f7cfdb23687216ddc94e [2022-08-17T18:17:40.698Z] #71 writing image sha256:2f8ac8b2231ae172d6d83e0731e1e37735d7ef5d2810f7cfdb23687216ddc94e done [2022-08-17T18:17:40.698Z] #71 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done [2022-08-17T18:17:40.698Z] #71 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-08-17T18:17:41.049Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/validate/default [2022-08-17T18:17:41.996Z] Congratulations! All commits are properly signed with the DCO! [2022-08-17T18:17:42.937Z] Congratulations! Seccomp profile generation is done correctly. [2022-08-17T18:17:43.197Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-08-17T18:17:49.532Z] Still waiting to schedule task [2022-08-17T18:17:49.532Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-08-17T18:17:49.533Z] Still waiting to schedule task [2022-08-17T18:17:49.533Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-08-17T18:17:49.535Z] Still waiting to schedule task [2022-08-17T18:17:49.535Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-08-17T18:17:50.423Z] Fetching without tags [2022-08-17T18:17:50.394Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:17:50.399Z] > git config --add remote.origin.fetch +refs/pull/43975/head:refs/remotes/origin/PR-43975 # timeout=10 [2022-08-17T18:17:50.404Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:50.411Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:17:50.426Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:17:50.427Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:50.427Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:17:50.628Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:51.130Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:17:51.130Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:17:51.275Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [2022-08-17T18:17:51.332Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-17T18:17:52.021Z] + docker version [2022-08-17T18:17:52.021Z] Client: Docker Engine - Community [2022-08-17T18:17:52.021Z] Version: 20.10.14 [2022-08-17T18:17:52.021Z] API version: 1.41 [2022-08-17T18:17:52.021Z] Go version: go1.16.15 [2022-08-17T18:17:52.021Z] Git commit: a224086 [2022-08-17T18:17:52.021Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-17T18:17:52.021Z] OS/Arch: linux/amd64 [2022-08-17T18:17:52.021Z] Context: default [2022-08-17T18:17:52.021Z] Experimental: true [2022-08-17T18:17:52.021Z] [2022-08-17T18:17:52.021Z] Server: Docker Engine - Community [2022-08-17T18:17:52.021Z] Engine: [2022-08-17T18:17:52.021Z] Version: 20.10.14 [2022-08-17T18:17:52.021Z] API version: 1.41 (minimum version 1.12) [2022-08-17T18:17:52.021Z] Go version: go1.16.15 [2022-08-17T18:17:52.021Z] Git commit: 87a90dc [2022-08-17T18:17:52.021Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-17T18:17:52.021Z] OS/Arch: linux/amd64 [2022-08-17T18:17:52.021Z] Experimental: true [2022-08-17T18:17:52.021Z] containerd: [2022-08-17T18:17:52.021Z] Version: 1.5.11 [2022-08-17T18:17:52.021Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:17:52.021Z] runc: [2022-08-17T18:17:52.021Z] Version: 1.0.3 [2022-08-17T18:17:52.021Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-17T18:17:52.021Z] docker-init: [2022-08-17T18:17:52.021Z] Version: 0.19.0 [2022-08-17T18:17:52.021Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-17T18:17:50.631Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:50.636Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:51.072Z] > git remote # timeout=10 [2022-08-17T18:17:51.087Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:17:51.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:17:51.103Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:17:51.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:17:51.133Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:17:51.146Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:17:52.338Z] + docker info [2022-08-17T18:17:53.264Z] Client: [2022-08-17T18:17:53.264Z] Context: default [2022-08-17T18:17:53.264Z] Debug Mode: false [2022-08-17T18:17:53.264Z] Plugins: [2022-08-17T18:17:53.264Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-17T18:17:53.264Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-17T18:17:53.264Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-17T18:17:53.264Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-17T18:17:53.264Z] [2022-08-17T18:17:53.264Z] Server: [2022-08-17T18:17:53.264Z] Containers: 0 [2022-08-17T18:17:53.264Z] Running: 0 [2022-08-17T18:17:53.264Z] Paused: 0 [2022-08-17T18:17:53.264Z] Stopped: 0 [2022-08-17T18:17:53.264Z] Images: 4 [2022-08-17T18:17:53.264Z] Server Version: 20.10.14 [2022-08-17T18:17:53.264Z] Storage Driver: overlay2 [2022-08-17T18:17:53.264Z] Backing Filesystem: extfs [2022-08-17T18:17:53.264Z] Supports d_type: true [2022-08-17T18:17:53.264Z] Native Overlay Diff: true [2022-08-17T18:17:53.264Z] userxattr: false [2022-08-17T18:17:53.264Z] Logging Driver: json-file [2022-08-17T18:17:53.264Z] Cgroup Driver: cgroupfs [2022-08-17T18:17:53.264Z] Cgroup Version: 1 [2022-08-17T18:17:53.264Z] Plugins: [2022-08-17T18:17:53.264Z] Volume: local [2022-08-17T18:17:53.264Z] Network: bridge host ipvlan macvlan null overlay [2022-08-17T18:17:53.264Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-17T18:17:53.264Z] Swarm: inactive [2022-08-17T18:17:53.264Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-17T18:17:53.264Z] Default Runtime: runc [2022-08-17T18:17:53.264Z] Init Binary: docker-init [2022-08-17T18:17:53.264Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:17:53.264Z] runc version: v1.0.3-0-gf46b6ba [2022-08-17T18:17:53.264Z] init version: de40ad0 [2022-08-17T18:17:53.264Z] Security Options: [2022-08-17T18:17:53.264Z] apparmor [2022-08-17T18:17:53.264Z] seccomp [2022-08-17T18:17:53.264Z] Profile: default [2022-08-17T18:17:53.264Z] Kernel Version: 5.4.0-1071-aws [2022-08-17T18:17:53.264Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-17T18:17:53.264Z] OSType: linux [2022-08-17T18:17:53.264Z] Architecture: x86_64 [2022-08-17T18:17:53.264Z] CPUs: 2 [2022-08-17T18:17:53.264Z] Total Memory: 7.483GiB [2022-08-17T18:17:53.264Z] Name: ip-10-100-84-12 [2022-08-17T18:17:53.264Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-17T18:17:53.264Z] Docker Root Dir: /var/lib/docker [2022-08-17T18:17:53.264Z] Debug Mode: false [2022-08-17T18:17:53.265Z] Registry: https://index.docker.io/v1/ [2022-08-17T18:17:53.265Z] Labels: [2022-08-17T18:17:53.265Z] Experimental: true [2022-08-17T18:17:53.265Z] Insecure Registries: [2022-08-17T18:17:53.265Z] 127.0.0.0/8 [2022-08-17T18:17:53.265Z] Live Restore Enabled: true [2022-08-17T18:17:53.265Z] [2022-08-17T18:17:53.265Z] WARNING: No swap limit support [Pipeline] sh [2022-08-17T18:17:53.583Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:17:53.583Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:17:53.583Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43975/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-17T18:17:53.583Z] + bash /home/ubuntu/workspace/moby_PR-43975/check-config.sh [2022-08-17T18:17:53.583Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-17T18:17:53.583Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-17T18:17:53.583Z] [2022-08-17T18:17:53.583Z] Generally Necessary: [2022-08-17T18:17:53.583Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-17T18:17:53.583Z] - apparmor: enabled and tools installed [2022-08-17T18:17:53.583Z] - CONFIG_NAMESPACES: enabled [2022-08-17T18:17:53.583Z] - CONFIG_NET_NS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_PID_NS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_IPC_NS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_UTS_NS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUPS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CPUSETS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_MEMCG: enabled [2022-08-17T18:17:53.583Z] - CONFIG_KEYS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_VETH: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-17T18:17:53.583Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-17T18:17:53.583Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-17T18:17:53.583Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-17T18:17:53.583Z] [2022-08-17T18:17:53.583Z] Optional Features: [2022-08-17T18:17:53.583Z] - CONFIG_USER_NS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_SECCOMP: enabled [2022-08-17T18:17:53.583Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-17T18:17:53.583Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-17T18:17:53.839Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-17T18:17:53.839Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-17T18:17:53.839Z] - CONFIG_BLK_CGROUP: enabled [2022-08-17T18:17:53.839Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-17T18:17:53.839Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-17T18:17:53.839Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-17T18:17:53.839Z] - CONFIG_CGROUP_PERF: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-17T18:17:53.839Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-17T18:17:53.839Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-17T18:17:53.839Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-17T18:17:53.839Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_IP_VS: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-17T18:17:53.839Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-17T18:17:53.839Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-17T18:17:53.839Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_EXT4_FS: enabled [2022-08-17T18:17:53.839Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-17T18:17:53.839Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-17T18:17:53.839Z] - Network Drivers: [2022-08-17T18:17:53.839Z] - "overlay": [2022-08-17T18:17:53.839Z] - CONFIG_VXLAN: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-17T18:17:53.839Z] Optional (for encrypted networks): [2022-08-17T18:17:53.839Z] - CONFIG_CRYPTO: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-17T18:17:53.839Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-17T18:17:53.839Z] - CONFIG_XFRM: enabled [2022-08-17T18:17:53.839Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-17T18:17:53.839Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-17T18:17:53.839Z] - "ipvlan": [2022-08-17T18:17:54.095Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-17T18:17:54.095Z] - "macvlan": [2022-08-17T18:17:54.095Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-17T18:17:54.095Z] - CONFIG_DUMMY: enabled (as module) [2022-08-17T18:17:54.095Z] - "ftp,tftp client in container": [2022-08-17T18:17:54.095Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-17T18:17:54.095Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-17T18:17:54.095Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-17T18:17:54.095Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-17T18:17:54.095Z] - Storage Drivers: [2022-08-17T18:17:54.095Z] - "aufs": [2022-08-17T18:17:54.095Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-17T18:17:54.095Z] - "btrfs": [2022-08-17T18:17:54.095Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-17T18:17:54.095Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-17T18:17:54.095Z] - "devicemapper": [2022-08-17T18:17:54.095Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-17T18:17:54.095Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-17T18:17:54.095Z] - "overlay": [2022-08-17T18:17:54.095Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-17T18:17:54.095Z] - "zfs": [2022-08-17T18:17:54.095Z] - /dev/zfs: present [2022-08-17T18:17:54.095Z] - zfs command: missing [2022-08-17T18:17:54.095Z] - zpool command: missing [2022-08-17T18:17:54.095Z] [2022-08-17T18:17:54.095Z] Limits: [2022-08-17T18:17:54.095Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-17T18:17:54.095Z] [2022-08-17T18:17:54.095Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-17T18:17:54.455Z] + sudo modprobe ip_vs [2022-08-17T18:17:54.455Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 . [2022-08-17T18:17:54.712Z] #1 [internal] load build definition from Dockerfile [2022-08-17T18:17:54.713Z] #1 sha256:abf4b5ed7d9e743010454d933b1d109ce839d07bb27135ad2208c11560882dac [2022-08-17T18:17:54.713Z] #1 transferring dockerfile: 17.05kB done [2022-08-17T18:17:54.713Z] #1 DONE 0.0s [2022-08-17T18:17:54.713Z] [2022-08-17T18:17:54.713Z] #2 [internal] load .dockerignore [2022-08-17T18:17:54.713Z] #2 sha256:530e8c442b2c3974bb548a26c54dcf2004f4f1d4ab8d89a4b1f3dd83c89b69e3 [2022-08-17T18:17:54.713Z] #2 transferring context: 87B done [2022-08-17T18:17:54.713Z] #2 DONE 0.0s [2022-08-17T18:17:54.713Z] [2022-08-17T18:17:54.713Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-17T18:17:54.713Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-17T18:17:54.969Z] #3 DONE 0.1s [2022-08-17T18:17:54.969Z] [2022-08-17T18:17:54.969Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-17T18:17:54.969Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-17T18:17:54.969Z] #4 CACHED [2022-08-17T18:17:54.969Z] [2022-08-17T18:17:54.969Z] #6 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:17:54.969Z] #6 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311 [2022-08-17T18:17:55.225Z] #6 DONE 0.1s [2022-08-17T18:17:55.225Z] [2022-08-17T18:17:55.225Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:17:55.225Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-17T18:17:55.225Z] #5 DONE 0.1s [2022-08-17T18:17:55.225Z] [2022-08-17T18:17:55.225Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:17:55.225Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:17:55.225Z] #7 DONE 0.1s [2022-08-17T18:17:55.225Z] [2022-08-17T18:17:55.225Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:17:55.225Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:17:55.225Z] #8 DONE 0.1s [2022-08-17T18:17:55.481Z] [2022-08-17T18:17:55.481Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:17:55.481Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:17:55.481Z] #64 DONE 0.0s [2022-08-17T18:17:55.481Z] [2022-08-17T18:17:55.481Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:17:55.481Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-17T18:17:55.481Z] #62 DONE 0.0s [2022-08-17T18:17:55.481Z] [2022-08-17T18:17:55.481Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:17:55.481Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:17:55.481Z] #9 DONE 0.0s [2022-08-17T18:17:55.481Z] [2022-08-17T18:17:55.481Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:17:55.481Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:17:55.481Z] #26 DONE 0.0s [2022-08-17T18:17:55.481Z] [2022-08-17T18:17:55.481Z] #23 [internal] load build context [2022-08-17T18:17:55.481Z] #23 sha256:659391a89ae5df75461d058059b3ebda4f5b30358c5263fa40e247c7694af260 [2022-08-17T18:17:55.528Z] Congratulations! All API changes are done the right way. [2022-08-17T18:17:55.528Z] Congratulations! All TOML source files changed here have valid syntax. [2022-08-17T18:17:55.529Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-08-17T18:17:55.529Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-08-17T18:17:55.529Z] Congratulations! No new tests were added to integration-cli. [2022-08-17T18:17:55.529Z] [2022-08-17T18:17:55.529Z] INFO Start validation with golang-ci-lint [2022-08-17T18:17:56.098Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-08-17T18:17:56.098Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-08-17T18:17:56.098Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-08-17T18:17:56.852Z] #23 transferring context: 53.40MB 1.4s done [2022-08-17T18:17:56.852Z] #23 DONE 1.4s [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-17T18:17:56.852Z] #35 sha256:f71c99b9f35e5729f170201b8d62c8aaf85ca2b22323912846a289f478e13cfd [2022-08-17T18:17:56.852Z] #35 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-17T18:17:56.852Z] #50 sha256:8dd78f2603cd9164642998eabb7ae63cf8b3a8da2cb526b90eae904b0cf9aa8e [2022-08-17T18:17:56.852Z] #50 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:17:56.852Z] #67 sha256:0db8af8ad8274b432aaa4d949a26995f1d7460554519e5e6bbc6010c91c9d5cd [2022-08-17T18:17:56.852Z] #67 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:17:56.852Z] #51 sha256:e9b2f3d9e4835af5bc5a2de802f14bed96510aa440d23750031a45e1d311110d [2022-08-17T18:17:56.852Z] #51 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #55 [containerd 1/2] 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-08-17T18:17:56.852Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:17:56.852Z] #55 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:17:56.852Z] #58 sha256:10b51c6463eb07d8d13ca1bc044542aff4e74c507fee7eae780b7b65f7a4b039 [2022-08-17T18:17:56.852Z] #58 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #11 [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-08-17T18:17:56.852Z] #11 sha256:951e8b7524b2130d06892061335fba224c3ab06c9f922a81154c4579c95ab5a2 [2022-08-17T18:17:56.852Z] #11 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-17T18:17:56.852Z] #38 sha256:917663a6a20dd880ffc5db83ee4d673ced1d56ba252b7af069872680c2a4459a [2022-08-17T18:17:56.852Z] #38 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:17:56.852Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:17:56.852Z] #20 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-17T18:17:56.852Z] #66 sha256:c130c099345597e55e485541b72fc5686037f5b873f39c9eb4167a3ca15f9460 [2022-08-17T18:17:56.852Z] #66 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.852Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:17:56.852Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906 [2022-08-17T18:17:56.852Z] #14 CACHED [2022-08-17T18:17:56.852Z] [2022-08-17T18:17:56.853Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:17:56.853Z] #34 sha256:8c9cafbd5a0f2e684550772edf044606d5cd4b76baed63f7106d2870a238f236 [2022-08-17T18:17:56.853Z] #34 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:17:56.853Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:17:56.853Z] #13 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:17:56.853Z] #29 sha256:60b3da5672f8c9e9fc817778c07076a3d391253d4bf1473bb3a6eb4ffeb038a7 [2022-08-17T18:17:56.853Z] #29 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-17T18:17:56.853Z] #59 sha256:48cabe0b6af06df4b00b0592a8acaf43dddc508dac860ead2dccb05c03f4ac2d [2022-08-17T18:17:56.853Z] #59 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #68 sha256:717c2028f4d7c10193cfbaf80bd720a2daaf2442344d5159c0fcf496563d8071 [2022-08-17T18:17:56.853Z] #68 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:17:56.853Z] #37 sha256:8968924df98696e361f564bf0ba8b46c42fea79f9d3864afaf88f44242127b08 [2022-08-17T18:17:56.853Z] #37 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-17T18:17:56.853Z] #44 sha256:179b0229915ce8f3ee0bc4e2a0e8b920cbe4f2845f65db450a8f9970344cec97 [2022-08-17T18:17:56.853Z] #44 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:17:56.853Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:17:56.853Z] #43 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #61 sha256:2d3fbf8b95629758083de2a257c3dd2f95b8971b543467ff23da0b0bc8474179 [2022-08-17T18:17:56.853Z] #61 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #27 [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-08-17T18:17:56.853Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:17:56.853Z] #27 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-17T18:17:56.853Z] #25 sha256:a0c7680e82fcf8931bcc6ada1ad3e5d11fde6f8424a13a3574fb4ffa0edb299f [2022-08-17T18:17:56.853Z] #25 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:17:56.853Z] #53 sha256:7bd40e8f913bbff7a54e3e1f7eff1c9f4b1f4953967c19f1b93d8f1fc5ff1ed5 [2022-08-17T18:17:56.853Z] #53 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:17:56.853Z] #56 sha256:0b1bf866846453013347f1aa3026dac9b3425031b33ca31ef6765c424fb5fa7a [2022-08-17T18:17:56.853Z] #56 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:17:56.853Z] #24 sha256:ae6d45f382d44db8bd5c04f359c303fa281ed1bef22df07177a52acff7c39019 [2022-08-17T18:17:56.853Z] #24 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-17T18:17:56.853Z] #16 sha256:a1356f0f53fed6dd321fbb7e3b2e7efcdea14cadeb650bab146ad5170a8ea572 [2022-08-17T18:17:56.853Z] #16 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-17T18:17:56.853Z] #12 sha256:5082ba73144c05cfd5d005117bac826123cbf1988578df4fcf566275b1161779 [2022-08-17T18:17:56.853Z] #12 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #54 sha256:88ae0fc25a28d2113ffc25fa7a38f9f3a6b0923f0a8ee662f9cbd05e3a0b3e81 [2022-08-17T18:17:56.853Z] #54 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:17:56.853Z] #49 sha256:22cd13e24287182915864dd9afcd6c8189b00119aa849464364997d3d00dada5 [2022-08-17T18:17:56.853Z] #49 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #32 [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-08-17T18:17:56.853Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:17:56.853Z] #32 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:17:56.853Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:17:56.853Z] #40 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:17:56.853Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d [2022-08-17T18:17:56.853Z] #19 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-17T18:17:56.853Z] #31 sha256:2eed37cb3139cd68be583caccf49041342035ace60269902082c54e6425831bc [2022-08-17T18:17:56.853Z] #31 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #48 sha256:2062e0364696ee1791b371f722d9d5870e7b72b369b863f67dd7746b630cf3a7 [2022-08-17T18:17:56.853Z] #48 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #15 [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-08-17T18:17:56.853Z] #15 sha256:f162fbc0dc78319128a7fa0a7a2e0a55367da8974c899939839f6097074ab280 [2022-08-17T18:17:56.853Z] #15 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:17:56.853Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:17:56.853Z] #42 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-17T18:17:56.853Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-17T18:17:56.853Z] #65 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #52 sha256:fa187d6a7e7605728696948f60aa699ab4818481aaf45dedc69817fb0fa6161a [2022-08-17T18:17:56.853Z] #52 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-17T18:17:56.853Z] #28 sha256:aaf66b5865a4dc2307fa3e580cbf4af73fe3936d870829cad0e0a19afc676c48 [2022-08-17T18:17:56.853Z] #28 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-17T18:17:56.853Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-17T18:17:56.853Z] #63 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #46 sha256:a6cf6d532d91e35a3fd53bc397f7990a6af7112a75800ee8c009d148a6926a6f [2022-08-17T18:17:56.853Z] #46 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-17T18:17:56.853Z] #39 sha256:991e846d7e58e083e1290912f156948f6850b4ec8db5cfa4b2f03ffe46f22bd7 [2022-08-17T18:17:56.853Z] #39 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #57 sha256:736bed2bd019b3915253540e28d7549a4b40f5bda88bddfd8c87a3a978aea3c7 [2022-08-17T18:17:56.853Z] #57 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:17:56.853Z] #47 sha256:d5dcc1dece30adea0c77026a1692a66273fc2856564c7a8dafb2438f897b84dd [2022-08-17T18:17:56.853Z] #47 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:17:56.853Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:17:56.853Z] #22 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-17T18:17:56.853Z] #10 sha256:06306930cc58f971b10027014f39f6c684d214a33faa0aa9df474fbdd3014db0 [2022-08-17T18:17:56.853Z] #10 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-17T18:17:56.853Z] #60 sha256:cac6b8ef1735fa9f1b1c461234b8d9f43851d4184873a37a262aa8eab3b74a45 [2022-08-17T18:17:56.853Z] #60 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-17T18:17:56.853Z] #69 sha256:dcdfa81dc0ae4edc4b64a411e65ad9a2919fd07b914c372ed096dc8389623258 [2022-08-17T18:17:56.853Z] #69 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #36 [tini 1/2] 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-08-17T18:17:56.853Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:17:56.853Z] #36 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:17:56.853Z] #30 sha256:1e3ac1f85378e84b7cdcd39350f6f9ce35b8dd9f64a8f3947d01c3e3efce5e17 [2022-08-17T18:17:56.853Z] #30 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #21 [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-08-17T18:17:56.853Z] #21 sha256:7d6dc0d65c552b7efb9c73a0f05574d6923c4cb8de3f8ed4dd58ab00a8cd3331 [2022-08-17T18:17:56.853Z] #21 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #33 sha256:fca28e999a0be0440b0b01eed967f24f5805e5a6bab08b7d48755ceb0d8ee27f [2022-08-17T18:17:56.853Z] #33 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-17T18:17:56.853Z] #17 sha256:2280036e56f4451b37ceb580fdd12561ffb13693058a3fdce3b18b96ce471452 [2022-08-17T18:17:56.853Z] #17 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-17T18:17:56.853Z] #18 sha256:621e70a2779988baa9bbb1ac50b226780bb61c6f24e7a931c49a324df8e49341 [2022-08-17T18:17:56.853Z] #18 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:17:56.853Z] #45 sha256:0e649d55dd1e0040255d97aff694a59fe29bc63b641ebf0c5fefd15b5d10570f [2022-08-17T18:17:56.853Z] #45 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-17T18:17:56.853Z] #41 sha256:b396bbae330ca7f33b196b8c4dd67a5437c73754f0f616b2ffc8d7ce0c89f781 [2022-08-17T18:17:56.853Z] #41 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-17T18:17:56.853Z] #70 sha256:7d634f1bcb6b23837301add4acf69fc1bccda4bbf217ad5137ca2e4345a150dc [2022-08-17T18:17:56.853Z] #70 CACHED [2022-08-17T18:17:56.853Z] [2022-08-17T18:17:56.853Z] #71 exporting to image [2022-08-17T18:17:56.853Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-17T18:17:56.853Z] #71 exporting layers done [2022-08-17T18:17:56.853Z] #71 writing image sha256:e4c6cf8012d853d2983697822dd6dd5e8194957467b75fc7b416b5b53d31c0fe [2022-08-17T18:17:56.853Z] #71 writing image sha256:e4c6cf8012d853d2983697822dd6dd5e8194957467b75fc7b416b5b53d31c0fe done [2022-08-17T18:17:56.853Z] #71 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done [2022-08-17T18:17:56.853Z] #71 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-08-17T18:17:57.218Z] + trap exit INT TERM [2022-08-17T18:17:57.218Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-08-17T18:17:57.218Z] + CONTAINER_NAME=docker-pr5 [2022-08-17T18:17:57.218Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh dynbinary-daemon [2022-08-17T18:17:57.780Z] [2022-08-17T18:17:57.780Z] Removing bundles/ [2022-08-17T18:17:57.780Z] [2022-08-17T18:17:57.780Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-08-17T18:17:57.780Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:17:57.780Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:18:40.929Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a933c385098f2d70) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] { [Pipeline] checkout [2022-08-17T18:18:41.018Z] The recommended git tool is: git [2022-08-17T18:18:44.020Z] using credential docker-jenkins-github-credentials [2022-08-17T18:18:44.031Z] Cloning the remote Git repository [2022-08-17T18:18:44.031Z] Cloning with configured refspecs honoured and without tags [2022-08-17T18:18:43.901Z] Cloning repository https://github.com/moby/moby.git [2022-08-17T18:18:43.961Z] > git init /home/ubuntu/workspace/moby_PR-43975 # timeout=10 [2022-08-17T18:18:44.271Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:18:44.271Z] > git --version # timeout=10 [2022-08-17T18:18:44.317Z] > git --version # 'git version 2.17.1' [2022-08-17T18:18:44.318Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:18:44.319Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:18:46.985Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04c0ae0a8847440f2) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] { [Pipeline] checkout [2022-08-17T18:18:47.174Z] The recommended git tool is: git [2022-08-17T18:18:48.492Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02053faddae260c28) in /home/ubuntu/workspace/moby_PR-43975 [Pipeline] { [Pipeline] checkout [2022-08-17T18:18:48.622Z] The recommended git tool is: git [2022-08-17T18:18:50.098Z] using credential docker-jenkins-github-credentials [2022-08-17T18:18:50.108Z] Cloning the remote Git repository [2022-08-17T18:18:50.108Z] Cloning with configured refspecs honoured and without tags [2022-08-17T18:18:50.134Z] Cloning repository https://github.com/moby/moby.git [2022-08-17T18:18:50.216Z] > git init /home/ubuntu/workspace/moby_PR-43975 # timeout=10 [2022-08-17T18:18:50.595Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:18:50.595Z] > git --version # timeout=10 [2022-08-17T18:18:50.631Z] > git --version # 'git version 2.25.1' [2022-08-17T18:18:50.631Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:18:50.634Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:18:51.071Z] using credential docker-jenkins-github-credentials [2022-08-17T18:18:51.079Z] Cloning the remote Git repository [2022-08-17T18:18:51.079Z] Cloning with configured refspecs honoured and without tags [2022-08-17T18:18:51.138Z] Cloning repository https://github.com/moby/moby.git [2022-08-17T18:18:51.190Z] > git init /home/ubuntu/workspace/moby_PR-43975 # timeout=10 [2022-08-17T18:18:51.636Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:18:51.636Z] > git --version # timeout=10 [2022-08-17T18:18:51.647Z] > git --version # 'git version 2.25.1' [2022-08-17T18:18:51.648Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:18:51.649Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:05.762Z] Fetching without tags [2022-08-17T18:19:06.191Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:05.659Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:05.680Z] > git config --add remote.origin.fetch +refs/pull/43975/head:refs/remotes/origin/PR-43975 # timeout=10 [2022-08-17T18:19:05.692Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:05.726Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:05.795Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:19:05.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:05.798Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:06.194Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:06.214Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:06.904Z] > git remote # timeout=10 [2022-08-17T18:19:06.916Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:19:06.950Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:06.951Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:19:07.009Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:07.009Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:19:06.978Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:19:07.004Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:07.029Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:09.419Z] Fetching without tags [2022-08-17T18:19:09.745Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:10.415Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:10.415Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:19:09.372Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:09.377Z] > git config --add remote.origin.fetch +refs/pull/43975/head:refs/remotes/origin/PR-43975 # timeout=10 [2022-08-17T18:19:09.382Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:09.391Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:09.466Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:19:09.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:09.467Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:09.755Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:09.783Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:10.310Z] > git remote # timeout=10 [2022-08-17T18:19:10.353Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:19:10.379Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:10.380Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:19:10.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:19:10.418Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:10.428Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:11.294Z] Fetching without tags [2022-08-17T18:19:11.590Z] Merging remotes/origin/20.10 commit a77093b4fecd86b562266b8f79fe100e3587a723 into PR head commit a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:11.747Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-17T18:19:12.346Z] Merge succeeded, producing a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:12.347Z] Checking out Revision a7299ae72c95afa810b5afd7c80e30a31d892c64 (PR-43975) [2022-08-17T18:19:12.828Z] + docker version [2022-08-17T18:19:11.259Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:11.265Z] > git config --add remote.origin.fetch +refs/pull/43975/head:refs/remotes/origin/PR-43975 # timeout=10 [2022-08-17T18:19:11.274Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:11.287Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-17T18:19:11.340Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-17T18:19:11.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:11.342Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43975/head:refs/remotes/origin/PR-43975 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-08-17T18:19:11.600Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:11.614Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:12.299Z] > git remote # timeout=10 [2022-08-17T18:19:12.311Z] > git config --get remote.origin.url # timeout=10 [2022-08-17T18:19:12.322Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-17T18:19:12.323Z] > git merge a77093b4fecd86b562266b8f79fe100e3587a723 # timeout=10 [2022-08-17T18:19:12.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-17T18:19:12.350Z] > git config core.sparsecheckout # timeout=10 [2022-08-17T18:19:12.355Z] > git checkout -f a7299ae72c95afa810b5afd7c80e30a31d892c64 # timeout=10 [2022-08-17T18:19:14.627Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-17T18:19:15.537Z] + docker version [2022-08-17T18:19:16.244Z] Commit message: "Dockerfile: update golangci-lint v1.44.0" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-17T18:19:17.071Z] + docker version [2022-08-17T18:19:19.395Z] Client: Docker Engine - Community [2022-08-17T18:19:19.395Z] Version: 20.10.14 [2022-08-17T18:19:19.395Z] API version: 1.41 [2022-08-17T18:19:19.395Z] Go version: go1.16.15 [2022-08-17T18:19:19.395Z] Git commit: a224086 [2022-08-17T18:19:19.395Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-17T18:19:19.395Z] OS/Arch: linux/amd64 [2022-08-17T18:19:19.395Z] Context: default [2022-08-17T18:19:19.395Z] Experimental: true [2022-08-17T18:19:19.395Z] [2022-08-17T18:19:19.395Z] Server: Docker Engine - Community [2022-08-17T18:19:19.395Z] Engine: [2022-08-17T18:19:19.395Z] Version: 20.10.14 [2022-08-17T18:19:19.395Z] API version: 1.41 (minimum version 1.12) [2022-08-17T18:19:19.395Z] Go version: go1.16.15 [2022-08-17T18:19:19.395Z] Git commit: 87a90dc [2022-08-17T18:19:19.395Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-17T18:19:19.395Z] OS/Arch: linux/amd64 [2022-08-17T18:19:19.395Z] Experimental: true [2022-08-17T18:19:19.395Z] containerd: [2022-08-17T18:19:19.395Z] Version: 1.5.11 [2022-08-17T18:19:19.395Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:19.395Z] runc: [2022-08-17T18:19:19.395Z] Version: 1.0.3 [2022-08-17T18:19:19.395Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-17T18:19:19.395Z] docker-init: [2022-08-17T18:19:19.395Z] Version: 0.19.0 [2022-08-17T18:19:19.395Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-17T18:19:19.751Z] + docker info [2022-08-17T18:19:23.630Z] Client: Docker Engine - Community [2022-08-17T18:19:23.630Z] Version: 20.10.14 [2022-08-17T18:19:23.630Z] API version: 1.41 [2022-08-17T18:19:23.630Z] Go version: go1.16.15 [2022-08-17T18:19:23.630Z] Git commit: a224086 [2022-08-17T18:19:23.630Z] Built: Thu Mar 24 01:48:02 2022 [2022-08-17T18:19:23.630Z] OS/Arch: linux/amd64 [2022-08-17T18:19:23.630Z] Context: default [2022-08-17T18:19:23.630Z] Experimental: true [2022-08-17T18:19:23.630Z] [2022-08-17T18:19:23.630Z] Server: Docker Engine - Community [2022-08-17T18:19:23.630Z] Engine: [2022-08-17T18:19:23.630Z] Version: 20.10.14 [2022-08-17T18:19:23.630Z] API version: 1.41 (minimum version 1.12) [2022-08-17T18:19:23.630Z] Go version: go1.16.15 [2022-08-17T18:19:23.630Z] Git commit: 87a90dc [2022-08-17T18:19:23.630Z] Built: Thu Mar 24 01:45:53 2022 [2022-08-17T18:19:23.630Z] OS/Arch: linux/amd64 [2022-08-17T18:19:23.630Z] Experimental: true [2022-08-17T18:19:23.630Z] containerd: [2022-08-17T18:19:23.630Z] Version: 1.5.11 [2022-08-17T18:19:23.630Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:23.630Z] runc: [2022-08-17T18:19:23.630Z] Version: 1.0.3 [2022-08-17T18:19:23.630Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-17T18:19:23.630Z] docker-init: [2022-08-17T18:19:23.630Z] Version: 0.19.0 [2022-08-17T18:19:23.630Z] GitCommit: de40ad0 [2022-08-17T18:19:23.637Z] Client: Docker Engine - Community [2022-08-17T18:19:23.637Z] Version: 20.10.14 [2022-08-17T18:19:23.637Z] API version: 1.41 [2022-08-17T18:19:23.637Z] Go version: go1.16.15 [2022-08-17T18:19:23.637Z] Git commit: a224086 [2022-08-17T18:19:23.637Z] Built: Thu Mar 24 01:47:20 2022 [2022-08-17T18:19:23.637Z] OS/Arch: linux/arm64 [2022-08-17T18:19:23.637Z] Context: default [2022-08-17T18:19:23.637Z] Experimental: true [2022-08-17T18:19:23.637Z] [2022-08-17T18:19:23.637Z] Server: Docker Engine - Community [2022-08-17T18:19:23.637Z] Engine: [2022-08-17T18:19:23.637Z] Version: 20.10.14 [2022-08-17T18:19:23.637Z] API version: 1.41 (minimum version 1.12) [2022-08-17T18:19:23.637Z] Go version: go1.16.15 [2022-08-17T18:19:23.637Z] Git commit: 87a90dc [2022-08-17T18:19:23.637Z] Built: Thu Mar 24 01:45:39 2022 [2022-08-17T18:19:23.637Z] OS/Arch: linux/arm64 [2022-08-17T18:19:23.637Z] Experimental: true [2022-08-17T18:19:23.637Z] containerd: [2022-08-17T18:19:23.637Z] Version: 1.5.11 [2022-08-17T18:19:23.637Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:23.637Z] runc: [2022-08-17T18:19:23.637Z] Version: 1.0.3 [2022-08-17T18:19:23.637Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-17T18:19:23.637Z] docker-init: [2022-08-17T18:19:23.637Z] Version: 0.19.0 [2022-08-17T18:19:23.637Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] sh [2022-08-17T18:19:23.942Z] + docker info [2022-08-17T18:19:23.972Z] + docker info [2022-08-17T18:19:34.212Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:19:34.212Z] [2022-08-17T18:19:34.212Z] + c=0 [2022-08-17T18:19:34.212Z] + TEST_INTEGRATION_DEST=1 [2022-08-17T18:19:34.212Z] + CONTAINER_NAME=docker-pr5-1 [2022-08-17T18:19:34.212Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-08-17T18:19:34.212Z] + run_tests test-integration-flaky [2022-08-17T18:19:34.212Z] + '[' -n 0 ']' [2022-08-17T18:19:34.212Z] + rm= [2022-08-17T18:19:34.212Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43975/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh test-integration-flaky test-integration [2022-08-17T18:19:34.212Z] + TEST_INTEGRATION_DEST=2 [2022-08-17T18:19:34.212Z] + CONTAINER_NAME=docker-pr5-2 [2022-08-17T18:19:34.212Z] + TEST_SKIP_INTEGRATION=1 [2022-08-17T18:19:34.212Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-08-17T18:19:34.212Z] + run_tests [2022-08-17T18:19:34.212Z] + '[' -n 0 ']' [2022-08-17T18:19:34.212Z] + rm= [2022-08-17T18:19:34.213Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43975/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh '' test-integration [2022-08-17T18:19:34.213Z] + TEST_INTEGRATION_DEST=3 [2022-08-17T18:19:34.213Z] + CONTAINER_NAME=docker-pr5-3 [2022-08-17T18:19:34.213Z] + TEST_SKIP_INTEGRATION=1 [2022-08-17T18:19:34.213Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-08-17T18:19:34.213Z] + run_tests [2022-08-17T18:19:34.213Z] + '[' -n 0 ']' [2022-08-17T18:19:34.213Z] + rm= [2022-08-17T18:19:34.213Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43975/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh '' test-integration [2022-08-17T18:19:34.213Z] ++ jobs -p [2022-08-17T18:19:34.213Z] + for job in $(jobs -p) [2022-08-17T18:19:34.213Z] + wait 20969 [2022-08-17T18:19:34.213Z] [2022-08-17T18:19:34.213Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:19:34.213Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:19:34.213Z] HOSTNAME=eeaf05f6abb1 [2022-08-17T18:19:34.213Z] TEST_SKIP_INTEGRATION=1 [2022-08-17T18:19:34.213Z] TESTDEBUG=0 [2022-08-17T18:19:34.213Z] DEST=bundles/test-integration [2022-08-17T18:19:34.213Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:19:34.213Z] KEEPBUNDLE=1 [2022-08-17T18:19:34.213Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:34.213Z] container=docker [2022-08-17T18:19:34.213Z] HOME=/root [2022-08-17T18:19:34.213Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:19:34.213Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:19:34.213Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:19:34.213Z] TERM=xterm [2022-08-17T18:19:34.213Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:19:34.213Z] SHLVL=1 [2022-08-17T18:19:34.213Z] TIMEOUT=120m [2022-08-17T18:19:34.213Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:19:34.213Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:19:34.213Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-08-17T18:19:34.213Z] GO111MODULE=off [2022-08-17T18:19:34.213Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:19:34.213Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:19:34.213Z] GOPATH=/go [2022-08-17T18:19:34.213Z] PKG_CONFIG=pkg-config [2022-08-17T18:19:34.213Z] _=/usr/bin/env [2022-08-17T18:19:34.213Z] Building test suite binary ./integration-cli/test.main [2022-08-17T18:19:34.213Z] [2022-08-17T18:19:34.213Z] [2022-08-17T18:19:34.213Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:19:34.213Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:19:34.213Z] HOSTNAME=78a0e9eb5e7d [2022-08-17T18:19:34.213Z] TEST_SKIP_INTEGRATION=1 [2022-08-17T18:19:34.213Z] TESTDEBUG=0 [2022-08-17T18:19:34.213Z] DEST=bundles/test-integration [2022-08-17T18:19:34.213Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:19:34.213Z] KEEPBUNDLE=1 [2022-08-17T18:19:34.213Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:34.213Z] container=docker [2022-08-17T18:19:34.213Z] HOME=/root [2022-08-17T18:19:34.213Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:19:34.213Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:19:34.213Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:19:34.213Z] TERM=xterm [2022-08-17T18:19:34.213Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:19:34.213Z] SHLVL=1 [2022-08-17T18:19:34.213Z] TIMEOUT=120m [2022-08-17T18:19:34.213Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:19:34.213Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:19:34.213Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-08-17T18:19:34.213Z] GO111MODULE=off [2022-08-17T18:19:34.213Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:19:34.213Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:19:34.213Z] GOPATH=/go [2022-08-17T18:19:34.213Z] PKG_CONFIG=pkg-config [2022-08-17T18:19:34.213Z] _=/usr/bin/env [2022-08-17T18:19:34.213Z] Building test suite binary ./integration-cli/test.main [2022-08-17T18:19:34.213Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-08-17T18:19:34.213Z] No new tests added to integration. [2022-08-17T18:19:34.213Z] [2022-08-17T18:19:34.213Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:19:34.468Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:19:34.468Z] HOSTNAME=ab64b0719637 [2022-08-17T18:19:34.468Z] TESTDEBUG=0 [2022-08-17T18:19:34.468Z] DEST=bundles/test-integration [2022-08-17T18:19:34.468Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:19:34.468Z] KEEPBUNDLE=1 [2022-08-17T18:19:34.468Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:19:34.468Z] container=docker [2022-08-17T18:19:34.468Z] HOME=/root [2022-08-17T18:19:34.469Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:19:34.469Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:19:34.469Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:19:34.469Z] TERM=xterm [2022-08-17T18:19:34.469Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:19:34.469Z] SHLVL=1 [2022-08-17T18:19:34.469Z] TIMEOUT=120m [2022-08-17T18:19:34.469Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:19:34.469Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:19:34.469Z] GO111MODULE=off [2022-08-17T18:19:34.469Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-17T18:19:34.469Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:19:34.469Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:19:34.469Z] GOPATH=/go [2022-08-17T18:19:34.469Z] PKG_CONFIG=pkg-config [2022-08-17T18:19:34.469Z] _=/usr/bin/env [2022-08-17T18:19:34.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-17T18:19:36.164Z] Client: [2022-08-17T18:19:36.164Z] Context: default [2022-08-17T18:19:36.164Z] Debug Mode: false [2022-08-17T18:19:36.164Z] Plugins: [2022-08-17T18:19:36.164Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-17T18:19:36.164Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-17T18:19:36.164Z] [2022-08-17T18:19:36.164Z] Server: [2022-08-17T18:19:36.164Z] Containers: 0 [2022-08-17T18:19:36.164Z] Running: 0 [2022-08-17T18:19:36.164Z] Paused: 0 [2022-08-17T18:19:36.164Z] Stopped: 0 [2022-08-17T18:19:36.164Z] Images: 0 [2022-08-17T18:19:36.164Z] Server Version: 20.10.14 [2022-08-17T18:19:36.164Z] Storage Driver: overlay2 [2022-08-17T18:19:36.164Z] Backing Filesystem: extfs [2022-08-17T18:19:36.164Z] Supports d_type: true [2022-08-17T18:19:36.164Z] Native Overlay Diff: true [2022-08-17T18:19:36.164Z] userxattr: false [2022-08-17T18:19:36.164Z] Logging Driver: json-file [2022-08-17T18:19:36.164Z] Cgroup Driver: cgroupfs [2022-08-17T18:19:36.164Z] Cgroup Version: 1 [2022-08-17T18:19:36.164Z] Plugins: [2022-08-17T18:19:36.164Z] Volume: local [2022-08-17T18:19:36.164Z] Network: bridge host ipvlan macvlan null overlay [2022-08-17T18:19:36.164Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-17T18:19:36.164Z] Swarm: inactive [2022-08-17T18:19:36.164Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-08-17T18:19:36.164Z] Default Runtime: runc [2022-08-17T18:19:36.164Z] Init Binary: docker-init [2022-08-17T18:19:36.164Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:36.164Z] runc version: v1.0.3-0-gf46b6ba [2022-08-17T18:19:36.164Z] init version: de40ad0 [2022-08-17T18:19:36.164Z] Security Options: [2022-08-17T18:19:36.164Z] apparmor [2022-08-17T18:19:36.164Z] seccomp [2022-08-17T18:19:36.164Z] Profile: default [2022-08-17T18:19:36.164Z] Kernel Version: 5.13.0-1021-aws [2022-08-17T18:19:36.164Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-17T18:19:36.164Z] OSType: linux [2022-08-17T18:19:36.164Z] Architecture: aarch64 [2022-08-17T18:19:36.164Z] CPUs: 2 [2022-08-17T18:19:36.164Z] Total Memory: 7.562GiB [2022-08-17T18:19:36.164Z] Name: ip-10-100-68-236 [2022-08-17T18:19:36.164Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-08-17T18:19:36.164Z] Docker Root Dir: /var/lib/docker [2022-08-17T18:19:36.164Z] Debug Mode: false [2022-08-17T18:19:36.164Z] Registry: https://index.docker.io/v1/ [2022-08-17T18:19:36.164Z] Labels: [2022-08-17T18:19:36.164Z] Experimental: true [2022-08-17T18:19:36.164Z] Insecure Registries: [2022-08-17T18:19:36.164Z] 127.0.0.0/8 [2022-08-17T18:19:36.164Z] Live Restore Enabled: true [2022-08-17T18:19:36.164Z] [Pipeline] sh [2022-08-17T18:19:36.439Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:19:36.439Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:19:36.439Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43975/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-17T18:19:36.439Z] + bash /home/ubuntu/workspace/moby_PR-43975/check-config.sh [2022-08-17T18:19:36.439Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-17T18:19:36.439Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-08-17T18:19:36.439Z] [2022-08-17T18:19:36.439Z] Generally Necessary: [2022-08-17T18:19:36.439Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-17T18:19:36.439Z] - apparmor: enabled and tools installed [2022-08-17T18:19:36.439Z] - CONFIG_NAMESPACES: enabled [2022-08-17T18:19:36.439Z] - CONFIG_NET_NS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_PID_NS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_IPC_NS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_UTS_NS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CGROUPS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-17T18:19:36.439Z] - CONFIG_CPUSETS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_MEMCG: enabled [2022-08-17T18:19:36.439Z] - CONFIG_KEYS: enabled [2022-08-17T18:19:36.439Z] - CONFIG_VETH: enabled (as module) [2022-08-17T18:19:36.439Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-17T18:19:36.439Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-17T18:19:36.439Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-17T18:19:36.439Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-17T18:19:36.696Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-17T18:19:36.696Z] [2022-08-17T18:19:36.696Z] Optional Features: [2022-08-17T18:19:36.696Z] - CONFIG_USER_NS: enabled [2022-08-17T18:19:36.696Z] - CONFIG_SECCOMP: enabled [2022-08-17T18:19:36.696Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-17T18:19:36.696Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-17T18:19:36.696Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-17T18:19:36.696Z] (cgroup swap accounting is currently enabled) [2022-08-17T18:19:36.696Z] - CONFIG_BLK_CGROUP: enabled [2022-08-17T18:19:36.696Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-17T18:19:36.696Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-17T18:19:36.696Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-17T18:19:36.696Z] - CONFIG_CGROUP_PERF: enabled [2022-08-17T18:19:36.696Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-17T18:19:36.696Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-17T18:19:36.696Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-17T18:19:36.696Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-17T18:19:36.696Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-17T18:19:36.696Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_IP_VS: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-17T18:19:36.696Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-17T18:19:36.696Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-17T18:19:36.696Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-17T18:19:36.696Z] - CONFIG_EXT4_FS: enabled [2022-08-17T18:19:36.696Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-17T18:19:36.954Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-17T18:19:36.954Z] - Network Drivers: [2022-08-17T18:19:36.954Z] - "overlay": [2022-08-17T18:19:36.954Z] - CONFIG_VXLAN: enabled (as module) [2022-08-17T18:19:36.954Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-17T18:19:36.954Z] Optional (for encrypted networks): [2022-08-17T18:19:36.954Z] - CONFIG_CRYPTO: enabled [2022-08-17T18:19:36.954Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-17T18:19:36.954Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-17T18:19:36.954Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-17T18:19:36.954Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-17T18:19:36.954Z] - CONFIG_XFRM: enabled [2022-08-17T18:19:36.954Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-17T18:19:36.954Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-17T18:19:36.955Z] - "ipvlan": [2022-08-17T18:19:36.955Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-17T18:19:36.955Z] - "macvlan": [2022-08-17T18:19:36.955Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_DUMMY: enabled (as module) [2022-08-17T18:19:36.955Z] - "ftp,tftp client in container": [2022-08-17T18:19:36.955Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-17T18:19:36.955Z] - Storage Drivers: [2022-08-17T18:19:36.955Z] - "aufs": [2022-08-17T18:19:36.955Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-17T18:19:36.955Z] - "btrfs": [2022-08-17T18:19:36.955Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-17T18:19:36.955Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-17T18:19:36.955Z] - "devicemapper": [2022-08-17T18:19:36.955Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-17T18:19:36.955Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-17T18:19:36.955Z] - "overlay": [2022-08-17T18:19:36.955Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-17T18:19:36.955Z] - "zfs": [2022-08-17T18:19:36.955Z] - /dev/zfs: present [2022-08-17T18:19:37.212Z] - zfs command: missing [2022-08-17T18:19:37.212Z] - zpool command: missing [2022-08-17T18:19:37.212Z] [2022-08-17T18:19:37.212Z] Limits: [2022-08-17T18:19:37.212Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-17T18:19:37.212Z] [2022-08-17T18:19:37.212Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-17T18:19:37.532Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 . [2022-08-17T18:19:37.532Z] #1 [internal] load build definition from Dockerfile [2022-08-17T18:19:37.532Z] #1 sha256:1cb339b96a46d3ccb2f64aa1ec1195d704ef3f781f944cc5db9c33255a3980a2 [2022-08-17T18:19:37.532Z] #1 transferring dockerfile: 17.05kB done [2022-08-17T18:19:37.532Z] #1 DONE 0.1s [2022-08-17T18:19:37.532Z] [2022-08-17T18:19:37.532Z] #2 [internal] load .dockerignore [2022-08-17T18:19:37.532Z] #2 sha256:d82ff81a6a01d2d64b62765ddc0a896fe643bc0982cfdc99f78eb6cbb447950f [2022-08-17T18:19:37.532Z] #2 transferring context: 87B done [2022-08-17T18:19:37.532Z] #2 DONE 0.0s [2022-08-17T18:19:37.791Z] [2022-08-17T18:19:37.791Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-17T18:19:37.791Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2022-08-17T18:19:38.354Z] #3 DONE 0.5s [2022-08-17T18:19:38.354Z] [2022-08-17T18:19:38.354Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-17T18:19:38.354Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2022-08-17T18:19:38.354Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-17T18:19:38.354Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-17T18:19:38.354Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2022-08-17T18:19:38.354Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2022-08-17T18:19:38.354Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.2s [2022-08-17T18:19:38.611Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done [2022-08-17T18:19:38.611Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2022-08-17T18:19:38.868Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2022-08-17T18:19:38.868Z] #4 DONE 0.7s [2022-08-17T18:19:39.125Z] [2022-08-17T18:19:39.126Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:39.126Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:19:40.496Z] #8 ... [2022-08-17T18:19:40.496Z] [2022-08-17T18:19:40.496Z] #5 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:19:40.496Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2022-08-17T18:19:40.496Z] #5 DONE 1.1s [2022-08-17T18:19:40.496Z] [2022-08-17T18:19:40.496Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:40.496Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:19:40.496Z] #7 DONE 1.1s [2022-08-17T18:19:40.496Z] [2022-08-17T18:19:40.496Z] #6 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:19:40.496Z] #6 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd [2022-08-17T18:19:40.496Z] #6 DONE 1.2s [2022-08-17T18:19:40.496Z] [2022-08-17T18:19:40.496Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:40.496Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:19:40.496Z] #8 DONE 1.2s [2022-08-17T18:19:40.758Z] [2022-08-17T18:19:40.758Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:40.758Z] #26 sha256:f4d441d9307bcf0ec54ed625509bbb37eb92e5ba47a933bf2fb309276ac2961c [2022-08-17T18:19:40.758Z] #26 resolve docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 0.0s done [2022-08-17T18:19:40.758Z] #26 sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 1.85kB / 1.85kB done [2022-08-17T18:19:40.758Z] #26 sha256:d0f5ed350e7624e19f0f40c2c0cc31b0b2811f444ca929a083fefe449432333d 529B / 529B done [2022-08-17T18:19:40.758Z] #26 sha256:6ce8342704e30bd883f054b058208ad264c387435534a1d661a641b4f3a72b62 1.48kB / 1.48kB done [2022-08-17T18:19:41.023Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 0B / 49.23MB 0.1s [2022-08-17T18:19:41.309Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 20.97MB / 49.23MB 0.4s [2022-08-17T18:19:41.309Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 34.59MB / 49.23MB 0.5s [2022-08-17T18:19:41.574Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 46.14MB / 49.23MB 0.6s [2022-08-17T18:19:41.574Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 49.23MB / 49.23MB 0.7s [2022-08-17T18:19:41.673Z] Client: [2022-08-17T18:19:41.673Z] Context: default [2022-08-17T18:19:41.673Z] Debug Mode: false [2022-08-17T18:19:41.673Z] Plugins: [2022-08-17T18:19:41.673Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-17T18:19:41.673Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-17T18:19:41.673Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-17T18:19:41.673Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-17T18:19:41.673Z] [2022-08-17T18:19:41.673Z] Server: [2022-08-17T18:19:41.673Z] Containers: 0 [2022-08-17T18:19:41.673Z] Running: 0 [2022-08-17T18:19:41.673Z] Paused: 0 [2022-08-17T18:19:41.673Z] Stopped: 0 [2022-08-17T18:19:41.673Z] Images: 0 [2022-08-17T18:19:41.673Z] Server Version: 20.10.14 [2022-08-17T18:19:41.673Z] Storage Driver: overlay2 [2022-08-17T18:19:41.673Z] Backing Filesystem: extfs [2022-08-17T18:19:41.673Z] Supports d_type: true [2022-08-17T18:19:41.673Z] Native Overlay Diff: true [2022-08-17T18:19:41.673Z] userxattr: false [2022-08-17T18:19:41.673Z] Logging Driver: json-file [2022-08-17T18:19:41.673Z] Cgroup Driver: cgroupfs [2022-08-17T18:19:41.673Z] Cgroup Version: 1 [2022-08-17T18:19:41.673Z] Plugins: [2022-08-17T18:19:41.673Z] Volume: local [2022-08-17T18:19:41.673Z] Network: bridge host ipvlan macvlan null overlay [2022-08-17T18:19:41.673Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-17T18:19:41.673Z] Swarm: inactive [2022-08-17T18:19:41.673Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-17T18:19:41.673Z] Default Runtime: runc [2022-08-17T18:19:41.673Z] Init Binary: docker-init [2022-08-17T18:19:41.673Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:41.673Z] runc version: v1.0.3-0-gf46b6ba [2022-08-17T18:19:41.673Z] init version: de40ad0 [2022-08-17T18:19:41.673Z] Security Options: [2022-08-17T18:19:41.673Z] apparmor [2022-08-17T18:19:41.673Z] seccomp [2022-08-17T18:19:41.673Z] Profile: default [2022-08-17T18:19:41.673Z] Kernel Version: 5.4.0-1071-aws [2022-08-17T18:19:41.673Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-17T18:19:41.673Z] OSType: linux [2022-08-17T18:19:41.673Z] Architecture: x86_64 [2022-08-17T18:19:41.673Z] CPUs: 2 [2022-08-17T18:19:41.673Z] Total Memory: 7.483GiB [2022-08-17T18:19:41.673Z] Name: ip-10-100-72-56 [2022-08-17T18:19:41.673Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-17T18:19:41.673Z] Docker Root Dir: /var/lib/docker [2022-08-17T18:19:41.673Z] Debug Mode: false [2022-08-17T18:19:41.673Z] Registry: https://index.docker.io/v1/ [2022-08-17T18:19:41.673Z] Labels: [2022-08-17T18:19:41.673Z] Experimental: true [2022-08-17T18:19:41.673Z] Insecure Registries: [2022-08-17T18:19:41.673Z] 127.0.0.0/8 [2022-08-17T18:19:41.673Z] Live Restore Enabled: true [2022-08-17T18:19:41.673Z] [2022-08-17T18:19:41.673Z] WARNING: No swap limit support [Pipeline] sh [2022-08-17T18:19:41.997Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:19:41.997Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-08-17T18:19:41.997Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43975/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-08-17T18:19:41.997Z] + bash /home/ubuntu/workspace/moby_PR-43975/check-config.sh [2022-08-17T18:19:41.997Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-17T18:19:41.997Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-17T18:19:41.997Z] [2022-08-17T18:19:41.997Z] Generally Necessary: [2022-08-17T18:19:41.997Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-17T18:19:41.997Z] - apparmor: enabled and tools installed [2022-08-17T18:19:41.997Z] - CONFIG_NAMESPACES: enabled [2022-08-17T18:19:41.997Z] - CONFIG_NET_NS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_PID_NS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_IPC_NS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_UTS_NS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CGROUPS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-17T18:19:41.997Z] - CONFIG_CPUSETS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_MEMCG: enabled [2022-08-17T18:19:41.997Z] - CONFIG_KEYS: enabled [2022-08-17T18:19:41.997Z] - CONFIG_VETH: enabled (as module) [2022-08-17T18:19:41.997Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-17T18:19:42.034Z] Client: [2022-08-17T18:19:42.034Z] Context: default [2022-08-17T18:19:42.034Z] Debug Mode: false [2022-08-17T18:19:42.034Z] Plugins: [2022-08-17T18:19:42.034Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-17T18:19:42.034Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-17T18:19:42.034Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-17T18:19:42.034Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-17T18:19:42.034Z] [2022-08-17T18:19:42.034Z] Server: [2022-08-17T18:19:42.034Z] Containers: 0 [2022-08-17T18:19:42.034Z] Running: 0 [2022-08-17T18:19:42.034Z] Paused: 0 [2022-08-17T18:19:42.034Z] Stopped: 0 [2022-08-17T18:19:42.034Z] Images: 0 [2022-08-17T18:19:42.034Z] Server Version: 20.10.14 [2022-08-17T18:19:42.034Z] Storage Driver: overlay2 [2022-08-17T18:19:42.034Z] Backing Filesystem: extfs [2022-08-17T18:19:42.034Z] Supports d_type: true [2022-08-17T18:19:42.034Z] Native Overlay Diff: true [2022-08-17T18:19:42.034Z] userxattr: false [2022-08-17T18:19:42.034Z] Logging Driver: json-file [2022-08-17T18:19:42.034Z] Cgroup Driver: systemd [2022-08-17T18:19:42.034Z] Cgroup Version: 2 [2022-08-17T18:19:42.034Z] Plugins: [2022-08-17T18:19:42.034Z] Volume: local [2022-08-17T18:19:42.034Z] Network: bridge host ipvlan macvlan null overlay [2022-08-17T18:19:42.034Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-17T18:19:42.034Z] Swarm: inactive [2022-08-17T18:19:42.034Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-08-17T18:19:42.034Z] Default Runtime: runc [2022-08-17T18:19:42.034Z] Init Binary: docker-init [2022-08-17T18:19:42.034Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-17T18:19:42.034Z] runc version: v1.0.3-0-gf46b6ba [2022-08-17T18:19:42.034Z] init version: de40ad0 [2022-08-17T18:19:42.034Z] Security Options: [2022-08-17T18:19:42.034Z] apparmor [2022-08-17T18:19:42.034Z] seccomp [2022-08-17T18:19:42.034Z] Profile: default [2022-08-17T18:19:42.034Z] cgroupns [2022-08-17T18:19:42.034Z] Kernel Version: 5.13.0-1021-aws [2022-08-17T18:19:42.034Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-17T18:19:42.034Z] OSType: linux [2022-08-17T18:19:42.034Z] Architecture: x86_64 [2022-08-17T18:19:42.034Z] CPUs: 2 [2022-08-17T18:19:42.034Z] Total Memory: 7.476GiB [2022-08-17T18:19:42.034Z] Name: ip-10-100-65-194 [2022-08-17T18:19:42.034Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-08-17T18:19:42.034Z] Docker Root Dir: /var/lib/docker [2022-08-17T18:19:42.034Z] Debug Mode: false [2022-08-17T18:19:42.034Z] Registry: https://index.docker.io/v1/ [2022-08-17T18:19:42.034Z] Labels: [2022-08-17T18:19:42.034Z] Experimental: true [2022-08-17T18:19:42.034Z] Insecure Registries: [2022-08-17T18:19:42.034Z] 127.0.0.0/8 [2022-08-17T18:19:42.034Z] Live Restore Enabled: true [2022-08-17T18:19:42.034Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-17T18:19:42.256Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NF_NAT_IPV4: missing [2022-08-17T18:19:42.256Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_NF_NAT_NEEDED: missing [2022-08-17T18:19:42.256Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-17T18:19:42.256Z] [2022-08-17T18:19:42.256Z] Optional Features: [2022-08-17T18:19:42.256Z] - CONFIG_USER_NS: enabled [2022-08-17T18:19:42.256Z] - CONFIG_SECCOMP: enabled [2022-08-17T18:19:42.256Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-17T18:19:42.256Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-17T18:19:42.256Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-17T18:19:42.256Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-17T18:19:42.256Z] - CONFIG_BLK_CGROUP: enabled [2022-08-17T18:19:42.256Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-17T18:19:42.256Z] - CONFIG_IOSCHED_CFQ: missing [2022-08-17T18:19:42.256Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-08-17T18:19:42.256Z] - CONFIG_CGROUP_PERF: enabled [2022-08-17T18:19:42.256Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-17T18:19:42.256Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-17T18:19:42.256Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-17T18:19:42.256Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-17T18:19:42.256Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-17T18:19:42.256Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_IP_VS: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-17T18:19:42.256Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-17T18:19:42.256Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-17T18:19:42.256Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-17T18:19:42.256Z] - CONFIG_EXT4_FS: enabled [2022-08-17T18:19:42.256Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-17T18:19:42.349Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 . [2022-08-17T18:19:42.510Z] #26 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 49.23MB / 49.23MB 1.8s done [2022-08-17T18:19:42.513Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-17T18:19:42.513Z] - Network Drivers: [2022-08-17T18:19:42.513Z] - "overlay": [2022-08-17T18:19:42.513Z] - CONFIG_VXLAN: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-17T18:19:42.513Z] Optional (for encrypted networks): [2022-08-17T18:19:42.513Z] - CONFIG_CRYPTO: enabled [2022-08-17T18:19:42.513Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-17T18:19:42.513Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-17T18:19:42.513Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-17T18:19:42.513Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-17T18:19:42.513Z] - CONFIG_XFRM: enabled [2022-08-17T18:19:42.513Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-08-17T18:19:42.513Z] - "ipvlan": [2022-08-17T18:19:42.513Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-17T18:19:42.513Z] - "macvlan": [2022-08-17T18:19:42.513Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_DUMMY: enabled (as module) [2022-08-17T18:19:42.513Z] - "ftp,tftp client in container": [2022-08-17T18:19:42.513Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-17T18:19:42.513Z] - Storage Drivers: [2022-08-17T18:19:42.513Z] - "aufs": [2022-08-17T18:19:42.513Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-17T18:19:42.513Z] - "btrfs": [2022-08-17T18:19:42.513Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-17T18:19:42.513Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-17T18:19:42.513Z] - "devicemapper": [2022-08-17T18:19:42.513Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-17T18:19:42.513Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-17T18:19:42.513Z] - "overlay": [2022-08-17T18:19:42.513Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-17T18:19:42.513Z] - "zfs": [2022-08-17T18:19:42.513Z] - /dev/zfs: present [2022-08-17T18:19:42.513Z] - zfs command: missing [2022-08-17T18:19:42.513Z] - zpool command: missing [2022-08-17T18:19:42.513Z] [2022-08-17T18:19:42.513Z] Limits: [2022-08-17T18:19:42.513Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-17T18:19:42.513Z] [2022-08-17T18:19:42.513Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-17T18:19:42.605Z] #1 [internal] load build definition from Dockerfile [2022-08-17T18:19:42.605Z] #1 sha256:1e15fd038c880310a4aed58fde8678d3e4fa15e679ae542b8ed83cd5a80ec2fc [2022-08-17T18:19:42.605Z] #1 transferring dockerfile: 17.05kB done [2022-08-17T18:19:42.605Z] #1 DONE 0.1s [2022-08-17T18:19:42.605Z] [2022-08-17T18:19:42.605Z] #2 [internal] load .dockerignore [2022-08-17T18:19:42.605Z] #2 sha256:4d017707c34dc4ba9fad2f3802245f19d4f8530e91325b9b75ee149a7178e240 [2022-08-17T18:19:42.605Z] #2 transferring context: [2022-08-17T18:19:42.605Z] #2 transferring context: 87B done [2022-08-17T18:19:42.605Z] #2 DONE 0.1s [2022-08-17T18:19:42.605Z] [2022-08-17T18:19:42.605Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-17T18:19:42.605Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-17T18:19:42.767Z] #26 extracting sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 [2022-08-17T18:19:42.767Z] #26 ... [2022-08-17T18:19:42.767Z] [2022-08-17T18:19:42.767Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:42.767Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:19:42.767Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-17T18:19:42.767Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:42.767Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-08-17T18:19:42.767Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-08-17T18:19:42.767Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-08-17T18:19:42.767Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.1s done [2022-08-17T18:19:42.767Z] #64 DONE 2.1s [2022-08-17T18:19:42.767Z] [2022-08-17T18:19:42.767Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:42.767Z] #26 sha256:f4d441d9307bcf0ec54ed625509bbb37eb92e5ba47a933bf2fb309276ac2961c [2022-08-17T18:19:42.861Z] #3 DONE 0.4s [2022-08-17T18:19:42.862Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 . [2022-08-17T18:19:43.027Z] #26 ... [2022-08-17T18:19:43.027Z] [2022-08-17T18:19:43.027Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:43.027Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-17T18:19:43.027Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-17T18:19:43.027Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:43.027Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-08-17T18:19:43.027Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-08-17T18:19:43.027Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2022-08-17T18:19:43.027Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-08-17T18:19:43.027Z] #62 DONE 2.3s [2022-08-17T18:19:43.027Z] [2022-08-17T18:19:43.027Z] #23 [internal] load build context [2022-08-17T18:19:43.027Z] #23 sha256:9b6ed8c3b1518fa885128176edd86c23c0b2ddc4a4cd2a81a0daaffed527301c [2022-08-17T18:19:43.027Z] #23 transferring context: 53.40MB 2.1s done [2022-08-17T18:19:43.027Z] #23 DONE 2.3s [2022-08-17T18:19:43.027Z] [2022-08-17T18:19:43.027Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:43.027Z] #26 sha256:f4d441d9307bcf0ec54ed625509bbb37eb92e5ba47a933bf2fb309276ac2961c [2022-08-17T18:19:43.118Z] [2022-08-17T18:19:43.118Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-17T18:19:43.118Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-17T18:19:43.118Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-17T18:19:43.118Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-17T18:19:43.118Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.1s [2022-08-17T18:19:43.118Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-17T18:19:43.118Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-17T18:19:43.118Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2022-08-17T18:19:43.119Z] #1 [internal] load build definition from Dockerfile [2022-08-17T18:19:43.119Z] #1 sha256:ed5adcd52029f762748375b57e3ab73bc20765a0ab6dc0b0a0bdee9aff5f0e89 [2022-08-17T18:19:43.119Z] #1 transferring dockerfile: 37B [2022-08-17T18:19:43.119Z] #1 transferring dockerfile: 17.05kB 0.0s done [2022-08-17T18:19:43.119Z] #1 DONE 0.2s [2022-08-17T18:19:43.119Z] [2022-08-17T18:19:43.119Z] #2 [internal] load .dockerignore [2022-08-17T18:19:43.119Z] #2 sha256:de4aa0432709a2edbbaba07bb9e09393a69c35b52288b1f57a3b749976f0c197 [2022-08-17T18:19:43.119Z] #2 transferring context: 87B done [2022-08-17T18:19:43.119Z] #2 DONE 0.2s [2022-08-17T18:19:43.119Z] [2022-08-17T18:19:43.119Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2022-08-17T18:19:43.119Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2022-08-17T18:19:43.375Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2022-08-17T18:19:43.375Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-17T18:19:43.632Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2022-08-17T18:19:43.632Z] #4 DONE 0.7s [2022-08-17T18:19:43.889Z] [2022-08-17T18:19:43.889Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:43.889Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:19:44.050Z] #3 DONE 0.5s [2022-08-17T18:19:44.050Z] [2022-08-17T18:19:44.050Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2022-08-17T18:19:44.050Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2022-08-17T18:19:44.050Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2022-08-17T18:19:44.050Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2022-08-17T18:19:44.050Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2022-08-17T18:19:44.050Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2022-08-17T18:19:44.050Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2022-08-17T18:19:44.050Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2022-08-17T18:19:44.050Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2022-08-17T18:19:44.615Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2022-08-17T18:19:44.615Z] #4 DONE 0.9s [2022-08-17T18:19:44.819Z] #8 ... [2022-08-17T18:19:44.819Z] [2022-08-17T18:19:44.819Z] #6 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:19:44.819Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-17T18:19:44.819Z] #6 DONE 0.8s [2022-08-17T18:19:44.819Z] [2022-08-17T18:19:44.819Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:44.819Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:19:44.819Z] #8 DONE 0.9s [2022-08-17T18:19:44.819Z] [2022-08-17T18:19:44.819Z] #5 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:19:44.819Z] #5 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311 [2022-08-17T18:19:44.819Z] #5 DONE 0.9s [2022-08-17T18:19:44.819Z] [2022-08-17T18:19:44.819Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:44.819Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:19:44.819Z] #7 DONE 0.9s [2022-08-17T18:19:44.878Z] [2022-08-17T18:19:44.878Z] #8 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:19:44.878Z] #8 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311 [2022-08-17T18:19:44.928Z] #26 extracting sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 2.1s done [2022-08-17T18:19:45.084Z] [2022-08-17T18:19:45.085Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:45.085Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-17T18:19:45.085Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-17T18:19:45.085Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:45.085Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-08-17T18:19:45.085Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-08-17T18:19:45.354Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 0.2s [2022-08-17T18:19:45.618Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2022-08-17T18:19:45.618Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-08-17T18:19:45.618Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-08-17T18:19:45.819Z] #8 ... [2022-08-17T18:19:45.820Z] [2022-08-17T18:19:45.820Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:45.820Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-17T18:19:45.820Z] #5 DONE 0.8s [2022-08-17T18:19:45.820Z] [2022-08-17T18:19:45.820Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-17T18:19:45.820Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-17T18:19:45.820Z] #7 DONE 0.8s [2022-08-17T18:19:45.820Z] [2022-08-17T18:19:45.820Z] #8 [internal] load metadata for docker.io/library/golang:1.17.13-buster [2022-08-17T18:19:45.820Z] #8 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311 [2022-08-17T18:19:45.820Z] #8 DONE 0.9s [2022-08-17T18:19:45.820Z] [2022-08-17T18:19:45.820Z] #6 [internal] load metadata for docker.io/library/debian:buster [2022-08-17T18:19:45.820Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2022-08-17T18:19:45.820Z] #6 DONE 0.9s [2022-08-17T18:19:46.078Z] [2022-08-17T18:19:46.078Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:46.078Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:19:46.078Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-17T18:19:46.337Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:46.337Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-08-17T18:19:46.337Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-08-17T18:19:46.337Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.2s [2022-08-17T18:19:46.598Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.05MB / 12.42MB 0.3s [2022-08-17T18:19:46.598Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.19MB / 12.42MB 0.4s [2022-08-17T18:19:46.598Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 11.53MB / 12.42MB 0.6s [2022-08-17T18:19:46.860Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-08-17T18:19:47.127Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2022-08-17T18:19:48.167Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.3s done [2022-08-17T18:19:48.740Z] #62 DONE 3.8s [2022-08-17T18:19:48.740Z] [2022-08-17T18:19:48.740Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:48.740Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:48.740Z] #9 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.1s done [2022-08-17T18:19:48.740Z] #9 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done [2022-08-17T18:19:48.740Z] #9 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done [2022-08-17T18:19:48.740Z] #9 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done [2022-08-17T18:19:48.740Z] #9 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 2.7s done [2022-08-17T18:19:48.740Z] #9 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.6s done [2022-08-17T18:19:48.740Z] #9 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 1.1s done [2022-08-17T18:19:48.740Z] #9 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 3.4s [2022-08-17T18:19:48.740Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 39.85MB / 135.06MB 3.5s [2022-08-17T18:19:48.740Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 37.75MB / 68.83MB 3.5s [2022-08-17T18:19:48.740Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 0.4s [2022-08-17T18:19:48.740Z] #9 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 0B / 155B 3.5s [2022-08-17T18:19:49.003Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 45.09MB / 68.83MB 3.6s [2022-08-17T18:19:49.003Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 51.38MB / 135.06MB 3.7s [2022-08-17T18:19:49.003Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 52.43MB / 68.83MB 3.7s [2022-08-17T18:19:49.003Z] #9 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 3.6s done [2022-08-17T18:19:49.104Z] #26 ... [2022-08-17T18:19:49.104Z] [2022-08-17T18:19:49.104Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:49.104Z] #9 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0 [2022-08-17T18:19:49.104Z] #9 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done [2022-08-17T18:19:49.104Z] #9 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done [2022-08-17T18:19:49.104Z] #9 sha256:e2bc327932368ef7b63a3ba3fec80b25836271aea01e4218691d7ea5c7d3530d 1.79kB / 1.79kB done [2022-08-17T18:19:49.104Z] #9 sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197 7.13kB / 7.13kB done [2022-08-17T18:19:49.104Z] #9 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 2.3s done [2022-08-17T18:19:49.104Z] #9 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 9.77MB / 9.77MB 2.6s done [2022-08-17T18:19:49.104Z] #9 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 3.6s done [2022-08-17T18:19:49.104Z] #9 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 5.2s done [2022-08-17T18:19:49.104Z] #9 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 7.3s done [2022-08-17T18:19:49.104Z] #9 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 2.2s done [2022-08-17T18:19:49.104Z] #9 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 7.9s [2022-08-17T18:19:49.104Z] #9 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 125B / 125B 7.4s done [2022-08-17T18:19:49.104Z] #9 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0.3s done [2022-08-17T18:19:49.104Z] #9 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.2s done [2022-08-17T18:19:49.260Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 58.72MB / 68.83MB 3.8s [2022-08-17T18:19:49.260Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 66.06MB / 135.06MB 4.0s [2022-08-17T18:19:49.260Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.16MB / 68.83MB 4.0s [2022-08-17T18:19:49.363Z] #9 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d [2022-08-17T18:19:49.517Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 75.50MB / 135.06MB 4.2s [2022-08-17T18:19:49.774Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 83.63MB / 135.06MB 4.4s [2022-08-17T18:19:50.032Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 110.10MB / 135.06MB 4.7s [2022-08-17T18:19:50.032Z] #9 ... [2022-08-17T18:19:50.032Z] [2022-08-17T18:19:50.032Z] #23 [internal] load build context [2022-08-17T18:19:50.032Z] #23 sha256:cfcc9c45a9e791cf73cef2d9913abe450435c299945d40dfc07cdfbcb0bb000c [2022-08-17T18:19:50.032Z] #23 transferring context: 53.39MB 4.8s done [2022-08-17T18:19:50.032Z] #23 DONE 5.2s [2022-08-17T18:19:50.032Z] [2022-08-17T18:19:50.032Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:50.032Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:50.032Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 117.49MB / 135.06MB 4.8s [2022-08-17T18:19:50.032Z] #9 ... [2022-08-17T18:19:50.032Z] [2022-08-17T18:19:50.032Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:50.032Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:19:50.032Z] #26 resolve docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 0.0s done [2022-08-17T18:19:50.032Z] #26 sha256:7e1f93236be2e4a04a2b83e7fda8c0186e72e4c1e8cc830e097710ccc71d2dcf 529B / 529B done [2022-08-17T18:19:50.032Z] #26 sha256:d4729731066ba484d1909e3fd9464467e255f55b4bd41b46a05766836b461b6f 1.46kB / 1.46kB done [2022-08-17T18:19:50.032Z] #26 sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 1.85kB / 1.85kB done [2022-08-17T18:19:50.032Z] #26 sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 50.44MB / 50.44MB 2.3s done [2022-08-17T18:19:50.032Z] #26 extracting sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 2.5s [2022-08-17T18:19:50.294Z] #9 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 9.2s done [2022-08-17T18:19:50.294Z] #9 ... [2022-08-17T18:19:50.294Z] [2022-08-17T18:19:50.294Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:50.294Z] #26 sha256:f4d441d9307bcf0ec54ed625509bbb37eb92e5ba47a933bf2fb309276ac2961c [2022-08-17T18:19:50.294Z] #26 DONE 9.7s [2022-08-17T18:19:50.294Z] [2022-08-17T18:19:50.294Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:50.294Z] #9 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0 [2022-08-17T18:19:51.399Z] #26 ... [2022-08-17T18:19:51.399Z] [2022-08-17T18:19:51.399Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:51.399Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:51.399Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 5.9s [2022-08-17T18:19:51.399Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 5.7s done [2022-08-17T18:19:51.712Z] #9 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 2.2s done [2022-08-17T18:19:52.279Z] #9 ... [2022-08-17T18:19:52.279Z] [2022-08-17T18:19:52.279Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-17T18:19:52.279Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-08-17T18:19:52.279Z] #63 DONE 0.7s [2022-08-17T18:19:52.279Z] [2022-08-17T18:19:52.279Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:52.279Z] #9 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0 [2022-08-17T18:19:52.280Z] #9 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab [2022-08-17T18:19:52.419Z] #64 ... [2022-08-17T18:19:52.419Z] [2022-08-17T18:19:52.419Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:52.419Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:52.419Z] #9 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done [2022-08-17T18:19:52.419Z] #9 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done [2022-08-17T18:19:52.419Z] #9 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done [2022-08-17T18:19:52.419Z] #9 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done [2022-08-17T18:19:52.419Z] #9 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 3.1s done [2022-08-17T18:19:52.419Z] #9 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 1.5s done [2022-08-17T18:19:52.419Z] #9 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 2.5s done [2022-08-17T18:19:52.419Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 50.33MB / 68.83MB 5.8s [2022-08-17T18:19:52.419Z] #9 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 40.89MB / 51.84MB 5.8s [2022-08-17T18:19:52.419Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 41.94MB / 135.06MB 5.8s [2022-08-17T18:19:52.419Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 2.1s [2022-08-17T18:19:52.419Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 57.67MB / 68.83MB 6.1s [2022-08-17T18:19:52.419Z] #9 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 50.33MB / 51.84MB 6.1s [2022-08-17T18:19:52.419Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 50.33MB / 135.06MB 6.1s [2022-08-17T18:19:52.419Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 61.87MB / 68.83MB 6.2s [2022-08-17T18:19:52.419Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 58.72MB / 135.06MB 6.3s [2022-08-17T18:19:52.677Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 66.11MB / 68.83MB 6.4s [2022-08-17T18:19:52.767Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 7.3s done [2022-08-17T18:19:52.935Z] #9 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 6.7s done [2022-08-17T18:19:52.935Z] #9 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 6.8s [2022-08-17T18:19:53.193Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 68.16MB / 135.06MB 7.0s [2022-08-17T18:19:53.339Z] #9 ... [2022-08-17T18:19:53.339Z] [2022-08-17T18:19:53.339Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:53.339Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:19:53.339Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-08-17T18:19:53.339Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-08-17T18:19:53.339Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-08-17T18:19:53.339Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:53.339Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s done [2022-08-17T18:19:53.339Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done [2022-08-17T18:19:53.339Z] #64 DONE 8.1s [2022-08-17T18:19:53.339Z] [2022-08-17T18:19:53.339Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:53.339Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:53.450Z] #9 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 7.2s done [2022-08-17T18:19:53.651Z] #9 ... [2022-08-17T18:19:53.651Z] [2022-08-17T18:19:53.651Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-17T18:19:53.651Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-08-17T18:19:53.651Z] #65 DONE 1.2s [2022-08-17T18:19:53.651Z] [2022-08-17T18:19:53.651Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:53.651Z] #9 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0 [2022-08-17T18:19:53.708Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 75.50MB / 135.06MB 7.4s [2022-08-17T18:19:53.708Z] #9 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 7.3s done [2022-08-17T18:19:53.708Z] #9 ... [2022-08-17T18:19:53.708Z] [2022-08-17T18:19:53.708Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:53.708Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-17T18:19:53.708Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-08-17T18:19:53.708Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-08-17T18:19:53.708Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-08-17T18:19:53.708Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-08-17T18:19:53.708Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-08-17T18:19:53.708Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.7s done [2022-08-17T18:19:53.708Z] #62 DONE 7.5s [2022-08-17T18:19:53.708Z] [2022-08-17T18:19:53.708Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:53.708Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:53.708Z] #9 ... [2022-08-17T18:19:53.708Z] [2022-08-17T18:19:53.708Z] #23 [internal] load build context [2022-08-17T18:19:53.708Z] #23 sha256:2e5f0fe7582080f27e680c7b9938586b34aded6cf4d9f69556ce90c60f883336 [2022-08-17T18:19:53.708Z] #23 transferring context: 32.18MB 7.5s [2022-08-17T18:19:53.708Z] #23 ... [2022-08-17T18:19:53.708Z] [2022-08-17T18:19:53.708Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:53.708Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:53.708Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 83.89MB / 135.06MB 7.7s [2022-08-17T18:19:53.905Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 5.4s [2022-08-17T18:19:53.966Z] #9 ... [2022-08-17T18:19:53.966Z] [2022-08-17T18:19:53.966Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-17T18:19:53.966Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-17T18:19:53.966Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.3s done [2022-08-17T18:19:53.966Z] #64 DONE 7.8s [2022-08-17T18:19:53.966Z] [2022-08-17T18:19:53.966Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:53.966Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:53.966Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 92.27MB / 135.06MB 7.9s [2022-08-17T18:19:54.223Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 101.71MB / 135.06MB 8.2s [2022-08-17T18:19:54.548Z] #9 ... [2022-08-17T18:19:54.548Z] [2022-08-17T18:19:54.548Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-17T18:19:54.548Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-17T18:19:54.548Z] #63 DONE 0.7s [2022-08-17T18:19:54.787Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 110.10MB / 135.06MB 8.6s [2022-08-17T18:19:54.804Z] [2022-08-17T18:19:54.804Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:54.804Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:54.804Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 6.4s done [2022-08-17T18:19:55.022Z] #9 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 2.8s done [2022-08-17T18:19:55.060Z] #9 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 [2022-08-17T18:19:55.088Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 118.49MB / 135.06MB 9.0s [2022-08-17T18:19:55.283Z] #9 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 [2022-08-17T18:19:55.317Z] #9 ... [2022-08-17T18:19:55.317Z] [2022-08-17T18:19:55.317Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:55.317Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:19:55.317Z] #26 extracting sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 6.7s done [2022-08-17T18:19:55.317Z] #26 DONE 10.1s [2022-08-17T18:19:55.317Z] [2022-08-17T18:19:55.317Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:55.317Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:55.317Z] #9 ... [2022-08-17T18:19:55.317Z] [2022-08-17T18:19:55.317Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-17T18:19:55.317Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-17T18:19:55.317Z] #65 DONE 0.9s [2022-08-17T18:19:55.317Z] [2022-08-17T18:19:55.317Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:55.317Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:55.347Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 127.39MB / 135.06MB 9.3s [2022-08-17T18:19:55.574Z] #9 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.5s done [2022-08-17T18:19:55.574Z] #9 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 [2022-08-17T18:19:55.617Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 9.5s [2022-08-17T18:19:56.139Z] #9 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.5s done [2022-08-17T18:19:56.179Z] #9 ... [2022-08-17T18:19:56.179Z] [2022-08-17T18:19:56.179Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:19:56.179Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:19:56.179Z] #26 resolve docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 0.0s done [2022-08-17T18:19:56.179Z] #26 sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 50.44MB / 50.44MB 2.4s done [2022-08-17T18:19:56.179Z] #26 sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 1.85kB / 1.85kB done [2022-08-17T18:19:56.179Z] #26 sha256:7e1f93236be2e4a04a2b83e7fda8c0186e72e4c1e8cc830e097710ccc71d2dcf 529B / 529B done [2022-08-17T18:19:56.179Z] #26 sha256:d4729731066ba484d1909e3fd9464467e255f55b4bd41b46a05766836b461b6f 1.46kB / 1.46kB done [2022-08-17T18:19:56.179Z] #26 extracting sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 7.2s [2022-08-17T18:19:56.179Z] #26 ... [2022-08-17T18:19:56.179Z] [2022-08-17T18:19:56.179Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:56.179Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:56.396Z] #9 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 [2022-08-17T18:19:57.112Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 7.2s [2022-08-17T18:19:57.113Z] #9 ... [2022-08-17T18:19:57.113Z] [2022-08-17T18:19:57.113Z] #23 [internal] load build context [2022-08-17T18:19:57.113Z] #23 sha256:2e5f0fe7582080f27e680c7b9938586b34aded6cf4d9f69556ce90c60f883336 [2022-08-17T18:19:57.113Z] #23 transferring context: 53.40MB 10.5s done [2022-08-17T18:19:57.113Z] #23 DONE 11.0s [2022-08-17T18:19:57.113Z] [2022-08-17T18:19:57.113Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:57.113Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:57.113Z] #9 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 10.9s done [2022-08-17T18:19:58.044Z] #9 ... [2022-08-17T18:19:58.044Z] [2022-08-17T18:19:58.044Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-17T18:19:58.044Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-17T18:19:58.044Z] #63 DONE 0.7s [2022-08-17T18:19:58.044Z] [2022-08-17T18:19:58.044Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:58.044Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:19:59.418Z] #9 ... [2022-08-17T18:19:59.418Z] [2022-08-17T18:19:59.418Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-17T18:19:59.418Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-17T18:19:59.418Z] #65 DONE 1.2s [2022-08-17T18:19:59.418Z] [2022-08-17T18:19:59.418Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:19:59.418Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:00.540Z] #9 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 4.9s done [2022-08-17T18:20:00.540Z] #9 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 done [2022-08-17T18:20:00.540Z] #9 ... [2022-08-17T18:20:00.540Z] [2022-08-17T18:20:00.540Z] #27 [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-08-17T18:20:00.540Z] #27 sha256:5e4c0751dfc0af1e6235e73330e54f67ecc9dd5881b67a7397e795603574bb96 [2022-08-17T18:20:00.540Z] #27 1.361 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:00.540Z] #27 1.374 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:00.540Z] #27 1.387 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:00.540Z] #27 1.719 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:20:00.540Z] #27 1.895 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:20:00.540Z] #27 2.418 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:20:00.540Z] #27 3.171 Fetched 8293 kB in 2s (3965 kB/s) [2022-08-17T18:20:00.540Z] #27 3.171 Reading package lists... [2022-08-17T18:20:00.540Z] #27 3.890 Reading package lists... [2022-08-17T18:20:00.540Z] #27 4.534 Building dependency tree... [2022-08-17T18:20:00.540Z] #27 4.867 The following additional packages will be installed: [2022-08-17T18:20:00.540Z] #27 4.867 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-17T18:20:00.540Z] #27 4.867 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-17T18:20:00.540Z] #27 4.867 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-17T18:20:00.540Z] #27 4.867 Suggested packages: [2022-08-17T18:20:00.540Z] #27 4.867 krb5-doc krb5-user [2022-08-17T18:20:00.540Z] #27 4.867 Recommended packages: [2022-08-17T18:20:00.540Z] #27 4.867 krb5-locales publicsuffix libsasl2-modules [2022-08-17T18:20:00.540Z] #27 4.991 The following NEW packages will be installed: [2022-08-17T18:20:00.540Z] #27 4.991 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-17T18:20:00.540Z] #27 4.991 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-17T18:20:00.540Z] #27 4.991 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-17T18:20:00.540Z] #27 4.991 libssh2-1 libssl1.1 openssl [2022-08-17T18:20:00.540Z] #27 5.263 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:00.540Z] #27 5.263 Need to get 4798 kB of archives. [2022-08-17T18:20:00.540Z] #27 5.263 After this operation, 11.5 MB of additional disk space will be used. [2022-08-17T18:20:00.540Z] #27 5.263 Get:1 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB] [2022-08-17T18:20:00.540Z] #27 5.279 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB] [2022-08-17T18:20:00.540Z] #27 5.280 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB] [2022-08-17T18:20:00.540Z] #27 5.282 Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-17T18:20:00.540Z] #27 5.283 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB] [2022-08-17T18:20:00.540Z] #27 5.291 Get:6 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB] [2022-08-17T18:20:00.540Z] #27 5.295 Get:7 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-17T18:20:00.540Z] #27 5.324 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2022-08-17T18:20:00.540Z] #27 5.324 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB] [2022-08-17T18:20:00.540Z] #27 5.325 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB] [2022-08-17T18:20:00.540Z] #27 5.326 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB] [2022-08-17T18:20:00.540Z] #27 5.330 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB] [2022-08-17T18:20:00.540Z] #27 5.333 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2022-08-17T18:20:00.540Z] #27 5.334 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2022-08-17T18:20:00.540Z] #27 5.335 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2022-08-17T18:20:00.540Z] #27 5.336 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2022-08-17T18:20:00.540Z] #27 5.338 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2022-08-17T18:20:00.540Z] #27 5.341 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2022-08-17T18:20:00.540Z] #27 5.362 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2022-08-17T18:20:00.540Z] #27 5.364 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2022-08-17T18:20:00.540Z] #27 5.365 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2022-08-17T18:20:00.540Z] #27 5.548 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:00.540Z] #27 5.571 Fetched 4798 kB in 0s (13.3 MB/s) [2022-08-17T18:20:00.540Z] #27 5.760 Selecting previously unselected package libssl1.1:arm64. [2022-08-17T18:20:00.540Z] #27 5.760 (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 ... 6670 files and directories currently installed.) [2022-08-17T18:20:00.540Z] #27 5.760 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 5.768 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:00.540Z] #27 5.901 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-08-17T18:20:00.540Z] #27 5.901 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 5.906 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:00.540Z] #27 5.949 Selecting previously unselected package libsasl2-2:arm64. [2022-08-17T18:20:00.540Z] #27 5.950 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 5.955 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:00.540Z] #27 5.995 Selecting previously unselected package libldap-common. [2022-08-17T18:20:00.540Z] #27 5.995 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-17T18:20:00.540Z] #27 6.004 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:00.540Z] #27 6.049 Selecting previously unselected package libldap-2.4-2:arm64. [2022-08-17T18:20:00.540Z] #27 6.049 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 6.053 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:00.540Z] #27 6.103 Selecting previously unselected package openssl. [2022-08-17T18:20:00.540Z] #27 6.103 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 6.111 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:00.540Z] #27 6.220 Selecting previously unselected package ca-certificates. [2022-08-17T18:20:00.540Z] #27 6.220 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-17T18:20:00.540Z] #27 6.223 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:00.540Z] #27 6.293 Selecting previously unselected package libkeyutils1:arm64. [2022-08-17T18:20:00.540Z] #27 6.293 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 6.297 Unpacking libkeyutils1:arm64 (1.6-6) ... [2022-08-17T18:20:00.540Z] #27 6.333 Selecting previously unselected package libkrb5support0:arm64. [2022-08-17T18:20:00.540Z] #27 6.333 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_arm64.deb ... [2022-08-17T18:20:00.540Z] #27 6.336 Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 6.381 Selecting previously unselected package libk5crypto3:arm64. [2022-08-17T18:20:00.541Z] #27 6.381 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.384 Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 6.432 Selecting previously unselected package libkrb5-3:arm64. [2022-08-17T18:20:00.541Z] #27 6.432 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.436 Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 6.519 Selecting previously unselected package libgssapi-krb5-2:arm64. [2022-08-17T18:20:00.541Z] #27 6.519 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.522 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 6.571 Selecting previously unselected package libnghttp2-14:arm64. [2022-08-17T18:20:00.541Z] #27 6.571 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.575 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:00.541Z] #27 6.617 Selecting previously unselected package libpsl5:arm64. [2022-08-17T18:20:00.541Z] #27 6.617 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.621 Unpacking libpsl5:arm64 (0.20.2-2) ... [2022-08-17T18:20:00.541Z] #27 6.663 Selecting previously unselected package librtmp1:arm64. [2022-08-17T18:20:00.541Z] #27 6.663 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.668 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:00.541Z] #27 6.767 Selecting previously unselected package libssh2-1:arm64. [2022-08-17T18:20:00.541Z] #27 6.767 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.771 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2022-08-17T18:20:00.541Z] #27 6.823 Selecting previously unselected package libcurl4:arm64. [2022-08-17T18:20:00.541Z] #27 6.823 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.827 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 6.880 Selecting previously unselected package curl. [2022-08-17T18:20:00.541Z] #27 6.880 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.884 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 6.942 Selecting previously unselected package libonig5:arm64. [2022-08-17T18:20:00.541Z] #27 6.942 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 6.947 Unpacking libonig5:arm64 (6.9.1-1) ... [2022-08-17T18:20:00.541Z] #27 7.003 Selecting previously unselected package libjq1:arm64. [2022-08-17T18:20:00.541Z] #27 7.003 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 7.017 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:00.541Z] #27 7.050 Selecting previously unselected package jq. [2022-08-17T18:20:00.541Z] #27 7.050 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2022-08-17T18:20:00.541Z] #27 7.056 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:00.541Z] #27 7.142 Setting up libkeyutils1:arm64 (1.6-6) ... [2022-08-17T18:20:00.541Z] #27 7.154 Setting up libpsl5:arm64 (0.20.2-2) ... [2022-08-17T18:20:00.541Z] #27 7.166 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 7.293 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:00.541Z] #27 7.305 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:00.541Z] #27 7.323 Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 7.338 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 7.352 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:00.541Z] #27 7.366 Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 7.383 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 7.389 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2022-08-17T18:20:00.541Z] #27 7.406 Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 7.418 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 7.474 Setting up libonig5:arm64 (6.9.1-1) ... [2022-08-17T18:20:00.541Z] #27 7.488 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:00.541Z] #27 7.502 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:00.541Z] #27 7.513 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:00.541Z] #27 8.241 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:00.541Z] #27 9.111 137 added, 0 removed; done. [2022-08-17T18:20:00.541Z] #27 9.208 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ... [2022-08-17T18:20:00.541Z] #27 9.222 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:00.541Z] #27 9.233 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 9.251 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:00.541Z] #27 9.258 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:00.541Z] #27 9.279 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:00.541Z] #27 9.289 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:00.541Z] #27 10.06 0 added, 0 removed; done. [2022-08-17T18:20:00.541Z] #27 10.06 Running hooks in /etc/ca-certificates/update.d... [2022-08-17T18:20:00.541Z] #27 10.06 done. [2022-08-17T18:20:01.664Z] #9 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 4.8s done [2022-08-17T18:20:01.664Z] #9 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e [2022-08-17T18:20:01.910Z] #27 ... [2022-08-17T18:20:01.910Z] [2022-08-17T18:20:01.910Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:01.910Z] #9 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0 [2022-08-17T18:20:01.910Z] #9 DONE 21.0s [2022-08-17T18:20:01.910Z] [2022-08-17T18:20:01.910Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-17T18:20:01.910Z] #10 sha256:20b72470ed95b044a8d50799dc906f74cef4414abdad8bc66214740040e1df1b [2022-08-17T18:20:01.940Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 12.3s [2022-08-17T18:20:02.840Z] #10 DONE 1.0s [2022-08-17T18:20:02.840Z] [2022-08-17T18:20:02.840Z] #27 [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-08-17T18:20:02.840Z] #27 sha256:5e4c0751dfc0af1e6235e73330e54f67ecc9dd5881b67a7397e795603574bb96 [2022-08-17T18:20:02.840Z] #27 DONE 12.3s [2022-08-17T18:20:02.840Z] [2022-08-17T18:20:02.840Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-17T18:20:02.840Z] #28 sha256:d97bdbb60d407a5aa7d4c65229358d46e0de01ed33663ec01f269548a2c79bbe [2022-08-17T18:20:02.840Z] #28 DONE 0.1s [2022-08-17T18:20:02.840Z] [2022-08-17T18:20:02.840Z] #11 [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-08-17T18:20:02.840Z] #11 sha256:d9ef06070b45576fcacfda9114b78c47c6c7c710d50a8767b67f051d74f56743 [2022-08-17T18:20:03.311Z] #9 ... [2022-08-17T18:20:03.311Z] [2022-08-17T18:20:03.311Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f [2022-08-17T18:20:03.311Z] #26 sha256:c8faa48ebfeda0d6ca5653cd851e477d258afea6c3198b83334fa021eb09e8ef [2022-08-17T18:20:03.311Z] #26 extracting sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa 14.2s done [2022-08-17T18:20:03.311Z] #26 DONE 17.3s [2022-08-17T18:20:03.403Z] #11 DONE 0.6s [2022-08-17T18:20:03.404Z] [2022-08-17T18:20:03.404Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:03.404Z] #51 sha256:c0bed78b1cad79a7a066081ae91a1b104a81ccd5828ef76ac8dd8f1c4c4ecc90 [2022-08-17T18:20:03.404Z] #51 ... [2022-08-17T18:20:03.404Z] [2022-08-17T18:20:03.404Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-17T18:20:03.404Z] #31 sha256:05e2b3c82562bc1135512d703432e43b65aebf85073df819eeebd8451ba32fe1 [2022-08-17T18:20:03.404Z] #31 DONE 0.1s [2022-08-17T18:20:03.404Z] [2022-08-17T18:20:03.404Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-17T18:20:03.404Z] #39 sha256:9158f42a897f36aaf3e375c3e1d1028d07880ff43991767cba4b5e3f33dec23b [2022-08-17T18:20:03.404Z] #39 DONE 0.2s [2022-08-17T18:20:03.573Z] [2022-08-17T18:20:03.573Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:03.573Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:03.573Z] #9 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 13.7s done [2022-08-17T18:20:03.664Z] [2022-08-17T18:20:03.664Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:03.664Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:20:03.833Z] #9 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 [2022-08-17T18:20:04.186Z] #9 ... [2022-08-17T18:20:04.186Z] [2022-08-17T18:20:04.186Z] #27 [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-08-17T18:20:04.186Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:20:04.186Z] #27 1.115 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:04.186Z] #27 1.126 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:04.186Z] #27 1.126 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:04.186Z] #27 1.315 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:04.186Z] #27 1.713 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:04.186Z] #27 1.724 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:04.186Z] #27 3.544 Fetched 8471 kB in 3s (3152 kB/s) [2022-08-17T18:20:04.186Z] #27 3.544 Reading package lists... [2022-08-17T18:20:04.186Z] #27 4.476 Reading package lists... [2022-08-17T18:20:04.186Z] #27 5.384 Building dependency tree... [2022-08-17T18:20:04.186Z] #27 5.714 The following additional packages will be installed: [2022-08-17T18:20:04.186Z] #27 5.714 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-17T18:20:04.186Z] #27 5.714 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-17T18:20:04.186Z] #27 5.714 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-17T18:20:04.186Z] #27 5.714 Suggested packages: [2022-08-17T18:20:04.186Z] #27 5.714 krb5-doc krb5-user [2022-08-17T18:20:04.186Z] #27 5.714 Recommended packages: [2022-08-17T18:20:04.186Z] #27 5.714 krb5-locales publicsuffix libsasl2-modules [2022-08-17T18:20:04.186Z] #27 5.877 The following NEW packages will be installed: [2022-08-17T18:20:04.186Z] #27 5.878 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-17T18:20:04.186Z] #27 5.878 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-17T18:20:04.186Z] #27 5.878 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-17T18:20:04.186Z] #27 5.879 libssh2-1 libssl1.1 openssl [2022-08-17T18:20:04.186Z] #27 6.151 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:04.186Z] #27 6.151 Need to get 5083 kB of archives. [2022-08-17T18:20:04.186Z] #27 6.151 After this operation, 12.1 MB of additional disk space will be used. [2022-08-17T18:20:04.186Z] #27 6.151 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-17T18:20:04.186Z] #27 6.192 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-17T18:20:04.186Z] #27 6.192 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-17T18:20:04.186Z] #27 6.192 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-17T18:20:04.186Z] #27 6.192 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-17T18:20:04.186Z] #27 6.195 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-17T18:20:04.186Z] #27 6.207 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-17T18:20:04.186Z] #27 6.211 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-17T18:20:04.186Z] #27 6.211 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-17T18:20:04.186Z] #27 6.215 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-17T18:20:04.186Z] #27 6.215 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-17T18:20:04.186Z] #27 6.223 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-17T18:20:04.186Z] #27 6.226 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-17T18:20:04.186Z] #27 6.226 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-17T18:20:04.186Z] #27 6.258 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-17T18:20:04.186Z] #27 6.258 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-17T18:20:04.186Z] #27 6.258 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-17T18:20:04.186Z] #27 6.258 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-17T18:20:04.186Z] #27 6.260 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-17T18:20:04.186Z] #27 6.262 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-17T18:20:04.186Z] #27 6.265 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-17T18:20:04.186Z] #27 6.419 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:04.186Z] #27 6.443 Fetched 5083 kB in 0s (13.7 MB/s) [2022-08-17T18:20:04.186Z] #27 6.482 Selecting previously unselected package libssl1.1:amd64. [2022-08-17T18:20:04.186Z] #27 6.482 (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 ... 6677 files and directories currently installed.) [2022-08-17T18:20:04.186Z] #27 6.487 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 6.499 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 6.692 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-17T18:20:04.186Z] #27 6.692 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 6.695 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 6.746 Selecting previously unselected package libsasl2-2:amd64. [2022-08-17T18:20:04.186Z] #27 6.746 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 6.764 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 6.794 Selecting previously unselected package libldap-common. [2022-08-17T18:20:04.186Z] #27 6.794 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-17T18:20:04.186Z] #27 6.799 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:04.186Z] #27 6.846 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-17T18:20:04.186Z] #27 6.848 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 6.851 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:04.186Z] #27 6.913 Selecting previously unselected package openssl. [2022-08-17T18:20:04.186Z] #27 6.913 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 6.918 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 7.067 Selecting previously unselected package ca-certificates. [2022-08-17T18:20:04.186Z] #27 7.067 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-17T18:20:04.186Z] #27 7.074 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:04.186Z] #27 7.161 Selecting previously unselected package libkeyutils1:amd64. [2022-08-17T18:20:04.186Z] #27 7.162 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.166 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-17T18:20:04.186Z] #27 7.205 Selecting previously unselected package libkrb5support0:amd64. [2022-08-17T18:20:04.186Z] #27 7.205 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.215 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 7.251 Selecting previously unselected package libk5crypto3:amd64. [2022-08-17T18:20:04.186Z] #27 7.253 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.256 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 7.309 Selecting previously unselected package libkrb5-3:amd64. [2022-08-17T18:20:04.186Z] #27 7.309 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.312 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 7.408 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-17T18:20:04.186Z] #27 7.408 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.412 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 7.465 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-17T18:20:04.186Z] #27 7.465 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.469 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:04.186Z] #27 7.510 Selecting previously unselected package libpsl5:amd64. [2022-08-17T18:20:04.186Z] #27 7.511 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.559 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-17T18:20:04.186Z] #27 7.597 Selecting previously unselected package librtmp1:amd64. [2022-08-17T18:20:04.186Z] #27 7.597 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.601 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:04.186Z] #27 7.638 Selecting previously unselected package libssh2-1:amd64. [2022-08-17T18:20:04.186Z] #27 7.638 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.642 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-17T18:20:04.186Z] #27 7.691 Selecting previously unselected package libcurl4:amd64. [2022-08-17T18:20:04.186Z] #27 7.691 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.693 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 7.770 Selecting previously unselected package curl. [2022-08-17T18:20:04.186Z] #27 7.770 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.774 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 7.837 Selecting previously unselected package libonig5:amd64. [2022-08-17T18:20:04.186Z] #27 7.837 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.842 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:20:04.186Z] #27 7.896 Selecting previously unselected package libjq1:amd64. [2022-08-17T18:20:04.186Z] #27 7.896 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.899 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:04.186Z] #27 7.941 Selecting previously unselected package jq. [2022-08-17T18:20:04.186Z] #27 7.941 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:20:04.186Z] #27 7.944 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:04.186Z] #27 7.983 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-17T18:20:04.186Z] #27 7.993 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-17T18:20:04.186Z] #27 8.005 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 8.111 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:04.186Z] #27 8.120 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:04.186Z] #27 8.134 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 8.145 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 8.155 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:04.186Z] #27 8.167 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 8.179 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:04.186Z] #27 8.187 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-17T18:20:04.186Z] #27 8.198 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 8.209 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:04.186Z] #27 8.224 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:20:04.186Z] #27 8.234 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:04.186Z] #27 8.245 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:04.186Z] #27 8.255 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:04.186Z] #27 8.819 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:04.186Z] #27 ... [2022-08-17T18:20:04.186Z] [2022-08-17T18:20:04.186Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:04.186Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:04.767Z] #9 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 1.0s done [2022-08-17T18:20:05.027Z] #9 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 [2022-08-17T18:20:05.554Z] #9 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 3.9s done [2022-08-17T18:20:05.554Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 [2022-08-17T18:20:05.568Z] #40 ... [2022-08-17T18:20:05.568Z] [2022-08-17T18:20:05.568Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-17T18:20:05.568Z] #12 sha256:b822931ac8002e5d1e460773aca98a66ae0d23041a0946b8b557cc2be1d3529a [2022-08-17T18:20:05.568Z] #12 DONE 2.1s [2022-08-17T18:20:05.825Z] [2022-08-17T18:20:05.825Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:05.825Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:05.958Z] #9 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.7s done [2022-08-17T18:20:06.215Z] #9 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 0.1s [2022-08-17T18:20:07.455Z] #9 ... [2022-08-17T18:20:07.455Z] [2022-08-17T18:20:07.455Z] #27 [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-08-17T18:20:07.455Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:20:07.455Z] #27 9.570 137 added, 0 removed; done. [2022-08-17T18:20:07.455Z] #27 9.599 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:07.455Z] #27 9.611 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:07.455Z] #27 9.622 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:07.455Z] #27 9.633 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:07.455Z] #27 9.646 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:07.455Z] #27 9.664 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:07.455Z] #27 9.675 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:07.455Z] #27 10.32 0 added, 0 removed; done. [2022-08-17T18:20:07.455Z] #27 10.32 Running hooks in /etc/ca-certificates/update.d... [2022-08-17T18:20:07.455Z] #27 10.32 done. [2022-08-17T18:20:07.455Z] #27 DONE 12.1s [2022-08-17T18:20:07.455Z] [2022-08-17T18:20:07.455Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:07.455Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:07.455Z] #9 ... [2022-08-17T18:20:07.455Z] [2022-08-17T18:20:07.455Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-17T18:20:07.455Z] #28 sha256:e0a519e6a1b876a9de1fb2f01e5fe512a3b16701ed9f7d25eaf4dbb11db646bf [2022-08-17T18:20:07.455Z] #28 DONE 0.3s [2022-08-17T18:20:07.455Z] [2022-08-17T18:20:07.455Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:07.455Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:08.352Z] #13 2.630 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:20:08.352Z] #13 2.649 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:08.352Z] #13 2.651 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:08.352Z] #13 2.651 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:09.283Z] #13 3.693 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [484 kB] [2022-08-17T18:20:10.655Z] #13 5.055 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:20:10.724Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.1s [2022-08-17T18:20:10.913Z] #13 ... [2022-08-17T18:20:10.913Z] [2022-08-17T18:20:10.913Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:10.913Z] #34 sha256:cb2034ce392046e84549bb04400782a5d39a6d962296f43777773f7d35794fd4 [2022-08-17T18:20:10.913Z] #34 4.131 + RM_GOPATH=0 [2022-08-17T18:20:10.913Z] #34 4.131 + TMP_GOPATH= [2022-08-17T18:20:10.913Z] #34 4.131 + : /build [2022-08-17T18:20:10.913Z] #34 4.131 + '[' -z '' ']' [2022-08-17T18:20:10.913Z] #34 4.131 ++ mktemp -d [2022-08-17T18:20:10.913Z] #34 4.153 + export GOPATH=/tmp/tmp.FpQMoJIV2y [2022-08-17T18:20:10.913Z] #34 4.153 + GOPATH=/tmp/tmp.FpQMoJIV2y [2022-08-17T18:20:10.913Z] #34 4.153 + RM_GOPATH=1 [2022-08-17T18:20:10.913Z] #34 4.153 + case "$(go env GOARCH)" in [2022-08-17T18:20:10.913Z] #34 4.153 ++ go env GOARCH [2022-08-17T18:20:10.913Z] #34 4.237 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:10.913Z] #34 4.237 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:10.913Z] #34 4.238 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:10.913Z] #34 4.241 + dir=/tmp/install [2022-08-17T18:20:10.913Z] #34 4.248 + bin=tomlv [2022-08-17T18:20:10.913Z] #34 4.252 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:10.913Z] #34 4.252 + shift [2022-08-17T18:20:10.913Z] #34 4.252 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-17T18:20:10.913Z] #34 4.252 + . /tmp/install/tomlv.installer [2022-08-17T18:20:10.913Z] #34 4.252 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:10.913Z] #34 4.252 + install_tomlv [2022-08-17T18:20:10.913Z] #34 4.252 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-17T18:20:10.913Z] #34 4.252 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.FpQMoJIV2y/src/github.com/BurntSushi/toml [2022-08-17T18:20:10.913Z] #34 4.254 Cloning into '/tmp/tmp.FpQMoJIV2y/src/github.com/BurntSushi/toml'... [2022-08-17T18:20:10.913Z] #34 5.303 + cd /tmp/tmp.FpQMoJIV2y/src/github.com/BurntSushi/toml [2022-08-17T18:20:10.913Z] #34 5.303 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:10.913Z] #34 5.405 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:20:10.913Z] #34 5.966 internal/unsafeheader [2022-08-17T18:20:10.913Z] #34 6.000 internal/abi [2022-08-17T18:20:10.913Z] #34 6.015 internal/cpu [2022-08-17T18:20:10.913Z] #34 6.210 internal/goexperiment [2022-08-17T18:20:10.913Z] #34 6.288 runtime/internal/sys [2022-08-17T18:20:10.913Z] #34 6.494 runtime/internal/math [2022-08-17T18:20:10.913Z] #34 6.601 internal/bytealg [2022-08-17T18:20:10.913Z] #34 6.632 runtime/internal/atomic [2022-08-17T18:20:10.913Z] #34 6.996 internal/itoa [2022-08-17T18:20:10.913Z] #34 7.196 math/bits [2022-08-17T18:20:10.913Z] #34 7.583 runtime [2022-08-17T18:20:11.170Z] #34 7.701 math [2022-08-17T18:20:11.288Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.8s done [2022-08-17T18:20:11.500Z] #9 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 5.2s [2022-08-17T18:20:11.545Z] #9 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done [2022-08-17T18:20:11.545Z] #9 DONE 26.5s [2022-08-17T18:20:11.545Z] [2022-08-17T18:20:11.545Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:11.545Z] #29 sha256:5abc8300d37495711b35e1d9d17de13ee5091c2dfd0ef7eabc90ff48ba5961d7 [2022-08-17T18:20:11.545Z] #29 3.606 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-17T18:20:11.811Z] #29 3.888 #=#=# ##O#- # [2022-08-17T18:20:12.103Z] #34 ... [2022-08-17T18:20:12.103Z] [2022-08-17T18:20:12.103Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:12.103Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:12.103Z] #29 7.916 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-17T18:20:12.103Z] #29 8.523 #=#=# ##O#- # [2022-08-17T18:20:12.587Z] #29 4.394 #=#=# ############ 17.3% ########################### 37.7% ######################################### 57.8% ####################################################### 77.7% ##################################################################### 95.9% ######################################################################## 100.0% [2022-08-17T18:20:12.587Z] #29 4.992 [2022-08-17T18:20:12.843Z] #29 5.203 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:13.099Z] #29 5.356 [2022-08-17T18:20:13.355Z] #29 5.568 #=#=# ################################################################### 93.3% ######################################################################## 100.0% [2022-08-17T18:20:13.355Z] #29 5.729 [2022-08-17T18:20:13.389Z] #29 9.170 #=#=# 0.0% ###### 9.4% ######### 13.4% ############### 21.4% #################### 28.0% ######################### 34.9% ############################## 42.2% #################################### 50.4% ############################################ 61.9% ################################################## 70.5% ####################################################### 77.6% ############################################################## 87.0% ################## [2022-08-17T18:20:13.389Z] #29 ... [2022-08-17T18:20:13.389Z] [2022-08-17T18:20:13.389Z] #36 [tini 1/2] 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-08-17T18:20:13.389Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:13.389Z] #36 4.705 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:13.389Z] #36 4.728 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:13.389Z] #36 4.728 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:13.389Z] #36 5.554 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:20:13.389Z] #36 7.698 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:20:13.389Z] #36 ... [2022-08-17T18:20:13.389Z] [2022-08-17T18:20:13.389Z] #55 [containerd 1/2] 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-08-17T18:20:13.389Z] #55 sha256:7b69f50db9b76db34e6ff2507b555d3a0fdcba0cda3fa7f5e6584ac0c0f3d9c0 [2022-08-17T18:20:13.389Z] #55 3.023 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:13.389Z] #55 3.060 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:13.389Z] #55 3.060 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:13.389Z] #55 3.589 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:20:13.389Z] #55 5.287 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:20:13.389Z] #55 7.485 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:20:13.401Z] #9 ... [2022-08-17T18:20:13.401Z] [2022-08-17T18:20:13.401Z] #27 [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-08-17T18:20:13.401Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:20:13.401Z] #27 1.863 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:13.401Z] #27 1.874 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:13.401Z] #27 1.874 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:13.401Z] #27 2.080 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:13.401Z] #27 2.468 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:13.401Z] #27 3.012 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:13.401Z] #27 4.324 Fetched 8471 kB in 3s (3124 kB/s) [2022-08-17T18:20:13.401Z] #27 4.324 Reading package lists... [2022-08-17T18:20:13.401Z] #27 5.249 Reading package lists... [2022-08-17T18:20:13.401Z] #27 6.174 Building dependency tree... [2022-08-17T18:20:13.401Z] #27 6.528 The following additional packages will be installed: [2022-08-17T18:20:13.401Z] #27 6.528 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2022-08-17T18:20:13.401Z] #27 6.528 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2022-08-17T18:20:13.401Z] #27 6.528 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2022-08-17T18:20:13.401Z] #27 6.531 Suggested packages: [2022-08-17T18:20:13.401Z] #27 6.531 krb5-doc krb5-user [2022-08-17T18:20:13.401Z] #27 6.531 Recommended packages: [2022-08-17T18:20:13.401Z] #27 6.531 krb5-locales publicsuffix libsasl2-modules [2022-08-17T18:20:13.401Z] #27 6.706 The following NEW packages will be installed: [2022-08-17T18:20:13.401Z] #27 6.708 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2022-08-17T18:20:13.401Z] #27 6.708 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2022-08-17T18:20:13.401Z] #27 6.708 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-08-17T18:20:13.401Z] #27 6.708 libssh2-1 libssl1.1 openssl [2022-08-17T18:20:13.401Z] #27 6.984 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:13.401Z] #27 6.984 Need to get 5083 kB of archives. [2022-08-17T18:20:13.401Z] #27 6.984 After this operation, 12.1 MB of additional disk space will be used. [2022-08-17T18:20:13.401Z] #27 6.984 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB] [2022-08-17T18:20:13.401Z] #27 7.020 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB] [2022-08-17T18:20:13.401Z] #27 7.020 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB] [2022-08-17T18:20:13.401Z] #27 7.026 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB] [2022-08-17T18:20:13.401Z] #27 7.026 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB] [2022-08-17T18:20:13.401Z] #27 7.032 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB] [2022-08-17T18:20:13.401Z] #27 7.047 Get:7 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2022-08-17T18:20:13.401Z] #27 7.050 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2022-08-17T18:20:13.401Z] #27 7.050 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB] [2022-08-17T18:20:13.401Z] #27 7.052 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB] [2022-08-17T18:20:13.401Z] #27 7.059 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2022-08-17T18:20:13.401Z] #27 7.092 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2022-08-17T18:20:13.401Z] #27 7.098 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2022-08-17T18:20:13.401Z] #27 7.101 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-17T18:20:13.401Z] #27 7.112 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-17T18:20:13.401Z] #27 7.112 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-17T18:20:13.401Z] #27 7.311 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:13.401Z] #27 7.355 Fetched 5083 kB in 0s (13.4 MB/s) [2022-08-17T18:20:13.401Z] #27 7.426 Selecting previously unselected package libssl1.1:amd64. [2022-08-17T18:20:13.401Z] #27 7.426 (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 ... 6677 files and directories currently installed.) [2022-08-17T18:20:13.402Z] #27 7.427 Preparing to unpack .../00-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 7.439 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 7.739 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-08-17T18:20:13.402Z] #27 7.739 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 7.748 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:13.402Z] #27 7.830 Selecting previously unselected package libsasl2-2:amd64. [2022-08-17T18:20:13.402Z] #27 7.830 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 7.835 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:13.402Z] #27 7.950 Selecting previously unselected package libldap-common. [2022-08-17T18:20:13.402Z] #27 7.950 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ... [2022-08-17T18:20:13.402Z] #27 7.966 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:13.402Z] #27 8.100 Selecting previously unselected package libldap-2.4-2:amd64. [2022-08-17T18:20:13.402Z] #27 8.100 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 8.108 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:13.402Z] #27 8.246 Selecting previously unselected package openssl. [2022-08-17T18:20:13.402Z] #27 8.246 Preparing to unpack .../05-openssl_1.1.1n-0+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 8.250 Unpacking openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 8.502 Selecting previously unselected package ca-certificates. [2022-08-17T18:20:13.402Z] #27 8.502 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2022-08-17T18:20:13.402Z] #27 8.507 Unpacking ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:13.402Z] #27 8.675 Selecting previously unselected package libkeyutils1:amd64. [2022-08-17T18:20:13.402Z] #27 8.675 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 8.680 Unpacking libkeyutils1:amd64 (1.6-6) ... [2022-08-17T18:20:13.402Z] #27 8.824 Selecting previously unselected package libkrb5support0:amd64. [2022-08-17T18:20:13.402Z] #27 8.824 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 8.829 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 8.943 Selecting previously unselected package libk5crypto3:amd64. [2022-08-17T18:20:13.402Z] #27 8.943 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 8.947 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 9.017 Selecting previously unselected package libkrb5-3:amd64. [2022-08-17T18:20:13.402Z] #27 9.019 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.022 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 9.185 Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-08-17T18:20:13.402Z] #27 9.185 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.193 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:13.402Z] #27 9.281 Selecting previously unselected package libnghttp2-14:amd64. [2022-08-17T18:20:13.402Z] #27 9.281 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.290 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:13.402Z] #27 9.375 Selecting previously unselected package libpsl5:amd64. [2022-08-17T18:20:13.402Z] #27 9.375 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.400 Unpacking libpsl5:amd64 (0.20.2-2) ... [2022-08-17T18:20:13.402Z] #27 9.452 Selecting previously unselected package librtmp1:amd64. [2022-08-17T18:20:13.402Z] #27 9.452 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.460 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:13.402Z] #27 9.502 Selecting previously unselected package libssh2-1:amd64. [2022-08-17T18:20:13.402Z] #27 9.502 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.521 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-17T18:20:13.402Z] #27 9.579 Selecting previously unselected package libcurl4:amd64. [2022-08-17T18:20:13.402Z] #27 9.579 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.593 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:13.402Z] #27 9.662 Selecting previously unselected package curl. [2022-08-17T18:20:13.402Z] #27 9.662 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.673 Unpacking curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:13.402Z] #27 9.737 Selecting previously unselected package libonig5:amd64. [2022-08-17T18:20:13.402Z] #27 9.737 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.742 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:20:13.402Z] #27 9.828 Selecting previously unselected package libjq1:amd64. [2022-08-17T18:20:13.402Z] #27 9.828 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:20:13.402Z] #27 9.830 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:13.402Z] #27 ... [2022-08-17T18:20:13.402Z] [2022-08-17T18:20:13.402Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:13.402Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:13.646Z] #55 ... [2022-08-17T18:20:13.646Z] [2022-08-17T18:20:13.646Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:20:13.646Z] #24 sha256:3e547b9fa368337703ed4f43739205fe842803adae3b402d1eddd5220be11723 [2022-08-17T18:20:13.646Z] #24 4.116 + RM_GOPATH=0 [2022-08-17T18:20:13.646Z] #24 4.116 + TMP_GOPATH= [2022-08-17T18:20:13.646Z] #24 4.116 + : /build [2022-08-17T18:20:13.646Z] #24 4.116 + '[' -z '' ']' [2022-08-17T18:20:13.646Z] #24 4.116 ++ mktemp -d [2022-08-17T18:20:13.646Z] #24 4.116 + export GOPATH=/tmp/tmp.Cfv8nZoiij [2022-08-17T18:20:13.646Z] #24 4.116 + GOPATH=/tmp/tmp.Cfv8nZoiij [2022-08-17T18:20:13.646Z] #24 4.116 + RM_GOPATH=1 [2022-08-17T18:20:13.646Z] #24 4.116 + case "$(go env GOARCH)" in [2022-08-17T18:20:13.646Z] #24 4.116 ++ go env GOARCH [2022-08-17T18:20:13.646Z] #24 4.227 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.646Z] #24 4.227 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.646Z] #24 4.229 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:13.646Z] #24 4.235 + dir=/tmp/install [2022-08-17T18:20:13.646Z] #24 4.241 + bin=dockercli [2022-08-17T18:20:13.646Z] #24 4.242 + shift [2022-08-17T18:20:13.646Z] #24 4.242 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-17T18:20:13.646Z] #24 4.244 + . /tmp/install/dockercli.installer [2022-08-17T18:20:13.646Z] #24 4.244 ++ : stable [2022-08-17T18:20:13.646Z] #24 4.244 ++ : 17.06.2-ce [2022-08-17T18:20:13.646Z] #24 4.245 + install_dockercli [2022-08-17T18:20:13.646Z] #24 4.245 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-17T18:20:13.646Z] #24 4.245 Install docker/cli version 17.06.2-ce from stable [2022-08-17T18:20:13.646Z] #24 4.247 ++ uname -m [2022-08-17T18:20:13.646Z] #24 4.258 + arch=aarch64 [2022-08-17T18:20:13.646Z] #24 4.258 + '[' aarch64 '!=' x86_64 ']' [2022-08-17T18:20:13.646Z] #24 4.258 + '[' aarch64 '!=' s390x ']' [2022-08-17T18:20:13.646Z] #24 4.258 + '[' aarch64 '!=' armhf ']' [2022-08-17T18:20:13.646Z] #24 4.258 + build_dockercli [2022-08-17T18:20:13.646Z] #24 4.258 + git clone https://github.com/docker/docker-ce /tmp/tmp.Cfv8nZoiij/tmp/docker-ce [2022-08-17T18:20:13.646Z] #24 4.270 Cloning into '/tmp/tmp.Cfv8nZoiij/tmp/docker-ce'... [2022-08-17T18:20:13.646Z] #24 ... [2022-08-17T18:20:13.646Z] [2022-08-17T18:20:13.646Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:13.646Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:13.646Z] #42 2.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:13.646Z] #42 2.954 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:13.646Z] #42 2.961 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:13.646Z] #42 3.357 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:20:13.646Z] #42 4.724 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:20:13.646Z] #42 6.865 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:20:13.872Z] #29 5.941 #=#=# ############ 18.0% ########################## 37.2% ######################################## 56.3% [2022-08-17T18:20:13.872Z] #29 ... [2022-08-17T18:20:13.872Z] [2022-08-17T18:20:13.872Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-17T18:20:13.872Z] #10 sha256:06306930cc58f971b10027014f39f6c684d214a33faa0aa9df474fbdd3014db0 [2022-08-17T18:20:13.872Z] #10 DONE 2.2s [2022-08-17T18:20:13.872Z] [2022-08-17T18:20:13.872Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:13.872Z] #29 sha256:5abc8300d37495711b35e1d9d17de13ee5091c2dfd0ef7eabc90ff48ba5961d7 [2022-08-17T18:20:13.872Z] #29 5.941 #=#=# ############ 18.0% ########################## 37.2% ######################################## 56.3% ###################################################### 76.1% ################################################################### 93.2% [2022-08-17T18:20:13.872Z] #29 ... [2022-08-17T18:20:13.872Z] [2022-08-17T18:20:13.872Z] #11 [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-08-17T18:20:13.872Z] #11 sha256:951e8b7524b2130d06892061335fba224c3ab06c9f922a81154c4579c95ab5a2 [2022-08-17T18:20:13.903Z] #42 ... [2022-08-17T18:20:13.903Z] [2022-08-17T18:20:13.903Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:13.903Z] #49 sha256:235c48747d0ca6a98e9a3aa4e724fa175c1c05422ad1729a42b41c02d7e0e082 [2022-08-17T18:20:13.903Z] #49 3.485 + RM_GOPATH=0 [2022-08-17T18:20:13.903Z] #49 3.489 + TMP_GOPATH= [2022-08-17T18:20:13.903Z] #49 3.489 + : /build [2022-08-17T18:20:13.903Z] #49 3.489 + '[' -z '' ']' [2022-08-17T18:20:13.903Z] #49 3.491 ++ mktemp -d [2022-08-17T18:20:13.903Z] #49 3.508 + export GOPATH=/tmp/tmp.jppksBygrx [2022-08-17T18:20:13.904Z] #49 3.508 + GOPATH=/tmp/tmp.jppksBygrx [2022-08-17T18:20:13.904Z] #49 3.508 + RM_GOPATH=1 [2022-08-17T18:20:13.904Z] #49 3.508 + case "$(go env GOARCH)" in [2022-08-17T18:20:13.904Z] #49 3.508 ++ go env GOARCH [2022-08-17T18:20:13.904Z] #49 3.527 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.904Z] #49 3.527 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.904Z] #49 3.527 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:13.904Z] #49 3.538 Install golangci-lint version v1.44.0 [2022-08-17T18:20:13.904Z] #49 3.542 + dir=/tmp/install [2022-08-17T18:20:13.904Z] #49 3.542 + bin=golangci_lint [2022-08-17T18:20:13.904Z] #49 3.542 + shift [2022-08-17T18:20:13.904Z] #49 3.542 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-17T18:20:13.904Z] #49 3.542 + . /tmp/install/golangci_lint.installer [2022-08-17T18:20:13.904Z] #49 3.542 ++ : v1.44.0 [2022-08-17T18:20:13.904Z] #49 3.542 + install_golangci_lint [2022-08-17T18:20:13.904Z] #49 3.542 + set -e [2022-08-17T18:20:13.904Z] #49 3.542 + echo 'Install golangci-lint version v1.44.0' [2022-08-17T18:20:13.904Z] #49 3.542 + GOBIN=/build [2022-08-17T18:20:13.904Z] #49 3.542 + GO111MODULE=on [2022-08-17T18:20:13.904Z] #49 3.542 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-17T18:20:13.904Z] #49 4.018 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-17T18:20:13.904Z] #49 ... [2022-08-17T18:20:13.904Z] [2022-08-17T18:20:13.904Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:20:13.904Z] #45 sha256:d1e0a8908771e1e926676482e3129e6e52739909b07c4869c9d6dd199f877354 [2022-08-17T18:20:13.904Z] #45 4.182 + RM_GOPATH=0 [2022-08-17T18:20:13.904Z] #45 4.186 + TMP_GOPATH= [2022-08-17T18:20:13.904Z] #45 4.186 + : /build [2022-08-17T18:20:13.904Z] #45 4.186 + '[' -z '' ']' [2022-08-17T18:20:13.904Z] #45 4.186 ++ mktemp -d [2022-08-17T18:20:13.904Z] #45 4.188 + export GOPATH=/tmp/tmp.9v1TqHwuPp [2022-08-17T18:20:13.904Z] #45 4.195 + GOPATH=/tmp/tmp.9v1TqHwuPp [2022-08-17T18:20:13.904Z] #45 4.195 + RM_GOPATH=1 [2022-08-17T18:20:13.904Z] #45 4.195 + case "$(go env GOARCH)" in [2022-08-17T18:20:13.904Z] #45 4.197 ++ go env GOARCH [2022-08-17T18:20:13.904Z] #45 4.212 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.904Z] #45 4.212 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:13.904Z] #45 4.212 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:13.904Z] #45 4.218 Install vndr version v0.1.2 [2022-08-17T18:20:13.904Z] #45 4.218 + dir=/tmp/install [2022-08-17T18:20:13.904Z] #45 4.218 + bin=vndr [2022-08-17T18:20:13.904Z] #45 4.218 + shift [2022-08-17T18:20:13.904Z] #45 4.218 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-17T18:20:13.904Z] #45 4.218 + . /tmp/install/vndr.installer [2022-08-17T18:20:13.904Z] #45 4.218 ++ : v0.1.2 [2022-08-17T18:20:13.904Z] #45 4.218 + install_vndr [2022-08-17T18:20:13.904Z] #45 4.218 + echo 'Install vndr version v0.1.2' [2022-08-17T18:20:13.904Z] #45 4.218 + GOBIN=/build [2022-08-17T18:20:13.904Z] #45 4.218 + GO111MODULE=on [2022-08-17T18:20:13.904Z] #45 4.218 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-17T18:20:13.904Z] #45 4.601 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-17T18:20:14.161Z] #45 ... [2022-08-17T18:20:14.161Z] [2022-08-17T18:20:14.161Z] #32 [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-08-17T18:20:14.161Z] #32 sha256:90c4ea9599fe2b6b547efcb111d9184072327d84e6bcbe3a5caa72f5cfe38ce0 [2022-08-17T18:20:14.161Z] #32 2.668 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-17T18:20:14.161Z] #32 2.668 Cloning into '.'... [2022-08-17T18:20:14.161Z] #32 ... [2022-08-17T18:20:14.161Z] [2022-08-17T18:20:14.161Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:14.161Z] #58 sha256:259f923697220b0d0d08536dc5668881d440c606e010b966938c755a780dab52 [2022-08-17T18:20:14.161Z] #58 3.940 + RM_GOPATH=0 [2022-08-17T18:20:14.161Z] #58 3.940 + TMP_GOPATH= [2022-08-17T18:20:14.161Z] #58 3.940 + : /build [2022-08-17T18:20:14.161Z] #58 3.940 + '[' -z '' ']' [2022-08-17T18:20:14.161Z] #58 3.940 ++ mktemp -d [2022-08-17T18:20:14.161Z] #58 3.940 + export GOPATH=/tmp/tmp.Af9L3PSoKq [2022-08-17T18:20:14.161Z] #58 3.940 + GOPATH=/tmp/tmp.Af9L3PSoKq [2022-08-17T18:20:14.161Z] #58 3.940 + RM_GOPATH=1 [2022-08-17T18:20:14.161Z] #58 3.940 + case "$(go env GOARCH)" in [2022-08-17T18:20:14.161Z] #58 3.940 ++ go env GOARCH [2022-08-17T18:20:14.161Z] #58 3.986 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.161Z] #58 3.986 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.161Z] #58 3.986 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:14.161Z] #58 3.986 + dir=/tmp/install [2022-08-17T18:20:14.161Z] #58 3.986 + bin=rootlesskit [2022-08-17T18:20:14.161Z] #58 3.986 + shift [2022-08-17T18:20:14.161Z] #58 3.986 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-17T18:20:14.161Z] #58 3.986 + . /tmp/install/rootlesskit.installer [2022-08-17T18:20:14.161Z] #58 3.986 ++ : v0.14.4 [2022-08-17T18:20:14.161Z] #58 3.986 + install_rootlesskit [2022-08-17T18:20:14.161Z] #58 3.986 + case "$1" in [2022-08-17T18:20:14.161Z] #58 3.986 + export CGO_ENABLED=0 [2022-08-17T18:20:14.161Z] #58 3.986 + CGO_ENABLED=0 [2022-08-17T18:20:14.161Z] #58 3.986 + _install_rootlesskit [2022-08-17T18:20:14.161Z] #58 3.986 + echo 'Install rootlesskit version v0.14.4' [2022-08-17T18:20:14.161Z] #58 3.986 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:20:14.161Z] #58 3.986 + GOBIN=/build [2022-08-17T18:20:14.161Z] #58 3.986 + GO111MODULE=on [2022-08-17T18:20:14.161Z] #58 3.986 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-17T18:20:14.161Z] #58 3.993 Install rootlesskit version v0.14.4 [2022-08-17T18:20:14.161Z] #58 4.482 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-17T18:20:14.161Z] #58 9.211 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:14.161Z] #58 9.226 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:20:14.161Z] #58 9.349 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-17T18:20:14.161Z] #58 9.854 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-17T18:20:14.418Z] #58 ... [2022-08-17T18:20:14.418Z] [2022-08-17T18:20:14.418Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:14.418Z] #67 sha256:db7bd0980b751d3be2db9dad5aec717f1d569ccabbde93b5bf19627d493f74a2 [2022-08-17T18:20:14.418Z] #67 4.251 + RM_GOPATH=0 [2022-08-17T18:20:14.418Z] #67 4.251 + TMP_GOPATH= [2022-08-17T18:20:14.418Z] #67 4.251 + : /build [2022-08-17T18:20:14.418Z] #67 4.251 + '[' -z '' ']' [2022-08-17T18:20:14.418Z] #67 4.251 ++ mktemp -d [2022-08-17T18:20:14.418Z] #67 4.252 + export GOPATH=/tmp/tmp.5Jn737t9wD [2022-08-17T18:20:14.418Z] #67 4.252 + GOPATH=/tmp/tmp.5Jn737t9wD [2022-08-17T18:20:14.418Z] #67 4.256 + RM_GOPATH=1 [2022-08-17T18:20:14.418Z] #67 4.257 + case "$(go env GOARCH)" in [2022-08-17T18:20:14.418Z] #67 4.262 ++ go env GOARCH [2022-08-17T18:20:14.418Z] #67 4.309 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.418Z] #67 4.309 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.418Z] #67 4.310 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:14.418Z] #67 4.314 + dir=/tmp/install [2022-08-17T18:20:14.418Z] #67 4.314 + bin=proxy [2022-08-17T18:20:14.418Z] #67 4.314 + shift [2022-08-17T18:20:14.418Z] #67 4.315 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-17T18:20:14.418Z] #67 4.315 + . /tmp/install/proxy.installer [2022-08-17T18:20:14.418Z] #67 4.315 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:14.418Z] #67 4.315 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:14.418Z] #67 4.315 + install_proxy [2022-08-17T18:20:14.418Z] #67 4.315 + case "$1" in [2022-08-17T18:20:14.418Z] #67 4.315 + export CGO_ENABLED=0 [2022-08-17T18:20:14.418Z] #67 4.315 + CGO_ENABLED=0 [2022-08-17T18:20:14.418Z] #67 4.315 + _install_proxy [2022-08-17T18:20:14.418Z] #67 4.315 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-17T18:20:14.418Z] #67 4.315 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5Jn737t9wD/src/github.com/docker/libnetwork [2022-08-17T18:20:14.418Z] #67 4.335 Cloning into '/tmp/tmp.5Jn737t9wD/src/github.com/docker/libnetwork'... [2022-08-17T18:20:14.418Z] #67 ... [2022-08-17T18:20:14.418Z] [2022-08-17T18:20:14.418Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:14.418Z] #47 sha256:815f8ab128882a9ffc0d46fe723ee66cb28df9fb078d16d2827d1903084ef382 [2022-08-17T18:20:14.418Z] #47 3.999 + RM_GOPATH=0 [2022-08-17T18:20:14.418Z] #47 4.000 + TMP_GOPATH= [2022-08-17T18:20:14.418Z] #47 4.000 + : /build [2022-08-17T18:20:14.418Z] #47 4.001 + '[' -z '' ']' [2022-08-17T18:20:14.418Z] #47 4.007 ++ mktemp -d [2022-08-17T18:20:14.418Z] #47 4.013 + export GOPATH=/tmp/tmp.XrnyPjrqC3 [2022-08-17T18:20:14.418Z] #47 4.013 + GOPATH=/tmp/tmp.XrnyPjrqC3 [2022-08-17T18:20:14.418Z] #47 4.013 + RM_GOPATH=1 [2022-08-17T18:20:14.418Z] #47 4.013 + case "$(go env GOARCH)" in [2022-08-17T18:20:14.418Z] #47 4.013 ++ go env GOARCH [2022-08-17T18:20:14.418Z] #47 4.048 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.418Z] #47 4.048 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:14.418Z] #47 4.048 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:14.418Z] #47 4.048 + dir=/tmp/install [2022-08-17T18:20:14.418Z] #47 4.048 + bin=gotestsum [2022-08-17T18:20:14.418Z] #47 4.048 + shift [2022-08-17T18:20:14.418Z] #47 4.048 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-17T18:20:14.418Z] #47 4.048 + . /tmp/install/gotestsum.installer [2022-08-17T18:20:14.418Z] #47 4.048 ++ : v1.7.0 [2022-08-17T18:20:14.418Z] #47 4.048 + install_gotestsum [2022-08-17T18:20:14.418Z] #47 4.048 + set -e [2022-08-17T18:20:14.418Z] #47 4.048 + echo 'Install gotestsum version v1.7.0' [2022-08-17T18:20:14.418Z] #47 4.048 Install gotestsum version v1.7.0 [2022-08-17T18:20:14.418Z] #47 4.083 + GOBIN=/build [2022-08-17T18:20:14.418Z] #47 4.083 + GO111MODULE=on [2022-08-17T18:20:14.418Z] #47 4.083 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-17T18:20:14.418Z] #47 4.538 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-17T18:20:14.418Z] #47 5.827 go: downloading github.com/fatih/color v1.10.0 [2022-08-17T18:20:14.418Z] #47 6.026 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-17T18:20:14.418Z] #47 6.049 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-17T18:20:14.418Z] #47 6.137 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:14.418Z] #47 6.336 go: downloading golang.org/x/tools v0.1.0 [2022-08-17T18:20:14.418Z] #47 6.353 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-17T18:20:14.418Z] #47 6.371 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-17T18:20:14.418Z] #47 6.516 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-17T18:20:14.418Z] #47 6.615 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-17T18:20:14.418Z] #47 9.883 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-17T18:20:14.418Z] #47 9.999 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-17T18:20:14.418Z] #47 10.12 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-17T18:20:14.676Z] #47 ... [2022-08-17T18:20:14.676Z] [2022-08-17T18:20:14.676Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:14.676Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:14.676Z] #29 9.170 #=#=# 0.0% ###### 9.4% ######### 13.4% ############### 21.4% #################### 28.0% ######################### 34.9% ############################## 42.2% #################################### 50.4% ############################################ 61.9% ################################################## 70.5% ####################################################### 77.6% ############################################################## 87.0% ####################################################################### 99.0% ######################################################################## 100.0% [2022-08-17T18:20:14.676Z] #29 10.87 [2022-08-17T18:20:14.676Z] #29 11.23 #=#=# 0.2% ################################################## 70.4% ######################################################################## 100.0% [2022-08-17T18:20:14.786Z] #9 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 8.7s done [2022-08-17T18:20:14.933Z] #29 12.07 [2022-08-17T18:20:15.044Z] #9 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e [2022-08-17T18:20:15.705Z] #29 12.41 #=#=# 0.0% ##################################### 52.7% ############################################################# 86.1% ######################################################################## 100.0% [2022-08-17T18:20:16.272Z] #29 13.36 [2022-08-17T18:20:16.392Z] #11 DONE 2.5s [2022-08-17T18:20:16.392Z] [2022-08-17T18:20:16.392Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:16.392Z] #29 sha256:5abc8300d37495711b35e1d9d17de13ee5091c2dfd0ef7eabc90ff48ba5961d7 [2022-08-17T18:20:16.392Z] #29 5.941 #=#=# ############ 18.0% ########################## 37.2% ######################################## 56.3% ###################################################### 76.1% ################################################################### 93.2% ######################################################################## 100.0% [2022-08-17T18:20:16.392Z] #29 6.578 [2022-08-17T18:20:16.392Z] #29 6.820 #=#=# ### 4.5% ####### 9.7% ########## 15.0% ############## 20.2% ################## 25.4% ###################### 30.6% ######################### 35.7% ############################# 41.0% ################################# 46.2% ##################################### 51.5% ######################################## 56.7% ############################################ 61.9% ################################################# 68.8% ##################################################### 74.0% ######################################################### 79.3% ############################################################ 84.5% ################################################################ 89.7% #################################################################### 94.9% ######################################################################## 100.0% [2022-08-17T18:20:16.392Z] #29 8.773 [2022-08-17T18:20:16.955Z] #29 9.296 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-17T18:20:16.955Z] #29 9.379 [2022-08-17T18:20:17.216Z] #29 9.608 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:17.216Z] #29 9.706 [2022-08-17T18:20:17.558Z] #29 13.75 #=#=# 1.2% ######## 12.1% ############ 17.7% #################### 28.3% ######################## 34.1% ########################### 38.6% ################################ 45.8% ####################################### 54.9% [2022-08-17T18:20:17.558Z] #29 ... [2022-08-17T18:20:17.558Z] [2022-08-17T18:20:17.558Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:17.558Z] #51 sha256:c0bed78b1cad79a7a066081ae91a1b104a81ccd5828ef76ac8dd8f1c4c4ecc90 [2022-08-17T18:20:17.558Z] #51 4.077 + RM_GOPATH=0 [2022-08-17T18:20:17.558Z] #51 4.077 + TMP_GOPATH= [2022-08-17T18:20:17.558Z] #51 4.077 + : /build [2022-08-17T18:20:17.558Z] #51 4.077 + '[' -z '' ']' [2022-08-17T18:20:17.558Z] #51 4.077 ++ mktemp -d [2022-08-17T18:20:17.558Z] #51 4.077 + export GOPATH=/tmp/tmp.SyhLigsvz0 [2022-08-17T18:20:17.558Z] #51 4.077 + GOPATH=/tmp/tmp.SyhLigsvz0 [2022-08-17T18:20:17.558Z] #51 4.077 + RM_GOPATH=1 [2022-08-17T18:20:17.558Z] #51 4.077 + case "$(go env GOARCH)" in [2022-08-17T18:20:17.558Z] #51 4.077 ++ go env GOARCH [2022-08-17T18:20:17.558Z] #51 4.116 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:17.558Z] #51 4.118 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:17.558Z] #51 4.120 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:17.558Z] #51 4.153 Install shfmt version v3.0.2 [2022-08-17T18:20:17.558Z] #51 4.153 + dir=/tmp/install [2022-08-17T18:20:17.558Z] #51 4.153 + bin=shfmt [2022-08-17T18:20:17.558Z] #51 4.153 + shift [2022-08-17T18:20:17.558Z] #51 4.153 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-17T18:20:17.558Z] #51 4.153 + . /tmp/install/shfmt.installer [2022-08-17T18:20:17.558Z] #51 4.153 ++ : v3.0.2 [2022-08-17T18:20:17.558Z] #51 4.153 + install_shfmt [2022-08-17T18:20:17.558Z] #51 4.153 + echo 'Install shfmt version v3.0.2' [2022-08-17T18:20:17.558Z] #51 4.153 + GOBIN=/build [2022-08-17T18:20:17.558Z] #51 4.153 + GO111MODULE=on [2022-08-17T18:20:17.558Z] #51 4.153 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-17T18:20:17.558Z] #51 4.698 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-17T18:20:17.558Z] #51 ... [2022-08-17T18:20:17.558Z] [2022-08-17T18:20:17.558Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:17.558Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:17.558Z] #29 13.75 #=#=# 1.2% ######## 12.1% ############ 17.7% #################### 28.3% ######################## 34.1% ########################### 38.6% ################################ 45.8% ####################################### 54.9% ############################################# 63.8% #################################################### 73.0% [2022-08-17T18:20:17.558Z] #29 ... [2022-08-17T18:20:17.558Z] [2022-08-17T18:20:17.558Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:17.558Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:20:17.558Z] #40 4.077 + git clone https://github.com/docker/distribution.git . [2022-08-17T18:20:17.558Z] #40 4.077 Cloning into '.'... [2022-08-17T18:20:17.609Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|exports_file|imports|name) took 2m13.001038976s [2022-08-17T18:20:17.609Z] 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-08-17T18:20:17.609Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 379.537866ms [2022-08-17T18:20:17.784Z] #29 10.28 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-17T18:20:17.784Z] #29 10.40 [2022-08-17T18:20:17.815Z] #40 ... [2022-08-17T18:20:17.815Z] [2022-08-17T18:20:17.815Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:17.815Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:18.044Z] [2022-08-17T18:20:18.044Z] #29 ... [2022-08-17T18:20:18.044Z] [2022-08-17T18:20:18.044Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-17T18:20:18.044Z] #12 sha256:5082ba73144c05cfd5d005117bac826123cbf1988578df4fcf566275b1161779 [2022-08-17T18:20:18.044Z] #12 DONE 1.7s [2022-08-17T18:20:18.044Z] [2022-08-17T18:20:18.044Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-17T18:20:18.044Z] #39 sha256:991e846d7e58e083e1290912f156948f6850b4ec8db5cfa4b2f03ffe46f22bd7 [2022-08-17T18:20:18.044Z] #39 DONE 1.8s [2022-08-17T18:20:18.044Z] [2022-08-17T18:20:18.044Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-17T18:20:18.044Z] #31 sha256:2eed37cb3139cd68be583caccf49041342035ace60269902082c54e6425831bc [2022-08-17T18:20:18.044Z] #31 DONE 1.8s [2022-08-17T18:20:18.044Z] [2022-08-17T18:20:18.044Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:18.044Z] #29 sha256:5abc8300d37495711b35e1d9d17de13ee5091c2dfd0ef7eabc90ff48ba5961d7 [2022-08-17T18:20:18.072Z] #29 13.75 #=#=# 1.2% ######## 12.1% ############ 17.7% #################### 28.3% ######################## 34.1% ########################### 38.6% ################################ 45.8% ####################################### 54.9% ############################################# 63.8% #################################################### 73.0% ########################################################## 81.9% ################################################################ 89.8% ######################################################################## 100.0% [2022-08-17T18:20:18.312Z] #29 10.66 #=#=# ################# 23.9% ######################################################################## 100.0% [2022-08-17T18:20:18.312Z] #29 10.87 [2022-08-17T18:20:18.329Z] #29 15.47 [2022-08-17T18:20:19.233Z] #9 ... [2022-08-17T18:20:19.233Z] [2022-08-17T18:20:19.233Z] #27 [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-08-17T18:20:19.233Z] #27 sha256:2074fdfe885eedf625263219132d3972680e57168fcc3dc2cfa3375d03b00abc [2022-08-17T18:20:19.233Z] #27 9.899 Selecting previously unselected package jq. [2022-08-17T18:20:19.233Z] #27 9.899 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:20:19.233Z] #27 9.903 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:19.233Z] #27 9.964 Setting up libkeyutils1:amd64 (1.6-6) ... [2022-08-17T18:20:19.233Z] #27 9.973 Setting up libpsl5:amd64 (0.20.2-2) ... [2022-08-17T18:20:19.233Z] #27 9.983 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 10.16 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2022-08-17T18:20:19.233Z] #27 10.18 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:19.233Z] #27 10.22 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 10.23 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:19.233Z] #27 10.24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2022-08-17T18:20:19.233Z] #27 10.25 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 10.26 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ... [2022-08-17T18:20:19.233Z] #27 10.27 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2022-08-17T18:20:19.233Z] #27 10.28 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 10.29 Setting up openssl (1.1.1n-0+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 10.31 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:20:19.233Z] #27 10.32 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:20:19.233Z] #27 10.33 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ... [2022-08-17T18:20:19.233Z] #27 10.34 Setting up ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:19.233Z] #27 11.11 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:19.233Z] #27 12.55 137 added, 0 removed; done. [2022-08-17T18:20:19.233Z] #27 12.60 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ... [2022-08-17T18:20:19.233Z] #27 12.61 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:20:19.233Z] #27 12.63 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2022-08-17T18:20:19.233Z] #27 12.64 Setting up curl (7.64.0-4+deb10u2) ... [2022-08-17T18:20:19.233Z] #27 12.65 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:19.233Z] #27 12.67 Processing triggers for ca-certificates (20200601~deb10u2) ... [2022-08-17T18:20:19.233Z] #27 12.68 Updating certificates in /etc/ssl/certs... [2022-08-17T18:20:19.233Z] #27 13.70 0 added, 0 removed; done. [2022-08-17T18:20:19.233Z] #27 13.70 Running hooks in /etc/ca-certificates/update.d... [2022-08-17T18:20:19.233Z] #27 13.70 done. [2022-08-17T18:20:19.233Z] #27 DONE 15.2s [2022-08-17T18:20:19.233Z] [2022-08-17T18:20:19.233Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-17T18:20:19.233Z] #28 sha256:eab9864555e17b9e8981eb5afc39200ebb48fefd7711319f1d00c815fd4609c0 [2022-08-17T18:20:19.233Z] #28 DONE 0.1s [2022-08-17T18:20:19.233Z] [2022-08-17T18:20:19.233Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:19.233Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:19.240Z] #29 11.60 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-17T18:20:19.240Z] #29 11.72 [2022-08-17T18:20:20.176Z] #9 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 5.1s [2022-08-17T18:20:20.805Z] #29 11.96 #=#=# 0.0% ##################### 29.3% ################################# 47.1% ########################################## 58.9% ########################################### 60.4% ################################################## 70.7% ############################################################# 85.2% ######################################################################## 100.0% [2022-08-17T18:20:20.805Z] #29 13.22 [2022-08-17T18:20:21.107Z] #9 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 6.0s done [2022-08-17T18:20:21.363Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 [2022-08-17T18:20:21.736Z] #29 13.95 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-17T18:20:21.736Z] #29 14.14 [2022-08-17T18:20:21.993Z] #29 14.37 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:21.993Z] #29 14.49 [2022-08-17T18:20:22.924Z] #29 15.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-17T18:20:22.924Z] #29 15.25 [2022-08-17T18:20:23.181Z] #29 15.50 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:23.181Z] #29 15.60 [2022-08-17T18:20:23.181Z] #29 15.66 Download of images into '/build' complete. [2022-08-17T18:20:23.181Z] #29 15.66 Use something like the following to load the result into a Docker daemon: [2022-08-17T18:20:23.181Z] #29 15.66 tar -cC '/build' . | docker load [2022-08-17T18:20:23.632Z] #29 15.82 #=#=# 0.0% ## 3.3% ### 5.5% ##### 7.3% ####### 9.7% ######## 11.3% ######### 13.3% ########### 15.5% ############ 17.2% ############# 19.1% ############### 20.9% ################ 22.5% ################# 24.1% ################## 26.0% #################### 28.3% ###################### 30.9% ####################### 33.1% ######################## 34.0% ######################### 35.7% ########################### 37.5% ########################### 38.5% ############################# 40.6% ############################## 41.7% ############################### 44.0% ################################ 44.9% ################################## 47.3% ################################## 48.3% #################################### 50.4% ###################################### 53.0% ###################################### 54.1% ######################################## 56.0% ######################################### 57.5% ########################################## 59.5% ############################################ 61.8% ############################################## 64.8% ############################################### 66.4% ################################################## 69.5% ################################################### 70.9% #################################################### 73.4% ####################################################### 76.6% ####################################################### 77.6% ######################################################### 80.0% ########################################################### 82.8% [2022-08-17T18:20:23.633Z] #29 ... [2022-08-17T18:20:23.633Z] [2022-08-17T18:20:23.633Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:20:23.633Z] #45 sha256:d1e0a8908771e1e926676482e3129e6e52739909b07c4869c9d6dd199f877354 [2022-08-17T18:20:23.633Z] #45 DONE 20.3s [2022-08-17T18:20:23.633Z] [2022-08-17T18:20:23.633Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:23.633Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:23.633Z] #29 15.82 #=#=# 0.0% ## 3.3% ### 5.5% ##### 7.3% ####### 9.7% ######## 11.3% ######### 13.3% ########### 15.5% ############ 17.2% ############# 19.1% ############### 20.9% ################ 22.5% ################# 24.1% ################## 26.0% #################### 28.3% ###################### 30.9% ####################### 33.1% ######################## 34.0% ######################### 35.7% ########################### 37.5% ########################### 38.5% ############################# 40.6% ############################## 41.7% ############################### 44.0% ################################ 44.9% ################################## 47.3% ################################## 48.3% #################################### 50.4% ###################################### 53.0% ###################################### 54.1% ######################################## 56.0% ######################################### 57.5% ########################################## 59.5% ############################################ 61.8% ############################################## 64.8% ############################################### 66.4% ################################################## 69.5% ################################################### 70.9% #################################################### 73.4% ####################################################### 76.6% ####################################################### 77.6% ######################################################### 80.0% ########################################################### 82.8% ############################################################# 85.2% [2022-08-17T18:20:23.633Z] #29 ... [2022-08-17T18:20:23.633Z] [2022-08-17T18:20:23.633Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:23.633Z] #67 sha256:db7bd0980b751d3be2db9dad5aec717f1d569ccabbde93b5bf19627d493f74a2 [2022-08-17T18:20:23.633Z] #67 17.66 Checking out files: 58% (1116/1910) Checking out files: 59% (1127/1910) Checking out files: 60% (1146/1910) Checking out files: 61% (1166/1910) Checking out files: 62% (1185/1910) Checking out files: 63% (1204/1910) Checking out files: 64% (1223/1910) Checking out files: 65% (1242/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 98% (1890/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-17T18:20:23.633Z] #67 18.73 + cd /tmp/tmp.5Jn737t9wD/src/github.com/docker/libnetwork [2022-08-17T18:20:23.633Z] #67 18.74 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:23.633Z] #67 19.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-17T18:20:23.633Z] #67 ... [2022-08-17T18:20:23.633Z] [2022-08-17T18:20:23.633Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:23.633Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:23.633Z] #13 8.143 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:20:23.633Z] #13 10.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:20:23.633Z] #13 16.60 Fetched 8829 kB in 14s (622 kB/s) [2022-08-17T18:20:23.890Z] #13 16.60 Reading package lists... [2022-08-17T18:20:23.890Z] #13 ... [2022-08-17T18:20:23.890Z] [2022-08-17T18:20:23.890Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:23.890Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:20:23.890Z] #40 20.25 Checking out files: 79% (1730/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) [2022-08-17T18:20:23.890Z] #40 ... [2022-08-17T18:20:23.890Z] [2022-08-17T18:20:23.890Z] #36 [tini 1/2] 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-08-17T18:20:23.890Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:23.890Z] #36 10.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:20:23.890Z] #36 16.27 Fetched 8293 kB in 12s (707 kB/s) [2022-08-17T18:20:24.147Z] #36 16.27 Reading package lists... [2022-08-17T18:20:24.147Z] #36 ... [2022-08-17T18:20:24.147Z] [2022-08-17T18:20:24.147Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:24.147Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:20:24.147Z] #40 20.25 Checking out files: 79% (1730/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-17T18:20:24.147Z] #40 20.77 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-17T18:20:25.077Z] #29 DONE 17.2s [2022-08-17T18:20:25.077Z] [2022-08-17T18:20:25.077Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:25.077Z] #58 sha256:6a51665787ac843bf662fca279eb84907309089e7bfa3736c207783cb8d3dd29 [2022-08-17T18:20:25.077Z] #58 2.955 + RM_GOPATH=0 [2022-08-17T18:20:25.077Z] #58 2.955 + TMP_GOPATH= [2022-08-17T18:20:25.077Z] #58 2.955 + : /build [2022-08-17T18:20:25.077Z] #58 2.955 + '[' -z '' ']' [2022-08-17T18:20:25.077Z] #58 2.957 ++ mktemp -d [2022-08-17T18:20:25.077Z] #58 2.957 + export GOPATH=/tmp/tmp.AdCr37msRr [2022-08-17T18:20:25.077Z] #58 2.957 + GOPATH=/tmp/tmp.AdCr37msRr [2022-08-17T18:20:25.077Z] #58 2.957 + RM_GOPATH=1 [2022-08-17T18:20:25.077Z] #58 2.957 + case "$(go env GOARCH)" in [2022-08-17T18:20:25.077Z] #58 2.957 ++ go env GOARCH [2022-08-17T18:20:25.077Z] #58 2.962 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:25.077Z] #58 2.962 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:25.077Z] #58 2.963 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:25.077Z] #58 2.963 + dir=/tmp/install [2022-08-17T18:20:25.077Z] #58 2.963 + bin=rootlesskit [2022-08-17T18:20:25.077Z] #58 2.963 + shift [2022-08-17T18:20:25.077Z] #58 2.963 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-17T18:20:25.077Z] #58 2.963 + . /tmp/install/rootlesskit.installer [2022-08-17T18:20:25.077Z] #58 2.963 ++ : v0.14.4 [2022-08-17T18:20:25.077Z] #58 2.963 + install_rootlesskit [2022-08-17T18:20:25.077Z] #58 2.963 + case "$1" in [2022-08-17T18:20:25.077Z] #58 2.963 + export CGO_ENABLED=0 [2022-08-17T18:20:25.077Z] #58 2.963 + CGO_ENABLED=0 [2022-08-17T18:20:25.077Z] #58 2.963 + _install_rootlesskit [2022-08-17T18:20:25.077Z] #58 2.965 Install rootlesskit version v0.14.4 [2022-08-17T18:20:25.077Z] #58 2.965 + echo 'Install rootlesskit version v0.14.4' [2022-08-17T18:20:25.077Z] #58 2.965 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:20:25.077Z] #58 2.965 + GOBIN=/build [2022-08-17T18:20:25.077Z] #58 2.965 + GO111MODULE=on [2022-08-17T18:20:25.077Z] #58 2.965 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-17T18:20:25.077Z] #58 3.103 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-17T18:20:25.077Z] #58 4.170 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:20:25.077Z] #58 4.170 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:25.077Z] #58 4.214 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-17T18:20:25.077Z] #58 4.290 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-17T18:20:25.077Z] #58 5.135 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-17T18:20:25.077Z] #58 5.326 go: downloading github.com/google/uuid v1.3.0 [2022-08-17T18:20:25.077Z] #58 5.326 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-17T18:20:25.077Z] #58 5.337 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-17T18:20:25.077Z] #58 5.352 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:20:25.077Z] #58 5.359 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-17T18:20:25.077Z] #58 5.379 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-17T18:20:25.077Z] #58 5.426 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-17T18:20:25.077Z] #58 5.446 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-17T18:20:25.077Z] #58 6.794 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-17T18:20:25.077Z] #58 6.810 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-17T18:20:25.516Z] #40 22.07 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build [2022-08-17T18:20:25.516Z] #40 ... [2022-08-17T18:20:25.516Z] [2022-08-17T18:20:25.516Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:25.516Z] #47 sha256:815f8ab128882a9ffc0d46fe723ee66cb28df9fb078d16d2827d1903084ef382 [2022-08-17T18:20:25.516Z] #47 12.10 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:20:25.516Z] #47 12.11 go: downloading golang.org/x/mod v0.3.0 [2022-08-17T18:20:25.774Z] #47 ... [2022-08-17T18:20:25.774Z] [2022-08-17T18:20:25.774Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:25.774Z] #58 sha256:259f923697220b0d0d08536dc5668881d440c606e010b966938c755a780dab52 [2022-08-17T18:20:25.774Z] #58 12.27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-17T18:20:25.774Z] #58 12.85 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-17T18:20:25.774Z] #58 12.85 go: downloading github.com/google/uuid v1.3.0 [2022-08-17T18:20:25.774Z] #58 12.95 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-17T18:20:25.774Z] #58 13.08 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:20:25.774Z] #58 13.12 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-17T18:20:25.774Z] #58 13.31 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-17T18:20:25.774Z] #58 13.98 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-17T18:20:25.774Z] #58 14.13 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-17T18:20:25.774Z] #58 18.24 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-17T18:20:25.774Z] #58 18.28 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-17T18:20:25.774Z] #58 ... [2022-08-17T18:20:25.774Z] [2022-08-17T18:20:25.774Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:25.774Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:20:25.774Z] #40 22.07 + 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-08-17T18:20:26.031Z] #40 ... [2022-08-17T18:20:26.031Z] [2022-08-17T18:20:26.031Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:26.031Z] #34 sha256:cb2034ce392046e84549bb04400782a5d39a6d962296f43777773f7d35794fd4 [2022-08-17T18:20:26.031Z] #34 12.59 unicode/utf8 [2022-08-17T18:20:26.031Z] #34 12.98 internal/race [2022-08-17T18:20:26.031Z] #34 13.12 sync/atomic [2022-08-17T18:20:26.031Z] #34 13.66 unicode [2022-08-17T18:20:26.031Z] #34 16.90 encoding [2022-08-17T18:20:26.288Z] #34 ... [2022-08-17T18:20:26.288Z] [2022-08-17T18:20:26.288Z] #36 [tini 1/2] 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-08-17T18:20:26.288Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:26.288Z] #36 16.27 Reading package lists... [2022-08-17T18:20:26.447Z] #58 ... [2022-08-17T18:20:26.447Z] [2022-08-17T18:20:26.447Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:26.447Z] #67 sha256:5dbe0fcdc92cfac3dc31768e5746638a22f40bc8c80c4c84e4bc58c5425f7014 [2022-08-17T18:20:26.447Z] #67 ... [2022-08-17T18:20:26.447Z] [2022-08-17T18:20:26.447Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:26.447Z] #51 sha256:b3694888481bc5009e49183b1fb5dbc9191a6ed57db7d290c555688a65c1440d [2022-08-17T18:20:26.447Z] #51 9.560 + RM_GOPATH=0 [2022-08-17T18:20:26.447Z] #51 9.560 + TMP_GOPATH= [2022-08-17T18:20:26.447Z] #51 9.560 + : /build [2022-08-17T18:20:26.447Z] #51 9.560 + '[' -z '' ']' [2022-08-17T18:20:26.447Z] #51 9.560 ++ mktemp -d [2022-08-17T18:20:26.447Z] #51 9.579 + export GOPATH=/tmp/tmp.McI15zVVDF [2022-08-17T18:20:26.447Z] #51 9.579 + GOPATH=/tmp/tmp.McI15zVVDF [2022-08-17T18:20:26.447Z] #51 9.579 + RM_GOPATH=1 [2022-08-17T18:20:26.447Z] #51 9.579 + case "$(go env GOARCH)" in [2022-08-17T18:20:26.447Z] #51 9.579 ++ go env GOARCH [2022-08-17T18:20:26.447Z] #51 9.649 Install shfmt version v3.0.2 [2022-08-17T18:20:26.447Z] #51 9.649 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:26.447Z] #51 9.649 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:26.447Z] #51 9.649 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:26.447Z] #51 9.649 + dir=/tmp/install [2022-08-17T18:20:26.447Z] #51 9.649 + bin=shfmt [2022-08-17T18:20:26.447Z] #51 9.649 + shift [2022-08-17T18:20:26.447Z] #51 9.649 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-17T18:20:26.447Z] #51 9.649 + . /tmp/install/shfmt.installer [2022-08-17T18:20:26.447Z] #51 9.649 ++ : v3.0.2 [2022-08-17T18:20:26.447Z] #51 9.649 + install_shfmt [2022-08-17T18:20:26.447Z] #51 9.649 + echo 'Install shfmt version v3.0.2' [2022-08-17T18:20:26.447Z] #51 9.649 + GOBIN=/build [2022-08-17T18:20:26.447Z] #51 9.649 + GO111MODULE=on [2022-08-17T18:20:26.447Z] #51 9.649 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-17T18:20:26.447Z] #51 10.11 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-17T18:20:26.625Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.1s [2022-08-17T18:20:26.703Z] #51 ... [2022-08-17T18:20:26.703Z] [2022-08-17T18:20:26.703Z] #36 [tini 1/2] 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-08-17T18:20:26.703Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:20:26.703Z] #36 ... [2022-08-17T18:20:26.703Z] [2022-08-17T18:20:26.703Z] #55 [containerd 1/2] 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-08-17T18:20:26.703Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:20:26.960Z] #55 ... [2022-08-17T18:20:26.960Z] [2022-08-17T18:20:26.960Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:26.960Z] #47 sha256:458ebbd5ffe8dc050a604473a68185c81318a6eda5731178f18acfb1a3cdb1d0 [2022-08-17T18:20:26.960Z] #47 2.279 + RM_GOPATH=0 [2022-08-17T18:20:26.960Z] #47 2.279 + TMP_GOPATH= [2022-08-17T18:20:26.960Z] #47 2.279 + : /build [2022-08-17T18:20:26.960Z] #47 2.279 + '[' -z '' ']' [2022-08-17T18:20:26.960Z] #47 2.284 ++ mktemp -d [2022-08-17T18:20:26.960Z] #47 2.290 + export GOPATH=/tmp/tmp.1Rma02S14W [2022-08-17T18:20:26.960Z] #47 2.290 + GOPATH=/tmp/tmp.1Rma02S14W [2022-08-17T18:20:26.960Z] #47 2.290 + RM_GOPATH=1 [2022-08-17T18:20:26.960Z] #47 2.290 + case "$(go env GOARCH)" in [2022-08-17T18:20:26.960Z] #47 2.295 ++ go env GOARCH [2022-08-17T18:20:26.960Z] #47 2.322 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:26.960Z] #47 2.322 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:26.960Z] #47 2.322 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:26.960Z] #47 2.333 Install gotestsum version v1.7.0 [2022-08-17T18:20:26.960Z] #47 2.333 + dir=/tmp/install [2022-08-17T18:20:26.960Z] #47 2.333 + bin=gotestsum [2022-08-17T18:20:26.960Z] #47 2.333 + shift [2022-08-17T18:20:26.960Z] #47 2.333 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-17T18:20:26.960Z] #47 2.333 + . /tmp/install/gotestsum.installer [2022-08-17T18:20:26.960Z] #47 2.333 ++ : v1.7.0 [2022-08-17T18:20:26.960Z] #47 2.333 + install_gotestsum [2022-08-17T18:20:26.960Z] #47 2.333 + set -e [2022-08-17T18:20:26.960Z] #47 2.333 + echo 'Install gotestsum version v1.7.0' [2022-08-17T18:20:26.960Z] #47 2.333 + GOBIN=/build [2022-08-17T18:20:26.960Z] #47 2.333 + GO111MODULE=on [2022-08-17T18:20:26.960Z] #47 2.333 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-17T18:20:26.960Z] #47 2.688 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-17T18:20:26.960Z] #47 3.544 go: downloading github.com/fatih/color v1.10.0 [2022-08-17T18:20:26.960Z] #47 3.544 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-17T18:20:26.960Z] #47 3.567 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-17T18:20:26.960Z] #47 3.582 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:26.960Z] #47 3.698 go: downloading golang.org/x/tools v0.1.0 [2022-08-17T18:20:26.960Z] #47 3.710 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-17T18:20:26.960Z] #47 3.723 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-17T18:20:26.960Z] #47 3.741 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-17T18:20:26.960Z] #47 3.767 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-17T18:20:26.960Z] #47 4.819 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-17T18:20:26.960Z] #47 4.829 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-17T18:20:26.960Z] #47 4.872 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-17T18:20:26.960Z] #47 5.362 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:20:26.960Z] #47 5.362 go: downloading golang.org/x/mod v0.3.0 [2022-08-17T18:20:27.112Z] #36 23.07 Reading package lists... [2022-08-17T18:20:27.112Z] #36 ... [2022-08-17T18:20:27.112Z] [2022-08-17T18:20:27.112Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:27.112Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:27.112Z] #42 13.81 Fetched 8293 kB in 11s (730 kB/s) [2022-08-17T18:20:27.112Z] #42 13.81 Reading package lists... [2022-08-17T18:20:27.216Z] #47 ... [2022-08-17T18:20:27.216Z] [2022-08-17T18:20:27.216Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:20:27.216Z] #45 sha256:1ac52abb72ecef12d114483bc623a2113f0f97d3e1344a5b160d48f11139ac7a [2022-08-17T18:20:27.216Z] #45 9.153 + RM_GOPATH=0 [2022-08-17T18:20:27.216Z] #45 9.153 + TMP_GOPATH= [2022-08-17T18:20:27.216Z] #45 9.153 + : /build [2022-08-17T18:20:27.216Z] #45 9.153 + '[' -z '' ']' [2022-08-17T18:20:27.216Z] #45 9.153 ++ mktemp -d [2022-08-17T18:20:27.216Z] #45 9.153 + export GOPATH=/tmp/tmp.vcQ1RBx1EF [2022-08-17T18:20:27.216Z] #45 9.153 + GOPATH=/tmp/tmp.vcQ1RBx1EF [2022-08-17T18:20:27.216Z] #45 9.153 + RM_GOPATH=1 [2022-08-17T18:20:27.216Z] #45 9.153 + case "$(go env GOARCH)" in [2022-08-17T18:20:27.216Z] #45 9.153 ++ go env GOARCH [2022-08-17T18:20:27.216Z] #45 9.193 Install vndr version v0.1.2 [2022-08-17T18:20:27.216Z] #45 9.194 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.216Z] #45 9.194 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.216Z] #45 9.194 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:27.216Z] #45 9.210 + dir=/tmp/install [2022-08-17T18:20:27.216Z] #45 9.210 + bin=vndr [2022-08-17T18:20:27.216Z] #45 9.210 + shift [2022-08-17T18:20:27.216Z] #45 9.210 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-17T18:20:27.216Z] #45 9.210 + . /tmp/install/vndr.installer [2022-08-17T18:20:27.216Z] #45 9.210 ++ : v0.1.2 [2022-08-17T18:20:27.216Z] #45 9.210 + install_vndr [2022-08-17T18:20:27.216Z] #45 9.210 + echo 'Install vndr version v0.1.2' [2022-08-17T18:20:27.216Z] #45 9.210 + GOBIN=/build [2022-08-17T18:20:27.216Z] #45 9.210 + GO111MODULE=on [2022-08-17T18:20:27.216Z] #45 9.210 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-17T18:20:27.216Z] #45 9.707 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-17T18:20:27.216Z] #45 ... [2022-08-17T18:20:27.216Z] [2022-08-17T18:20:27.216Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:27.216Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:20:27.216Z] #34 7.664 + RM_GOPATH=0 [2022-08-17T18:20:27.216Z] #34 7.664 + TMP_GOPATH= [2022-08-17T18:20:27.216Z] #34 7.664 + : /build [2022-08-17T18:20:27.216Z] #34 7.664 + '[' -z '' ']' [2022-08-17T18:20:27.216Z] #34 7.664 ++ mktemp -d [2022-08-17T18:20:27.216Z] #34 7.664 + export GOPATH=/tmp/tmp.P3BGjNqzOo [2022-08-17T18:20:27.216Z] #34 7.664 + GOPATH=/tmp/tmp.P3BGjNqzOo [2022-08-17T18:20:27.216Z] #34 7.664 + RM_GOPATH=1 [2022-08-17T18:20:27.216Z] #34 7.664 + case "$(go env GOARCH)" in [2022-08-17T18:20:27.216Z] #34 7.664 ++ go env GOARCH [2022-08-17T18:20:27.216Z] #34 7.689 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.216Z] #34 7.689 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.216Z] #34 7.689 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:27.216Z] #34 7.689 + dir=/tmp/install [2022-08-17T18:20:27.216Z] #34 7.689 + bin=tomlv [2022-08-17T18:20:27.216Z] #34 7.689 + shift [2022-08-17T18:20:27.216Z] #34 7.689 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-17T18:20:27.216Z] #34 7.689 + . /tmp/install/tomlv.installer [2022-08-17T18:20:27.216Z] #34 7.689 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:27.216Z] #34 7.689 + install_tomlv [2022-08-17T18:20:27.216Z] #34 7.689 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-17T18:20:27.216Z] #34 7.689 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.P3BGjNqzOo/src/github.com/BurntSushi/toml [2022-08-17T18:20:27.216Z] #34 7.689 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:27.216Z] #34 7.736 Cloning into '/tmp/tmp.P3BGjNqzOo/src/github.com/BurntSushi/toml'... [2022-08-17T18:20:27.216Z] #34 8.758 + cd /tmp/tmp.P3BGjNqzOo/src/github.com/BurntSushi/toml [2022-08-17T18:20:27.216Z] #34 8.758 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:27.216Z] #34 8.874 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:20:27.216Z] #34 9.374 internal/unsafeheader [2022-08-17T18:20:27.216Z] #34 9.397 internal/abi [2022-08-17T18:20:27.216Z] #34 9.435 internal/cpu [2022-08-17T18:20:27.216Z] #34 9.610 internal/goexperiment [2022-08-17T18:20:27.216Z] #34 9.809 runtime/internal/atomic [2022-08-17T18:20:27.216Z] #34 10.04 internal/bytealg [2022-08-17T18:20:27.216Z] #34 10.12 runtime/internal/sys [2022-08-17T18:20:27.216Z] #34 10.38 runtime/internal/math [2022-08-17T18:20:27.216Z] #34 10.48 internal/itoa [2022-08-17T18:20:27.216Z] #34 10.58 math/bits [2022-08-17T18:20:27.369Z] #42 20.86 Reading package lists... [2022-08-17T18:20:27.369Z] #42 ... [2022-08-17T18:20:27.369Z] [2022-08-17T18:20:27.369Z] #55 [containerd 1/2] 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-08-17T18:20:27.369Z] #55 sha256:7b69f50db9b76db34e6ff2507b555d3a0fdcba0cda3fa7f5e6584ac0c0f3d9c0 [2022-08-17T18:20:27.369Z] #55 13.88 Fetched 8293 kB in 11s (746 kB/s) [2022-08-17T18:20:27.369Z] #55 13.88 Reading package lists... [2022-08-17T18:20:27.476Z] #34 ... [2022-08-17T18:20:27.477Z] [2022-08-17T18:20:27.477Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:27.477Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:20:27.477Z] #49 8.536 + RM_GOPATH=0 [2022-08-17T18:20:27.477Z] #49 8.536 + TMP_GOPATH= [2022-08-17T18:20:27.477Z] #49 8.536 + : /build [2022-08-17T18:20:27.477Z] #49 8.536 + '[' -z '' ']' [2022-08-17T18:20:27.477Z] #49 8.536 ++ mktemp -d [2022-08-17T18:20:27.477Z] #49 8.536 + export GOPATH=/tmp/tmp.V9aZs3YgZI [2022-08-17T18:20:27.477Z] #49 8.536 + GOPATH=/tmp/tmp.V9aZs3YgZI [2022-08-17T18:20:27.477Z] #49 8.536 + RM_GOPATH=1 [2022-08-17T18:20:27.477Z] #49 8.536 + case "$(go env GOARCH)" in [2022-08-17T18:20:27.477Z] #49 8.536 ++ go env GOARCH [2022-08-17T18:20:27.477Z] #49 8.560 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.477Z] #49 8.560 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.477Z] #49 8.560 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:27.477Z] #49 8.560 + dir=/tmp/install [2022-08-17T18:20:27.477Z] #49 8.560 + bin=golangci_lint [2022-08-17T18:20:27.477Z] #49 8.560 + shift [2022-08-17T18:20:27.477Z] #49 8.560 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-17T18:20:27.477Z] #49 8.560 + . /tmp/install/golangci_lint.installer [2022-08-17T18:20:27.477Z] #49 8.560 ++ : v1.44.0 [2022-08-17T18:20:27.477Z] #49 8.560 + install_golangci_lint [2022-08-17T18:20:27.477Z] #49 8.560 + set -e [2022-08-17T18:20:27.477Z] #49 8.560 + echo 'Install golangci-lint version v1.44.0' [2022-08-17T18:20:27.477Z] #49 8.560 + GOBIN=/build [2022-08-17T18:20:27.477Z] #49 8.560 + GO111MODULE=on [2022-08-17T18:20:27.477Z] #49 8.560 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-17T18:20:27.477Z] #49 8.561 Install golangci-lint version v1.44.0 [2022-08-17T18:20:27.477Z] #49 9.015 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-17T18:20:27.477Z] #49 ... [2022-08-17T18:20:27.477Z] [2022-08-17T18:20:27.477Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:20:27.477Z] #24 sha256:3ccba8724035dd0697c96a4f9bb8d921e3a81291f2910670acf13db5d7ad068c [2022-08-17T18:20:27.477Z] #24 6.525 + RM_GOPATH=0 [2022-08-17T18:20:27.477Z] #24 6.525 + TMP_GOPATH= [2022-08-17T18:20:27.477Z] #24 6.525 + : /build [2022-08-17T18:20:27.477Z] #24 6.525 + '[' -z '' ']' [2022-08-17T18:20:27.477Z] #24 6.525 ++ mktemp -d [2022-08-17T18:20:27.477Z] #24 6.530 + export GOPATH=/tmp/tmp.odKI9MDFfI [2022-08-17T18:20:27.477Z] #24 6.530 + GOPATH=/tmp/tmp.odKI9MDFfI [2022-08-17T18:20:27.477Z] #24 6.530 + RM_GOPATH=1 [2022-08-17T18:20:27.477Z] #24 6.530 + case "$(go env GOARCH)" in [2022-08-17T18:20:27.477Z] #24 6.530 ++ go env GOARCH [2022-08-17T18:20:27.477Z] #24 6.549 Install docker/cli version 17.06.2-ce from stable [2022-08-17T18:20:27.477Z] #24 6.549 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.477Z] #24 6.549 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:27.477Z] #24 6.549 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:27.477Z] #24 6.549 + dir=/tmp/install [2022-08-17T18:20:27.477Z] #24 6.549 + bin=dockercli [2022-08-17T18:20:27.477Z] #24 6.549 + shift [2022-08-17T18:20:27.477Z] #24 6.549 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-17T18:20:27.477Z] #24 6.549 + . /tmp/install/dockercli.installer [2022-08-17T18:20:27.477Z] #24 6.549 ++ : stable [2022-08-17T18:20:27.477Z] #24 6.549 ++ : 17.06.2-ce [2022-08-17T18:20:27.477Z] #24 6.549 + install_dockercli [2022-08-17T18:20:27.477Z] #24 6.549 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-17T18:20:27.477Z] #24 6.549 ++ uname -m [2022-08-17T18:20:27.477Z] #24 6.549 + arch=x86_64 [2022-08-17T18:20:27.477Z] #24 6.549 + '[' x86_64 '!=' x86_64 ']' [2022-08-17T18:20:27.477Z] #24 6.549 + url=https://download.docker.com/linux/static [2022-08-17T18:20:27.477Z] #24 6.549 + tar -xz docker/docker [2022-08-17T18:20:27.477Z] #24 6.550 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-17T18:20:27.626Z] #55 20.91 Reading package lists... [2022-08-17T18:20:27.626Z] #55 ... [2022-08-17T18:20:27.626Z] [2022-08-17T18:20:27.626Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:27.626Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:27.626Z] #29 15.82 #=#=# 0.0% ## 3.3% ### 5.5% ##### 7.3% ####### 9.7% ######## 11.3% ######### 13.3% ########### 15.5% ############ 17.2% ############# 19.1% ############### 20.9% ################ 22.5% ################# 24.1% ################## 26.0% #################### 28.3% ###################### 30.9% ####################### 33.1% ######################## 34.0% ######################### 35.7% ########################### 37.5% ########################### 38.5% ############################# 40.6% ############################## 41.7% ############################### 44.0% ################################ 44.9% ################################## 47.3% ################################## 48.3% #################################### 50.4% ###################################### 53.0% ###################################### 54.1% ######################################## 56.0% ######################################### 57.5% ########################################## 59.5% ############################################ 61.8% ############################################## 64.8% ############################################### 66.4% ################################################## 69.5% ################################################### 70.9% #################################################### 73.4% ####################################################### 76.6% ####################################################### 77.6% ######################################################### 80.0% ########################################################### 82.8% ############################################################# 85.2% ############################################################## 87.0% ################################################################ 89.2% ################################################################# 91.3% ################################################################### 94.2% #################################################################### 95.8% ##################################################################### 96.6% ###################################################################### 97.9% ####################################################################### 100.0% ######################################################################## 100.0% [2022-08-17T18:20:27.626Z] #29 21.75 [2022-08-17T18:20:27.626Z] #29 23.04 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-17T18:20:27.626Z] #29 23.44 [2022-08-17T18:20:27.626Z] #29 23.79 #=#=# 0.9% ######################################################################## 100.0% [2022-08-17T18:20:27.626Z] #29 24.05 [2022-08-17T18:20:27.744Z] #24 ... [2022-08-17T18:20:27.744Z] [2022-08-17T18:20:27.744Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:27.744Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:20:27.744Z] #42 8.238 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:27.744Z] #42 8.351 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:27.744Z] #42 8.562 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:27.744Z] #42 8.862 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:27.744Z] #42 10.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:27.744Z] #42 ... [2022-08-17T18:20:27.744Z] [2022-08-17T18:20:27.744Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:20:27.744Z] #24 sha256:3ccba8724035dd0697c96a4f9bb8d921e3a81291f2910670acf13db5d7ad068c [2022-08-17T18:20:27.744Z] #24 11.41 + mkdir -p /build [2022-08-17T18:20:27.744Z] #24 11.47 + mv docker/docker /build/ [2022-08-17T18:20:27.744Z] #24 11.47 + rmdir docker [2022-08-17T18:20:28.021Z] #24 DONE 11.7s [2022-08-17T18:20:28.021Z] [2022-08-17T18:20:28.021Z] #32 [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-08-17T18:20:28.021Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:20:28.021Z] #32 7.226 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-17T18:20:28.021Z] #32 7.226 Cloning into '.'... [2022-08-17T18:20:28.277Z] #32 ... [2022-08-17T18:20:28.277Z] [2022-08-17T18:20:28.278Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:28.278Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:20:28.278Z] #40 10.21 + git clone https://github.com/docker/distribution.git . [2022-08-17T18:20:28.278Z] #40 10.21 Cloning into '.'... [2022-08-17T18:20:28.278Z] #40 ... [2022-08-17T18:20:28.278Z] [2022-08-17T18:20:28.278Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:28.278Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:28.278Z] #13 7.538 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:20:28.278Z] #13 7.565 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:28.278Z] #13 7.565 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:28.278Z] #13 7.577 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:28.278Z] #13 8.191 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-17T18:20:28.278Z] #13 9.920 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:28.535Z] #13 ... [2022-08-17T18:20:28.535Z] [2022-08-17T18:20:28.535Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:28.535Z] #51 sha256:b3694888481bc5009e49183b1fb5dbc9191a6ed57db7d290c555688a65c1440d [2022-08-17T18:20:28.535Z] #51 11.38 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-17T18:20:28.535Z] #51 11.50 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-17T18:20:28.535Z] #51 11.50 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-17T18:20:28.559Z] #29 25.54 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-17T18:20:28.826Z] #29 25.90 [2022-08-17T18:20:29.145Z] #9 ... [2022-08-17T18:20:29.145Z] [2022-08-17T18:20:29.145Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:29.145Z] #29 sha256:b13d4d3290965b1456ac61ac49787ac24208b3da616ab684632154ca0788c172 [2022-08-17T18:20:29.145Z] #29 1.939 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2022-08-17T18:20:29.145Z] #29 2.063 [2022-08-17T18:20:29.145Z] #29 2.300 #=#=# ############# 18.3% ########################### 38.5% ######################################### 58.3% ######################################################## 78.2% ###################################################################### 98.1% ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 2.935 [2022-08-17T18:20:29.145Z] #29 3.164 #=#=# #################################################################### 95.4% ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 3.372 [2022-08-17T18:20:29.145Z] #29 3.606 #=#=# ################################################################### 93.2% ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 3.828 [2022-08-17T18:20:29.145Z] #29 4.057 #=#=# ############ 17.9% ########################## 37.1% ######################################## 56.3% ###################################################### 75.8% #################################################################### 95.1% ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 4.709 [2022-08-17T18:20:29.145Z] #29 4.937 #=#=# ## 3.1% ####### 10.0% ########## 15.1% ############## 20.4% ################## 25.5% ###################### 30.7% ######################### 36.0% ############################# 41.2% ################################# 46.4% ##################################### 51.4% ######################################## 56.8% ############################################ 62.1% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.9% ############################################################### 88.0% ################################################################### 93.3% ###################################################################### 98.6% ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 6.893 [2022-08-17T18:20:29.145Z] #29 7.415 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-08-17T18:20:29.145Z] #29 7.514 [2022-08-17T18:20:29.145Z] #29 7.743 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 7.819 [2022-08-17T18:20:29.145Z] #29 8.367 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-08-17T18:20:29.145Z] #29 8.466 [2022-08-17T18:20:29.145Z] #29 8.691 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:29.145Z] #29 8.778 [2022-08-17T18:20:29.145Z] #29 9.380 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-17T18:20:29.145Z] #29 9.458 [2022-08-17T18:20:29.145Z] #29 9.677 #=#=# 0.0% #################### 29.0% ################################# 47.1% [2022-08-17T18:20:29.145Z] #29 ... [2022-08-17T18:20:29.145Z] [2022-08-17T18:20:29.145Z] #9 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec [2022-08-17T18:20:29.145Z] #9 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e [2022-08-17T18:20:29.341Z] #29 26.38 #=#=# 0.1% ######################################################################## 100.0% [2022-08-17T18:20:29.598Z] #29 26.67 [2022-08-17T18:20:29.598Z] #29 ... [2022-08-17T18:20:29.598Z] [2022-08-17T18:20:29.598Z] #55 [containerd 1/2] 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-08-17T18:20:29.598Z] #55 sha256:7b69f50db9b76db34e6ff2507b555d3a0fdcba0cda3fa7f5e6584ac0c0f3d9c0 [2022-08-17T18:20:29.598Z] #55 20.91 Reading package lists... [2022-08-17T18:20:29.598Z] #55 ... [2022-08-17T18:20:29.598Z] [2022-08-17T18:20:29.598Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:29.598Z] #51 sha256:c0bed78b1cad79a7a066081ae91a1b104a81ccd5828ef76ac8dd8f1c4c4ecc90 [2022-08-17T18:20:29.598Z] #51 16.29 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-17T18:20:29.598Z] #51 16.34 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-17T18:20:29.598Z] #51 16.37 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-17T18:20:29.598Z] #51 18.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-17T18:20:29.855Z] #51 ... [2022-08-17T18:20:29.855Z] [2022-08-17T18:20:29.855Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:29.855Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:29.855Z] #42 20.86 Reading package lists... [2022-08-17T18:20:30.429Z] #51 13.69 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-17T18:20:31.481Z] #42 26.74 Building dependency tree... [2022-08-17T18:20:31.664Z] #9 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 10.1s done [2022-08-17T18:20:33.029Z] #9 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 [2022-08-17T18:20:33.029Z] #9 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done [2022-08-17T18:20:33.864Z] #51 ... [2022-08-17T18:20:33.864Z] [2022-08-17T18:20:33.865Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:33.865Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:33.865Z] #13 12.91 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:33.865Z] #13 15.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:34.011Z] #42 30.31 The following additional packages will be installed: [2022-08-17T18:20:34.012Z] #42 30.33 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-17T18:20:34.012Z] #42 30.33 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-17T18:20:34.012Z] #42 30.34 Suggested packages: [2022-08-17T18:20:34.012Z] #42 30.34 manpages-dev python-setuptools [2022-08-17T18:20:34.395Z] #9 DONE 48.2s [2022-08-17T18:20:34.395Z] [2022-08-17T18:20:34.395Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:34.395Z] #29 sha256:b13d4d3290965b1456ac61ac49787ac24208b3da616ab684632154ca0788c172 [2022-08-17T18:20:34.395Z] #29 9.677 #=#=# 0.0% #################### 29.0% ################################# 47.1% ########################################### 60.4% #################################################################### 95.2% ######################################################################## 100.0% [2022-08-17T18:20:34.395Z] #29 10.32 [2022-08-17T18:20:34.395Z] #29 10.81 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-17T18:20:34.395Z] #29 10.90 [2022-08-17T18:20:34.395Z] #29 11.11 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:34.395Z] #29 11.17 [2022-08-17T18:20:34.395Z] #29 11.59 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-17T18:20:34.395Z] #29 11.69 [2022-08-17T18:20:34.395Z] #29 11.91 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:34.395Z] #29 12.00 [2022-08-17T18:20:34.395Z] #29 12.02 Download of images into '/build' complete. [2022-08-17T18:20:34.395Z] #29 12.02 Use something like the following to load the result into a Docker daemon: [2022-08-17T18:20:34.395Z] #29 12.02 tar -cC '/build' . | docker load [2022-08-17T18:20:34.576Z] #42 31.36 The following NEW packages will be installed: [2022-08-17T18:20:34.833Z] #42 31.38 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-17T18:20:34.833Z] #42 31.38 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-17T18:20:34.833Z] #42 31.38 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-17T18:20:34.833Z] #42 31.38 python-six zlib1g-dev [2022-08-17T18:20:34.833Z] #42 ... [2022-08-17T18:20:34.833Z] [2022-08-17T18:20:34.833Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:34.833Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:34.833Z] #29 28.17 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2022-08-17T18:20:34.833Z] #29 28.53 [2022-08-17T18:20:34.833Z] #29 28.87 #=#=# 0.0% #### 5.8% ###### 9.5% ######### 13.4% ############ 17.3% ############### 21.9% ################## 25.2% ###################### 30.9% ########################## 36.5% ############################# 41.2% ################################ 44.5% ################################### 49.9% ######################################## 55.9% ########################################### 60.4% ############################################### 65.8% ################################################### 71.5% ###################################################### 76.0% ############################################################ 84.2% ################################################################# 90.5% ######################################################################## 100.0% [2022-08-17T18:20:34.833Z] #29 31.24 [2022-08-17T18:20:34.958Z] #29 DONE 16.1s [2022-08-17T18:20:34.958Z] [2022-08-17T18:20:34.958Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-17T18:20:34.958Z] #10 sha256:06306930cc58f971b10027014f39f6c684d214a33faa0aa9df474fbdd3014db0 [2022-08-17T18:20:35.397Z] #29 32.51 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-08-17T18:20:35.655Z] #29 32.92 [2022-08-17T18:20:35.894Z] #10 DONE 1.4s [2022-08-17T18:20:35.895Z] [2022-08-17T18:20:35.895Z] #11 [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-08-17T18:20:35.895Z] #11 sha256:951e8b7524b2130d06892061335fba224c3ab06c9f922a81154c4579c95ab5a2 [2022-08-17T18:20:36.218Z] #29 33.30 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:36.218Z] #29 33.47 [2022-08-17T18:20:36.822Z] #11 DONE 0.9s [2022-08-17T18:20:36.822Z] [2022-08-17T18:20:36.822Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:36.822Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:20:37.079Z] #58 ... [2022-08-17T18:20:37.079Z] [2022-08-17T18:20:37.079Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-17T18:20:37.079Z] #39 sha256:991e846d7e58e083e1290912f156948f6850b4ec8db5cfa4b2f03ffe46f22bd7 [2022-08-17T18:20:37.079Z] #39 DONE 0.3s [2022-08-17T18:20:37.079Z] [2022-08-17T18:20:37.079Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-17T18:20:37.079Z] #31 sha256:2eed37cb3139cd68be583caccf49041342035ace60269902082c54e6425831bc [2022-08-17T18:20:37.079Z] #31 DONE 0.4s [2022-08-17T18:20:37.079Z] [2022-08-17T18:20:37.079Z] #32 [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-08-17T18:20:37.079Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:20:37.134Z] #13 ... [2022-08-17T18:20:37.134Z] [2022-08-17T18:20:37.134Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:37.134Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:20:37.134Z] #34 11.14 runtime [2022-08-17T18:20:37.134Z] #34 11.31 math [2022-08-17T18:20:37.134Z] #34 17.16 unicode/utf8 [2022-08-17T18:20:37.134Z] #34 17.90 internal/race [2022-08-17T18:20:37.134Z] #34 18.11 sync/atomic [2022-08-17T18:20:37.134Z] #34 18.67 unicode [2022-08-17T18:20:37.152Z] #29 34.35 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-08-17T18:20:37.390Z] #34 ... [2022-08-17T18:20:37.390Z] [2022-08-17T18:20:37.390Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:37.390Z] #67 sha256:5dbe0fcdc92cfac3dc31768e5746638a22f40bc8c80c4c84e4bc58c5425f7014 [2022-08-17T18:20:37.390Z] #67 11.05 + RM_GOPATH=0 [2022-08-17T18:20:37.390Z] #67 11.05 + TMP_GOPATH= [2022-08-17T18:20:37.390Z] #67 11.05 + : /build [2022-08-17T18:20:37.390Z] #67 11.05 + '[' -z '' ']' [2022-08-17T18:20:37.390Z] #67 11.05 ++ mktemp -d [2022-08-17T18:20:37.390Z] #67 11.05 + export GOPATH=/tmp/tmp.UUmRZTvv0X [2022-08-17T18:20:37.390Z] #67 11.05 + GOPATH=/tmp/tmp.UUmRZTvv0X [2022-08-17T18:20:37.390Z] #67 11.05 + RM_GOPATH=1 [2022-08-17T18:20:37.390Z] #67 11.05 + case "$(go env GOARCH)" in [2022-08-17T18:20:37.390Z] #67 11.05 ++ go env GOARCH [2022-08-17T18:20:37.390Z] #67 11.05 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:37.390Z] #67 11.05 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:37.390Z] #67 11.05 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:37.390Z] #67 11.05 + dir=/tmp/install [2022-08-17T18:20:37.390Z] #67 11.05 + bin=proxy [2022-08-17T18:20:37.390Z] #67 11.05 + shift [2022-08-17T18:20:37.390Z] #67 11.05 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-17T18:20:37.390Z] #67 11.05 + . /tmp/install/proxy.installer [2022-08-17T18:20:37.390Z] #67 11.05 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:37.390Z] #67 11.05 + install_proxy [2022-08-17T18:20:37.390Z] #67 11.05 + case "$1" in [2022-08-17T18:20:37.390Z] #67 11.05 + export CGO_ENABLED=0 [2022-08-17T18:20:37.390Z] #67 11.05 + CGO_ENABLED=0 [2022-08-17T18:20:37.390Z] #67 11.05 + _install_proxy [2022-08-17T18:20:37.390Z] #67 11.05 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-17T18:20:37.390Z] #67 11.05 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.UUmRZTvv0X/src/github.com/docker/libnetwork [2022-08-17T18:20:37.390Z] #67 11.05 Cloning into '/tmp/tmp.UUmRZTvv0X/src/github.com/docker/libnetwork'... [2022-08-17T18:20:37.390Z] #67 11.06 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:37.418Z] #29 ... [2022-08-17T18:20:37.418Z] [2022-08-17T18:20:37.418Z] #32 [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-08-17T18:20:37.418Z] #32 sha256:90c4ea9599fe2b6b547efcb111d9184072327d84e6bcbe3a5caa72f5cfe38ce0 [2022-08-17T18:20:37.647Z] #67 ... [2022-08-17T18:20:37.647Z] [2022-08-17T18:20:37.647Z] #36 [tini 1/2] 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-08-17T18:20:37.647Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:20:37.647Z] #36 11.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:37.647Z] #36 11.25 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:37.647Z] #36 11.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:37.647Z] #36 12.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:37.647Z] #36 15.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:37.647Z] #36 17.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:37.647Z] #36 ... [2022-08-17T18:20:37.647Z] [2022-08-17T18:20:37.647Z] #55 [containerd 1/2] 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-08-17T18:20:37.647Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:20:37.647Z] #55 11.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:37.647Z] #55 11.37 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:37.647Z] #55 11.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:37.647Z] #55 12.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:37.647Z] #55 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:37.647Z] #55 17.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:37.675Z] #32 34.14 Checking out files: 94% (1435/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-17T18:20:37.675Z] #32 34.24 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-17T18:20:38.190Z] #32 34.60 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-17T18:20:38.577Z] #55 ... [2022-08-17T18:20:38.577Z] [2022-08-17T18:20:38.577Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:38.577Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:20:38.577Z] #34 22.08 encoding [2022-08-17T18:20:38.577Z] #34 ... [2022-08-17T18:20:38.577Z] [2022-08-17T18:20:38.577Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:38.577Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:20:38.577Z] #42 12.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:38.757Z] #32 ... [2022-08-17T18:20:38.757Z] [2022-08-17T18:20:38.757Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:38.757Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:38.757Z] #13 16.60 Reading package lists... [2022-08-17T18:20:38.757Z] #13 23.58 Reading package lists... [2022-08-17T18:20:38.757Z] #13 29.42 Building dependency tree... [2022-08-17T18:20:38.757Z] #13 32.71 The following additional packages will be installed: [2022-08-17T18:20:38.757Z] #13 32.72 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-17T18:20:38.757Z] #13 32.73 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-17T18:20:38.757Z] #13 32.73 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-17T18:20:38.757Z] #13 32.73 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-17T18:20:38.757Z] #13 32.73 mingw-w64-x86-64-dev [2022-08-17T18:20:38.757Z] #13 32.76 Suggested packages: [2022-08-17T18:20:38.757Z] #13 32.76 gcc-8-locales seccomp wine64 [2022-08-17T18:20:38.757Z] #13 ... [2022-08-17T18:20:38.757Z] [2022-08-17T18:20:38.757Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:38.757Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:38.757Z] #42 31.78 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:38.757Z] #42 31.78 Need to get 3796 kB of archives. [2022-08-17T18:20:38.757Z] #42 31.78 After this operation, 21.6 MB of additional disk space will be used. [2022-08-17T18:20:38.757Z] #42 31.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2022-08-17T18:20:38.757Z] #42 31.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-08-17T18:20:38.757Z] #42 31.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2022-08-17T18:20:38.757Z] #42 31.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2022-08-17T18:20:38.757Z] #42 31.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2022-08-17T18:20:38.757Z] #42 31.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2022-08-17T18:20:38.757Z] #42 31.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2022-08-17T18:20:38.757Z] #42 31.81 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1+deb10u1 [208 kB] [2022-08-17T18:20:38.757Z] #42 31.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2022-08-17T18:20:38.757Z] #42 31.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2022-08-17T18:20:38.757Z] #42 31.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2022-08-17T18:20:38.758Z] #42 31.98 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2022-08-17T18:20:38.758Z] #42 32.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2022-08-17T18:20:38.758Z] #42 32.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2022-08-17T18:20:38.758Z] #42 32.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-17T18:20:38.758Z] #42 32.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2022-08-17T18:20:38.758Z] #42 32.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2022-08-17T18:20:38.758Z] #42 32.86 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:38.758Z] #42 33.05 Fetched 3796 kB in 1s (7291 kB/s) [2022-08-17T18:20:38.758Z] #42 33.16 Selecting previously unselected package libcap-dev:arm64. [2022-08-17T18:20:38.758Z] #42 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 ... 15394 files and directories currently installed.) [2022-08-17T18:20:38.758Z] #42 33.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 33.26 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2022-08-17T18:20:38.758Z] #42 33.46 Selecting previously unselected package libnet1:arm64. [2022-08-17T18:20:38.758Z] #42 33.46 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 33.47 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:20:38.758Z] #42 33.61 Selecting previously unselected package libnet1-dev. [2022-08-17T18:20:38.758Z] #42 33.62 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 33.63 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:20:38.758Z] #42 33.92 Selecting previously unselected package libnl-3-200:arm64. [2022-08-17T18:20:38.758Z] #42 33.92 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 33.93 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2022-08-17T18:20:38.758Z] #42 34.08 Selecting previously unselected package libnl-3-dev:arm64. [2022-08-17T18:20:38.758Z] #42 34.08 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 34.09 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2022-08-17T18:20:38.758Z] #42 34.36 Selecting previously unselected package libprotobuf-c1:arm64. [2022-08-17T18:20:38.758Z] #42 34.37 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 34.37 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-17T18:20:38.758Z] #42 34.46 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-08-17T18:20:38.758Z] #42 34.47 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 34.48 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2022-08-17T18:20:38.758Z] #42 34.61 Selecting previously unselected package zlib1g-dev:arm64. [2022-08-17T18:20:38.758Z] #42 34.61 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 34.62 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:20:38.758Z] #42 34.85 Selecting previously unselected package libprotobuf17:arm64. [2022-08-17T18:20:38.758Z] #42 34.85 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:38.758Z] #42 34.86 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:39.433Z] #42 35.89 Selecting previously unselected package libprotobuf-lite17:arm64. [2022-08-17T18:20:39.433Z] #42 35.89 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:39.433Z] #42 35.91 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:39.718Z] #42 ... [2022-08-17T18:20:39.718Z] [2022-08-17T18:20:39.718Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:39.718Z] #49 sha256:235c48747d0ca6a98e9a3aa4e724fa175c1c05422ad1729a42b41c02d7e0e082 [2022-08-17T18:20:39.718Z] #49 26.35 go: downloading github.com/fatih/color v1.13.0 [2022-08-17T18:20:39.718Z] #49 26.37 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:20:39.718Z] #49 26.47 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:39.718Z] #49 26.50 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-17T18:20:39.718Z] #49 26.55 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-17T18:20:39.718Z] #49 26.74 go: downloading github.com/spf13/viper v1.10.1 [2022-08-17T18:20:39.718Z] #49 26.77 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-17T18:20:39.718Z] #49 27.24 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-17T18:20:39.718Z] #49 27.26 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-17T18:20:39.718Z] #49 27.30 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-17T18:20:39.718Z] #49 27.31 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-17T18:20:39.718Z] #49 28.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-17T18:20:39.718Z] #49 28.65 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-17T18:20:39.718Z] #49 31.58 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:20:39.718Z] #49 31.60 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-17T18:20:39.718Z] #49 31.74 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-17T18:20:39.718Z] #49 31.79 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-17T18:20:39.718Z] #49 31.85 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-17T18:20:39.718Z] #49 31.89 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-17T18:20:39.718Z] #49 31.96 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-17T18:20:39.718Z] #49 32.03 go: downloading github.com/spf13/afero v1.6.0 [2022-08-17T18:20:39.718Z] #49 32.10 go: downloading github.com/spf13/cast v1.4.1 [2022-08-17T18:20:39.718Z] #49 32.11 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-17T18:20:39.718Z] #49 32.15 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-17T18:20:39.718Z] #49 32.18 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-17T18:20:39.718Z] #49 32.27 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-17T18:20:39.718Z] #49 32.38 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-17T18:20:39.718Z] #49 32.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-17T18:20:39.718Z] #49 32.47 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-17T18:20:39.718Z] #49 32.49 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-17T18:20:39.718Z] #49 32.51 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-17T18:20:39.718Z] #49 32.54 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-17T18:20:39.718Z] #49 32.56 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-17T18:20:39.718Z] #49 32.58 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-17T18:20:39.718Z] #49 33.04 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-17T18:20:39.718Z] #49 33.12 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-17T18:20:39.718Z] #49 33.14 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-17T18:20:39.718Z] #49 33.22 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-17T18:20:39.718Z] #49 33.30 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-17T18:20:39.718Z] #49 33.49 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-17T18:20:39.718Z] #49 34.41 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-17T18:20:39.718Z] #49 34.46 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-17T18:20:39.718Z] #49 34.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-17T18:20:39.718Z] #49 34.56 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-17T18:20:39.718Z] #49 34.57 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-17T18:20:39.718Z] #49 34.71 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-17T18:20:39.718Z] #49 34.80 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-17T18:20:39.718Z] #49 34.85 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-17T18:20:39.718Z] #49 34.89 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-17T18:20:39.718Z] #49 34.98 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-17T18:20:39.718Z] #49 35.02 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-17T18:20:39.718Z] #49 35.04 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-17T18:20:39.718Z] #49 35.05 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-17T18:20:39.718Z] #49 35.09 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-17T18:20:39.718Z] #49 35.18 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-17T18:20:39.718Z] #49 35.19 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-17T18:20:39.718Z] #49 35.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-17T18:20:39.718Z] #49 35.40 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-17T18:20:39.718Z] #49 35.40 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-17T18:20:39.718Z] #49 35.53 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-17T18:20:39.718Z] #49 35.77 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-17T18:20:39.718Z] #49 35.79 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-17T18:20:39.718Z] #49 35.83 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-17T18:20:39.718Z] #49 35.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-17T18:20:39.718Z] #49 36.24 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-17T18:20:39.718Z] #49 36.26 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-17T18:20:39.718Z] #49 36.29 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-17T18:20:39.718Z] #49 36.29 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-17T18:20:39.718Z] #49 36.31 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-17T18:20:39.718Z] #49 36.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-17T18:20:39.977Z] #49 36.38 go: downloading github.com/julz/importas v0.1.0 [2022-08-17T18:20:39.977Z] #49 36.39 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-17T18:20:39.977Z] #49 36.43 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-17T18:20:39.977Z] #49 36.43 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-17T18:20:39.977Z] #49 ... [2022-08-17T18:20:39.977Z] [2022-08-17T18:20:39.977Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:39.978Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:39.978Z] #13 33.48 The following NEW packages will be installed: [2022-08-17T18:20:39.978Z] #13 33.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-17T18:20:39.978Z] #13 33.49 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-17T18:20:39.978Z] #13 33.50 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-17T18:20:39.978Z] #13 33.50 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-17T18:20:39.978Z] #13 33.50 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-17T18:20:39.978Z] #13 33.51 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-17T18:20:39.978Z] #13 33.52 The following packages will be upgraded: [2022-08-17T18:20:39.978Z] #13 33.53 libseccomp2 [2022-08-17T18:20:39.978Z] #13 33.97 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:39.978Z] #13 33.97 Need to get 73.4 MB of archives. [2022-08-17T18:20:39.978Z] #13 33.97 After this operation, 471 MB of additional disk space will be used. [2022-08-17T18:20:39.978Z] #13 33.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2022-08-17T18:20:39.978Z] #13 34.11 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.5.1-1~bpo10+1 [46.8 kB] [2022-08-17T18:20:39.978Z] #13 34.16 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.5.1-1~bpo10+1 [88.6 kB] [2022-08-17T18:20:39.978Z] #13 34.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2022-08-17T18:20:39.978Z] #13 ... [2022-08-17T18:20:39.978Z] [2022-08-17T18:20:39.978Z] #55 [containerd 1/2] 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-08-17T18:20:39.978Z] #55 sha256:7b69f50db9b76db34e6ff2507b555d3a0fdcba0cda3fa7f5e6584ac0c0f3d9c0 [2022-08-17T18:20:39.978Z] #55 26.57 Building dependency tree... [2022-08-17T18:20:39.978Z] #55 29.90 The following additional packages will be installed: [2022-08-17T18:20:39.978Z] #55 29.92 libbtrfs0 [2022-08-17T18:20:39.978Z] #55 30.12 The following NEW packages will be installed: [2022-08-17T18:20:39.978Z] #55 30.13 libbtrfs-dev libbtrfs0 [2022-08-17T18:20:39.978Z] #55 35.53 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:39.978Z] #55 35.53 Need to get 119 kB of archives. [2022-08-17T18:20:39.978Z] #55 35.53 After this operation, 387 kB of additional disk space will be used. [2022-08-17T18:20:39.978Z] #55 35.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2022-08-17T18:20:39.978Z] #55 35.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2022-08-17T18:20:39.978Z] #55 ... [2022-08-17T18:20:39.978Z] [2022-08-17T18:20:39.978Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:39.978Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:39.978Z] #13 34.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-17T18:20:39.978Z] #13 34.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2022-08-17T18:20:40.235Z] #13 34.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2022-08-17T18:20:40.235Z] #13 34.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-17T18:20:40.493Z] #13 35.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-17T18:20:41.061Z] #13 35.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-17T18:20:41.061Z] #13 35.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [33.2 MB] [2022-08-17T18:20:41.105Z] #42 24.38 Fetched 8471 kB in 16s (517 kB/s) [2022-08-17T18:20:41.251Z] #32 ... [2022-08-17T18:20:41.251Z] [2022-08-17T18:20:41.251Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2022-08-17T18:20:41.251Z] #12 sha256:5082ba73144c05cfd5d005117bac826123cbf1988578df4fcf566275b1161779 [2022-08-17T18:20:41.251Z] #12 DONE 3.9s [2022-08-17T18:20:41.251Z] [2022-08-17T18:20:41.252Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:41.252Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:41.319Z] #13 ... [2022-08-17T18:20:41.320Z] [2022-08-17T18:20:41.320Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-08-17T18:20:41.320Z] #29 sha256:86ae61441f5805522e7ddf3f5bfc2735bf95fcaccc85c755817090a9634581cc [2022-08-17T18:20:41.320Z] #29 34.83 [2022-08-17T18:20:41.320Z] #29 35.20 #=#=# ######################################################################## 100.0% [2022-08-17T18:20:41.320Z] #29 35.35 [2022-08-17T18:20:41.320Z] #29 35.51 Download of images into '/build' complete. [2022-08-17T18:20:41.320Z] #29 35.51 Use something like the following to load the result into a Docker daemon: [2022-08-17T18:20:41.320Z] #29 35.51 tar -cC '/build' . | docker load [2022-08-17T18:20:41.320Z] #29 DONE 38.6s [2022-08-17T18:20:41.320Z] [2022-08-17T18:20:41.320Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:41.320Z] #67 sha256:db7bd0980b751d3be2db9dad5aec717f1d569ccabbde93b5bf19627d493f74a2 [2022-08-17T18:20:41.320Z] #67 DONE 38.1s [2022-08-17T18:20:41.320Z] [2022-08-17T18:20:41.320Z] #36 [tini 1/2] 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-08-17T18:20:41.320Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:41.320Z] #36 23.07 Reading package lists... [2022-08-17T18:20:41.320Z] #36 28.32 Building dependency tree... [2022-08-17T18:20:41.320Z] #36 31.59 The following additional packages will be installed: [2022-08-17T18:20:41.320Z] #36 31.60 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-17T18:20:41.320Z] #36 31.60 Suggested packages: [2022-08-17T18:20:41.320Z] #36 31.60 cmake-doc ninja-build lrzip [2022-08-17T18:20:41.320Z] #36 31.60 Recommended packages: [2022-08-17T18:20:41.320Z] #36 31.60 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-17T18:20:41.320Z] #36 32.31 The following NEW packages will be installed: [2022-08-17T18:20:41.320Z] #36 32.35 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-17T18:20:41.320Z] #36 32.36 vim-common xxd [2022-08-17T18:20:41.320Z] #36 32.78 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:20:41.320Z] #36 32.78 Need to get 14.2 MB of archives. [2022-08-17T18:20:41.320Z] #36 32.78 After this operation, 60.0 MB of additional disk space will be used. [2022-08-17T18:20:41.320Z] #36 32.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5+deb10u2 [139 kB] [2022-08-17T18:20:41.320Z] #36 32.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:20:41.320Z] #36 32.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB] [2022-08-17T18:20:41.320Z] #36 33.40 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u4 [625 kB] [2022-08-17T18:20:41.320Z] #36 33.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-17T18:20:41.320Z] #36 33.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2022-08-17T18:20:41.320Z] #36 33.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2022-08-17T18:20:41.320Z] #36 33.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2022-08-17T18:20:41.320Z] #36 33.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB] [2022-08-17T18:20:41.320Z] #36 33.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2022-08-17T18:20:41.320Z] #36 34.82 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:41.320Z] #36 35.05 Fetched 14.2 MB in 1s (10.6 MB/s) [2022-08-17T18:20:41.320Z] #36 35.74 Selecting previously unselected package xxd. [2022-08-17T18:20:41.320Z] #36 35.74 (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 ... 15394 files and directories currently installed.) [2022-08-17T18:20:41.320Z] #36 35.77 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-17T18:20:41.320Z] #36 35.80 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:20:41.320Z] #36 36.64 Selecting previously unselected package vim-common. [2022-08-17T18:20:41.320Z] #36 36.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:20:41.320Z] #36 36.75 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:20:41.320Z] #36 37.27 Selecting previously unselected package libicu63:arm64. [2022-08-17T18:20:41.320Z] #36 37.29 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_arm64.deb ... [2022-08-17T18:20:41.320Z] #36 37.34 Unpacking libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-17T18:20:41.578Z] #36 ... [2022-08-17T18:20:41.578Z] [2022-08-17T18:20:41.578Z] #55 [containerd 1/2] 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-08-17T18:20:41.578Z] #55 sha256:7b69f50db9b76db34e6ff2507b555d3a0fdcba0cda3fa7f5e6584ac0c0f3d9c0 [2022-08-17T18:20:41.578Z] #55 36.83 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:41.578Z] #55 37.09 Fetched 119 kB in 6s (21.5 kB/s) [2022-08-17T18:20:41.578Z] #55 37.21 Selecting previously unselected package libbtrfs0. [2022-08-17T18:20:41.578Z] #55 37.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2022-08-17T18:20:41.578Z] #55 37.25 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2022-08-17T18:20:41.578Z] #55 37.32 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:20:41.578Z] #55 37.74 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:20:41.578Z] #55 37.76 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2022-08-17T18:20:41.578Z] #55 38.02 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:20:41.836Z] #55 38.44 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:20:41.837Z] #55 38.51 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:20:41.837Z] #55 38.56 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:43.213Z] #55 DONE 39.8s [2022-08-17T18:20:43.213Z] [2022-08-17T18:20:43.213Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:20:43.213Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:20:43.634Z] #42 24.38 Reading package lists... [2022-08-17T18:20:43.634Z] #42 ... [2022-08-17T18:20:43.634Z] [2022-08-17T18:20:43.634Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:20:43.634Z] #45 sha256:1ac52abb72ecef12d114483bc623a2113f0f97d3e1344a5b160d48f11139ac7a [2022-08-17T18:20:43.634Z] #45 DONE 27.4s [2022-08-17T18:20:43.778Z] #56 0.749 + RM_GOPATH=0 [2022-08-17T18:20:43.778Z] #56 0.749 + TMP_GOPATH= [2022-08-17T18:20:43.900Z] [2022-08-17T18:20:43.900Z] #32 [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-08-17T18:20:43.900Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:20:44.035Z] #56 0.749 + : /build [2022-08-17T18:20:44.035Z] #56 0.749 + '[' -z '' ']' [2022-08-17T18:20:44.035Z] #56 0.749 ++ mktemp -d [2022-08-17T18:20:44.035Z] #56 0.756 + export GOPATH=/tmp/tmp.o77bm1KqwX [2022-08-17T18:20:44.035Z] #56 0.756 + GOPATH=/tmp/tmp.o77bm1KqwX [2022-08-17T18:20:44.035Z] #56 0.756 + RM_GOPATH=1 [2022-08-17T18:20:44.035Z] #56 0.757 + case "$(go env GOARCH)" in [2022-08-17T18:20:44.035Z] #56 0.758 ++ go env GOARCH [2022-08-17T18:20:44.035Z] #56 0.779 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:44.035Z] #56 0.779 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:44.035Z] #56 0.780 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:44.035Z] #56 0.793 + dir=/tmp/install [2022-08-17T18:20:44.035Z] #56 0.793 + bin=containerd [2022-08-17T18:20:44.035Z] #56 0.793 + shift [2022-08-17T18:20:44.035Z] #56 0.793 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-17T18:20:44.035Z] #56 0.793 + . /tmp/install/containerd.installer [2022-08-17T18:20:44.035Z] #56 0.793 ++ set -e [2022-08-17T18:20:44.035Z] #56 0.793 ++ : v1.6.7 [2022-08-17T18:20:44.035Z] #56 0.807 + install_containerd [2022-08-17T18:20:44.035Z] #56 0.815 + echo 'Install containerd version v1.6.7' [2022-08-17T18:20:44.035Z] #56 0.815 + git clone https://github.com/containerd/containerd.git /tmp/tmp.o77bm1KqwX/src/github.com/containerd/containerd [2022-08-17T18:20:44.035Z] #56 0.815 Install containerd version v1.6.7 [2022-08-17T18:20:44.035Z] #56 0.817 Cloning into '/tmp/tmp.o77bm1KqwX/src/github.com/containerd/containerd'... [2022-08-17T18:20:44.837Z] #32 ... [2022-08-17T18:20:44.837Z] [2022-08-17T18:20:44.837Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:44.837Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:44.837Z] #13 26.80 Fetched 9011 kB in 19s (463 kB/s) [2022-08-17T18:20:45.429Z] #13 4.984 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:20:45.687Z] #13 5.239 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:45.687Z] #13 5.239 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:45.687Z] #13 5.239 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:45.941Z] #56 ... [2022-08-17T18:20:45.941Z] [2022-08-17T18:20:45.941Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:45.941Z] #51 sha256:c0bed78b1cad79a7a066081ae91a1b104a81ccd5828ef76ac8dd8f1c4c4ecc90 [2022-08-17T18:20:45.941Z] #51 DONE 42.3s [2022-08-17T18:20:45.941Z] [2022-08-17T18:20:45.941Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:45.941Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:45.941Z] #13 38.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u2 [24.0 MB] [2022-08-17T18:20:45.941Z] #13 40.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2022-08-17T18:20:45.941Z] #13 40.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2022-08-17T18:20:45.941Z] #13 40.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2022-08-17T18:20:45.941Z] #13 40.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2022-08-17T18:20:45.941Z] #13 40.17 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2022-08-17T18:20:45.941Z] #13 40.23 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2022-08-17T18:20:45.941Z] #13 40.25 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2022-08-17T18:20:45.941Z] #13 40.25 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB] [2022-08-17T18:20:45.944Z] #13 ... [2022-08-17T18:20:45.944Z] [2022-08-17T18:20:45.944Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:45.944Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:20:45.944Z] #58 7.377 + RM_GOPATH=0 [2022-08-17T18:20:45.944Z] #58 7.377 + TMP_GOPATH= [2022-08-17T18:20:45.944Z] #58 7.377 + : /build [2022-08-17T18:20:45.944Z] #58 7.377 + '[' -z '' ']' [2022-08-17T18:20:45.944Z] #58 7.377 ++ mktemp -d [2022-08-17T18:20:45.944Z] #58 7.388 + export GOPATH=/tmp/tmp.Jm18Cd8zee [2022-08-17T18:20:45.944Z] #58 7.388 + GOPATH=/tmp/tmp.Jm18Cd8zee [2022-08-17T18:20:45.944Z] #58 7.388 + RM_GOPATH=1 [2022-08-17T18:20:45.944Z] #58 7.388 + case "$(go env GOARCH)" in [2022-08-17T18:20:45.944Z] #58 7.388 ++ go env GOARCH [2022-08-17T18:20:45.944Z] #58 7.422 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:45.944Z] #58 7.422 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:45.944Z] #58 7.422 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:45.944Z] #58 7.422 + dir=/tmp/install [2022-08-17T18:20:45.944Z] #58 7.422 + bin=rootlesskit [2022-08-17T18:20:45.944Z] #58 7.422 + shift [2022-08-17T18:20:45.944Z] #58 7.422 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-08-17T18:20:45.944Z] #58 7.422 + . /tmp/install/rootlesskit.installer [2022-08-17T18:20:45.944Z] #58 7.422 ++ : v0.14.4 [2022-08-17T18:20:45.944Z] #58 7.422 + install_rootlesskit [2022-08-17T18:20:45.944Z] #58 7.422 + case "$1" in [2022-08-17T18:20:45.944Z] #58 7.422 + export CGO_ENABLED=0 [2022-08-17T18:20:45.944Z] #58 7.422 + CGO_ENABLED=0 [2022-08-17T18:20:45.944Z] #58 7.422 + _install_rootlesskit [2022-08-17T18:20:45.944Z] #58 7.431 Install rootlesskit version v0.14.4 [2022-08-17T18:20:45.944Z] #58 7.431 + echo 'Install rootlesskit version v0.14.4' [2022-08-17T18:20:45.944Z] #58 7.431 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:20:45.944Z] #58 7.431 + GOBIN=/build [2022-08-17T18:20:45.944Z] #58 7.431 + GO111MODULE=on [2022-08-17T18:20:45.944Z] #58 7.431 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-08-17T18:20:45.944Z] #58 8.485 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-08-17T18:20:46.894Z] #58 ... [2022-08-17T18:20:46.894Z] [2022-08-17T18:20:46.894Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:46.894Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:20:46.894Z] #49 6.320 + RM_GOPATH=0 [2022-08-17T18:20:46.894Z] #49 6.320 + TMP_GOPATH= [2022-08-17T18:20:46.894Z] #49 6.320 + : /build [2022-08-17T18:20:46.894Z] #49 6.320 + '[' -z '' ']' [2022-08-17T18:20:46.894Z] #49 6.320 ++ mktemp -d [2022-08-17T18:20:46.894Z] #49 6.320 + export GOPATH=/tmp/tmp.emUgvonOYK [2022-08-17T18:20:46.894Z] #49 6.320 + GOPATH=/tmp/tmp.emUgvonOYK [2022-08-17T18:20:46.894Z] #49 6.320 + RM_GOPATH=1 [2022-08-17T18:20:46.894Z] #49 6.320 + case "$(go env GOARCH)" in [2022-08-17T18:20:46.894Z] #49 6.320 ++ go env GOARCH [2022-08-17T18:20:46.894Z] #49 6.329 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #49 6.329 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #49 6.333 Install golangci-lint version v1.44.0 [2022-08-17T18:20:46.894Z] #49 6.333 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:46.894Z] #49 6.333 + dir=/tmp/install [2022-08-17T18:20:46.894Z] #49 6.333 + bin=golangci_lint [2022-08-17T18:20:46.894Z] #49 6.333 + shift [2022-08-17T18:20:46.894Z] #49 6.333 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-08-17T18:20:46.894Z] #49 6.333 + . /tmp/install/golangci_lint.installer [2022-08-17T18:20:46.894Z] #49 6.333 ++ : v1.44.0 [2022-08-17T18:20:46.894Z] #49 6.333 + install_golangci_lint [2022-08-17T18:20:46.894Z] #49 6.333 + set -e [2022-08-17T18:20:46.894Z] #49 6.333 + echo 'Install golangci-lint version v1.44.0' [2022-08-17T18:20:46.894Z] #49 6.333 + GOBIN=/build [2022-08-17T18:20:46.894Z] #49 6.333 + GO111MODULE=on [2022-08-17T18:20:46.894Z] #49 6.333 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-08-17T18:20:46.894Z] #49 6.890 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-08-17T18:20:46.894Z] #49 ... [2022-08-17T18:20:46.894Z] [2022-08-17T18:20:46.894Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:46.894Z] #51 sha256:9dda8c38b8df06a04806c09df1a01e824dcd8cbbd352244ff2fe3fd8f13f965d [2022-08-17T18:20:46.894Z] #51 6.582 + RM_GOPATH=0 [2022-08-17T18:20:46.894Z] #51 6.582 + TMP_GOPATH= [2022-08-17T18:20:46.894Z] #51 6.582 + : /build [2022-08-17T18:20:46.894Z] #51 6.582 + '[' -z '' ']' [2022-08-17T18:20:46.894Z] #51 6.582 ++ mktemp -d [2022-08-17T18:20:46.894Z] #51 6.582 + export GOPATH=/tmp/tmp.Xmyl0bkNZG [2022-08-17T18:20:46.894Z] #51 6.582 + GOPATH=/tmp/tmp.Xmyl0bkNZG [2022-08-17T18:20:46.894Z] #51 6.582 + RM_GOPATH=1 [2022-08-17T18:20:46.894Z] #51 6.582 + case "$(go env GOARCH)" in [2022-08-17T18:20:46.894Z] #51 6.582 ++ go env GOARCH [2022-08-17T18:20:46.894Z] #51 6.594 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #51 6.594 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #51 6.594 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:46.894Z] #51 6.595 + dir=/tmp/install [2022-08-17T18:20:46.894Z] #51 6.595 + bin=shfmt [2022-08-17T18:20:46.894Z] #51 6.595 + shift [2022-08-17T18:20:46.894Z] #51 6.595 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-08-17T18:20:46.894Z] #51 6.595 + . /tmp/install/shfmt.installer [2022-08-17T18:20:46.894Z] #51 6.595 ++ : v3.0.2 [2022-08-17T18:20:46.894Z] #51 6.596 + install_shfmt [2022-08-17T18:20:46.894Z] #51 6.596 + echo 'Install shfmt version v3.0.2' [2022-08-17T18:20:46.894Z] #51 6.596 + GOBIN=/build [2022-08-17T18:20:46.894Z] #51 6.596 + GO111MODULE=on [2022-08-17T18:20:46.894Z] #51 6.596 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-08-17T18:20:46.894Z] #51 6.597 Install shfmt version v3.0.2 [2022-08-17T18:20:46.894Z] #51 7.155 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-08-17T18:20:46.894Z] #51 8.986 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-08-17T18:20:46.894Z] #51 8.987 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-08-17T18:20:46.894Z] #51 9.069 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-08-17T18:20:46.894Z] #51 ... [2022-08-17T18:20:46.894Z] [2022-08-17T18:20:46.894Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:46.894Z] #47 sha256:f941db51018860b9b7478b9e5ee952acc7a91ce388b286816f15bdfb9eabb2e9 [2022-08-17T18:20:46.894Z] #47 6.218 + RM_GOPATH=0 [2022-08-17T18:20:46.894Z] #47 6.218 + TMP_GOPATH= [2022-08-17T18:20:46.894Z] #47 6.218 + : /build [2022-08-17T18:20:46.894Z] #47 6.218 + '[' -z '' ']' [2022-08-17T18:20:46.894Z] #47 6.218 ++ mktemp -d [2022-08-17T18:20:46.894Z] #47 6.218 + export GOPATH=/tmp/tmp.779BwRQS1I [2022-08-17T18:20:46.894Z] #47 6.218 + GOPATH=/tmp/tmp.779BwRQS1I [2022-08-17T18:20:46.894Z] #47 6.218 + RM_GOPATH=1 [2022-08-17T18:20:46.894Z] #47 6.218 + case "$(go env GOARCH)" in [2022-08-17T18:20:46.894Z] #47 6.218 ++ go env GOARCH [2022-08-17T18:20:46.894Z] #47 6.243 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #47 6.244 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:46.894Z] #47 6.246 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:46.894Z] #47 6.261 + dir=/tmp/install [2022-08-17T18:20:46.894Z] #47 6.261 + bin=gotestsum [2022-08-17T18:20:46.894Z] #47 6.261 + shift [2022-08-17T18:20:46.894Z] #47 6.261 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-08-17T18:20:46.894Z] #47 6.261 + . /tmp/install/gotestsum.installer [2022-08-17T18:20:46.894Z] #47 6.261 ++ : v1.7.0 [2022-08-17T18:20:46.894Z] #47 6.261 + install_gotestsum [2022-08-17T18:20:46.894Z] #47 6.261 + set -e [2022-08-17T18:20:46.894Z] #47 6.261 + echo 'Install gotestsum version v1.7.0' [2022-08-17T18:20:46.894Z] #47 6.261 + GOBIN=/build [2022-08-17T18:20:46.894Z] #47 6.261 + GO111MODULE=on [2022-08-17T18:20:46.894Z] #47 6.261 + go install gotest.tools/gotestsum@v1.7.0 [2022-08-17T18:20:46.894Z] #47 6.261 Install gotestsum version v1.7.0 [2022-08-17T18:20:46.894Z] #47 6.707 go: downloading gotest.tools/gotestsum v1.7.0 [2022-08-17T18:20:46.894Z] #47 9.385 go: downloading github.com/fatih/color v1.10.0 [2022-08-17T18:20:46.894Z] #47 9.423 go: downloading github.com/dnephin/pflag v1.0.7 [2022-08-17T18:20:46.894Z] #47 9.459 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-08-17T18:20:46.894Z] #47 9.505 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:47.153Z] #47 10.34 go: downloading golang.org/x/tools v0.1.0 [2022-08-17T18:20:47.153Z] #47 ... [2022-08-17T18:20:47.153Z] [2022-08-17T18:20:47.153Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:47.153Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:20:47.153Z] #42 7.500 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:47.153Z] #42 7.579 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:47.153Z] #42 7.589 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:47.153Z] #42 9.499 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:47.153Z] #42 ... [2022-08-17T18:20:47.153Z] [2022-08-17T18:20:47.153Z] #55 [containerd 1/2] 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-08-17T18:20:47.153Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:20:47.153Z] #55 7.750 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:47.153Z] #55 7.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:47.153Z] #55 7.929 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:47.153Z] #55 9.706 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:47.312Z] #13 41.67 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:20:47.312Z] #13 41.86 Fetched 73.4 MB in 7s (11.2 MB/s) [2022-08-17T18:20:47.410Z] #55 ... [2022-08-17T18:20:47.411Z] [2022-08-17T18:20:47.411Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:20:47.411Z] #24 sha256:a9d3ad01704b0ea30955f42513c42a4ab82e9f2b07bbc0a6a400532b8992815c [2022-08-17T18:20:47.411Z] #24 7.606 + RM_GOPATH=0 [2022-08-17T18:20:47.411Z] #24 7.606 + TMP_GOPATH= [2022-08-17T18:20:47.411Z] #24 7.606 + : /build [2022-08-17T18:20:47.411Z] #24 7.606 + '[' -z '' ']' [2022-08-17T18:20:47.411Z] #24 7.606 ++ mktemp -d [2022-08-17T18:20:47.411Z] #24 7.606 + export GOPATH=/tmp/tmp.25DtMYOyEB [2022-08-17T18:20:47.411Z] #24 7.606 + GOPATH=/tmp/tmp.25DtMYOyEB [2022-08-17T18:20:47.411Z] #24 7.606 + RM_GOPATH=1 [2022-08-17T18:20:47.411Z] #24 7.606 + case "$(go env GOARCH)" in [2022-08-17T18:20:47.411Z] #24 7.606 ++ go env GOARCH [2022-08-17T18:20:47.411Z] #24 7.617 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.411Z] #24 7.617 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.411Z] #24 7.617 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:47.411Z] #24 7.628 + dir=/tmp/install [2022-08-17T18:20:47.411Z] #24 7.628 + bin=dockercli [2022-08-17T18:20:47.411Z] #24 7.628 + shift [2022-08-17T18:20:47.411Z] #24 7.628 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-08-17T18:20:47.411Z] #24 7.628 + . /tmp/install/dockercli.installer [2022-08-17T18:20:47.411Z] #24 7.628 ++ : stable [2022-08-17T18:20:47.411Z] #24 7.628 ++ : 17.06.2-ce [2022-08-17T18:20:47.411Z] #24 7.628 + install_dockercli [2022-08-17T18:20:47.411Z] #24 7.628 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-08-17T18:20:47.411Z] #24 7.628 Install docker/cli version 17.06.2-ce from stable [2022-08-17T18:20:47.411Z] #24 7.634 ++ uname -m [2022-08-17T18:20:47.411Z] #24 7.681 + arch=x86_64 [2022-08-17T18:20:47.411Z] #24 7.681 + '[' x86_64 '!=' x86_64 ']' [2022-08-17T18:20:47.411Z] #24 7.681 + url=https://download.docker.com/linux/static [2022-08-17T18:20:47.411Z] #24 7.681 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-08-17T18:20:47.411Z] #24 7.681 + tar -xz docker/docker [2022-08-17T18:20:47.411Z] #24 ... [2022-08-17T18:20:47.411Z] [2022-08-17T18:20:47.411Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:20:47.411Z] #45 sha256:a1e0b51bd6df5da56282971d6557a751ea756ed63eb2bac51fe75218ebe4d68d [2022-08-17T18:20:47.411Z] #45 7.607 + RM_GOPATH=0 [2022-08-17T18:20:47.411Z] #45 7.607 + TMP_GOPATH= [2022-08-17T18:20:47.411Z] #45 7.607 + : /build [2022-08-17T18:20:47.411Z] #45 7.607 + '[' -z '' ']' [2022-08-17T18:20:47.411Z] #45 7.607 ++ mktemp -d [2022-08-17T18:20:47.411Z] #45 7.613 + export GOPATH=/tmp/tmp.Znwzvv8HEs [2022-08-17T18:20:47.411Z] #45 7.613 + GOPATH=/tmp/tmp.Znwzvv8HEs [2022-08-17T18:20:47.411Z] #45 7.613 + RM_GOPATH=1 [2022-08-17T18:20:47.411Z] #45 7.613 + case "$(go env GOARCH)" in [2022-08-17T18:20:47.411Z] #45 7.614 ++ go env GOARCH [2022-08-17T18:20:47.411Z] #45 7.663 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.411Z] #45 7.663 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.411Z] #45 7.663 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:47.411Z] #45 7.665 + dir=/tmp/install [2022-08-17T18:20:47.411Z] #45 7.665 + bin=vndr [2022-08-17T18:20:47.411Z] #45 7.665 + shift [2022-08-17T18:20:47.411Z] #45 7.665 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-08-17T18:20:47.411Z] #45 7.665 + . /tmp/install/vndr.installer [2022-08-17T18:20:47.411Z] #45 7.665 ++ : v0.1.2 [2022-08-17T18:20:47.411Z] #45 7.665 + install_vndr [2022-08-17T18:20:47.411Z] #45 7.665 + echo 'Install vndr version v0.1.2' [2022-08-17T18:20:47.411Z] #45 7.665 + GOBIN=/build [2022-08-17T18:20:47.411Z] #45 7.665 + GO111MODULE=on [2022-08-17T18:20:47.411Z] #45 7.665 + go install github.com/LK4D4/vndr@v0.1.2 [2022-08-17T18:20:47.411Z] #45 7.666 Install vndr version v0.1.2 [2022-08-17T18:20:47.411Z] #45 8.370 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-08-17T18:20:47.571Z] #13 41.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2022-08-17T18:20:47.571Z] #13 41.98 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_arm64.deb ... [2022-08-17T18:20:47.571Z] #13 42.00 Unpacking libseccomp2:arm64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-17T18:20:47.571Z] #13 42.22 Setting up libseccomp2:arm64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:20:47.668Z] #45 ... [2022-08-17T18:20:47.668Z] [2022-08-17T18:20:47.668Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:47.668Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:20:47.668Z] #40 7.457 + git clone https://github.com/docker/distribution.git . [2022-08-17T18:20:47.668Z] #40 7.462 Cloning into '.'... [2022-08-17T18:20:47.829Z] #13 42.45 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-17T18:20:47.926Z] #40 ... [2022-08-17T18:20:47.926Z] [2022-08-17T18:20:47.926Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:47.926Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:20:47.926Z] #34 6.328 + RM_GOPATH=0 [2022-08-17T18:20:47.926Z] #34 6.328 + TMP_GOPATH= [2022-08-17T18:20:47.926Z] #34 6.328 + : /build [2022-08-17T18:20:47.926Z] #34 6.328 + '[' -z '' ']' [2022-08-17T18:20:47.926Z] #34 6.328 ++ mktemp -d [2022-08-17T18:20:47.926Z] #34 6.330 + export GOPATH=/tmp/tmp.ObffPdQKH4 [2022-08-17T18:20:47.926Z] #34 6.330 + GOPATH=/tmp/tmp.ObffPdQKH4 [2022-08-17T18:20:47.926Z] #34 6.330 + RM_GOPATH=1 [2022-08-17T18:20:47.926Z] #34 6.330 + case "$(go env GOARCH)" in [2022-08-17T18:20:47.926Z] #34 6.333 ++ go env GOARCH [2022-08-17T18:20:47.926Z] #34 6.340 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.926Z] #34 6.340 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.926Z] #34 6.340 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:47.926Z] #34 6.340 + dir=/tmp/install [2022-08-17T18:20:47.926Z] #34 6.340 + bin=tomlv [2022-08-17T18:20:47.926Z] #34 6.340 + shift [2022-08-17T18:20:47.926Z] #34 6.347 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-08-17T18:20:47.926Z] #34 6.347 + . /tmp/install/tomlv.installer [2022-08-17T18:20:47.926Z] #34 6.347 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:47.926Z] #34 6.347 + install_tomlv [2022-08-17T18:20:47.926Z] #34 6.347 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-08-17T18:20:47.926Z] #34 6.347 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ObffPdQKH4/src/github.com/BurntSushi/toml [2022-08-17T18:20:47.926Z] #34 6.347 Cloning into '/tmp/tmp.ObffPdQKH4/src/github.com/BurntSushi/toml'... [2022-08-17T18:20:47.926Z] #34 6.347 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:47.926Z] #34 8.099 + cd /tmp/tmp.ObffPdQKH4/src/github.com/BurntSushi/toml [2022-08-17T18:20:47.926Z] #34 8.099 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-08-17T18:20:47.926Z] #34 8.416 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:20:47.926Z] #34 10.05 internal/unsafeheader [2022-08-17T18:20:47.926Z] #34 10.13 internal/abi [2022-08-17T18:20:47.926Z] #34 10.33 internal/cpu [2022-08-17T18:20:47.926Z] #34 10.95 internal/goexperiment [2022-08-17T18:20:47.926Z] #34 11.18 runtime/internal/atomic [2022-08-17T18:20:47.926Z] #34 ... [2022-08-17T18:20:47.926Z] [2022-08-17T18:20:47.926Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:47.926Z] #67 sha256:6f008a9111501a6a13812cf73a4a28fa58896eeb34be7288a85fd0d8e321f192 [2022-08-17T18:20:47.926Z] #67 5.410 + RM_GOPATH=0 [2022-08-17T18:20:47.926Z] #67 5.410 + TMP_GOPATH= [2022-08-17T18:20:47.926Z] #67 5.410 + : /build [2022-08-17T18:20:47.926Z] #67 5.410 + '[' -z '' ']' [2022-08-17T18:20:47.926Z] #67 5.410 ++ mktemp -d [2022-08-17T18:20:47.926Z] #67 5.410 + export GOPATH=/tmp/tmp.86f1ujX8gn [2022-08-17T18:20:47.926Z] #67 5.410 + GOPATH=/tmp/tmp.86f1ujX8gn [2022-08-17T18:20:47.926Z] #67 5.410 + RM_GOPATH=1 [2022-08-17T18:20:47.926Z] #67 5.410 + case "$(go env GOARCH)" in [2022-08-17T18:20:47.926Z] #67 5.413 ++ go env GOARCH [2022-08-17T18:20:47.926Z] #67 5.416 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.926Z] #67 5.416 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:47.926Z] #67 5.417 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:47.926Z] #67 5.417 + dir=/tmp/install [2022-08-17T18:20:47.926Z] #67 5.423 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:47.926Z] #67 5.423 + bin=proxy [2022-08-17T18:20:47.926Z] #67 5.423 + shift [2022-08-17T18:20:47.926Z] #67 5.423 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-08-17T18:20:47.926Z] #67 5.423 + . /tmp/install/proxy.installer [2022-08-17T18:20:47.926Z] #67 5.423 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:47.926Z] #67 5.423 + install_proxy [2022-08-17T18:20:47.926Z] #67 5.423 + case "$1" in [2022-08-17T18:20:47.926Z] #67 5.423 + export CGO_ENABLED=0 [2022-08-17T18:20:47.926Z] #67 5.423 + CGO_ENABLED=0 [2022-08-17T18:20:47.926Z] #67 5.423 + _install_proxy [2022-08-17T18:20:47.926Z] #67 5.423 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-08-17T18:20:47.926Z] #67 5.423 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.86f1ujX8gn/src/github.com/docker/libnetwork [2022-08-17T18:20:47.926Z] #67 5.423 Cloning into '/tmp/tmp.86f1ujX8gn/src/github.com/docker/libnetwork'... [2022-08-17T18:20:48.087Z] #13 42.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 ... 15394 files and directories currently installed.) [2022-08-17T18:20:48.087Z] #13 42.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2022-08-17T18:20:48.087Z] #13 42.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:20:48.186Z] #67 ... [2022-08-17T18:20:48.186Z] [2022-08-17T18:20:48.186Z] #36 [tini 1/2] 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-08-17T18:20:48.186Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:20:48.186Z] #36 7.891 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:20:48.186Z] #36 7.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:20:48.186Z] #36 7.994 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:20:48.186Z] #36 10.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:48.186Z] #36 ... [2022-08-17T18:20:48.186Z] [2022-08-17T18:20:48.186Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:48.186Z] #47 sha256:f941db51018860b9b7478b9e5ee952acc7a91ce388b286816f15bdfb9eabb2e9 [2022-08-17T18:20:48.186Z] #47 10.48 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-08-17T18:20:48.186Z] #47 10.64 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-08-17T18:20:48.186Z] #47 10.70 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-08-17T18:20:48.186Z] #47 11.16 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-08-17T18:20:49.988Z] #13 ... [2022-08-17T18:20:49.988Z] [2022-08-17T18:20:49.988Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:49.988Z] #49 sha256:235c48747d0ca6a98e9a3aa4e724fa175c1c05422ad1729a42b41c02d7e0e082 [2022-08-17T18:20:49.988Z] #49 36.55 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-17T18:20:49.988Z] #49 36.61 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-17T18:20:49.988Z] #49 36.64 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-17T18:20:49.988Z] #49 36.67 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-17T18:20:49.988Z] #49 36.68 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-17T18:20:49.988Z] #49 36.75 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-17T18:20:49.988Z] #49 36.86 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-17T18:20:49.988Z] #49 36.90 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-17T18:20:49.988Z] #49 36.92 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-17T18:20:49.988Z] #49 37.42 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-17T18:20:49.988Z] #49 37.43 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-17T18:20:49.988Z] #49 37.50 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-17T18:20:49.988Z] #49 37.59 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-17T18:20:49.988Z] #49 37.67 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-17T18:20:49.988Z] #49 37.70 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-17T18:20:49.988Z] #49 37.74 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-17T18:20:49.988Z] #49 37.80 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-17T18:20:49.988Z] #49 37.83 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-17T18:20:49.988Z] #49 38.24 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-17T18:20:49.988Z] #49 38.24 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-17T18:20:49.988Z] #49 38.24 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-17T18:20:49.988Z] #49 38.25 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-17T18:20:49.988Z] #49 38.28 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-17T18:20:49.988Z] #49 38.31 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-17T18:20:49.988Z] #49 38.38 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-17T18:20:49.988Z] #49 38.51 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-17T18:20:49.988Z] #49 38.60 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-17T18:20:49.988Z] #49 38.72 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-17T18:20:49.988Z] #49 38.72 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-17T18:20:49.988Z] #49 38.90 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-17T18:20:49.988Z] #49 39.23 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-17T18:20:49.988Z] #49 39.44 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-17T18:20:49.988Z] #49 39.58 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-17T18:20:49.988Z] #49 39.62 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-17T18:20:49.988Z] #49 39.73 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-17T18:20:49.988Z] #49 39.73 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-17T18:20:49.988Z] #49 40.09 go: downloading honnef.co/go/tools v0.2.2 [2022-08-17T18:20:49.988Z] #49 41.85 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-17T18:20:49.988Z] #49 41.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-17T18:20:49.988Z] #49 41.96 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-17T18:20:49.988Z] #49 42.01 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:20:49.988Z] #49 42.04 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-17T18:20:49.988Z] #49 42.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-17T18:20:49.988Z] #49 42.17 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-17T18:20:49.988Z] #49 42.21 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-17T18:20:49.988Z] #49 42.53 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-17T18:20:49.988Z] #49 42.53 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-17T18:20:49.988Z] #49 42.71 go: downloading golang.org/x/text v0.3.7 [2022-08-17T18:20:49.988Z] #49 ... [2022-08-17T18:20:49.988Z] [2022-08-17T18:20:49.988Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:49.988Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:49.988Z] #42 36.65 Selecting previously unselected package libprotobuf-dev:arm64. [2022-08-17T18:20:49.988Z] #42 36.65 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:49.988Z] #42 36.77 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 38.16 Selecting previously unselected package libprotoc17:arm64. [2022-08-17T18:20:49.988Z] #42 38.16 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:49.988Z] #42 38.18 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 39.42 Selecting previously unselected package protobuf-c-compiler. [2022-08-17T18:20:49.988Z] #42 39.42 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2022-08-17T18:20:49.988Z] #42 39.46 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:20:49.988Z] #42 39.83 Selecting previously unselected package protobuf-compiler. [2022-08-17T18:20:49.988Z] #42 39.84 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:49.988Z] #42 39.86 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 40.08 Selecting previously unselected package python-pkg-resources. [2022-08-17T18:20:49.988Z] #42 40.08 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:20:49.988Z] #42 40.09 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-17T18:20:49.988Z] #42 40.38 Selecting previously unselected package python-six. [2022-08-17T18:20:49.988Z] #42 40.39 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-17T18:20:49.988Z] #42 40.39 Unpacking python-six (1.12.0-1) ... [2022-08-17T18:20:49.988Z] #42 40.51 Selecting previously unselected package python-protobuf. [2022-08-17T18:20:49.988Z] #42 40.51 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2022-08-17T18:20:49.988Z] #42 40.52 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 41.18 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-17T18:20:49.988Z] #42 43.97 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 43.99 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:20:49.988Z] #42 44.01 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-17T18:20:49.988Z] #42 44.03 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2022-08-17T18:20:49.988Z] #42 44.05 Setting up python-six (1.12.0-1) ... [2022-08-17T18:20:49.988Z] #42 45.89 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:20:49.988Z] #42 45.90 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2022-08-17T18:20:49.988Z] #42 45.93 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 45.95 Setting up libcap-dev:arm64 (1:2.25-2) ... [2022-08-17T18:20:49.988Z] #42 45.97 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 45.99 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 46.01 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:20:49.988Z] #42 46.03 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2022-08-17T18:20:49.988Z] #42 46.04 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:20:49.988Z] #42 46.06 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-17T18:20:50.086Z] #13 26.80 Reading package lists... [2022-08-17T18:20:50.086Z] #13 ... [2022-08-17T18:20:50.086Z] [2022-08-17T18:20:50.086Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:20:50.086Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:20:50.086Z] #40 31.50 Checking out files: 75% (1640/2176) Checking out files: 76% (1654/2176) Checking out files: 77% (1676/2176) Checking out files: 78% (1698/2176) Checking out files: 79% (1720/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-17T18:20:50.086Z] #40 31.95 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-17T18:20:50.245Z] #42 ... [2022-08-17T18:20:50.246Z] [2022-08-17T18:20:50.246Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:50.246Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:20:50.246Z] #13 44.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-17T18:20:50.246Z] #13 44.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2022-08-17T18:20:50.246Z] #13 44.56 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:20:52.142Z] #13 46.65 Selecting previously unselected package binutils-mingw-w64. [2022-08-17T18:20:52.142Z] #13 46.66 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-17T18:20:52.142Z] #13 46.68 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:20:52.399Z] #13 46.84 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-08-17T18:20:52.399Z] #13 46.84 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2022-08-17T18:20:52.399Z] #13 46.85 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2022-08-17T18:20:52.399Z] #13 46.99 Selecting previously unselected package dmsetup. [2022-08-17T18:20:52.605Z] #40 34.44 + 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-08-17T18:20:52.658Z] #13 46.99 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2022-08-17T18:20:52.658Z] #13 47.01 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-17T18:20:52.658Z] #13 47.17 Selecting previously unselected package mingw-w64-common. [2022-08-17T18:20:52.658Z] #13 47.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-17T18:20:52.658Z] #13 47.18 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-17T18:20:52.917Z] #13 ... [2022-08-17T18:20:52.917Z] [2022-08-17T18:20:52.917Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:52.917Z] #34 sha256:cb2034ce392046e84549bb04400782a5d39a6d962296f43777773f7d35794fd4 [2022-08-17T18:20:52.917Z] #34 39.44 internal/reflectlite [2022-08-17T18:20:52.917Z] #34 39.44 sync [2022-08-17T18:20:52.917Z] #34 41.27 internal/testlog [2022-08-17T18:20:52.917Z] #34 42.21 errors [2022-08-17T18:20:52.917Z] #34 42.21 sort [2022-08-17T18:20:52.917Z] #34 42.97 strconv [2022-08-17T18:20:52.917Z] #34 43.67 io [2022-08-17T18:20:52.917Z] #34 44.87 internal/oserror [2022-08-17T18:20:52.917Z] #34 45.02 syscall [2022-08-17T18:20:52.917Z] #34 46.63 reflect [2022-08-17T18:20:52.917Z] #34 ... [2022-08-17T18:20:52.917Z] [2022-08-17T18:20:52.917Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:52.917Z] #42 sha256:b42d7803bb053b3127a7362092630c560041e029073d34a93bc499f2820a3870 [2022-08-17T18:20:52.917Z] #42 49.67 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2022-08-17T18:20:53.177Z] #42 49.69 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:53.452Z] #47 ... [2022-08-17T18:20:53.452Z] [2022-08-17T18:20:53.452Z] #32 [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-08-17T18:20:53.452Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:20:53.452Z] #32 5.917 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-08-17T18:20:53.452Z] #32 5.926 Cloning into '.'... [2022-08-17T18:20:53.452Z] #32 ... [2022-08-17T18:20:53.452Z] [2022-08-17T18:20:53.452Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:20:53.452Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:20:53.452Z] #34 11.71 internal/bytealg [2022-08-17T18:20:53.452Z] #34 12.24 runtime/internal/sys [2022-08-17T18:20:53.452Z] #34 12.88 internal/itoa [2022-08-17T18:20:53.452Z] #34 12.95 runtime/internal/math [2022-08-17T18:20:53.452Z] #34 13.44 math/bits [2022-08-17T18:20:53.452Z] #34 13.57 runtime [2022-08-17T18:20:53.452Z] #34 15.13 math [2022-08-17T18:20:55.352Z] #34 ... [2022-08-17T18:20:55.352Z] [2022-08-17T18:20:55.352Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:55.352Z] #47 sha256:f941db51018860b9b7478b9e5ee952acc7a91ce388b286816f15bdfb9eabb2e9 [2022-08-17T18:20:55.352Z] #47 18.69 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-08-17T18:20:55.352Z] #47 18.83 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-08-17T18:20:55.609Z] #47 18.93 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-08-17T18:20:55.821Z] #42 DONE 52.2s [2022-08-17T18:20:55.821Z] [2022-08-17T18:20:55.821Z] #36 [tini 1/2] 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-08-17T18:20:55.821Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:55.821Z] #36 44.57 Selecting previously unselected package libxml2:arm64. [2022-08-17T18:20:55.821Z] #36 44.58 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 44.58 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:20:55.821Z] #36 45.04 Selecting previously unselected package cmake-data. [2022-08-17T18:20:55.821Z] #36 45.04 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-17T18:20:55.821Z] #36 45.06 Unpacking cmake-data (3.13.4-1) ... [2022-08-17T18:20:55.821Z] #36 47.60 Selecting previously unselected package libarchive13:arm64. [2022-08-17T18:20:55.821Z] #36 47.62 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 47.63 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2022-08-17T18:20:55.821Z] #36 47.87 Selecting previously unselected package libjsoncpp1:arm64. [2022-08-17T18:20:55.821Z] #36 47.88 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 47.89 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2022-08-17T18:20:55.821Z] #36 48.08 Selecting previously unselected package librhash0:arm64. [2022-08-17T18:20:55.821Z] #36 48.09 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 48.09 Unpacking librhash0:arm64 (1.3.8-1) ... [2022-08-17T18:20:55.821Z] #36 48.35 Selecting previously unselected package libuv1:arm64. [2022-08-17T18:20:55.821Z] #36 48.36 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 48.37 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ... [2022-08-17T18:20:55.821Z] #36 48.51 Selecting previously unselected package cmake. [2022-08-17T18:20:55.821Z] #36 48.51 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2022-08-17T18:20:55.821Z] #36 48.54 Unpacking cmake (3.13.4-1) ... [2022-08-17T18:20:55.821Z] #36 51.47 Setting up libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-17T18:20:55.821Z] #36 51.55 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:20:55.821Z] #36 51.62 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ... [2022-08-17T18:20:55.821Z] #36 51.66 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:20:55.821Z] #36 51.75 Setting up librhash0:arm64 (1.3.8-1) ... [2022-08-17T18:20:55.821Z] #36 51.93 Setting up cmake-data (3.13.4-1) ... [2022-08-17T18:20:55.821Z] #36 52.16 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:20:55.821Z] #36 52.23 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2022-08-17T18:20:55.821Z] #36 52.25 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2022-08-17T18:20:55.821Z] #36 52.30 Setting up cmake (3.13.4-1) ... [2022-08-17T18:20:55.821Z] #36 ... [2022-08-17T18:20:55.821Z] [2022-08-17T18:20:55.821Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:20:55.821Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:20:55.821Z] #43 ... [2022-08-17T18:20:55.821Z] [2022-08-17T18:20:55.821Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:20:55.821Z] #47 sha256:815f8ab128882a9ffc0d46fe723ee66cb28df9fb078d16d2827d1903084ef382 [2022-08-17T18:20:55.821Z] #47 DONE 52.4s [2022-08-17T18:20:55.821Z] [2022-08-17T18:20:55.821Z] #36 [tini 1/2] 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-08-17T18:20:55.821Z] #36 sha256:2c5e3825d5c32f409b5c1738608fce3f1e72dd6af752f31bcb8ed761a023bde2 [2022-08-17T18:20:55.821Z] #36 52.34 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:20:55.821Z] #36 52.46 Processing triggers for mime-support (3.62) ... [2022-08-17T18:20:55.881Z] #40 ... [2022-08-17T18:20:55.881Z] [2022-08-17T18:20:55.881Z] #55 [containerd 1/2] 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-08-17T18:20:55.881Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:20:55.881Z] #55 29.38 Fetched 8471 kB in 18s (464 kB/s) [2022-08-17T18:20:55.881Z] #55 29.38 Reading package lists... [2022-08-17T18:20:55.881Z] #55 36.39 Reading package lists... [2022-08-17T18:20:55.881Z] #55 ... [2022-08-17T18:20:55.881Z] [2022-08-17T18:20:55.881Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:20:55.881Z] #67 sha256:5dbe0fcdc92cfac3dc31768e5746638a22f40bc8c80c4c84e4bc58c5425f7014 [2022-08-17T18:20:55.881Z] #67 29.64 Checking out files: 58% (1118/1910) Checking out files: 59% (1127/1910) Checking out files: 60% (1146/1910) Checking out files: 61% (1166/1910) Checking out files: 62% (1185/1910) Checking out files: 63% (1204/1910) Checking out files: 64% (1223/1910) Checking out files: 65% (1242/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-17T18:20:55.881Z] #67 30.41 + cd /tmp/tmp.UUmRZTvv0X/src/github.com/docker/libnetwork [2022-08-17T18:20:55.881Z] #67 30.41 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:20:55.881Z] #67 30.89 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-17T18:20:56.138Z] #67 ... [2022-08-17T18:20:56.138Z] [2022-08-17T18:20:56.138Z] #36 [tini 1/2] 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-08-17T18:20:56.138Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:20:56.138Z] #36 29.69 Fetched 8471 kB in 19s (451 kB/s) [2022-08-17T18:20:56.138Z] #36 29.69 Reading package lists... [2022-08-17T18:20:56.138Z] #36 36.62 Reading package lists... [2022-08-17T18:20:56.138Z] #36 ... [2022-08-17T18:20:56.138Z] [2022-08-17T18:20:56.138Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:56.138Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:20:56.138Z] #49 35.31 go: downloading github.com/fatih/color v1.13.0 [2022-08-17T18:20:56.138Z] #49 35.31 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:20:56.138Z] #49 35.34 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:56.138Z] #49 35.40 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-17T18:20:56.138Z] #49 35.42 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-17T18:20:56.138Z] #49 35.68 go: downloading github.com/spf13/viper v1.10.1 [2022-08-17T18:20:56.138Z] #49 35.82 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-17T18:20:56.138Z] #49 36.29 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-17T18:20:56.138Z] #49 36.33 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-17T18:20:56.138Z] #49 36.33 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-17T18:20:56.138Z] #49 36.62 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-17T18:20:56.138Z] #49 37.84 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-17T18:20:56.138Z] #49 37.95 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-17T18:20:56.753Z] #36 DONE 53.1s [2022-08-17T18:20:56.753Z] [2022-08-17T18:20:56.753Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:20:56.753Z] #37 sha256:c1a941d7a39fb3ce6db9ecc2d637cb962bbb768cf83a20983c07f4b1a37d2c66 [2022-08-17T18:20:57.600Z] #47 ... [2022-08-17T18:20:57.600Z] [2022-08-17T18:20:57.600Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:57.600Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:57.600Z] #13 7.006 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-17T18:20:57.600Z] #13 10.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:20:57.600Z] #13 14.26 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:57.684Z] #37 1.183 + RM_GOPATH=0 [2022-08-17T18:20:57.684Z] #37 1.183 + TMP_GOPATH= [2022-08-17T18:20:57.684Z] #37 1.183 + : /build [2022-08-17T18:20:57.684Z] #37 1.183 + '[' -z '' ']' [2022-08-17T18:20:57.684Z] #37 1.183 ++ mktemp -d [2022-08-17T18:20:57.684Z] #37 1.183 + export GOPATH=/tmp/tmp.Bvca2qaN0N [2022-08-17T18:20:57.684Z] #37 1.183 + GOPATH=/tmp/tmp.Bvca2qaN0N [2022-08-17T18:20:57.684Z] #37 1.183 + RM_GOPATH=1 [2022-08-17T18:20:57.684Z] #37 1.183 + case "$(go env GOARCH)" in [2022-08-17T18:20:57.684Z] #37 1.183 ++ go env GOARCH [2022-08-17T18:20:57.684Z] #37 1.259 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:57.684Z] #37 1.259 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:20:57.684Z] #37 1.259 ++ dirname /tmp/install/install.sh [2022-08-17T18:20:57.684Z] #37 1.259 + dir=/tmp/install [2022-08-17T18:20:57.684Z] #37 1.259 + bin=tini [2022-08-17T18:20:57.684Z] #37 1.259 + shift [2022-08-17T18:20:57.684Z] #37 1.259 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-17T18:20:57.684Z] #37 1.259 + . /tmp/install/tini.installer [2022-08-17T18:20:57.684Z] #37 1.259 ++ : v0.19.0 [2022-08-17T18:20:57.871Z] #13 ... [2022-08-17T18:20:57.871Z] [2022-08-17T18:20:57.871Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:57.871Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:20:57.871Z] #58 13.22 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:20:57.871Z] #58 13.23 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:20:57.871Z] #58 13.52 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-08-17T18:20:57.871Z] #58 14.59 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-08-17T18:20:57.871Z] #58 18.77 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-08-17T18:20:57.871Z] #58 20.46 go: downloading github.com/google/uuid v1.3.0 [2022-08-17T18:20:57.871Z] #58 20.70 go: downloading github.com/moby/vpnkit v0.5.0 [2022-08-17T18:20:57.871Z] #58 21.00 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-08-17T18:20:57.871Z] #58 21.33 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:20:57.941Z] #37 1.260 + install_tini [2022-08-17T18:20:57.941Z] #37 1.260 + echo 'Install tini version v0.19.0' [2022-08-17T18:20:57.941Z] #37 1.260 + git clone https://github.com/krallin/tini.git /tmp/tmp.Bvca2qaN0N/tini [2022-08-17T18:20:57.941Z] #37 1.260 Install tini version v0.19.0 [2022-08-17T18:20:57.941Z] #37 1.263 Cloning into '/tmp/tmp.Bvca2qaN0N/tini'... [2022-08-17T18:20:58.031Z] #49 ... [2022-08-17T18:20:58.031Z] [2022-08-17T18:20:58.031Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:58.031Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:20:58.031Z] #42 24.38 Reading package lists... [2022-08-17T18:20:58.031Z] #42 31.79 Reading package lists... [2022-08-17T18:20:58.031Z] #42 38.60 Building dependency tree... [2022-08-17T18:20:58.031Z] #42 41.70 The following additional packages will be installed: [2022-08-17T18:20:58.031Z] #42 41.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-17T18:20:58.031Z] #42 41.70 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-17T18:20:58.031Z] #42 41.73 Suggested packages: [2022-08-17T18:20:58.031Z] #42 41.73 manpages-dev python-setuptools [2022-08-17T18:20:58.031Z] #42 ... [2022-08-17T18:20:58.031Z] [2022-08-17T18:20:58.031Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:58.031Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:20:58.031Z] #49 41.84 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:20:58.132Z] #58 21.35 go: downloading github.com/gorilla/mux v1.8.0 [2022-08-17T18:20:58.288Z] #49 41.84 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-17T18:20:58.288Z] #49 ... [2022-08-17T18:20:58.288Z] [2022-08-17T18:20:58.288Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:58.288Z] #51 sha256:b3694888481bc5009e49183b1fb5dbc9191a6ed57db7d290c555688a65c1440d [2022-08-17T18:20:58.288Z] #51 DONE 41.9s [2022-08-17T18:20:58.288Z] [2022-08-17T18:20:58.288Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:20:58.288Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:20:58.288Z] #49 42.10 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-17T18:20:58.398Z] #58 21.67 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-08-17T18:20:58.398Z] #58 ... [2022-08-17T18:20:58.398Z] [2022-08-17T18:20:58.398Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:20:58.398Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:20:58.398Z] #13 17.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:58.505Z] #37 1.920 + cd /tmp/tmp.Bvca2qaN0N/tini [2022-08-17T18:20:58.505Z] #37 1.920 + git checkout -q v0.19.0 [2022-08-17T18:20:58.505Z] #37 1.955 + cmake . [2022-08-17T18:20:58.545Z] #49 42.24 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-17T18:20:58.545Z] #49 42.34 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-17T18:20:58.545Z] #49 42.35 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-17T18:20:58.801Z] #49 42.43 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-17T18:20:58.801Z] #49 42.44 go: downloading github.com/spf13/afero v1.6.0 [2022-08-17T18:20:58.801Z] #49 42.55 go: downloading github.com/spf13/cast v1.4.1 [2022-08-17T18:20:59.059Z] #49 42.63 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-17T18:20:59.059Z] #49 42.67 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-17T18:20:59.059Z] #49 42.69 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-17T18:20:59.059Z] #49 42.71 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-17T18:20:59.073Z] #37 2.380 -- The C compiler identification is GNU 8.3.0 [2022-08-17T18:20:59.073Z] #37 2.448 -- Check for working C compiler: /usr/bin/cc [2022-08-17T18:20:59.318Z] #49 42.97 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-17T18:20:59.318Z] #49 43.03 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-17T18:20:59.318Z] #49 43.09 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-17T18:20:59.318Z] #49 43.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-17T18:20:59.330Z] #37 2.887 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-17T18:20:59.337Z] #13 ... [2022-08-17T18:20:59.337Z] [2022-08-17T18:20:59.337Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:20:59.337Z] #51 sha256:9dda8c38b8df06a04806c09df1a01e824dcd8cbbd352244ff2fe3fd8f13f965d [2022-08-17T18:20:59.337Z] #51 12.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-08-17T18:20:59.337Z] #51 ... [2022-08-17T18:20:59.337Z] [2022-08-17T18:20:59.337Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:20:59.337Z] #24 sha256:a9d3ad01704b0ea30955f42513c42a4ab82e9f2b07bbc0a6a400532b8992815c [2022-08-17T18:20:59.337Z] #24 22.04 + mkdir -p /build [2022-08-17T18:20:59.337Z] #24 22.05 + mv docker/docker /build/ [2022-08-17T18:20:59.337Z] #24 22.06 + rmdir docker [2022-08-17T18:20:59.575Z] #49 43.15 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-17T18:20:59.575Z] #49 43.22 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-17T18:20:59.575Z] #49 43.27 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-17T18:20:59.575Z] #49 43.27 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-17T18:20:59.587Z] #37 2.890 -- Detecting C compiler ABI info [2022-08-17T18:20:59.593Z] #24 ... [2022-08-17T18:20:59.593Z] [2022-08-17T18:20:59.593Z] #55 [containerd 1/2] 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-08-17T18:20:59.593Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:20:59.593Z] #55 12.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:59.593Z] #55 17.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:20:59.593Z] #55 ... [2022-08-17T18:20:59.593Z] [2022-08-17T18:20:59.593Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:20:59.593Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:20:59.593Z] #58 22.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-08-17T18:20:59.593Z] #58 23.09 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-08-17T18:20:59.843Z] #37 3.359 -- Detecting C compiler ABI info - done [2022-08-17T18:20:59.843Z] #37 3.398 -- Detecting C compile features [2022-08-17T18:20:59.849Z] #58 ... [2022-08-17T18:20:59.849Z] [2022-08-17T18:20:59.849Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:20:59.849Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:20:59.849Z] #42 13.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:20:59.849Z] #42 18.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:21:00.106Z] #42 ... [2022-08-17T18:21:00.106Z] [2022-08-17T18:21:00.106Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:21:00.106Z] #47 sha256:f941db51018860b9b7478b9e5ee952acc7a91ce388b286816f15bdfb9eabb2e9 [2022-08-17T18:21:00.106Z] #47 22.81 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:21:00.106Z] #47 22.86 go: downloading golang.org/x/mod v0.3.0 [2022-08-17T18:21:00.138Z] #49 43.83 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-17T18:21:00.138Z] #49 43.95 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-17T18:21:00.395Z] #49 44.01 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-17T18:21:00.395Z] #49 44.06 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-17T18:21:00.407Z] #37 ... [2022-08-17T18:21:00.407Z] [2022-08-17T18:21:00.407Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:00.407Z] #49 sha256:235c48747d0ca6a98e9a3aa4e724fa175c1c05422ad1729a42b41c02d7e0e082 [2022-08-17T18:21:00.407Z] #49 46.99 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-17T18:21:00.407Z] #49 47.10 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-17T18:21:00.407Z] #49 47.13 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-17T18:21:00.407Z] #49 47.19 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-17T18:21:00.407Z] #49 47.26 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-17T18:21:00.407Z] #49 47.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-17T18:21:00.407Z] #49 47.34 go: downloading golang.org/x/mod v0.5.1 [2022-08-17T18:21:00.407Z] #49 47.37 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-17T18:21:00.407Z] #49 47.38 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-17T18:21:00.407Z] #49 47.60 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-17T18:21:00.407Z] #49 47.64 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-17T18:21:00.407Z] #49 47.76 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-17T18:21:00.407Z] #49 48.21 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-17T18:21:00.407Z] #49 48.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-17T18:21:00.407Z] #49 48.34 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-17T18:21:00.407Z] #49 48.60 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-17T18:21:00.407Z] #49 48.68 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-17T18:21:00.407Z] #49 48.72 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-17T18:21:00.407Z] #49 48.73 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-17T18:21:00.407Z] #49 48.76 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-17T18:21:00.407Z] #49 48.79 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-17T18:21:00.407Z] #49 48.95 go: downloading github.com/prometheus/common v0.10.0 [2022-08-17T18:21:00.407Z] #49 49.17 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-17T18:21:00.407Z] #49 49.26 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-17T18:21:00.407Z] #49 49.33 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-17T18:21:00.407Z] #49 51.28 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-17T18:21:00.407Z] #49 ... [2022-08-17T18:21:00.407Z] [2022-08-17T18:21:00.407Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:00.407Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:21:00.407Z] #13 54.06 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-17T18:21:00.407Z] #13 54.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-17T18:21:00.407Z] #13 54.07 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:21:00.651Z] #49 44.30 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-17T18:21:00.651Z] #49 44.43 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-17T18:21:00.670Z] #47 ... [2022-08-17T18:21:00.670Z] [2022-08-17T18:21:00.670Z] #36 [tini 1/2] 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-08-17T18:21:00.670Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:00.670Z] #36 14.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:21:00.670Z] #36 18.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:21:00.928Z] #36 ... [2022-08-17T18:21:00.928Z] [2022-08-17T18:21:00.928Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:00.928Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:21:00.928Z] #34 23.68 unicode/utf8 [2022-08-17T18:21:01.495Z] #34 24.83 internal/race [2022-08-17T18:21:01.581Z] #49 45.10 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-17T18:21:01.581Z] #49 45.15 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-17T18:21:01.581Z] #49 45.21 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-17T18:21:01.581Z] #49 45.25 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-17T18:21:01.581Z] #49 45.31 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-17T18:21:01.581Z] #49 45.33 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-17T18:21:01.581Z] #49 45.34 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-17T18:21:01.581Z] #49 ... [2022-08-17T18:21:01.581Z] [2022-08-17T18:21:01.581Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:01.581Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:01.581Z] #13 26.80 Reading package lists... [2022-08-17T18:21:01.581Z] #13 33.98 Reading package lists... [2022-08-17T18:21:01.581Z] #13 41.08 Building dependency tree... [2022-08-17T18:21:01.752Z] #34 ... [2022-08-17T18:21:01.752Z] [2022-08-17T18:21:01.752Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:21:01.752Z] #24 sha256:a9d3ad01704b0ea30955f42513c42a4ab82e9f2b07bbc0a6a400532b8992815c [2022-08-17T18:21:01.752Z] #24 DONE 25.1s [2022-08-17T18:21:01.752Z] [2022-08-17T18:21:01.753Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:01.753Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:21:01.753Z] #34 25.12 sync/atomic [2022-08-17T18:21:01.837Z] #13 ... [2022-08-17T18:21:01.837Z] [2022-08-17T18:21:01.837Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:01.837Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:01.837Z] #49 45.42 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-17T18:21:01.837Z] #49 45.48 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-17T18:21:01.837Z] #49 45.51 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-17T18:21:02.094Z] #49 45.69 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-17T18:21:02.094Z] #49 45.77 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-17T18:21:02.094Z] #49 45.82 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-17T18:21:02.094Z] #49 45.85 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-17T18:21:02.350Z] #49 45.92 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-17T18:21:02.350Z] #49 45.95 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-17T18:21:02.350Z] #49 46.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-17T18:21:02.350Z] #49 46.04 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-17T18:21:02.350Z] #49 46.08 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-17T18:21:02.607Z] #49 46.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-17T18:21:02.866Z] #49 46.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-17T18:21:02.866Z] #49 46.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-17T18:21:02.866Z] #49 46.67 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-17T18:21:02.866Z] #49 46.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-17T18:21:03.123Z] #49 46.71 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-17T18:21:03.123Z] #49 46.76 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-17T18:21:03.123Z] #49 46.81 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-17T18:21:03.123Z] #49 46.85 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-17T18:21:03.123Z] #49 46.93 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-17T18:21:03.124Z] #34 26.13 unicode [2022-08-17T18:21:03.383Z] #49 46.96 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-17T18:21:03.383Z] #49 46.99 go: downloading github.com/julz/importas v0.1.0 [2022-08-17T18:21:03.383Z] #49 47.04 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-17T18:21:03.383Z] #49 47.04 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-17T18:21:03.383Z] #49 47.18 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-17T18:21:03.642Z] #49 47.20 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-17T18:21:03.642Z] #49 47.26 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-17T18:21:03.642Z] #49 47.29 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-17T18:21:03.642Z] #49 47.33 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-17T18:21:03.642Z] #49 47.37 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-17T18:21:03.642Z] #49 47.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-17T18:21:03.900Z] #49 47.47 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-17T18:21:03.900Z] #49 47.49 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-17T18:21:03.900Z] #49 47.54 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-17T18:21:04.464Z] #49 48.17 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-17T18:21:04.813Z] #49 48.18 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-17T18:21:04.813Z] #49 48.23 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-17T18:21:04.813Z] #49 48.25 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-17T18:21:04.813Z] #49 48.27 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-17T18:21:04.813Z] #49 48.36 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-17T18:21:04.813Z] #49 48.43 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-17T18:21:05.070Z] #49 48.71 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-17T18:21:05.070Z] #49 48.71 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-17T18:21:05.327Z] #49 ... [2022-08-17T18:21:05.327Z] [2022-08-17T18:21:05.327Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:21:05.327Z] #47 sha256:458ebbd5ffe8dc050a604473a68185c81318a6eda5731178f18acfb1a3cdb1d0 [2022-08-17T18:21:05.327Z] #47 DONE 49.0s [2022-08-17T18:21:05.327Z] [2022-08-17T18:21:05.327Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:05.327Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:05.327Z] #49 48.95 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-17T18:21:05.327Z] #49 48.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-17T18:21:05.327Z] #49 48.95 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-17T18:21:05.327Z] #49 48.96 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-17T18:21:05.327Z] #49 48.98 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-17T18:21:05.327Z] #49 49.12 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-17T18:21:05.583Z] #49 49.13 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-17T18:21:05.584Z] #49 ... [2022-08-17T18:21:05.584Z] [2022-08-17T18:21:05.584Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:21:05.584Z] #67 sha256:5dbe0fcdc92cfac3dc31768e5746638a22f40bc8c80c4c84e4bc58c5425f7014 [2022-08-17T18:21:05.584Z] #67 DONE 49.2s [2022-08-17T18:21:05.584Z] [2022-08-17T18:21:05.584Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:05.584Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:05.584Z] #49 49.24 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-17T18:21:05.584Z] #49 49.24 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-17T18:21:05.657Z] #13 ... [2022-08-17T18:21:05.657Z] [2022-08-17T18:21:05.657Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:05.657Z] #34 sha256:cb2034ce392046e84549bb04400782a5d39a6d962296f43777773f7d35794fd4 [2022-08-17T18:21:05.657Z] #34 51.53 internal/syscall/unix [2022-08-17T18:21:05.657Z] #34 51.93 time [2022-08-17T18:21:05.657Z] #34 57.63 internal/fmtsort [2022-08-17T18:21:05.657Z] #34 58.06 internal/syscall/execenv [2022-08-17T18:21:05.657Z] #34 58.07 internal/poll [2022-08-17T18:21:05.657Z] #34 58.22 path [2022-08-17T18:21:05.657Z] #34 58.82 io/fs [2022-08-17T18:21:05.657Z] #34 59.91 strings [2022-08-17T18:21:05.657Z] #34 60.51 os [2022-08-17T18:21:05.657Z] #34 ... [2022-08-17T18:21:05.657Z] [2022-08-17T18:21:05.657Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:05.657Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:05.657Z] #43 2.835 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:21:05.657Z] #43 2.835 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:21:05.657Z] #43 2.856 Note: Building without GnuTLS support [2022-08-17T18:21:05.657Z] #43 2.858 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:21:05.657Z] #43 2.867 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:21:05.657Z] #43 4.264 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:21:05.657Z] #43 4.338 GEN .gitid [2022-08-17T18:21:05.657Z] #43 4.384 GEN criu/include/version.h [2022-08-17T18:21:05.657Z] #43 4.469 GEN include/common/asm [2022-08-17T18:21:05.657Z] #43 6.196 PBCC images/timens.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.250 DEP images/timens.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.304 PBCC images/fown.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.344 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.401 PBCC images/opts.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.445 PBCC images/memfd.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.498 DEP images/fown.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.552 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.609 DEP images/opts.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.653 DEP images/memfd.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.697 PBCC images/sit.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.761 DEP images/sit.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.809 PBCC images/macvlan.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.851 DEP images/macvlan.pb-c.d [2022-08-17T18:21:05.657Z] #43 6.902 PBCC images/autofs.pb-c.c [2022-08-17T18:21:05.657Z] #43 6.945 DEP images/autofs.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.017 PBCC images/sysctl.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.049 DEP images/sysctl.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.117 PBCC images/time.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.167 DEP images/time.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.197 PBCC images/binfmt-misc.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.253 DEP images/binfmt-misc.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.332 PBCC images/seccomp.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.377 DEP images/seccomp.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.418 PBCC images/userns.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.475 DEP images/userns.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.554 PBCC images/cgroup.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.589 DEP images/cgroup.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.640 PBCC images/ext-file.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.707 DEP images/ext-file.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.760 PBCC images/rpc.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.817 DEP images/rpc.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.871 PBCC images/siginfo.pb-c.c [2022-08-17T18:21:05.657Z] #43 7.904 DEP images/siginfo.pb-c.d [2022-08-17T18:21:05.657Z] #43 7.948 PBCC images/pagemap.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.005 DEP images/pagemap.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.040 PBCC images/rlimit.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.055 DEP images/rlimit.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.130 PBCC images/file-lock.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.177 DEP images/file-lock.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.228 PBCC images/tty.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.295 DEP images/tty.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.328 PBCC images/tun.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.453 PBCC images/netdev.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.503 DEP images/tun.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.569 DEP images/netdev.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.623 PBCC images/vma.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.652 DEP images/vma.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.742 PBCC images/creds.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.806 DEP images/creds.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.844 PBCC images/utsns.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.890 DEP images/utsns.pb-c.d [2022-08-17T18:21:05.657Z] #43 8.913 PBCC images/ipc-desc.pb-c.c [2022-08-17T18:21:05.657Z] #43 8.999 PBCC images/ipc-sem.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.021 DEP images/ipc-desc.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.051 DEP images/ipc-sem.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.089 PBCC images/ipc-msg.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.179 DEP images/ipc-msg.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.192 PBCC images/ipc-shm.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.242 DEP images/ipc-shm.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.282 PBCC images/ipc-var.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.350 DEP images/ipc-var.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.382 PBCC images/sk-opts.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.445 PBCC images/packet-sock.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.481 DEP images/sk-opts.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.513 DEP images/packet-sock.pb-c.d [2022-08-17T18:21:05.657Z] #43 9.687 PBCC images/sk-netlink.pb-c.c [2022-08-17T18:21:05.657Z] #43 9.850 DEP images/sk-netlink.pb-c.d [2022-08-17T18:21:05.657Z] #43 ... [2022-08-17T18:21:05.657Z] [2022-08-17T18:21:05.657Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:05.657Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:21:05.657Z] #13 59.92 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-17T18:21:05.657Z] #13 59.93 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-17T18:21:05.657Z] #13 60.04 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:05.841Z] #49 49.32 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-17T18:21:05.841Z] #49 49.38 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-17T18:21:05.841Z] #49 49.43 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-17T18:21:05.913Z] #13 60.43 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-17T18:21:05.913Z] #13 60.44 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-17T18:21:05.913Z] #13 60.46 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:06.098Z] #49 49.69 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-17T18:21:06.098Z] #49 49.70 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-17T18:21:06.098Z] #49 49.81 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-17T18:21:06.098Z] #49 49.81 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-17T18:21:06.098Z] #49 49.81 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-17T18:21:06.358Z] #49 ... [2022-08-17T18:21:06.358Z] [2022-08-17T18:21:06.358Z] #55 [containerd 1/2] 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-08-17T18:21:06.358Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:21:06.358Z] #55 36.39 Reading package lists... [2022-08-17T18:21:06.358Z] #55 43.16 Building dependency tree... [2022-08-17T18:21:06.358Z] #55 46.40 The following additional packages will be installed: [2022-08-17T18:21:06.358Z] #55 46.43 libbtrfs0 [2022-08-17T18:21:06.358Z] #55 46.63 The following NEW packages will be installed: [2022-08-17T18:21:06.358Z] #55 46.63 libbtrfs-dev libbtrfs0 [2022-08-17T18:21:06.358Z] #55 47.01 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:06.358Z] #55 47.01 Need to get 119 kB of archives. [2022-08-17T18:21:06.358Z] #55 47.01 After this operation, 387 kB of additional disk space will be used. [2022-08-17T18:21:06.358Z] #55 47.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-17T18:21:06.358Z] #55 47.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-17T18:21:06.358Z] #55 48.09 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:06.358Z] #55 48.28 Fetched 119 kB in 0s (453 kB/s) [2022-08-17T18:21:06.358Z] #55 48.39 Selecting previously unselected package libbtrfs0. [2022-08-17T18:21:06.358Z] #55 48.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:06.358Z] #55 48.46 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-17T18:21:06.358Z] #55 48.72 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:06.358Z] #55 48.86 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:21:06.358Z] #55 48.86 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-17T18:21:06.358Z] #55 48.88 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:06.358Z] #55 49.13 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:06.358Z] #55 49.16 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:06.358Z] #55 49.18 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:21:06.358Z] #55 DONE 49.9s [2022-08-17T18:21:06.358Z] [2022-08-17T18:21:06.358Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:06.358Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:06.358Z] #49 49.97 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-17T18:21:06.477Z] #13 ... [2022-08-17T18:21:06.477Z] [2022-08-17T18:21:06.477Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:21:06.477Z] #37 sha256:c1a941d7a39fb3ce6db9ecc2d637cb962bbb768cf83a20983c07f4b1a37d2c66 [2022-08-17T18:21:06.477Z] #37 4.865 -- Detecting C compile features - done [2022-08-17T18:21:06.477Z] #37 4.903 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-17T18:21:06.477Z] #37 5.265 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-17T18:21:06.477Z] #37 5.361 -- Configuring done [2022-08-17T18:21:06.477Z] #37 5.369 -- Generating done [2022-08-17T18:21:06.477Z] #37 5.387 -- Build files have been written to: /tmp/tmp.Bvca2qaN0N/tini [2022-08-17T18:21:06.477Z] #37 5.413 + make tini-static [2022-08-17T18:21:06.477Z] #37 5.811 Scanning dependencies of target tini-static [2022-08-17T18:21:06.477Z] #37 5.931 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-17T18:21:06.477Z] #37 7.213 [100%] Linking C executable tini-static [2022-08-17T18:21:06.477Z] #37 7.730 [100%] Built target tini-static [2022-08-17T18:21:06.477Z] #37 7.810 + mkdir -p /build [2022-08-17T18:21:06.477Z] #37 7.821 + cp tini-static /build/docker-init [2022-08-17T18:21:06.477Z] #37 DONE 9.8s [2022-08-17T18:21:06.477Z] [2022-08-17T18:21:06.477Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:06.477Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:06.477Z] #43 9.989 PBCC images/sk-inet.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.03 DEP images/sk-inet.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.07 PBCC images/sk-unix.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.20 DEP images/sk-unix.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.23 PBCC images/mm.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.29 DEP images/mm.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.36 PBCC images/timerfd.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.42 DEP images/timerfd.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.45 PBCC images/timer.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.47 DEP images/timer.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.51 PBCC images/sa.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.54 DEP images/sa.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.57 PBCC images/pipe-data.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.60 DEP images/pipe-data.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.65 PBCC images/mnt.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.81 DEP images/mnt.pb-c.d [2022-08-17T18:21:06.477Z] #43 10.93 PBCC images/sk-packet.pb-c.c [2022-08-17T18:21:06.477Z] #43 10.95 DEP images/sk-packet.pb-c.d [2022-08-17T18:21:06.477Z] #43 11.07 PBCC images/tcp-stream.pb-c.c [2022-08-17T18:21:06.616Z] #49 50.20 go: downloading honnef.co/go/tools v0.2.2 [2022-08-17T18:21:06.733Z] #43 11.20 DEP images/tcp-stream.pb-c.d [2022-08-17T18:21:06.733Z] #43 11.32 PBCC images/pipe.pb-c.c [2022-08-17T18:21:06.993Z] #43 11.42 DEP images/pipe.pb-c.d [2022-08-17T18:21:06.993Z] #43 11.50 PBCC images/pstree.pb-c.c [2022-08-17T18:21:06.993Z] #43 11.51 DEP images/pstree.pb-c.d [2022-08-17T18:21:06.993Z] #43 11.52 PBCC images/fs.pb-c.c [2022-08-17T18:21:06.993Z] #43 11.53 DEP images/fs.pb-c.d [2022-08-17T18:21:06.993Z] #43 11.54 PBCC images/signalfd.pb-c.c [2022-08-17T18:21:06.993Z] #43 11.55 DEP images/signalfd.pb-c.d [2022-08-17T18:21:06.993Z] #43 11.58 PBCC images/fh.pb-c.c [2022-08-17T18:21:07.257Z] #43 11.60 PBCC images/fsnotify.pb-c.c [2022-08-17T18:21:07.257Z] #43 11.63 DEP images/fh.pb-c.d [2022-08-17T18:21:07.257Z] #43 11.65 DEP images/fsnotify.pb-c.d [2022-08-17T18:21:07.257Z] #43 11.73 PBCC images/eventpoll.pb-c.c [2022-08-17T18:21:07.257Z] #43 11.75 DEP images/eventpoll.pb-c.d [2022-08-17T18:21:07.257Z] #43 11.81 PBCC images/eventfd.pb-c.c [2022-08-17T18:21:07.257Z] #43 11.85 DEP images/eventfd.pb-c.d [2022-08-17T18:21:07.515Z] #43 11.88 PBCC images/remap-file-path.pb-c.c [2022-08-17T18:21:07.515Z] #43 11.89 DEP images/remap-file-path.pb-c.d [2022-08-17T18:21:07.515Z] #43 11.94 PBCC images/fifo.pb-c.c [2022-08-17T18:21:07.515Z] #43 11.95 DEP images/fifo.pb-c.d [2022-08-17T18:21:07.772Z] #43 12.00 PBCC images/ghost-file.pb-c.c [2022-08-17T18:21:07.772Z] #43 12.01 DEP images/ghost-file.pb-c.d [2022-08-17T18:21:07.772Z] #43 12.07 PBCC images/regfile.pb-c.c [2022-08-17T18:21:07.772Z] #43 12.15 DEP images/regfile.pb-c.d [2022-08-17T18:21:07.772Z] #43 12.19 PBCC images/ns.pb-c.c [2022-08-17T18:21:07.772Z] #43 12.24 DEP images/ns.pb-c.d [2022-08-17T18:21:07.772Z] #43 12.28 PBCC images/fdinfo.pb-c.c [2022-08-17T18:21:07.991Z] #49 51.63 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-17T18:21:07.991Z] #49 51.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-17T18:21:07.991Z] #49 51.66 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-17T18:21:08.029Z] #43 12.34 DEP images/fdinfo.pb-c.d [2022-08-17T18:21:08.029Z] #43 12.42 PBCC images/core-aarch64.pb-c.c [2022-08-17T18:21:08.029Z] #43 12.46 PBCC images/core-arm.pb-c.c [2022-08-17T18:21:08.029Z] #43 12.52 PBCC images/core-ppc64.pb-c.c [2022-08-17T18:21:08.029Z] #43 12.56 PBCC images/core-s390.pb-c.c [2022-08-17T18:21:08.250Z] #49 51.78 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:21:08.250Z] #49 51.83 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-17T18:21:08.250Z] #49 51.86 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-17T18:21:08.250Z] #49 51.86 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-17T18:21:08.250Z] #49 51.94 go: downloading golang.org/x/text v0.3.7 [2022-08-17T18:21:08.286Z] #43 12.60 PBCC images/core-x86.pb-c.c [2022-08-17T18:21:08.286Z] #43 12.64 PBCC images/core.pb-c.c [2022-08-17T18:21:08.286Z] #43 12.70 PBCC images/inventory.pb-c.c [2022-08-17T18:21:08.286Z] #43 12.79 DEP images/core-aarch64.pb-c.d [2022-08-17T18:21:08.286Z] #43 12.85 DEP images/core-arm.pb-c.d [2022-08-17T18:21:08.378Z] #34 ... [2022-08-17T18:21:08.378Z] [2022-08-17T18:21:08.379Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:21:08.379Z] #67 sha256:6f008a9111501a6a13812cf73a4a28fa58896eeb34be7288a85fd0d8e321f192 [2022-08-17T18:21:08.379Z] #67 29.09 Checking out files: 42% (810/1910) Checking out files: 43% (822/1910) Checking out files: 44% (841/1910) Checking out files: 45% (860/1910) Checking out files: 46% (879/1910) Checking out files: 47% (898/1910) Checking out files: 48% (917/1910) Checking out files: 49% (936/1910) Checking out files: 50% (955/1910) Checking out files: 51% (975/1910) Checking out files: 52% (994/1910) Checking out files: 53% (1013/1910) Checking out files: 54% (1032/1910) Checking out files: 55% (1051/1910) Checking out files: 56% (1070/1910) Checking out files: 57% (1089/1910) Checking out files: 58% (1108/1910) Checking out files: 59% (1127/1910) Checking out files: 60% (1146/1910) Checking out files: 61% (1166/1910) Checking out files: 62% (1185/1910) Checking out files: 63% (1204/1910) Checking out files: 64% (1223/1910) Checking out files: 65% (1242/1910) Checking out files: 66% (1261/1910) Checking out files: 67% (1280/1910) Checking out files: 68% (1299/1910) Checking out files: 69% (1318/1910) Checking out files: 70% (1337/1910) Checking out files: 71% (1357/1910) Checking out files: 72% (1376/1910) Checking out files: 73% (1395/1910) Checking out files: 74% (1414/1910) Checking out files: 75% (1433/1910) Checking out files: 76% (1452/1910) Checking out files: 77% (1471/1910) Checking out files: 78% (1490/1910) Checking out files: 79% (1509/1910) Checking out files: 80% (1528/1910) Checking out files: 81% (1548/1910) Checking out files: 82% (1567/1910) Checking out files: 83% (1586/1910) Checking out files: 84% (1605/1910) Checking out files: 85% (1624/1910) Checking out files: 86% (1643/1910) Checking out files: 87% (1662/1910) Checking out files: 87% (1667/1910) Checking out files: 88% (1681/1910) Checking out files: 89% (1700/1910) Checking out files: 90% (1719/1910) Checking out files: 91% (1739/1910) Checking out files: 92% (1758/1910) Checking out files: 93% (1777/1910) Checking out files: 94% (1796/1910) Checking out files: 95% (1815/1910) Checking out files: 96% (1834/1910) Checking out files: 97% (1853/1910) Checking out files: 98% (1872/1910) Checking out files: 99% (1891/1910) Checking out files: 100% (1910/1910) Checking out files: 100% (1910/1910), done. [2022-08-17T18:21:08.379Z] #67 30.89 + cd /tmp/tmp.86f1ujX8gn/src/github.com/docker/libnetwork [2022-08-17T18:21:08.379Z] #67 30.89 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-08-17T18:21:08.379Z] #67 31.16 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-08-17T18:21:08.543Z] #43 12.91 DEP images/core-ppc64.pb-c.d [2022-08-17T18:21:08.543Z] #43 12.97 DEP images/core-s390.pb-c.d [2022-08-17T18:21:08.543Z] #43 13.01 DEP images/core-x86.pb-c.d [2022-08-17T18:21:08.543Z] #43 13.06 DEP images/core.pb-c.d [2022-08-17T18:21:08.543Z] #43 13.11 DEP images/inventory.pb-c.d [2022-08-17T18:21:08.802Z] #43 13.17 PBCC images/cpuinfo.pb-c.c [2022-08-17T18:21:08.802Z] #43 13.22 DEP images/cpuinfo.pb-c.d [2022-08-17T18:21:08.802Z] #43 13.24 PBCC images/stats.pb-c.c [2022-08-17T18:21:08.802Z] #43 13.28 DEP images/stats.pb-c.d [2022-08-17T18:21:09.620Z] #49 ... [2022-08-17T18:21:09.621Z] [2022-08-17T18:21:09.621Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:09.621Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:09.621Z] #42 42.94 The following NEW packages will be installed: [2022-08-17T18:21:09.621Z] #42 42.94 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-17T18:21:09.621Z] #42 42.94 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-17T18:21:09.621Z] #42 42.94 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-17T18:21:09.621Z] #42 42.94 python-six zlib1g-dev [2022-08-17T18:21:09.621Z] #42 43.37 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:09.621Z] #42 43.37 Need to get 4091 kB of archives. [2022-08-17T18:21:09.621Z] #42 43.37 After this operation, 22.5 MB of additional disk space will be used. [2022-08-17T18:21:09.621Z] #42 43.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-17T18:21:09.621Z] #42 43.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-17T18:21:09.621Z] #42 43.40 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-17T18:21:09.621Z] #42 43.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-17T18:21:09.621Z] #42 43.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-17T18:21:09.621Z] #42 43.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-17T18:21:09.621Z] #42 43.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-17T18:21:09.621Z] #42 43.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-17T18:21:09.621Z] #42 43.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-17T18:21:09.621Z] #42 43.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-17T18:21:09.621Z] #42 43.72 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-17T18:21:09.621Z] #42 43.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-17T18:21:09.621Z] #42 44.71 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:09.621Z] #42 44.93 Fetched 4091 kB in 1s (5785 kB/s) [2022-08-17T18:21:09.621Z] #42 45.07 Selecting previously unselected package libcap-dev:amd64. [2022-08-17T18:21:09.621Z] #42 45.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:09.621Z] #42 45.15 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 45.17 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-17T18:21:09.621Z] #42 45.34 Selecting previously unselected package libnet1:amd64. [2022-08-17T18:21:09.621Z] #42 45.34 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 45.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:09.621Z] #42 45.51 Selecting previously unselected package libnet1-dev. [2022-08-17T18:21:09.621Z] #42 45.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 45.51 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:09.621Z] #42 45.76 Selecting previously unselected package libnl-3-200:amd64. [2022-08-17T18:21:09.621Z] #42 45.76 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 45.77 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:21:09.621Z] #42 45.89 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-17T18:21:09.621Z] #42 45.90 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 45.91 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-17T18:21:09.621Z] #42 46.20 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-17T18:21:09.621Z] #42 46.20 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 46.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:09.621Z] #42 46.34 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-17T18:21:09.621Z] #42 46.34 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 46.34 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:09.621Z] #42 46.47 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-17T18:21:09.621Z] #42 46.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 46.49 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:21:09.621Z] #42 46.76 Selecting previously unselected package libprotobuf17:amd64. [2022-08-17T18:21:09.621Z] #42 46.76 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 46.77 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 47.59 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-17T18:21:09.621Z] #42 47.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 47.62 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 47.89 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-17T18:21:09.621Z] #42 47.89 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 47.89 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 49.38 Selecting previously unselected package libprotoc17:amd64. [2022-08-17T18:21:09.621Z] #42 49.38 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 49.38 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 49.82 Selecting previously unselected package protobuf-c-compiler. [2022-08-17T18:21:09.621Z] #42 49.83 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 49.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:21:09.621Z] #42 50.00 Selecting previously unselected package protobuf-compiler. [2022-08-17T18:21:09.621Z] #42 50.00 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 50.00 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 50.07 Selecting previously unselected package python-pkg-resources. [2022-08-17T18:21:09.621Z] #42 50.10 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:21:09.621Z] #42 50.10 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-17T18:21:09.621Z] #42 50.27 Selecting previously unselected package python-six. [2022-08-17T18:21:09.621Z] #42 50.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-17T18:21:09.621Z] #42 50.27 Unpacking python-six (1.12.0-1) ... [2022-08-17T18:21:09.621Z] #42 50.48 Selecting previously unselected package python-protobuf. [2022-08-17T18:21:09.621Z] #42 50.48 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:09.621Z] #42 50.48 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-17T18:21:09.621Z] #42 50.91 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-17T18:21:09.621Z] #42 ... [2022-08-17T18:21:09.621Z] [2022-08-17T18:21:09.621Z] #36 [tini 1/2] 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-08-17T18:21:09.621Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:09.621Z] #36 36.62 Reading package lists... [2022-08-17T18:21:09.621Z] #36 43.30 Building dependency tree... [2022-08-17T18:21:09.621Z] #36 46.42 The following additional packages will be installed: [2022-08-17T18:21:09.621Z] #36 46.44 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-17T18:21:09.621Z] #36 46.45 Suggested packages: [2022-08-17T18:21:09.621Z] #36 46.45 cmake-doc ninja-build lrzip [2022-08-17T18:21:09.621Z] #36 46.45 Recommended packages: [2022-08-17T18:21:09.621Z] #36 46.45 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-17T18:21:09.621Z] #36 47.24 The following NEW packages will be installed: [2022-08-17T18:21:09.621Z] #36 47.24 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-17T18:21:09.621Z] #36 47.24 vim-common xxd [2022-08-17T18:21:09.621Z] #36 47.65 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:09.621Z] #36 47.65 Need to get 14.9 MB of archives. [2022-08-17T18:21:09.621Z] #36 47.65 After this operation, 61.8 MB of additional disk space will be used. [2022-08-17T18:21:09.621Z] #36 47.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-17T18:21:09.621Z] #36 47.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:21:09.621Z] #36 47.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-17T18:21:09.621Z] #36 48.71 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-17T18:21:09.621Z] #36 48.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-17T18:21:09.621Z] #36 48.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-17T18:21:09.621Z] #36 48.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-17T18:21:09.621Z] #36 48.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-17T18:21:09.621Z] #36 48.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-17T18:21:09.621Z] #36 48.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-17T18:21:09.621Z] #36 50.31 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:09.621Z] #36 50.48 Fetched 14.9 MB in 2s (7875 kB/s) [2022-08-17T18:21:09.621Z] #36 50.55 Selecting previously unselected package xxd. [2022-08-17T18:21:09.621Z] #36 50.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:09.621Z] #36 50.63 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:21:09.621Z] #36 50.63 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:09.621Z] #36 50.80 Selecting previously unselected package vim-common. [2022-08-17T18:21:09.621Z] #36 50.82 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:21:09.621Z] #36 50.90 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:09.621Z] #36 51.09 Selecting previously unselected package libicu63:amd64. [2022-08-17T18:21:09.621Z] #36 51.09 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-17T18:21:09.621Z] #36 51.10 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:21:09.621Z] #36 ... [2022-08-17T18:21:09.621Z] [2022-08-17T18:21:09.621Z] #32 [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-08-17T18:21:09.621Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:21:09.621Z] #32 48.57 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-17T18:21:09.621Z] #32 49.10 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-17T18:21:09.621Z] #32 49.74 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-17T18:21:10.286Z] #67 ... [2022-08-17T18:21:10.286Z] [2022-08-17T18:21:10.286Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2022-08-17T18:21:10.286Z] #45 sha256:a1e0b51bd6df5da56282971d6557a751ea756ed63eb2bac51fe75218ebe4d68d [2022-08-17T18:21:10.286Z] #45 DONE 33.7s [2022-08-17T18:21:10.543Z] [2022-08-17T18:21:10.543Z] #55 [containerd 1/2] 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-08-17T18:21:10.543Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:21:10.543Z] #55 33.41 Fetched 8471 kB in 26s (328 kB/s) [2022-08-17T18:21:10.699Z] #43 14.95 make[1]: Nothing to be done for 'all'. [2022-08-17T18:21:12.070Z] #43 16.51 CC images/stats.o [2022-08-17T18:21:12.145Z] #32 ... [2022-08-17T18:21:12.145Z] [2022-08-17T18:21:12.145Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:12.145Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:12.145Z] #13 44.21 The following additional packages will be installed: [2022-08-17T18:21:12.145Z] #13 44.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-17T18:21:12.145Z] #13 44.23 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-17T18:21:12.145Z] #13 44.23 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-17T18:21:12.145Z] #13 44.23 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-17T18:21:12.145Z] #13 44.23 mingw-w64-x86-64-dev [2022-08-17T18:21:12.145Z] #13 44.24 Suggested packages: [2022-08-17T18:21:12.145Z] #13 44.24 gcc-8-locales seccomp wine64 [2022-08-17T18:21:12.145Z] #13 45.48 The following NEW packages will be installed: [2022-08-17T18:21:12.145Z] #13 45.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-17T18:21:12.145Z] #13 45.48 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-17T18:21:12.145Z] #13 45.48 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-17T18:21:12.145Z] #13 45.48 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-17T18:21:12.145Z] #13 45.48 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-17T18:21:12.145Z] #13 45.50 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-17T18:21:12.145Z] #13 45.50 The following packages will be upgraded: [2022-08-17T18:21:12.145Z] #13 45.50 libseccomp2 [2022-08-17T18:21:12.145Z] #13 45.95 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:12.145Z] #13 45.95 Need to get 77.8 MB of archives. [2022-08-17T18:21:12.145Z] #13 45.95 After this operation, 487 MB of additional disk space will be used. [2022-08-17T18:21:12.145Z] #13 45.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-17T18:21:12.145Z] #13 45.96 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-17T18:21:12.145Z] #13 45.97 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-17T18:21:12.145Z] #13 46.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-17T18:21:12.145Z] #13 46.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-17T18:21:12.145Z] #13 46.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-17T18:21:12.145Z] #13 46.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-17T18:21:12.145Z] #13 46.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-17T18:21:12.145Z] #13 47.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-17T18:21:12.145Z] #13 47.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-17T18:21:12.145Z] #13 47.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-17T18:21:12.145Z] #13 50.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-17T18:21:12.145Z] #13 52.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-17T18:21:12.145Z] #13 52.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-17T18:21:12.145Z] #13 52.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-17T18:21:12.145Z] #13 52.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-17T18:21:12.145Z] #13 52.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-17T18:21:12.145Z] #13 52.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-17T18:21:12.145Z] #13 52.13 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-17T18:21:12.145Z] #13 52.14 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-17T18:21:12.145Z] #13 52.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-17T18:21:12.145Z] #13 52.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-17T18:21:12.145Z] #13 52.21 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-17T18:21:12.145Z] #13 52.24 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-17T18:21:12.145Z] #13 52.25 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-17T18:21:12.145Z] #13 52.26 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-17T18:21:12.145Z] #13 53.20 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:12.145Z] #13 53.31 Fetched 77.8 MB in 7s (11.8 MB/s) [2022-08-17T18:21:12.145Z] #13 53.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 ... 15421 files and directories currently installed.) [2022-08-17T18:21:12.145Z] #13 53.45 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-17T18:21:12.145Z] #13 53.53 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-17T18:21:12.145Z] #13 53.67 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:21:12.145Z] #13 53.84 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-17T18:21:12.145Z] #13 53.84 (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 ... 15421 files and directories currently installed.) [2022-08-17T18:21:12.145Z] #13 53.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-17T18:21:12.145Z] #13 53.92 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:21:12.633Z] #43 16.83 CC images/core.o [2022-08-17T18:21:13.139Z] #13 ... [2022-08-17T18:21:13.139Z] [2022-08-17T18:21:13.139Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:13.139Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:13.139Z] #49 56.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-17T18:21:13.197Z] #43 17.47 CC images/core-x86.o [2022-08-17T18:21:13.396Z] #49 57.07 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-17T18:21:13.396Z] #49 57.07 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-17T18:21:13.454Z] #43 17.93 CC images/core-arm.o [2022-08-17T18:21:13.652Z] #49 57.25 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-17T18:21:13.652Z] #49 57.36 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-17T18:21:13.652Z] #49 57.36 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-17T18:21:13.711Z] #43 18.24 CC images/core-aarch64.o [2022-08-17T18:21:13.912Z] #49 57.50 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-17T18:21:13.912Z] #49 57.56 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-17T18:21:13.912Z] #49 57.60 go: downloading golang.org/x/mod v0.5.1 [2022-08-17T18:21:14.169Z] #49 57.67 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-17T18:21:14.169Z] #49 57.89 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-17T18:21:14.169Z] #49 57.94 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-17T18:21:14.169Z] #49 57.98 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-17T18:21:14.169Z] #49 57.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-17T18:21:14.274Z] #43 18.67 CC images/core-ppc64.o [2022-08-17T18:21:14.425Z] #49 58.06 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-17T18:21:14.425Z] #49 ... [2022-08-17T18:21:14.425Z] [2022-08-17T18:21:14.425Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:14.425Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:21:14.425Z] #34 47.95 internal/reflectlite [2022-08-17T18:21:14.425Z] #34 47.95 sync [2022-08-17T18:21:14.425Z] #34 49.33 internal/testlog [2022-08-17T18:21:14.425Z] #34 50.25 sort [2022-08-17T18:21:14.425Z] #34 50.26 errors [2022-08-17T18:21:14.425Z] #34 50.70 strconv [2022-08-17T18:21:14.425Z] #34 51.38 io [2022-08-17T18:21:14.425Z] #34 52.61 internal/oserror [2022-08-17T18:21:14.425Z] #34 52.79 syscall [2022-08-17T18:21:14.425Z] #34 54.11 reflect [2022-08-17T18:21:14.425Z] #34 ... [2022-08-17T18:21:14.425Z] [2022-08-17T18:21:14.425Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:14.425Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:14.425Z] #13 56.09 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-17T18:21:14.425Z] #13 56.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-17T18:21:14.425Z] #13 56.18 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:21:14.838Z] #43 19.15 CC images/core-s390.o [2022-08-17T18:21:15.095Z] #43 ... [2022-08-17T18:21:15.095Z] [2022-08-17T18:21:15.095Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:15.095Z] #34 sha256:cb2034ce392046e84549bb04400782a5d39a6d962296f43777773f7d35794fd4 [2022-08-17T18:21:15.095Z] #34 62.22 bufio [2022-08-17T18:21:15.095Z] #34 62.77 fmt [2022-08-17T18:21:15.095Z] #34 64.00 io/ioutil [2022-08-17T18:21:15.095Z] #34 64.38 text/tabwriter [2022-08-17T18:21:15.095Z] #34 65.87 flag [2022-08-17T18:21:15.095Z] #34 65.88 github.com/BurntSushi/toml [2022-08-17T18:21:15.095Z] #34 67.13 log [2022-08-17T18:21:15.095Z] #34 69.36 github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:21:15.095Z] #34 DONE 71.8s [2022-08-17T18:21:15.352Z] [2022-08-17T18:21:15.352Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:15.352Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:15.352Z] #43 19.81 CC images/cpuinfo.o [2022-08-17T18:21:15.793Z] #55 33.41 Reading package lists... [2022-08-17T18:21:15.793Z] #55 ... [2022-08-17T18:21:15.793Z] [2022-08-17T18:21:15.793Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:15.793Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:15.793Z] #13 33.62 Fetched 9011 kB in 29s (312 kB/s) [2022-08-17T18:21:15.916Z] #43 20.39 CC images/inventory.o [2022-08-17T18:21:16.173Z] #43 20.64 CC images/fdinfo.o [2022-08-17T18:21:16.325Z] #13 ... [2022-08-17T18:21:16.325Z] [2022-08-17T18:21:16.325Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:21:16.325Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94 [2022-08-17T18:21:16.325Z] #56 7.575 + RM_GOPATH=0 [2022-08-17T18:21:16.325Z] #56 7.575 + TMP_GOPATH= [2022-08-17T18:21:16.325Z] #56 7.575 + : /build [2022-08-17T18:21:16.325Z] #56 7.575 + '[' -z '' ']' [2022-08-17T18:21:16.325Z] #56 7.575 ++ mktemp -d [2022-08-17T18:21:16.325Z] #56 7.615 Install containerd version v1.6.7 [2022-08-17T18:21:16.325Z] #56 7.632 + export GOPATH=/tmp/tmp.VMct3JHqhC [2022-08-17T18:21:16.325Z] #56 7.632 + GOPATH=/tmp/tmp.VMct3JHqhC [2022-08-17T18:21:16.325Z] #56 7.632 + RM_GOPATH=1 [2022-08-17T18:21:16.325Z] #56 7.632 + case "$(go env GOARCH)" in [2022-08-17T18:21:16.325Z] #56 7.632 ++ go env GOARCH [2022-08-17T18:21:16.325Z] #56 7.632 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:16.325Z] #56 7.632 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:16.325Z] #56 7.632 ++ dirname /tmp/install/install.sh [2022-08-17T18:21:16.325Z] #56 7.632 + dir=/tmp/install [2022-08-17T18:21:16.325Z] #56 7.632 + bin=containerd [2022-08-17T18:21:16.325Z] #56 7.632 + shift [2022-08-17T18:21:16.325Z] #56 7.632 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-17T18:21:16.325Z] #56 7.632 + . /tmp/install/containerd.installer [2022-08-17T18:21:16.325Z] #56 7.632 ++ set -e [2022-08-17T18:21:16.325Z] #56 7.632 ++ : v1.6.7 [2022-08-17T18:21:16.325Z] #56 7.632 + install_containerd [2022-08-17T18:21:16.325Z] #56 7.632 + echo 'Install containerd version v1.6.7' [2022-08-17T18:21:16.325Z] #56 7.632 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VMct3JHqhC/src/github.com/containerd/containerd [2022-08-17T18:21:16.325Z] #56 7.632 Cloning into '/tmp/tmp.VMct3JHqhC/src/github.com/containerd/containerd'... [2022-08-17T18:21:16.430Z] #43 20.87 CC images/fown.o [2022-08-17T18:21:16.583Z] #56 ... [2022-08-17T18:21:16.583Z] [2022-08-17T18:21:16.583Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:16.583Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:21:16.583Z] #49 58.44 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-17T18:21:16.583Z] #49 58.50 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-17T18:21:16.583Z] #49 58.59 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-17T18:21:16.583Z] #49 58.94 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-17T18:21:16.583Z] #49 58.96 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-17T18:21:16.583Z] #49 59.11 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-17T18:21:16.583Z] #49 59.11 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-17T18:21:16.583Z] #49 59.13 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-17T18:21:16.583Z] #49 59.21 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-17T18:21:16.583Z] #49 59.37 go: downloading github.com/prometheus/common v0.10.0 [2022-08-17T18:21:16.583Z] #49 59.62 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-17T18:21:16.583Z] #49 59.71 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-17T18:21:16.583Z] #49 59.83 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-17T18:21:16.686Z] #43 21.03 CC images/ns.o [2022-08-17T18:21:16.686Z] #43 21.26 CC images/regfile.o [2022-08-17T18:21:16.943Z] #43 21.48 CC images/ghost-file.o [2022-08-17T18:21:17.507Z] #43 21.79 CC images/fifo.o [2022-08-17T18:21:17.507Z] #43 21.94 CC images/remap-file-path.o [2022-08-17T18:21:17.683Z] #13 33.62 Reading package lists... [2022-08-17T18:21:17.683Z] #13 ... [2022-08-17T18:21:17.683Z] [2022-08-17T18:21:17.683Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:21:17.683Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:21:17.683Z] #58 30.89 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-08-17T18:21:17.683Z] #58 31.36 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-08-17T18:21:17.683Z] #58 ... [2022-08-17T18:21:17.683Z] [2022-08-17T18:21:17.683Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:21:17.683Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:21:17.683Z] #40 39.06 Checking out files: 46% (1010/2176) Checking out files: 47% (1023/2176) Checking out files: 48% (1045/2176) Checking out files: 49% (1067/2176) Checking out files: 50% (1088/2176) Checking out files: 51% (1110/2176) Checking out files: 52% (1132/2176) Checking out files: 53% (1154/2176) Checking out files: 54% (1176/2176) Checking out files: 55% (1197/2176) Checking out files: 56% (1219/2176) Checking out files: 57% (1241/2176) Checking out files: 58% (1263/2176) Checking out files: 59% (1284/2176) Checking out files: 60% (1306/2176) Checking out files: 61% (1328/2176) Checking out files: 62% (1350/2176) Checking out files: 63% (1371/2176) Checking out files: 64% (1393/2176) Checking out files: 65% (1415/2176) Checking out files: 66% (1437/2176) Checking out files: 67% (1458/2176) Checking out files: 68% (1480/2176) Checking out files: 69% (1502/2176) Checking out files: 70% (1524/2176) Checking out files: 71% (1545/2176) Checking out files: 72% (1567/2176) Checking out files: 73% (1589/2176) Checking out files: 74% (1611/2176) Checking out files: 75% (1632/2176) Checking out files: 76% (1654/2176) Checking out files: 77% (1676/2176) Checking out files: 78% (1698/2176) Checking out files: 79% (1720/2176) Checking out files: 80% (1741/2176) Checking out files: 81% (1763/2176) Checking out files: 82% (1785/2176) Checking out files: 82% (1804/2176) Checking out files: 83% (1807/2176) Checking out files: 84% (1828/2176) Checking out files: 85% (1850/2176) Checking out files: 86% (1872/2176) Checking out files: 87% (1894/2176) Checking out files: 88% (1915/2176) Checking out files: 89% (1937/2176) Checking out files: 90% (1959/2176) Checking out files: 91% (1981/2176) Checking out files: 92% (2002/2176) Checking out files: 93% (2024/2176) Checking out files: 94% (2046/2176) Checking out files: 95% (2068/2176) Checking out files: 96% (2089/2176) Checking out files: 97% (2111/2176) Checking out files: 98% (2133/2176) Checking out files: 99% (2155/2176) Checking out files: 100% (2176/2176) Checking out files: 100% (2176/2176), done. [2022-08-17T18:21:17.683Z] #40 40.63 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-08-17T18:21:17.764Z] #43 22.10 CC images/eventfd.o [2022-08-17T18:21:17.764Z] #43 22.27 CC images/eventpoll.o [2022-08-17T18:21:17.952Z] #49 61.58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-17T18:21:18.021Z] #43 22.48 CC images/fh.o [2022-08-17T18:21:18.362Z] #43 22.71 CC images/fsnotify.o [2022-08-17T18:21:18.704Z] #40 ... [2022-08-17T18:21:18.704Z] [2022-08-17T18:21:18.704Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:18.704Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:21:18.704Z] #34 31.80 encoding [2022-08-17T18:21:18.704Z] #34 ... [2022-08-17T18:21:18.704Z] [2022-08-17T18:21:18.704Z] #36 [tini 1/2] 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-08-17T18:21:18.704Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:18.704Z] #36 33.35 Fetched 8471 kB in 26s (331 kB/s) [2022-08-17T18:21:18.944Z] #43 23.28 CC images/signalfd.o [2022-08-17T18:21:19.201Z] #43 23.45 CC images/fs.o [2022-08-17T18:21:19.201Z] #43 23.63 CC images/pstree.o [2022-08-17T18:21:19.266Z] #36 33.35 Reading package lists... [2022-08-17T18:21:19.266Z] #36 ... [2022-08-17T18:21:19.266Z] [2022-08-17T18:21:19.266Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:19.266Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:19.266Z] #42 32.82 Fetched 8471 kB in 26s (332 kB/s) [2022-08-17T18:21:19.266Z] #42 32.82 Reading package lists... [2022-08-17T18:21:19.458Z] #43 23.86 CC images/pipe.o [2022-08-17T18:21:19.715Z] #43 24.11 CC images/tcp-stream.o [2022-08-17T18:21:19.972Z] #43 24.27 CC images/sk-packet.o [2022-08-17T18:21:19.972Z] #43 24.47 CC images/mnt.o [2022-08-17T18:21:20.087Z] #42 43.26 Reading package lists... [2022-08-17T18:21:20.087Z] #42 ... [2022-08-17T18:21:20.087Z] [2022-08-17T18:21:20.087Z] #36 [tini 1/2] 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-08-17T18:21:20.087Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:20.087Z] #36 33.35 Reading package lists... [2022-08-17T18:21:20.535Z] #43 24.74 CC images/pipe-data.o [2022-08-17T18:21:20.535Z] #43 24.89 CC images/sa.o [2022-08-17T18:21:20.792Z] #43 25.07 CC images/timer.o [2022-08-17T18:21:21.048Z] #43 25.37 CC images/timerfd.o [2022-08-17T18:21:21.048Z] #43 ... [2022-08-17T18:21:21.048Z] [2022-08-17T18:21:21.048Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:21.048Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:21:21.048Z] #13 75.49 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-17T18:21:21.048Z] #13 75.49 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_arm64.deb ... [2022-08-17T18:21:21.048Z] #13 75.51 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:21.332Z] #49 ... [2022-08-17T18:21:21.332Z] [2022-08-17T18:21:21.332Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:21.332Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:21.332Z] #42 54.70 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 54.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:21.332Z] #42 54.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:21.332Z] #42 54.73 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:21.332Z] #42 54.73 Setting up python-six (1.12.0-1) ... [2022-08-17T18:21:21.332Z] #42 58.13 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:21:21.332Z] #42 58.14 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:21:21.332Z] #42 58.17 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 58.19 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-17T18:21:21.332Z] #42 58.19 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 58.21 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 58.23 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:21.332Z] #42 58.25 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 58.27 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:21:21.332Z] #42 58.30 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-17T18:21:21.332Z] #42 63.88 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-17T18:21:21.332Z] #42 63.90 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:21:21.332Z] #42 DONE 64.7s [2022-08-17T18:21:21.332Z] [2022-08-17T18:21:21.332Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:21.332Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:21.589Z] #43 ... [2022-08-17T18:21:21.589Z] [2022-08-17T18:21:21.589Z] #36 [tini 1/2] 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-08-17T18:21:21.589Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:21.589Z] #36 56.77 Selecting previously unselected package libxml2:amd64. [2022-08-17T18:21:21.589Z] #36 56.77 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 56.77 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:21:21.589Z] #36 57.36 Selecting previously unselected package cmake-data. [2022-08-17T18:21:21.589Z] #36 57.36 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-17T18:21:21.589Z] #36 57.36 Unpacking cmake-data (3.13.4-1) ... [2022-08-17T18:21:21.589Z] #36 60.22 Selecting previously unselected package libarchive13:amd64. [2022-08-17T18:21:21.589Z] #36 60.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 60.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-17T18:21:21.589Z] #36 60.54 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-17T18:21:21.589Z] #36 60.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 60.58 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-17T18:21:21.589Z] #36 60.72 Selecting previously unselected package librhash0:amd64. [2022-08-17T18:21:21.589Z] #36 60.72 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 60.73 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-17T18:21:21.589Z] #36 60.90 Selecting previously unselected package libuv1:amd64. [2022-08-17T18:21:21.589Z] #36 60.90 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 60.91 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-17T18:21:21.589Z] #36 61.06 Selecting previously unselected package cmake. [2022-08-17T18:21:21.589Z] #36 61.08 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-17T18:21:21.589Z] #36 61.10 Unpacking cmake (3.13.4-1) ... [2022-08-17T18:21:21.589Z] #36 64.37 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:21:21.589Z] #36 64.37 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:21.589Z] #36 64.42 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-17T18:21:21.589Z] #36 64.55 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:21.589Z] #36 64.55 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-17T18:21:21.589Z] #36 64.57 Setting up cmake-data (3.13.4-1) ... [2022-08-17T18:21:21.589Z] #36 64.60 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:21:21.589Z] #36 64.61 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-17T18:21:21.589Z] #36 64.65 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-17T18:21:21.589Z] #36 64.67 Setting up cmake (3.13.4-1) ... [2022-08-17T18:21:21.589Z] #36 64.68 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:21:21.589Z] #36 64.76 Processing triggers for mime-support (3.62) ... [2022-08-17T18:21:21.589Z] #36 DONE 65.2s [2022-08-17T18:21:21.846Z] [2022-08-17T18:21:21.846Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:21:21.846Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0 [2022-08-17T18:21:25.120Z] #37 3.420 + RM_GOPATH=0 [2022-08-17T18:21:25.120Z] #37 3.420 + TMP_GOPATH= [2022-08-17T18:21:25.120Z] #37 3.420 + : /build [2022-08-17T18:21:25.120Z] #37 3.420 + '[' -z '' ']' [2022-08-17T18:21:25.120Z] #37 3.420 ++ mktemp -d [2022-08-17T18:21:25.120Z] #37 3.423 + export GOPATH=/tmp/tmp.Pody7V4O1c [2022-08-17T18:21:25.120Z] #37 3.423 + GOPATH=/tmp/tmp.Pody7V4O1c [2022-08-17T18:21:25.120Z] #37 3.423 + RM_GOPATH=1 [2022-08-17T18:21:25.120Z] #37 3.423 + case "$(go env GOARCH)" in [2022-08-17T18:21:25.120Z] #37 3.423 ++ go env GOARCH [2022-08-17T18:21:25.120Z] #37 3.464 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:25.120Z] #37 3.464 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:25.120Z] #37 3.464 ++ dirname /tmp/install/install.sh [2022-08-17T18:21:25.120Z] #37 3.464 + dir=/tmp/install [2022-08-17T18:21:25.120Z] #37 3.464 + bin=tini [2022-08-17T18:21:25.120Z] #37 3.464 + shift [2022-08-17T18:21:25.120Z] #37 3.464 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-17T18:21:25.120Z] #37 3.464 + . /tmp/install/tini.installer [2022-08-17T18:21:25.120Z] #37 3.464 ++ : v0.19.0 [2022-08-17T18:21:25.120Z] #37 3.466 Install tini version v0.19.0 [2022-08-17T18:21:25.120Z] #37 3.468 + install_tini [2022-08-17T18:21:25.120Z] #37 3.468 + echo 'Install tini version v0.19.0' [2022-08-17T18:21:25.120Z] #37 3.468 + git clone https://github.com/krallin/tini.git /tmp/tmp.Pody7V4O1c/tini [2022-08-17T18:21:25.120Z] #37 3.468 Cloning into '/tmp/tmp.Pody7V4O1c/tini'... [2022-08-17T18:21:25.684Z] #37 4.147 + cd /tmp/tmp.Pody7V4O1c/tini [2022-08-17T18:21:25.684Z] #37 4.149 + git checkout -q v0.19.0 [2022-08-17T18:21:25.941Z] #37 4.175 + cmake . [2022-08-17T18:21:26.198Z] #37 4.725 -- The C compiler identification is GNU 8.3.0 [2022-08-17T18:21:26.276Z] #36 44.14 Reading package lists... [2022-08-17T18:21:26.276Z] #36 ... [2022-08-17T18:21:26.276Z] [2022-08-17T18:21:26.276Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:26.276Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:26.276Z] #13 33.62 Reading package lists... [2022-08-17T18:21:26.299Z] #13 ... [2022-08-17T18:21:26.299Z] [2022-08-17T18:21:26.299Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:21:26.299Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:21:26.299Z] #56 38.25 Checking out files: 59% (2910/4926) Checking out files: 60% (2956/4926) Checking out files: 61% (3005/4926) Checking out files: 62% (3055/4926) Checking out files: 63% (3104/4926) Checking out files: 64% (3153/4926) Checking out files: 65% (3202/4926) Checking out files: 66% (3252/4926) Checking out files: 67% (3301/4926) Checking out files: 68% (3350/4926) Checking out files: 69% (3399/4926) Checking out files: 70% (3449/4926) Checking out files: 71% (3498/4926) Checking out files: 72% (3547/4926) Checking out files: 73% (3596/4926) Checking out files: 74% (3646/4926) Checking out files: 75% (3695/4926) Checking out files: 76% (3744/4926) Checking out files: 77% (3794/4926) Checking out files: 78% (3843/4926) Checking out files: 79% (3892/4926) Checking out files: 80% (3941/4926) Checking out files: 81% (3991/4926) Checking out files: 82% (4040/4926) Checking out files: 83% (4089/4926) Checking out files: 84% (4138/4926) Checking out files: 85% (4188/4926) Checking out files: 86% (4237/4926) Checking out files: 87% (4286/4926) Checking out files: 88% (4335/4926) Checking out files: 89% (4385/4926) Checking out files: 90% (4434/4926) Checking out files: 91% (4483/4926) Checking out files: 92% (4532/4926) Checking out files: 93% (4582/4926) Checking out files: 94% (4631/4926) Checking out files: 95% (4680/4926) Checking out files: 96% (4729/4926) Checking out files: 97% (4779/4926) Checking out files: 98% (4828/4926) Checking out files: 99% (4877/4926) Checking out files: 100% (4926/4926) Checking out files: 100% (4926/4926), done. [2022-08-17T18:21:26.299Z] #56 39.18 + cd /tmp/tmp.o77bm1KqwX/src/github.com/containerd/containerd [2022-08-17T18:21:26.299Z] #56 39.18 + git checkout -q v1.6.7 [2022-08-17T18:21:26.299Z] #56 40.16 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-17T18:21:26.299Z] #56 40.16 + BUILDTAGS='netgo osusergo static_build' [2022-08-17T18:21:26.299Z] #56 40.16 + export EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:21:26.299Z] #56 40.16 + EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:21:26.299Z] #56 40.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-17T18:21:26.299Z] #56 40.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-17T18:21:26.299Z] #56 40.16 + '[' '' = dynamic ']' [2022-08-17T18:21:26.299Z] #56 40.16 + make [2022-08-17T18:21:26.299Z] #56 41.64 + bin/ctr [2022-08-17T18:21:26.455Z] #37 4.778 -- Check for working C compiler: /usr/bin/cc [2022-08-17T18:21:26.713Z] #37 ... [2022-08-17T18:21:26.713Z] [2022-08-17T18:21:26.713Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:26.713Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:21:26.713Z] #34 60.33 internal/syscall/unix [2022-08-17T18:21:26.713Z] #34 60.65 time [2022-08-17T18:21:26.713Z] #34 66.32 internal/poll [2022-08-17T18:21:26.713Z] #34 68.02 internal/fmtsort [2022-08-17T18:21:26.713Z] #34 68.41 internal/syscall/execenv [2022-08-17T18:21:26.713Z] #34 68.57 path [2022-08-17T18:21:26.713Z] #34 68.58 strings [2022-08-17T18:21:26.713Z] #34 69.14 io/fs [2022-08-17T18:21:26.713Z] #34 70.36 os [2022-08-17T18:21:26.713Z] #34 ... [2022-08-17T18:21:26.713Z] [2022-08-17T18:21:26.713Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:26.713Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:26.713Z] #13 58.65 Selecting previously unselected package binutils-mingw-w64. [2022-08-17T18:21:26.713Z] #13 58.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-17T18:21:26.713Z] #13 58.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:21:26.713Z] #13 58.79 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-17T18:21:26.713Z] #13 58.79 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:21:26.713Z] #13 58.81 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:21:26.713Z] #13 59.00 Selecting previously unselected package dmsetup. [2022-08-17T18:21:26.713Z] #13 59.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:21:26.713Z] #13 59.03 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-17T18:21:26.713Z] #13 59.20 Selecting previously unselected package mingw-w64-common. [2022-08-17T18:21:26.713Z] #13 59.21 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-17T18:21:26.713Z] #13 59.23 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-17T18:21:26.713Z] #13 64.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-17T18:21:26.713Z] #13 64.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-17T18:21:26.713Z] #13 64.72 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:21:26.970Z] #13 ... [2022-08-17T18:21:26.970Z] [2022-08-17T18:21:26.970Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:21:26.970Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0 [2022-08-17T18:21:26.970Z] #37 5.386 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-17T18:21:26.970Z] #37 5.387 -- Detecting C compiler ABI info [2022-08-17T18:21:27.534Z] #37 5.850 -- Detecting C compiler ABI info - done [2022-08-17T18:21:27.534Z] #37 5.901 -- Detecting C compile features [2022-08-17T18:21:29.429Z] #37 7.955 -- Detecting C compile features - done [2022-08-17T18:21:29.686Z] #37 7.993 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-17T18:21:29.943Z] #37 8.203 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-17T18:21:29.943Z] #37 8.325 -- Configuring done [2022-08-17T18:21:29.943Z] #37 8.344 -- Generating done [2022-08-17T18:21:29.943Z] #37 8.366 -- Build files have been written to: /tmp/tmp.Pody7V4O1c/tini [2022-08-17T18:21:29.943Z] #37 8.372 + make tini-static [2022-08-17T18:21:30.449Z] #13 44.74 Reading package lists... [2022-08-17T18:21:30.449Z] #13 ... [2022-08-17T18:21:30.449Z] [2022-08-17T18:21:30.449Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:30.449Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:30.449Z] #42 43.26 Reading package lists... [2022-08-17T18:21:30.449Z] #42 53.69 Building dependency tree... [2022-08-17T18:21:30.449Z] #42 ... [2022-08-17T18:21:30.449Z] [2022-08-17T18:21:30.449Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:21:30.449Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:21:30.449Z] #40 43.34 + 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-08-17T18:21:30.507Z] #37 8.750 Scanning dependencies of target tini-static [2022-08-17T18:21:30.507Z] #37 8.905 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-17T18:21:30.708Z] #40 ... [2022-08-17T18:21:30.708Z] [2022-08-17T18:21:30.708Z] #55 [containerd 1/2] 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-08-17T18:21:30.708Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:21:30.708Z] #55 33.41 Reading package lists... [2022-08-17T18:21:30.708Z] #55 44.66 Reading package lists... [2022-08-17T18:21:30.964Z] #55 54.15 Building dependency tree... [2022-08-17T18:21:30.964Z] #55 ... [2022-08-17T18:21:30.964Z] [2022-08-17T18:21:30.964Z] #36 [tini 1/2] 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-08-17T18:21:30.964Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:30.964Z] #36 44.14 Reading package lists... [2022-08-17T18:21:31.550Z] #56 ... [2022-08-17T18:21:31.550Z] [2022-08-17T18:21:31.550Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:31.550Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:31.550Z] #43 25.62 CC images/mm.o [2022-08-17T18:21:31.550Z] #43 25.91 CC images/sk-opts.o [2022-08-17T18:21:31.550Z] #43 26.09 CC images/sk-unix.o [2022-08-17T18:21:31.550Z] #43 26.32 CC images/sk-inet.o [2022-08-17T18:21:31.550Z] #43 26.62 CC images/tun.o [2022-08-17T18:21:31.550Z] #43 26.83 CC images/sk-netlink.o [2022-08-17T18:21:31.550Z] #43 27.07 CC images/packet-sock.o [2022-08-17T18:21:31.550Z] #43 27.37 CC images/ipc-var.o [2022-08-17T18:21:31.550Z] #43 27.55 CC images/ipc-desc.o [2022-08-17T18:21:31.550Z] #43 27.70 CC images/ipc-shm.o [2022-08-17T18:21:31.550Z] #43 27.85 CC images/ipc-msg.o [2022-08-17T18:21:31.550Z] #43 28.07 CC images/ipc-sem.o [2022-08-17T18:21:31.550Z] #43 28.24 CC images/utsns.o [2022-08-17T18:21:31.550Z] #43 28.39 CC images/creds.o [2022-08-17T18:21:31.550Z] #43 28.54 CC images/vma.o [2022-08-17T18:21:31.550Z] #43 28.70 CC images/netdev.o [2022-08-17T18:21:31.550Z] #43 29.09 CC images/tty.o [2022-08-17T18:21:31.550Z] #43 29.50 CC images/file-lock.o [2022-08-17T18:21:31.550Z] #43 29.67 CC images/rlimit.o [2022-08-17T18:21:31.550Z] #43 29.85 CC images/pagemap.o [2022-08-17T18:21:31.550Z] #43 30.11 CC images/siginfo.o [2022-08-17T18:21:31.550Z] #43 30.30 CC images/rpc.o [2022-08-17T18:21:31.550Z] #43 31.25 CC images/ext-file.o [2022-08-17T18:21:31.550Z] #43 31.38 CC images/cgroup.o [2022-08-17T18:21:31.550Z] #43 31.95 CC images/userns.o [2022-08-17T18:21:31.550Z] #43 32.20 CC images/google/protobuf/descriptor.o [2022-08-17T18:21:31.550Z] #43 33.64 CC images/opts.o [2022-08-17T18:21:31.550Z] #43 33.82 CC images/seccomp.o [2022-08-17T18:21:31.550Z] #43 34.04 CC images/binfmt-misc.o [2022-08-17T18:21:31.550Z] #43 34.28 CC images/time.o [2022-08-17T18:21:31.550Z] #43 34.48 CC images/sysctl.o [2022-08-17T18:21:31.550Z] #43 34.59 CC images/autofs.o [2022-08-17T18:21:31.550Z] #43 34.75 CC images/macvlan.o [2022-08-17T18:21:31.550Z] #43 34.96 CC images/sit.o [2022-08-17T18:21:31.550Z] #43 35.13 CC images/memfd.o [2022-08-17T18:21:31.550Z] #43 35.41 CC images/timens.o [2022-08-17T18:21:31.550Z] #43 35.63 LINK images/built-in.o [2022-08-17T18:21:31.550Z] #43 35.77 GEN compel/include/asm [2022-08-17T18:21:31.550Z] #43 35.81 GEN compel/include/version.h [2022-08-17T18:21:31.550Z] #43 35.84 touch .config [2022-08-17T18:21:31.550Z] #43 35.92 GEN include/common/config.h [2022-08-17T18:21:31.550Z] #43 36.01 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-17T18:21:31.550Z] #43 36.02 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2022-08-17T18:21:31.550Z] #43 36.06 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2022-08-17T18:21:31.550Z] #43 36.10 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2022-08-17T18:21:31.807Z] #43 36.12 DEP compel/plugins/std/infect.d [2022-08-17T18:21:31.807Z] #43 ... [2022-08-17T18:21:31.807Z] [2022-08-17T18:21:31.807Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:31.807Z] #13 sha256:c0b4e7073e7e7d2d5887ae16dffa1242e625d80e278ac55e1295af98878d5a7a [2022-08-17T18:21:31.807Z] #13 86.26 Selecting previously unselected package libapparmor1:arm64. [2022-08-17T18:21:31.807Z] #13 86.27 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2022-08-17T18:21:31.807Z] #13 86.28 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2022-08-17T18:21:31.876Z] #37 10.12 [100%] Linking C executable tini-static [2022-08-17T18:21:32.064Z] #13 86.38 Selecting previously unselected package libapparmor-dev:arm64. [2022-08-17T18:21:32.065Z] #13 86.42 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2022-08-17T18:21:32.065Z] #13 86.42 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2022-08-17T18:21:32.065Z] #13 86.53 Selecting previously unselected package libbtrfs0. [2022-08-17T18:21:32.065Z] #13 86.54 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2022-08-17T18:21:32.065Z] #13 86.54 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:32.065Z] #13 86.63 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:21:32.322Z] #13 86.64 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2022-08-17T18:21:32.322Z] #13 86.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:32.322Z] #13 86.79 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-08-17T18:21:32.322Z] #13 86.79 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2022-08-17T18:21:32.322Z] #13 86.80 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2022-08-17T18:21:32.322Z] #13 86.86 Selecting previously unselected package libudev-dev:arm64. [2022-08-17T18:21:32.322Z] #13 86.86 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ... [2022-08-17T18:21:32.445Z] #37 10.63 [100%] Built target tini-static [2022-08-17T18:21:32.445Z] #37 10.70 + mkdir -p /build [2022-08-17T18:21:32.445Z] #37 10.70 + cp tini-static /build/docker-init [2022-08-17T18:21:32.579Z] #13 86.88 Unpacking libudev-dev:arm64 (241-7~deb10u8) ... [2022-08-17T18:21:32.579Z] #13 87.00 Selecting previously unselected package libsepol1-dev:arm64. [2022-08-17T18:21:32.579Z] #13 87.00 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2022-08-17T18:21:32.579Z] #13 87.01 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2022-08-17T18:21:32.836Z] #13 87.26 Selecting previously unselected package libpcre16-3:arm64. [2022-08-17T18:21:32.836Z] #13 87.26 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2022-08-17T18:21:32.836Z] #13 87.26 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2022-08-17T18:21:33.009Z] #37 ... [2022-08-17T18:21:33.009Z] [2022-08-17T18:21:33.009Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:33.009Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:33.009Z] #43 5.181 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:21:33.009Z] #43 5.181 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:21:33.009Z] #43 5.191 Note: Building without GnuTLS support [2022-08-17T18:21:33.009Z] #43 5.209 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:21:33.009Z] #43 5.209 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:21:33.009Z] #43 6.722 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:21:33.009Z] #43 6.759 GEN .gitid [2022-08-17T18:21:33.009Z] #43 6.794 GEN criu/include/version.h [2022-08-17T18:21:33.009Z] #43 6.870 GEN include/common/asm [2022-08-17T18:21:33.009Z] #43 8.409 PBCC images/timens.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.427 DEP images/timens.pb-c.d [2022-08-17T18:21:33.009Z] #43 8.497 PBCC images/fown.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.533 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.593 PBCC images/opts.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.632 PBCC images/memfd.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.706 DEP images/fown.pb-c.d [2022-08-17T18:21:33.009Z] #43 8.749 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-17T18:21:33.009Z] #43 8.820 DEP images/opts.pb-c.d [2022-08-17T18:21:33.009Z] #43 8.860 DEP images/memfd.pb-c.d [2022-08-17T18:21:33.009Z] #43 8.920 PBCC images/sit.pb-c.c [2022-08-17T18:21:33.009Z] #43 8.985 DEP images/sit.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.065 PBCC images/macvlan.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.071 DEP images/macvlan.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.142 PBCC images/autofs.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.168 DEP images/autofs.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.273 PBCC images/sysctl.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.298 DEP images/sysctl.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.352 PBCC images/time.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.371 DEP images/time.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.427 PBCC images/binfmt-misc.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.479 DEP images/binfmt-misc.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.527 PBCC images/seccomp.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.557 DEP images/seccomp.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.609 PBCC images/userns.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.635 DEP images/userns.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.668 PBCC images/cgroup.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.719 DEP images/cgroup.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.759 PBCC images/ext-file.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.795 DEP images/ext-file.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.837 PBCC images/rpc.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.877 DEP images/rpc.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.926 PBCC images/siginfo.pb-c.c [2022-08-17T18:21:33.009Z] #43 9.957 DEP images/siginfo.pb-c.d [2022-08-17T18:21:33.009Z] #43 9.997 PBCC images/pagemap.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.05 DEP images/pagemap.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.10 PBCC images/rlimit.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.12 DEP images/rlimit.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.19 PBCC images/file-lock.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.21 DEP images/file-lock.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.25 PBCC images/tty.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.31 DEP images/tty.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.40 PBCC images/tun.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.43 PBCC images/netdev.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.48 DEP images/tun.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.57 DEP images/netdev.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.62 PBCC images/vma.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.68 DEP images/vma.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.73 PBCC images/creds.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.75 DEP images/creds.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.81 PBCC images/utsns.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.85 DEP images/utsns.pb-c.d [2022-08-17T18:21:33.009Z] #43 10.90 PBCC images/ipc-desc.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.94 PBCC images/ipc-sem.pb-c.c [2022-08-17T18:21:33.009Z] #43 10.98 DEP images/ipc-desc.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.01 DEP images/ipc-sem.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.05 PBCC images/ipc-msg.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.08 DEP images/ipc-msg.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.13 PBCC images/ipc-shm.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.16 DEP images/ipc-shm.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.20 PBCC images/ipc-var.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.24 DEP images/ipc-var.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.29 PBCC images/sk-opts.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.31 PBCC images/packet-sock.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.35 DEP images/sk-opts.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.36 DEP images/packet-sock.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.38 PBCC images/sk-netlink.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.40 DEP images/sk-netlink.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.44 PBCC images/sk-inet.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.51 DEP images/sk-inet.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.53 PBCC images/sk-unix.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.55 DEP images/sk-unix.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.58 PBCC images/mm.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.60 DEP images/mm.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.62 PBCC images/timerfd.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.64 DEP images/timerfd.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.66 PBCC images/timer.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.68 DEP images/timer.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.69 PBCC images/sa.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.71 DEP images/sa.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.73 PBCC images/pipe-data.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.74 DEP images/pipe-data.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.76 PBCC images/mnt.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.79 DEP images/mnt.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.81 PBCC images/sk-packet.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.82 DEP images/sk-packet.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.85 PBCC images/tcp-stream.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.88 DEP images/tcp-stream.pb-c.d [2022-08-17T18:21:33.009Z] #43 11.90 PBCC images/pipe.pb-c.c [2022-08-17T18:21:33.009Z] #43 11.93 DEP images/pipe.pb-c.d [2022-08-17T18:21:33.009Z] #43 12.03 PBCC images/pstree.pb-c.c [2022-08-17T18:21:33.009Z] #43 12.10 DEP images/pstree.pb-c.d [2022-08-17T18:21:33.009Z] #43 12.13 PBCC images/fs.pb-c.c [2022-08-17T18:21:33.093Z] #13 87.41 Selecting previously unselected package libpcre32-3:arm64. [2022-08-17T18:21:33.093Z] #13 87.42 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2022-08-17T18:21:33.093Z] #13 87.43 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2022-08-17T18:21:33.093Z] #13 87.57 Selecting previously unselected package libpcrecpp0v5:arm64. [2022-08-17T18:21:33.093Z] #13 87.60 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2022-08-17T18:21:33.093Z] #13 87.60 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2022-08-17T18:21:33.266Z] #43 12.14 DEP images/fs.pb-c.d [2022-08-17T18:21:33.266Z] #43 12.17 PBCC images/signalfd.pb-c.c [2022-08-17T18:21:33.266Z] #43 12.19 DEP images/signalfd.pb-c.d [2022-08-17T18:21:33.266Z] #43 12.22 PBCC images/fh.pb-c.c [2022-08-17T18:21:33.266Z] #43 12.26 PBCC images/fsnotify.pb-c.c [2022-08-17T18:21:33.266Z] #43 12.31 DEP images/fh.pb-c.d [2022-08-17T18:21:33.266Z] #43 12.37 DEP images/fsnotify.pb-c.d [2022-08-17T18:21:33.349Z] #13 87.70 Selecting previously unselected package libpcre3-dev:arm64. [2022-08-17T18:21:33.349Z] #13 87.72 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2022-08-17T18:21:33.349Z] #13 87.73 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2022-08-17T18:21:33.524Z] #43 12.46 PBCC images/eventpoll.pb-c.c [2022-08-17T18:21:33.524Z] #43 12.50 DEP images/eventpoll.pb-c.d [2022-08-17T18:21:33.524Z] #43 ... [2022-08-17T18:21:33.524Z] [2022-08-17T18:21:33.524Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:21:33.524Z] #37 sha256:8fd9fdaf4649b000eee1f26a3a9f8134c5bfc9c6fb89ee2a7143f3e1971f54d0 [2022-08-17T18:21:33.524Z] #37 DONE 12.0s [2022-08-17T18:21:33.524Z] [2022-08-17T18:21:33.524Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:33.524Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:33.524Z] #43 12.60 PBCC images/eventfd.pb-c.c [2022-08-17T18:21:33.524Z] #43 ... [2022-08-17T18:21:33.524Z] [2022-08-17T18:21:33.524Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:33.524Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:33.524Z] #13 70.04 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-17T18:21:33.524Z] #13 70.05 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:21:33.524Z] #13 70.07 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:33.524Z] #13 70.25 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-17T18:21:33.524Z] #13 70.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:21:33.524Z] #13 70.27 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:33.606Z] #13 88.11 Selecting previously unselected package libselinux1-dev:arm64. [2022-08-17T18:21:33.606Z] #13 88.12 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2022-08-17T18:21:33.606Z] #13 88.13 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2022-08-17T18:21:33.740Z] #36 54.49 Building dependency tree... [2022-08-17T18:21:33.781Z] #13 ... [2022-08-17T18:21:33.781Z] [2022-08-17T18:21:33.781Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:33.781Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:33.781Z] #43 12.65 DEP images/eventfd.pb-c.d [2022-08-17T18:21:33.781Z] #43 12.69 PBCC images/remap-file-path.pb-c.c [2022-08-17T18:21:33.781Z] #43 12.69 DEP images/remap-file-path.pb-c.d [2022-08-17T18:21:33.781Z] #43 12.75 PBCC images/fifo.pb-c.c [2022-08-17T18:21:33.781Z] #43 12.80 DEP images/fifo.pb-c.d [2022-08-17T18:21:33.781Z] #43 12.83 PBCC images/ghost-file.pb-c.c [2022-08-17T18:21:33.781Z] #43 12.87 DEP images/ghost-file.pb-c.d [2022-08-17T18:21:33.863Z] #13 88.33 Selecting previously unselected package libdevmapper-dev:arm64. [2022-08-17T18:21:33.863Z] #13 88.34 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2022-08-17T18:21:33.863Z] #13 88.35 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2022-08-17T18:21:34.041Z] #43 12.93 PBCC images/regfile.pb-c.c [2022-08-17T18:21:34.041Z] #43 13.01 DEP images/regfile.pb-c.d [2022-08-17T18:21:34.041Z] #43 13.06 PBCC images/ns.pb-c.c [2022-08-17T18:21:34.041Z] #43 13.08 DEP images/ns.pb-c.d [2022-08-17T18:21:34.041Z] #43 13.14 PBCC images/fdinfo.pb-c.c [2022-08-17T18:21:34.120Z] #13 88.42 Selecting previously unselected package libseccomp-dev:arm64. [2022-08-17T18:21:34.120Z] #13 88.42 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_arm64.deb ... [2022-08-17T18:21:34.120Z] #13 88.43 Unpacking libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:21:34.120Z] #13 88.55 Selecting previously unselected package libsystemd-dev:arm64. [2022-08-17T18:21:34.120Z] #13 88.58 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ... [2022-08-17T18:21:34.120Z] #13 88.59 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ... [2022-08-17T18:21:34.297Z] #43 13.24 DEP images/fdinfo.pb-c.d [2022-08-17T18:21:34.297Z] #43 13.31 PBCC images/core-aarch64.pb-c.c [2022-08-17T18:21:34.297Z] #43 13.35 PBCC images/core-arm.pb-c.c [2022-08-17T18:21:34.297Z] #43 13.42 PBCC images/core-ppc64.pb-c.c [2022-08-17T18:21:34.297Z] #43 13.46 PBCC images/core-s390.pb-c.c [2022-08-17T18:21:34.554Z] #43 13.50 PBCC images/core-x86.pb-c.c [2022-08-17T18:21:34.554Z] #43 13.55 PBCC images/core.pb-c.c [2022-08-17T18:21:34.671Z] #36 ... [2022-08-17T18:21:34.671Z] [2022-08-17T18:21:34.671Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2022-08-17T18:21:34.671Z] #51 sha256:9dda8c38b8df06a04806c09df1a01e824dcd8cbbd352244ff2fe3fd8f13f965d [2022-08-17T18:21:34.671Z] #51 DONE 58.0s [2022-08-17T18:21:34.684Z] #13 89.03 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2022-08-17T18:21:34.684Z] #13 89.04 Setting up libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:21:34.684Z] #13 89.06 Setting up libapparmor1:arm64 (2.13.2-10) ... [2022-08-17T18:21:34.684Z] #13 89.08 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:21:34.684Z] #13 89.09 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2022-08-17T18:21:34.684Z] #13 89.10 Setting up libsepol1-dev:arm64 (2.8-1) ... [2022-08-17T18:21:34.684Z] #13 89.11 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:34.684Z] #13 89.12 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:34.684Z] #13 89.13 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2022-08-17T18:21:34.684Z] #13 89.14 Setting up libudev-dev:arm64 (241-7~deb10u8) ... [2022-08-17T18:21:34.684Z] #13 89.16 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:21:34.684Z] #13 89.18 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:34.684Z] #13 89.19 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2022-08-17T18:21:34.684Z] #13 89.20 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-17T18:21:34.684Z] #13 89.21 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ... [2022-08-17T18:21:34.684Z] #13 89.23 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:21:34.684Z] #13 89.24 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2022-08-17T18:21:34.684Z] #13 89.26 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:34.684Z] #13 89.28 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-08-17T18:21:34.684Z] #13 89.28 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-08-17T18:21:34.810Z] #43 13.62 PBCC images/inventory.pb-c.c [2022-08-17T18:21:34.810Z] #43 13.67 DEP images/core-aarch64.pb-c.d [2022-08-17T18:21:34.810Z] #43 13.76 DEP images/core-arm.pb-c.d [2022-08-17T18:21:34.810Z] #43 13.80 DEP images/core-ppc64.pb-c.d [2022-08-17T18:21:34.810Z] #43 13.85 DEP images/core-s390.pb-c.d [2022-08-17T18:21:34.810Z] #43 13.90 DEP images/core-x86.pb-c.d [2022-08-17T18:21:34.927Z] [2022-08-17T18:21:34.927Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:34.927Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:21:34.927Z] #49 54.35 go: downloading github.com/fatih/color v1.13.0 [2022-08-17T18:21:34.927Z] #49 54.44 go: downloading github.com/gofrs/flock v0.8.1 [2022-08-17T18:21:34.927Z] #49 54.56 go: downloading github.com/pkg/errors v0.9.1 [2022-08-17T18:21:34.927Z] #49 54.63 go: downloading github.com/spf13/cobra v1.3.0 [2022-08-17T18:21:34.927Z] #49 54.65 go: downloading github.com/spf13/pflag v1.0.5 [2022-08-17T18:21:34.927Z] #49 55.41 go: downloading github.com/spf13/viper v1.10.1 [2022-08-17T18:21:34.927Z] #49 55.57 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-08-17T18:21:34.927Z] #49 56.37 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-08-17T18:21:34.927Z] #49 56.37 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-08-17T18:21:34.927Z] #49 56.49 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-08-17T18:21:34.927Z] #49 56.52 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-08-17T18:21:34.941Z] #13 89.31 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:34.941Z] #13 89.32 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-17T18:21:34.941Z] #13 89.33 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-08-17T18:21:34.941Z] #13 89.34 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:21:34.941Z] #13 89.35 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2022-08-17T18:21:34.941Z] #13 89.37 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2022-08-17T18:21:34.941Z] #13 89.39 Setting up dmsetup (2:1.02.155-3) ... [2022-08-17T18:21:34.941Z] #13 89.40 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2022-08-17T18:21:34.941Z] #13 89.42 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2022-08-17T18:21:34.941Z] #13 89.43 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:21:35.066Z] #43 13.96 DEP images/core.pb-c.d [2022-08-17T18:21:35.066Z] #43 14.05 DEP images/inventory.pb-c.d [2022-08-17T18:21:35.066Z] #43 14.09 PBCC images/cpuinfo.pb-c.c [2022-08-17T18:21:35.066Z] #43 14.12 DEP images/cpuinfo.pb-c.d [2022-08-17T18:21:35.067Z] #43 14.15 PBCC images/stats.pb-c.c [2022-08-17T18:21:35.323Z] #43 14.19 DEP images/stats.pb-c.d [2022-08-17T18:21:35.490Z] #49 58.90 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-08-17T18:21:35.746Z] #49 58.99 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-08-17T18:21:36.003Z] #49 ... [2022-08-17T18:21:36.003Z] [2022-08-17T18:21:36.003Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:36.003Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:36.003Z] #13 44.74 Reading package lists... [2022-08-17T18:21:36.693Z] #43 15.75 make[1]: Nothing to be done for 'all'. [2022-08-17T18:21:37.132Z] #13 55.88 Building dependency tree... [2022-08-17T18:21:37.132Z] #13 ... [2022-08-17T18:21:37.132Z] [2022-08-17T18:21:37.132Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2022-08-17T18:21:37.132Z] #67 sha256:6f008a9111501a6a13812cf73a4a28fa58896eeb34be7288a85fd0d8e321f192 [2022-08-17T18:21:37.132Z] #67 DONE 60.4s [2022-08-17T18:21:37.389Z] [2022-08-17T18:21:37.389Z] #36 [tini 1/2] 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-08-17T18:21:37.389Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:37.389Z] #36 60.05 The following additional packages will be installed: [2022-08-17T18:21:37.389Z] #36 60.08 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2022-08-17T18:21:37.389Z] #36 60.13 Suggested packages: [2022-08-17T18:21:37.389Z] #36 60.13 cmake-doc ninja-build lrzip [2022-08-17T18:21:37.389Z] #36 60.13 Recommended packages: [2022-08-17T18:21:37.389Z] #36 60.13 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-08-17T18:21:37.953Z] #36 61.39 The following NEW packages will be installed: [2022-08-17T18:21:37.953Z] #36 61.40 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2022-08-17T18:21:38.062Z] #43 ... [2022-08-17T18:21:38.062Z] [2022-08-17T18:21:38.062Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:38.062Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:21:38.062Z] #34 71.52 bufio [2022-08-17T18:21:38.062Z] #34 72.99 text/tabwriter [2022-08-17T18:21:38.062Z] #34 74.06 io/ioutil [2022-08-17T18:21:38.062Z] #34 74.07 fmt [2022-08-17T18:21:38.062Z] #34 76.80 flag [2022-08-17T18:21:38.062Z] #34 76.83 github.com/BurntSushi/toml [2022-08-17T18:21:38.062Z] #34 78.80 log [2022-08-17T18:21:38.062Z] #34 80.96 github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:21:38.209Z] #36 61.44 vim-common xxd [2022-08-17T18:21:38.259Z] #13 DONE 92.4s [2022-08-17T18:21:38.260Z] [2022-08-17T18:21:38.260Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:21:38.260Z] #53 sha256:96ccb72d30b0157df3a58562da2b6463af82045dcf7b2bd58e82ec7fff296c76 [2022-08-17T18:21:38.319Z] #34 ... [2022-08-17T18:21:38.319Z] [2022-08-17T18:21:38.319Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:38.319Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:38.319Z] #43 17.17 CC images/stats.o [2022-08-17T18:21:38.531Z] #36 61.90 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:38.531Z] #36 61.90 Need to get 14.9 MB of archives. [2022-08-17T18:21:38.531Z] #36 61.90 After this operation, 61.8 MB of additional disk space will be used. [2022-08-17T18:21:38.531Z] #36 61.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-17T18:21:38.531Z] #36 61.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:21:38.531Z] #36 61.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-17T18:21:38.576Z] #43 17.53 CC images/core.o [2022-08-17T18:21:38.833Z] #43 ... [2022-08-17T18:21:38.833Z] [2022-08-17T18:21:38.833Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:38.833Z] #34 sha256:36cc88ab7374d88c61588413116e46c5fbd36a0ad477485d37a092701970d40e [2022-08-17T18:21:38.833Z] #34 DONE 82.6s [2022-08-17T18:21:39.091Z] [2022-08-17T18:21:39.091Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:21:39.091Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:21:39.091Z] #40 ... [2022-08-17T18:21:39.091Z] [2022-08-17T18:21:39.091Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:39.091Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:39.091Z] #43 18.15 CC images/core-x86.o [2022-08-17T18:21:39.114Z] INFO [linters context/goanalysis] analyzers took 3m52.610232887s with top 10 stages: buildir: 1m44.195850209s, goimports: 20.995202394s, unconvert: 13.177000287s, gosec: 11.082504203s, S1038: 6.166090848s, golint: 5.857726319s, inspect: 4.029684578s, misspell: 3.969464766s, nilness: 3.456183221s, unused: 3.131985427s [2022-08-17T18:21:39.114Z] INFO [runner] Issues before processing: 2473, after processing: 0 [2022-08-17T18:21:39.114Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1765/1765, exclude-rules: 76/1765, cgo: 1870/2473, skip_dirs: 1870/1870, exclude: 1765/1765, path_prettifier: 1870/1870, skip_files: 1870/1870, filename_unadjuster: 1870/1870, autogenerated_exclude: 1765/1870, nolint: 0/76 [2022-08-17T18:21:39.114Z] INFO [runner] processing took 71.654825ms with stages: nolint: 27.809537ms, identifier_marker: 19.363713ms, path_prettifier: 8.01912ms, autogenerated_exclude: 7.494535ms, exclude-rules: 7.064711ms, skip_dirs: 1.593183ms, cgo: 191.399µs, filename_unadjuster: 112.883µs, max_same_issues: 1.852µs, uniq_by_line: 687ns, max_from_linter: 593ns, exclude: 406ns, source_code: 398ns, diff: 332ns, skip_files: 325ns, path_shortener: 278ns, severity-rules: 261ns, sort_results: 244ns, max_per_file_from_linter: 239ns, path_prefixer: 129ns [2022-08-17T18:21:39.114Z] INFO [runner] linters took 1m21.995141202s with stages: goanalysis_metalinter: 1m21.923309141s [2022-08-17T18:21:39.114Z] INFO File cache stats: 1456 entries of total size 6.9MiB [2022-08-17T18:21:39.114Z] INFO Memory: 2155 samples, avg is 308.5MB, max is 1127.3MB [2022-08-17T18:21:39.114Z] INFO Execution took 3m35.386184046s [2022-08-17T18:21:39.114Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-08-17T18:21:39.191Z] #53 0.994 + RM_GOPATH=0 [2022-08-17T18:21:39.192Z] #53 0.994 + TMP_GOPATH= [2022-08-17T18:21:39.192Z] #53 0.994 + : /build [2022-08-17T18:21:39.192Z] #53 0.995 + '[' -z '' ']' [2022-08-17T18:21:39.192Z] #53 0.996 ++ mktemp -d [2022-08-17T18:21:39.192Z] #53 0.997 + export GOPATH=/tmp/tmp.1awByBCMPy [2022-08-17T18:21:39.192Z] #53 0.997 + GOPATH=/tmp/tmp.1awByBCMPy [2022-08-17T18:21:39.192Z] #53 0.998 + RM_GOPATH=1 [2022-08-17T18:21:39.192Z] #53 0.998 + case "$(go env GOARCH)" in [2022-08-17T18:21:39.192Z] #53 0.998 ++ go env GOARCH [2022-08-17T18:21:39.192Z] #53 1.012 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:39.192Z] #53 1.012 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:39.192Z] #53 1.013 ++ dirname /tmp/install/install.sh [2022-08-17T18:21:39.192Z] #53 1.015 + dir=/tmp/install [2022-08-17T18:21:39.192Z] #53 1.015 + bin=runc [2022-08-17T18:21:39.192Z] #53 1.016 + shift [2022-08-17T18:21:39.192Z] #53 1.016 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-17T18:21:39.192Z] #53 1.016 + . /tmp/install/runc.installer [2022-08-17T18:21:39.192Z] #53 1.016 ++ set -e [2022-08-17T18:21:39.192Z] #53 1.017 ++ : v1.1.3 [2022-08-17T18:21:39.192Z] #53 1.020 + install_runc [2022-08-17T18:21:39.192Z] #53 1.021 + RUNC_BUILDTAGS=seccomp [2022-08-17T18:21:39.192Z] #53 1.023 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-17T18:21:39.192Z] #53 1.023 Install runc version v1.1.3 (build tags: seccomp) [2022-08-17T18:21:39.192Z] #53 1.023 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1awByBCMPy/src/github.com/opencontainers/runc [2022-08-17T18:21:39.192Z] #53 1.053 Cloning into '/tmp/tmp.1awByBCMPy/src/github.com/opencontainers/runc'... [2022-08-17T18:21:39.192Z] #53 ... [2022-08-17T18:21:39.192Z] [2022-08-17T18:21:39.192Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:21:39.192Z] #14 sha256:009dbc8448c5ca75d8d648d6c514a4c463c62e4acdd06a417f24270aa37e60c4 [2022-08-17T18:21:39.192Z] #14 DONE 1.1s [2022-08-17T18:21:39.192Z] [2022-08-17T18:21:39.192Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:39.192Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:39.192Z] #43 36.21 DEP compel/plugins/std/string.d [2022-08-17T18:21:39.192Z] #43 36.28 DEP compel/plugins/std/log.d [2022-08-17T18:21:39.192Z] #43 36.35 DEP compel/plugins/std/fds.d [2022-08-17T18:21:39.192Z] #43 36.42 DEP compel/plugins/std/std.d [2022-08-17T18:21:39.192Z] #43 36.50 DEP compel/plugins/shmem/shmem.d [2022-08-17T18:21:39.192Z] #43 36.57 DEP compel/plugins/fds/fds.d [2022-08-17T18:21:39.192Z] #43 36.73 CC compel/plugins/std/std.o [2022-08-17T18:21:39.192Z] #43 36.92 CC compel/plugins/std/fds.o [2022-08-17T18:21:39.192Z] #43 37.22 CC compel/plugins/std/log.o [2022-08-17T18:21:39.192Z] #43 37.83 CC compel/plugins/std/string.o [2022-08-17T18:21:39.192Z] #43 38.36 CC compel/plugins/std/infect.o [2022-08-17T18:21:39.192Z] #43 38.66 CC compel/arch/aarch64/plugins/std/parasite-head.o [2022-08-17T18:21:39.192Z] #43 38.70 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2022-08-17T18:21:39.192Z] #43 38.74 AR compel/plugins/std.lib.a [2022-08-17T18:21:39.192Z] #43 38.82 CC compel/plugins/fds/fds.o [2022-08-17T18:21:39.192Z] #43 39.01 AR compel/plugins/fds.lib.a [2022-08-17T18:21:39.192Z] #43 39.06 HOSTDEP compel/src/lib/log-host.d [2022-08-17T18:21:39.192Z] #43 39.13 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-17T18:21:39.192Z] #43 39.25 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2022-08-17T18:21:39.192Z] #43 39.30 HOSTDEP compel/src/main-host.d [2022-08-17T18:21:39.192Z] #43 39.42 DEP compel/src/lib/ptrace.d [2022-08-17T18:21:39.192Z] #43 39.51 DEP compel/src/lib/infect.d [2022-08-17T18:21:39.192Z] #43 39.62 DEP compel/src/lib/infect-util.d [2022-08-17T18:21:39.192Z] #43 39.68 DEP compel/src/lib/infect-rpc.d [2022-08-17T18:21:39.192Z] #43 39.74 DEP compel/arch/aarch64/src/lib/infect.d [2022-08-17T18:21:39.192Z] #43 39.79 DEP compel/arch/aarch64/src/lib/cpu.d [2022-08-17T18:21:39.192Z] #43 39.82 DEP compel/src/lib/log.d [2022-08-17T18:21:39.192Z] #43 39.87 DEP compel/src/main.d [2022-08-17T18:21:39.192Z] #43 39.92 DEP compel/src/lib/handle-elf.d [2022-08-17T18:21:39.192Z] #43 40.00 DEP compel/arch/aarch64/src/lib/handle-elf.d [2022-08-17T18:21:39.192Z] #43 40.10 CC compel/src/lib/log.o [2022-08-17T18:21:39.192Z] #43 40.30 CC compel/arch/aarch64/src/lib/cpu.o [2022-08-17T18:21:39.192Z] #43 40.53 CC compel/arch/aarch64/src/lib/infect.o [2022-08-17T18:21:39.192Z] #43 40.82 CC compel/src/lib/infect-rpc.o [2022-08-17T18:21:39.192Z] #43 41.07 CC compel/src/lib/infect-util.o [2022-08-17T18:21:39.192Z] #43 41.21 CC compel/src/lib/infect.o [2022-08-17T18:21:39.192Z] #43 43.59 CC compel/src/lib/ptrace.o [2022-08-17T18:21:39.445Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh dynbinary-daemon test-docker-py [2022-08-17T18:21:39.655Z] #43 18.60 CC images/core-arm.o [2022-08-17T18:21:39.704Z] [2022-08-17T18:21:39.755Z] #43 44.06 AR compel/libcompel.a [2022-08-17T18:21:39.755Z] #43 44.15 HOSTCC compel/src/main-host.o [2022-08-17T18:21:39.755Z] #43 44.28 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2022-08-17T18:21:39.912Z] #43 18.92 CC images/core-aarch64.o [2022-08-17T18:21:39.924Z] #36 63.10 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB] [2022-08-17T18:21:39.924Z] #36 63.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2022-08-17T18:21:39.965Z] Removing bundles/ [2022-08-17T18:21:39.965Z] [2022-08-17T18:21:39.965Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-08-17T18:21:39.965Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:21:39.965Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:21:40.012Z] #43 ... [2022-08-17T18:21:40.012Z] [2022-08-17T18:21:40.012Z] #15 [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-08-17T18:21:40.012Z] #15 sha256:21bb1079c345ba6cad2b6f79fce28fd59f1d3e273830d437861ee827e3ec6ab8 [2022-08-17T18:21:40.012Z] #15 DONE 0.8s [2022-08-17T18:21:40.012Z] [2022-08-17T18:21:40.012Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:40.012Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:40.012Z] #43 44.31 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-17T18:21:40.012Z] #43 ... [2022-08-17T18:21:40.012Z] [2022-08-17T18:21:40.012Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-17T18:21:40.012Z] #16 sha256:27df6c80b35cf3dc5ae11425c2801b1eba1d78f0690a64c543d7c189617ee5e8 [2022-08-17T18:21:40.194Z] #36 63.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2022-08-17T18:21:40.194Z] #36 63.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2022-08-17T18:21:40.194Z] #36 63.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2022-08-17T18:21:40.194Z] #36 63.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2022-08-17T18:21:40.194Z] #36 63.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2022-08-17T18:21:40.476Z] #43 19.26 CC images/core-ppc64.o [2022-08-17T18:21:40.580Z] #16 0.693 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-17T18:21:40.580Z] #16 DONE 0.8s [2022-08-17T18:21:40.580Z] [2022-08-17T18:21:40.580Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-17T18:21:40.580Z] #17 sha256:1b6433186ce8ea6ee3fad303687f1d1f67910e886e0179df2c6469d86ac80fce [2022-08-17T18:21:40.733Z] #43 19.77 CC images/core-s390.o [2022-08-17T18:21:40.761Z] #36 ... [2022-08-17T18:21:40.761Z] [2022-08-17T18:21:40.761Z] #55 [containerd 1/2] 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-08-17T18:21:40.761Z] #55 sha256:c7afcfb12e2d45af91b9e18b141f2b59baceb8c754c50b0481a8de3018a9c652 [2022-08-17T18:21:40.761Z] #55 54.15 Building dependency tree... [2022-08-17T18:21:40.761Z] #55 59.72 The following additional packages will be installed: [2022-08-17T18:21:40.761Z] #55 59.72 libbtrfs0 [2022-08-17T18:21:40.761Z] #55 60.02 The following NEW packages will be installed: [2022-08-17T18:21:40.761Z] #55 60.02 libbtrfs-dev libbtrfs0 [2022-08-17T18:21:40.761Z] #55 60.48 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:40.761Z] #55 60.48 Need to get 119 kB of archives. [2022-08-17T18:21:40.761Z] #55 60.48 After this operation, 387 kB of additional disk space will be used. [2022-08-17T18:21:40.761Z] #55 60.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-17T18:21:40.761Z] #55 60.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-17T18:21:40.761Z] #55 62.12 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:40.761Z] #55 62.51 Fetched 119 kB in 0s (408 kB/s) [2022-08-17T18:21:40.761Z] #55 62.73 Selecting previously unselected package libbtrfs0. [2022-08-17T18:21:40.761Z] #55 62.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:40.761Z] #55 62.82 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-17T18:21:40.761Z] #55 62.85 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:40.761Z] #55 63.12 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:21:40.761Z] #55 63.12 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-17T18:21:40.761Z] #55 63.15 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:40.761Z] #55 63.55 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:21:40.761Z] #55 63.57 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:21:40.761Z] #55 63.63 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:21:40.761Z] #55 DONE 64.0s [2022-08-17T18:21:40.761Z] [2022-08-17T18:21:40.761Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:21:40.761Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:21:40.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-17T18:21:41.296Z] #43 20.35 CC images/cpuinfo.o [2022-08-17T18:21:41.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-17T18:21:41.860Z] #43 20.79 CC images/inventory.o [2022-08-17T18:21:41.954Z] #17 DONE 1.0s [2022-08-17T18:21:41.954Z] [2022-08-17T18:21:41.954Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-17T18:21:41.954Z] #18 sha256:c0ad01a2c784a17f55176204bde923a84b7ddb1cbf409f5c68bcda3bcd66ecb1 [2022-08-17T18:21:42.117Z] #43 21.00 CC images/fdinfo.o [2022-08-17T18:21:42.126Z] #56 1.494 + RM_GOPATH=0 [2022-08-17T18:21:42.126Z] #56 1.494 + TMP_GOPATH= [2022-08-17T18:21:42.126Z] #56 1.494 + : /build [2022-08-17T18:21:42.126Z] #56 1.494 + '[' -z '' ']' [2022-08-17T18:21:42.126Z] #56 1.494 ++ mktemp -d [2022-08-17T18:21:42.126Z] #56 1.535 + export GOPATH=/tmp/tmp.F8c8EcIMl4 [2022-08-17T18:21:42.126Z] #56 1.535 + GOPATH=/tmp/tmp.F8c8EcIMl4 [2022-08-17T18:21:42.126Z] #56 1.535 + RM_GOPATH=1 [2022-08-17T18:21:42.374Z] #43 21.32 CC images/fown.o [2022-08-17T18:21:42.382Z] #56 1.535 + case "$(go env GOARCH)" in [2022-08-17T18:21:42.382Z] #56 1.537 ++ go env GOARCH [2022-08-17T18:21:42.382Z] #56 1.562 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:42.382Z] #56 1.562 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:21:42.382Z] #56 1.565 ++ dirname /tmp/install/install.sh [2022-08-17T18:21:42.382Z] #56 1.573 + dir=/tmp/install [2022-08-17T18:21:42.382Z] #56 1.573 + bin=containerd [2022-08-17T18:21:42.382Z] #56 1.573 + shift [2022-08-17T18:21:42.382Z] #56 1.573 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-08-17T18:21:42.382Z] #56 1.573 + . /tmp/install/containerd.installer [2022-08-17T18:21:42.382Z] #56 1.573 ++ set -e [2022-08-17T18:21:42.382Z] #56 1.574 ++ : v1.6.7 [2022-08-17T18:21:42.382Z] #56 1.574 + install_containerd [2022-08-17T18:21:42.382Z] #56 1.574 + echo 'Install containerd version v1.6.7' [2022-08-17T18:21:42.382Z] #56 1.574 Install containerd version v1.6.7 [2022-08-17T18:21:42.382Z] #56 1.574 + git clone https://github.com/containerd/containerd.git /tmp/tmp.F8c8EcIMl4/src/github.com/containerd/containerd [2022-08-17T18:21:42.382Z] #56 1.578 Cloning into '/tmp/tmp.F8c8EcIMl4/src/github.com/containerd/containerd'... [2022-08-17T18:21:42.521Z] #18 DONE 0.9s [2022-08-17T18:21:42.521Z] [2022-08-17T18:21:42.521Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:21:42.521Z] #19 sha256:d6b7fdd69c481d669bd552824c19851a5ebfe500d05cd7b307567f6796492e83 [2022-08-17T18:21:42.631Z] #43 21.54 CC images/ns.o [2022-08-17T18:21:42.888Z] #43 21.74 CC images/regfile.o [2022-08-17T18:21:42.888Z] #43 21.95 CC images/ghost-file.o [2022-08-17T18:21:42.945Z] #56 ... [2022-08-17T18:21:42.945Z] [2022-08-17T18:21:42.946Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:42.946Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:42.946Z] #42 53.69 Building dependency tree... [2022-08-17T18:21:42.946Z] #42 59.63 The following additional packages will be installed: [2022-08-17T18:21:42.946Z] #42 59.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2022-08-17T18:21:42.946Z] #42 59.65 libprotoc17 python-pkg-resources python-six zlib1g-dev [2022-08-17T18:21:42.946Z] #42 59.65 Suggested packages: [2022-08-17T18:21:42.946Z] #42 59.65 manpages-dev python-setuptools [2022-08-17T18:21:42.946Z] #42 61.54 The following NEW packages will be installed: [2022-08-17T18:21:42.946Z] #42 61.54 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2022-08-17T18:21:42.946Z] #42 61.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2022-08-17T18:21:42.946Z] #42 61.54 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2022-08-17T18:21:42.946Z] #42 61.54 python-six zlib1g-dev [2022-08-17T18:21:42.946Z] #42 62.11 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:42.946Z] #42 62.11 Need to get 4091 kB of archives. [2022-08-17T18:21:42.946Z] #42 62.11 After this operation, 22.5 MB of additional disk space will be used. [2022-08-17T18:21:42.946Z] #42 62.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2022-08-17T18:21:42.946Z] #42 62.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-17T18:21:42.946Z] #42 62.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-08-17T18:21:42.946Z] #42 62.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-17T18:21:42.946Z] #42 62.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2022-08-17T18:21:42.946Z] #42 62.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-17T18:21:42.946Z] #42 62.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2022-08-17T18:21:42.946Z] #42 62.20 Get:8 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1+deb10u1 [210 kB] [2022-08-17T18:21:42.946Z] #42 62.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2022-08-17T18:21:42.946Z] #42 62.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2022-08-17T18:21:42.946Z] #42 62.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2022-08-17T18:21:42.946Z] #42 62.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2022-08-17T18:21:42.946Z] #42 62.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2022-08-17T18:21:42.946Z] #42 62.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2022-08-17T18:21:42.946Z] #42 62.67 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2022-08-17T18:21:42.946Z] #42 62.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2022-08-17T18:21:42.946Z] #42 62.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2022-08-17T18:21:42.946Z] #42 64.52 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:42.946Z] #42 64.82 Fetched 4091 kB in 1s (4340 kB/s) [2022-08-17T18:21:42.946Z] #42 65.01 Selecting previously unselected package libcap-dev:amd64. [2022-08-17T18:21:42.946Z] #42 65.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:42.946Z] #42 65.13 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2022-08-17T18:21:42.946Z] #42 65.15 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2022-08-17T18:21:42.946Z] #42 65.33 Selecting previously unselected package libnet1:amd64. [2022-08-17T18:21:42.946Z] #42 65.34 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:21:42.946Z] #42 65.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:42.946Z] #42 65.49 Selecting previously unselected package libnet1-dev. [2022-08-17T18:21:42.946Z] #42 65.52 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:21:42.946Z] #42 65.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:21:42.946Z] #42 65.90 Selecting previously unselected package libnl-3-200:amd64. [2022-08-17T18:21:42.946Z] #42 65.91 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-17T18:21:42.946Z] #42 65.91 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:21:42.946Z] #42 66.17 Selecting previously unselected package libnl-3-dev:amd64. [2022-08-17T18:21:42.946Z] #42 66.20 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2022-08-17T18:21:42.946Z] #42 66.21 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-17T18:21:42.946Z] #42 ... [2022-08-17T18:21:42.946Z] [2022-08-17T18:21:42.946Z] #36 [tini 1/2] 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-08-17T18:21:42.946Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:21:42.946Z] #36 65.53 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:21:42.946Z] #36 65.90 Fetched 14.9 MB in 2s (7010 kB/s) [2022-08-17T18:21:42.946Z] #36 66.17 Selecting previously unselected package xxd. [2022-08-17T18:21:42.946Z] #36 66.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:21:42.946Z] #36 66.26 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:21:42.946Z] #36 66.26 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:43.144Z] #43 22.21 CC images/fifo.o [2022-08-17T18:21:43.201Z] #36 66.60 Selecting previously unselected package vim-common. [2022-08-17T18:21:43.201Z] #36 66.60 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:21:43.401Z] #43 22.41 CC images/remap-file-path.o [2022-08-17T18:21:43.452Z] #19 DONE 0.8s [2022-08-17T18:21:43.452Z] [2022-08-17T18:21:43.452Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:21:43.452Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:21:43.457Z] #36 66.68 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:21:43.658Z] #43 22.65 CC images/eventfd.o [2022-08-17T18:21:43.713Z] #36 67.16 Selecting previously unselected package libicu63:amd64. [2022-08-17T18:21:43.714Z] #36 67.17 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-17T18:21:43.714Z] #36 67.19 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:21:43.915Z] #43 22.85 CC images/eventpoll.o [2022-08-17T18:21:44.172Z] #43 23.09 CC images/fh.o [2022-08-17T18:21:44.382Z] #20 1.092 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:21:44.429Z] #43 23.32 CC images/fsnotify.o [2022-08-17T18:21:44.640Z] #20 1.121 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:21:44.640Z] #20 1.278 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:21:44.640Z] #20 1.281 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:21:44.686Z] #43 23.83 CC images/signalfd.o [2022-08-17T18:21:45.205Z] #20 1.789 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [484 kB] [2022-08-17T18:21:45.249Z] #43 24.02 CC images/fs.o [2022-08-17T18:21:45.249Z] #43 24.20 CC images/pstree.o [2022-08-17T18:21:45.508Z] #43 24.37 CC images/pipe.o [2022-08-17T18:21:45.765Z] #43 24.61 CC images/tcp-stream.o [2022-08-17T18:21:45.765Z] #43 24.80 CC images/sk-packet.o [2022-08-17T18:21:46.022Z] #43 25.00 CC images/mnt.o [2022-08-17T18:21:46.136Z] #20 2.741 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7739 kB] [2022-08-17T18:21:46.279Z] #43 25.20 CC images/pipe-data.o [2022-08-17T18:21:46.279Z] #43 25.36 CC images/sa.o [2022-08-17T18:21:46.536Z] #43 25.53 CC images/timer.o [2022-08-17T18:21:46.793Z] #43 25.78 CC images/timerfd.o [2022-08-17T18:21:47.050Z] #43 25.95 CC images/mm.o [2022-08-17T18:21:47.050Z] #43 26.19 CC images/sk-opts.o [2022-08-17T18:21:47.511Z] #20 3.899 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [332 kB] [2022-08-17T18:21:47.614Z] #43 26.35 CC images/sk-unix.o [2022-08-17T18:21:47.614Z] #43 26.58 CC images/sk-inet.o [2022-08-17T18:21:48.177Z] #43 26.95 CC images/tun.o [2022-08-17T18:21:48.178Z] #43 27.19 CC images/sk-netlink.o [2022-08-17T18:21:48.467Z] #43 27.36 CC images/packet-sock.o [2022-08-17T18:21:48.467Z] #43 ... [2022-08-17T18:21:48.467Z] [2022-08-17T18:21:48.467Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:48.467Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:48.467Z] #13 90.35 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-17T18:21:48.467Z] #13 90.35 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:21:48.467Z] #13 90.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:21:48.881Z] #20 5.641 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [8780 B] [2022-08-17T18:21:48.970Z] #36 ... [2022-08-17T18:21:48.970Z] [2022-08-17T18:21:48.970Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:48.970Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:21:48.970Z] #49 64.82 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-08-17T18:21:48.970Z] #49 64.82 go: downloading github.com/stretchr/testify v1.7.0 [2022-08-17T18:21:48.970Z] #49 65.11 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-08-17T18:21:48.970Z] #49 65.15 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-08-17T18:21:48.970Z] #49 65.25 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-08-17T18:21:48.970Z] #49 65.36 go: downloading github.com/magiconair/properties v1.8.5 [2022-08-17T18:21:48.970Z] #49 65.39 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-08-17T18:21:48.970Z] #49 65.47 go: downloading github.com/spf13/afero v1.6.0 [2022-08-17T18:21:48.970Z] #49 65.55 go: downloading github.com/spf13/cast v1.4.1 [2022-08-17T18:21:48.970Z] #49 65.60 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-08-17T18:21:48.970Z] #49 65.71 go: downloading github.com/subosito/gotenv v1.2.0 [2022-08-17T18:21:48.970Z] #49 65.73 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-08-17T18:21:48.970Z] #49 65.84 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-08-17T18:21:48.970Z] #49 65.94 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-08-17T18:21:48.970Z] #49 66.11 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-08-17T18:21:48.970Z] #49 66.15 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-08-17T18:21:48.970Z] #49 66.22 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-08-17T18:21:48.970Z] #49 66.28 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-08-17T18:21:48.970Z] #49 66.30 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-08-17T18:21:48.970Z] #49 66.33 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-08-17T18:21:48.970Z] #49 66.37 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-08-17T18:21:48.970Z] #49 67.57 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-08-17T18:21:48.970Z] #49 67.67 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-08-17T18:21:48.970Z] #49 67.74 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-08-17T18:21:48.970Z] #49 68.00 go: downloading github.com/Antonboom/errname v0.1.5 [2022-08-17T18:21:48.970Z] #49 68.18 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-08-17T18:21:48.970Z] #49 68.26 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-08-17T18:21:48.970Z] #49 69.59 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-08-17T18:21:48.970Z] #49 69.65 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-08-17T18:21:48.970Z] #49 69.74 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-08-17T18:21:48.970Z] #49 69.78 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-08-17T18:21:48.970Z] #49 69.86 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-08-17T18:21:48.970Z] #49 69.92 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-08-17T18:21:48.970Z] #49 69.97 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-08-17T18:21:48.970Z] #49 70.13 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-08-17T18:21:48.970Z] #49 70.38 go: downloading github.com/breml/bidichk v0.2.1 [2022-08-17T18:21:48.970Z] #49 70.51 go: downloading github.com/breml/errchkjson v0.2.1 [2022-08-17T18:21:48.970Z] #49 70.65 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-08-17T18:21:48.970Z] #49 70.76 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-08-17T18:21:48.970Z] #49 70.83 go: downloading github.com/daixiang0/gci v0.2.9 [2022-08-17T18:21:48.970Z] #49 70.89 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-08-17T18:21:48.970Z] #49 71.00 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-08-17T18:21:48.970Z] #49 71.08 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-08-17T18:21:48.970Z] #49 71.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-08-17T18:21:48.970Z] #49 71.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-08-17T18:21:48.970Z] #49 71.30 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-08-17T18:21:48.970Z] #49 71.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-08-17T18:21:48.970Z] #49 71.70 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-08-17T18:21:48.970Z] #49 71.80 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-08-17T18:21:48.970Z] #49 71.85 go: downloading github.com/golangci/misspell v0.3.5 [2022-08-17T18:21:48.970Z] #49 71.88 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-08-17T18:21:48.970Z] #49 71.96 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-08-17T18:21:48.970Z] #49 72.01 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-08-17T18:21:48.970Z] #49 72.07 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-08-17T18:21:48.970Z] #49 72.14 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-08-17T18:21:48.970Z] #49 ... [2022-08-17T18:21:48.970Z] [2022-08-17T18:21:48.970Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:21:48.970Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:21:48.970Z] #13 55.88 Building dependency tree... [2022-08-17T18:21:48.970Z] #13 60.94 The following additional packages will be installed: [2022-08-17T18:21:48.970Z] #13 60.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2022-08-17T18:21:48.970Z] #13 60.94 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2022-08-17T18:21:48.970Z] #13 60.94 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2022-08-17T18:21:48.970Z] #13 60.94 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2022-08-17T18:21:48.970Z] #13 60.94 mingw-w64-x86-64-dev [2022-08-17T18:21:48.970Z] #13 60.95 Suggested packages: [2022-08-17T18:21:48.970Z] #13 60.95 gcc-8-locales seccomp wine64 [2022-08-17T18:21:48.970Z] #13 62.51 The following NEW packages will be installed: [2022-08-17T18:21:48.970Z] #13 62.52 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-08-17T18:21:48.970Z] #13 62.53 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2022-08-17T18:21:48.970Z] #13 62.53 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2022-08-17T18:21:48.970Z] #13 62.53 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2022-08-17T18:21:48.970Z] #13 62.53 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2022-08-17T18:21:48.970Z] #13 62.54 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2022-08-17T18:21:48.970Z] #13 62.56 The following packages will be upgraded: [2022-08-17T18:21:48.970Z] #13 62.56 libseccomp2 [2022-08-17T18:21:48.970Z] #13 62.98 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:21:48.970Z] #13 62.98 Need to get 77.8 MB of archives. [2022-08-17T18:21:48.970Z] #13 62.98 After this operation, 487 MB of additional disk space will be used. [2022-08-17T18:21:48.970Z] #13 62.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2022-08-17T18:21:48.970Z] #13 63.01 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB] [2022-08-17T18:21:48.970Z] #13 63.02 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB] [2022-08-17T18:21:48.970Z] #13 63.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2022-08-17T18:21:48.970Z] #13 63.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2022-08-17T18:21:48.970Z] #13 63.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2022-08-17T18:21:48.970Z] #13 63.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2022-08-17T18:21:48.970Z] #13 63.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2022-08-17T18:21:48.970Z] #13 64.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2022-08-17T18:21:48.970Z] #13 64.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB] [2022-08-17T18:21:48.971Z] #13 64.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB] [2022-08-17T18:21:48.971Z] #13 ... [2022-08-17T18:21:48.971Z] [2022-08-17T18:21:48.971Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:48.971Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:21:48.971Z] #49 72.18 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-08-17T18:21:48.971Z] #49 72.23 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-08-17T18:21:48.971Z] #49 72.28 go: downloading github.com/julz/importas v0.1.0 [2022-08-17T18:21:48.971Z] #49 72.39 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-08-17T18:21:49.138Z] #20 ... [2022-08-17T18:21:49.138Z] [2022-08-17T18:21:49.138Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:21:49.138Z] #53 sha256:96ccb72d30b0157df3a58562da2b6463af82045dcf7b2bd58e82ec7fff296c76 [2022-08-17T18:21:49.138Z] #53 11.18 + cd /tmp/tmp.1awByBCMPy/src/github.com/opencontainers/runc [2022-08-17T18:21:49.138Z] #53 11.18 + git checkout -q v1.1.3 [2022-08-17T18:21:49.227Z] #49 72.46 go: downloading github.com/kulti/thelper v0.5.0 [2022-08-17T18:21:49.227Z] #49 72.53 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-08-17T18:21:49.227Z] #49 72.58 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-08-17T18:21:49.396Z] #53 ... [2022-08-17T18:21:49.396Z] [2022-08-17T18:21:49.396Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:21:49.396Z] #58 sha256:259f923697220b0d0d08536dc5668881d440c606e010b966938c755a780dab52 [2022-08-17T18:21:49.396Z] #58 98.68 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:21:49.396Z] #58 98.68 + GOBIN=/build [2022-08-17T18:21:49.396Z] #58 98.68 + GO111MODULE=on [2022-08-17T18:21:49.396Z] #58 98.68 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-17T18:21:49.396Z] #58 DONE 106.0s [2022-08-17T18:21:49.396Z] [2022-08-17T18:21:49.396Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-17T18:21:49.396Z] #59 sha256:f75e689edbfae2846f8d2797ec444c8df8e849793d6ddf8ab1e5e19dea4102c1 [2022-08-17T18:21:49.483Z] #49 72.73 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-08-17T18:21:49.483Z] #49 72.79 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-08-17T18:21:49.653Z] #59 DONE 0.2s [2022-08-17T18:21:49.653Z] [2022-08-17T18:21:49.653Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-17T18:21:49.653Z] #60 sha256:e4fec1d051b9c3b77a15c2218bff719599d84841f2793d586469ac25de1ea707 [2022-08-17T18:21:49.740Z] #49 72.89 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-08-17T18:21:49.740Z] #49 72.91 go: downloading github.com/maratori/testpackage v1.0.1 [2022-08-17T18:21:49.740Z] #49 72.97 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-08-17T18:21:49.740Z] #49 73.12 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-08-17T18:21:49.910Z] #60 DONE 0.1s [2022-08-17T18:21:49.910Z] [2022-08-17T18:21:49.910Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:21:49.910Z] #53 sha256:96ccb72d30b0157df3a58562da2b6463af82045dcf7b2bd58e82ec7fff296c76 [2022-08-17T18:21:49.910Z] #53 11.86 + '[' -z '' ']' [2022-08-17T18:21:49.910Z] #53 11.86 + target=static [2022-08-17T18:21:49.910Z] #53 11.86 + make BUILDTAGS=seccomp static [2022-08-17T18:21:50.024Z] #49 73.13 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-08-17T18:21:50.024Z] #49 73.17 go: downloading github.com/mgechev/revive v1.1.3 [2022-08-17T18:21:50.167Z] #53 12.40 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-17T18:21:50.424Z] #53 ... [2022-08-17T18:21:50.424Z] [2022-08-17T18:21:50.424Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:50.424Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:50.424Z] #43 44.77 HOSTCC compel/src/lib/log-host.o [2022-08-17T18:21:50.424Z] #43 44.97 HOSTLINK compel/compel-host-bin [2022-08-17T18:21:50.424Z] #43 45.20 DEP soccr/soccr.d [2022-08-17T18:21:50.424Z] #43 45.48 CC soccr/soccr.o [2022-08-17T18:21:50.424Z] #43 46.92 AR soccr/libsoccr.a [2022-08-17T18:21:50.424Z] #43 47.00 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:21:50.424Z] #43 47.64 DEP criu/arch/aarch64/sigframe.d [2022-08-17T18:21:50.424Z] #43 47.74 DEP criu/arch/aarch64/crtools.d [2022-08-17T18:21:50.424Z] #43 47.91 DEP criu/arch/aarch64/cpu.d [2022-08-17T18:21:50.424Z] #43 47.98 DEP criu/arch/aarch64/bitops.d [2022-08-17T18:21:50.424Z] #43 48.05 CC criu/arch/aarch64/bitops.o [2022-08-17T18:21:50.424Z] #43 48.13 CC criu/arch/aarch64/cpu.o [2022-08-17T18:21:50.424Z] #43 48.27 CC criu/arch/aarch64/crtools.o [2022-08-17T18:21:50.424Z] #43 48.86 CC criu/arch/aarch64/sigframe.o [2022-08-17T18:21:50.424Z] #43 49.06 LINK criu/arch/aarch64/crtools.built-in.o [2022-08-17T18:21:50.424Z] #43 49.12 DEP criu/pie/util-vdso.d [2022-08-17T18:21:50.424Z] #43 49.24 DEP criu/pie/util.d [2022-08-17T18:21:50.424Z] #43 49.42 CC criu/pie/util.o [2022-08-17T18:21:50.424Z] #43 49.73 CC criu/pie/util-vdso.o [2022-08-17T18:21:50.424Z] #43 50.35 AR criu/pie/pie.lib.a [2022-08-17T18:21:50.424Z] #43 50.43 DEP criu/pie/restorer.d [2022-08-17T18:21:50.424Z] #43 50.60 DEP criu/arch/aarch64/intraprocedure.d [2022-08-17T18:21:50.424Z] #43 50.63 DEP criu/arch/aarch64/restorer.d [2022-08-17T18:21:50.424Z] #43 50.84 DEP criu/arch/aarch64/vdso-pie.d [2022-08-17T18:21:50.424Z] #43 50.91 DEP criu/pie/parasite-vdso.d [2022-08-17T18:21:50.424Z] #43 51.04 DEP criu/pie/parasite.d [2022-08-17T18:21:50.424Z] #43 51.31 CC criu/pie/parasite.o [2022-08-17T18:21:50.424Z] #43 52.60 LINK criu/pie/parasite.built-in.o [2022-08-17T18:21:50.424Z] #43 52.60 GEN criu/pie/parasite-blob.h [2022-08-17T18:21:50.424Z] #43 52.62 CC criu/pie/parasite-vdso.o [2022-08-17T18:21:50.424Z] #43 53.32 CC criu/arch/aarch64/vdso-pie.o [2022-08-17T18:21:50.424Z] #43 53.56 CC criu/arch/aarch64/restorer.o [2022-08-17T18:21:50.424Z] #43 53.92 CC criu/arch/aarch64/intraprocedure.o [2022-08-17T18:21:50.424Z] #43 54.01 CC criu/pie/restorer.o [2022-08-17T18:21:50.594Z] #49 73.98 go: downloading github.com/moricho/tparallel v0.2.1 [2022-08-17T18:21:50.870Z] #49 73.99 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-08-17T18:21:50.870Z] #49 74.00 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-08-17T18:21:50.870Z] #49 74.07 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-08-17T18:21:50.870Z] #49 74.17 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-08-17T18:21:50.871Z] #49 74.21 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-08-17T18:21:50.871Z] #49 74.23 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-08-17T18:21:51.128Z] #49 74.28 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-08-17T18:21:51.128Z] #49 74.31 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-08-17T18:21:51.384Z] #49 74.69 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-08-17T18:21:51.384Z] #49 74.72 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-08-17T18:21:51.384Z] #49 74.75 go: downloading github.com/sivchari/tenv v1.4.7 [2022-08-17T18:21:51.384Z] #49 74.77 go: downloading github.com/sonatard/noctx v0.0.1 [2022-08-17T18:21:51.384Z] #49 74.79 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-08-17T18:21:51.641Z] #49 74.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-08-17T18:21:51.641Z] #49 74.88 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-08-17T18:21:51.641Z] #49 74.99 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-08-17T18:21:51.898Z] #49 75.14 go: downloading github.com/tetafro/godot v1.4.11 [2022-08-17T18:21:51.898Z] #49 75.18 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-08-17T18:21:51.898Z] #49 75.30 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-08-17T18:21:52.155Z] #49 75.40 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-08-17T18:21:52.155Z] #49 75.65 go: downloading github.com/ultraware/funlen v0.0.3 [2022-08-17T18:21:52.412Z] #49 75.69 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-08-17T18:21:52.412Z] #49 75.72 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-08-17T18:21:52.412Z] #49 75.77 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-08-17T18:21:52.412Z] #49 75.81 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-08-17T18:21:52.945Z] #43 57.22 LINK criu/pie/restorer.built-in.o [2022-08-17T18:21:52.945Z] #43 57.22 GEN criu/pie/restorer-blob.h [2022-08-17T18:21:52.945Z] #43 ... [2022-08-17T18:21:52.945Z] [2022-08-17T18:21:52.946Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:21:52.946Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:21:52.946Z] #20 9.393 Fetched 8829 kB in 9s (1033 kB/s) [2022-08-17T18:21:53.342Z] #49 76.52 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-08-17T18:21:53.342Z] #49 ... [2022-08-17T18:21:53.342Z] [2022-08-17T18:21:53.342Z] #32 [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-08-17T18:21:53.342Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:21:53.342Z] #32 66.04 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 99% (1513/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2022-08-17T18:21:53.342Z] #32 66.95 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-08-17T18:21:53.342Z] #32 67.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-08-17T18:21:53.342Z] #32 ... [2022-08-17T18:21:53.342Z] [2022-08-17T18:21:53.342Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:21:53.342Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:21:53.342Z] #42 66.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-17T18:21:53.342Z] #42 66.69 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 66.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:53.342Z] #42 66.88 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-08-17T18:21:53.342Z] #42 66.91 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 66.91 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-17T18:21:53.342Z] #42 67.13 Selecting previously unselected package zlib1g-dev:amd64. [2022-08-17T18:21:53.342Z] #42 67.14 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1+deb10u1_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 67.16 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:21:53.342Z] #42 67.61 Selecting previously unselected package libprotobuf17:amd64. [2022-08-17T18:21:53.342Z] #42 67.61 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 67.62 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 68.58 Selecting previously unselected package libprotobuf-lite17:amd64. [2022-08-17T18:21:53.342Z] #42 68.58 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 68.59 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 68.85 Selecting previously unselected package libprotobuf-dev:amd64. [2022-08-17T18:21:53.342Z] #42 68.85 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 68.90 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 71.21 Selecting previously unselected package libprotoc17:amd64. [2022-08-17T18:21:53.342Z] #42 71.23 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 71.24 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 72.33 Selecting previously unselected package protobuf-c-compiler. [2022-08-17T18:21:53.342Z] #42 72.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 72.35 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:21:53.342Z] #42 72.67 Selecting previously unselected package protobuf-compiler. [2022-08-17T18:21:53.342Z] #42 72.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 72.67 Unpacking protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 73.01 Selecting previously unselected package python-pkg-resources. [2022-08-17T18:21:53.342Z] #42 73.01 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:21:53.342Z] #42 73.03 Unpacking python-pkg-resources (40.8.0-1) ... [2022-08-17T18:21:53.342Z] #42 73.44 Selecting previously unselected package python-six. [2022-08-17T18:21:53.342Z] #42 73.44 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2022-08-17T18:21:53.342Z] #42 73.45 Unpacking python-six (1.12.0-1) ... [2022-08-17T18:21:53.342Z] #42 73.65 Selecting previously unselected package python-protobuf. [2022-08-17T18:21:53.342Z] #42 73.65 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2022-08-17T18:21:53.342Z] #42 73.66 Unpacking python-protobuf (3.6.1.3-2) ... [2022-08-17T18:21:53.342Z] #42 74.58 Setting up python-pkg-resources (40.8.0-1) ... [2022-08-17T18:21:53.602Z] #42 ... [2022-08-17T18:21:53.602Z] [2022-08-17T18:21:53.602Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:53.602Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:21:53.602Z] #49 76.86 go: downloading honnef.co/go/tools v0.2.2 [2022-08-17T18:21:55.013Z] #13 ... [2022-08-17T18:21:55.013Z] [2022-08-17T18:21:55.013Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:21:55.013Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94 [2022-08-17T18:21:55.499Z] #49 78.98 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-08-17T18:21:55.525Z] #56 47.80 Checking out files: 49% (2436/4926) Checking out files: 50% (2463/4926) Checking out files: 51% (2513/4926) Checking out files: 52% (2562/4926) Checking out files: 53% (2611/4926) Checking out files: 54% (2661/4926) Checking out files: 55% (2710/4926) Checking out files: 56% (2759/4926) Checking out files: 57% (2808/4926) Checking out files: 58% (2858/4926) Checking out files: 59% (2907/4926) Checking out files: 60% (2956/4926) Checking out files: 61% (3005/4926) Checking out files: 62% (3055/4926) Checking out files: 63% (3104/4926) Checking out files: 64% (3153/4926) Checking out files: 65% (3202/4926) Checking out files: 66% (3252/4926) Checking out files: 67% (3301/4926) Checking out files: 68% (3350/4926) Checking out files: 69% (3399/4926) Checking out files: 70% (3449/4926) Checking out files: 71% (3498/4926) Checking out files: 72% (3547/4926) Checking out files: 73% (3596/4926) Checking out files: 74% (3646/4926) Checking out files: 75% (3695/4926) Checking out files: 76% (3744/4926) Checking out files: 77% (3794/4926) Checking out files: 78% (3843/4926) Checking out files: 79% (3892/4926) Checking out files: 80% (3941/4926) Checking out files: 81% (3991/4926) Checking out files: 82% (4040/4926) Checking out files: 83% (4089/4926) Checking out files: 84% (4138/4926) Checking out files: 85% (4188/4926) Checking out files: 86% (4237/4926) Checking out files: 87% (4286/4926) Checking out files: 88% (4335/4926) Checking out files: 89% (4385/4926) Checking out files: 90% (4434/4926) Checking out files: 90% (4476/4926) Checking out files: 91% (4483/4926) Checking out files: 92% (4532/4926) Checking out files: 93% (4582/4926) Checking out files: 94% (4631/4926) Checking out files: 95% (4680/4926) Checking out files: 96% (4729/4926) Checking out files: 97% (4779/4926) Checking out files: 98% (4828/4926) Checking out files: 99% (4877/4926) Checking out files: 100% (4926/4926) Checking out files: 100% (4926/4926), done. [2022-08-17T18:21:55.525Z] #56 49.14 + cd /tmp/tmp.VMct3JHqhC/src/github.com/containerd/containerd [2022-08-17T18:21:55.525Z] #56 49.14 + git checkout -q v1.6.7 [2022-08-17T18:21:55.756Z] #49 78.99 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-08-17T18:21:55.756Z] #49 79.09 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-08-17T18:21:56.012Z] #49 79.25 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-08-17T18:21:56.012Z] #49 79.38 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-17T18:21:56.012Z] #49 79.38 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-17T18:21:56.012Z] #49 79.44 go: downloading github.com/stretchr/objx v0.1.1 [2022-08-17T18:21:56.219Z] #20 9.393 Reading package lists... [2022-08-17T18:21:56.269Z] #49 79.61 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-08-17T18:21:56.525Z] #49 79.99 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-08-17T18:21:56.525Z] #49 ... [2022-08-17T18:21:56.525Z] [2022-08-17T18:21:56.525Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:21:56.525Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:21:56.525Z] #34 69.99 sync [2022-08-17T18:21:56.525Z] #34 70.00 internal/reflectlite [2022-08-17T18:21:56.525Z] #34 72.49 internal/testlog [2022-08-17T18:21:56.525Z] #34 74.11 sort [2022-08-17T18:21:56.525Z] #34 74.12 errors [2022-08-17T18:21:56.525Z] #34 74.76 strconv [2022-08-17T18:21:56.525Z] #34 76.37 io [2022-08-17T18:21:56.525Z] #34 78.27 internal/oserror [2022-08-17T18:21:56.525Z] #34 78.55 syscall [2022-08-17T18:21:56.782Z] #34 ... [2022-08-17T18:21:56.782Z] [2022-08-17T18:21:56.782Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:21:56.782Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:21:56.782Z] #49 80.07 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-08-17T18:21:56.782Z] #49 80.17 go: downloading golang.org/x/text v0.3.7 [2022-08-17T18:21:56.891Z] #56 50.57 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-17T18:21:56.891Z] #56 50.57 + BUILDTAGS='netgo osusergo static_build' [2022-08-17T18:21:56.891Z] #56 50.57 + export EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:21:56.891Z] #56 50.57 + EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:21:56.891Z] #56 50.57 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-17T18:21:56.891Z] #56 50.57 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-17T18:21:56.891Z] #56 50.58 + '[' '' = dynamic ']' [2022-08-17T18:21:56.891Z] #56 50.58 + make [2022-08-17T18:21:58.113Z] #20 12.60 Reading package lists... [2022-08-17T18:21:58.113Z] #20 ... [2022-08-17T18:21:58.113Z] [2022-08-17T18:21:58.113Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:58.113Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:21:58.113Z] #43 57.31 DEP criu/vdso.d [2022-08-17T18:21:58.113Z] #43 57.42 DEP criu/uts_ns.d [2022-08-17T18:21:58.113Z] #43 57.60 DEP criu/util.d [2022-08-17T18:21:58.113Z] #43 57.76 DEP criu/uffd.d [2022-08-17T18:21:58.113Z] #43 57.91 DEP criu/tun.d [2022-08-17T18:21:58.113Z] #43 58.06 DEP criu/tty.d [2022-08-17T18:21:58.113Z] #43 58.18 DEP criu/timerfd.d [2022-08-17T18:21:58.113Z] #43 58.31 DEP criu/timens.d [2022-08-17T18:21:58.113Z] #43 58.43 DEP criu/sysfs_parse.d [2022-08-17T18:21:58.113Z] #43 58.54 DEP criu/sysctl.d [2022-08-17T18:21:58.113Z] #43 58.63 DEP criu/string.d [2022-08-17T18:21:58.113Z] #43 58.69 DEP criu/stats.d [2022-08-17T18:21:58.113Z] #43 58.82 DEP criu/sockets.d [2022-08-17T18:21:58.113Z] #43 58.98 DEP criu/sk-unix.d [2022-08-17T18:21:58.113Z] #43 59.15 DEP criu/sk-tcp.d [2022-08-17T18:21:58.113Z] #43 59.27 DEP criu/sk-queue.d [2022-08-17T18:21:58.113Z] #43 59.44 DEP criu/sk-packet.d [2022-08-17T18:21:58.113Z] #43 59.65 DEP criu/sk-netlink.d [2022-08-17T18:21:58.113Z] #43 59.78 DEP criu/sk-inet.d [2022-08-17T18:21:58.113Z] #43 60.00 DEP criu/signalfd.d [2022-08-17T18:21:58.113Z] #43 60.11 DEP criu/sigframe.d [2022-08-17T18:21:58.113Z] #43 60.19 DEP criu/shmem.d [2022-08-17T18:21:58.113Z] #43 60.30 DEP criu/servicefd.d [2022-08-17T18:21:58.113Z] #43 60.39 DEP criu/seize.d [2022-08-17T18:21:58.113Z] #43 60.49 DEP criu/seccomp.d [2022-08-17T18:21:58.113Z] #43 60.60 DEP criu/rst-malloc.d [2022-08-17T18:21:58.113Z] #43 60.67 DEP criu/rbtree.d [2022-08-17T18:21:58.113Z] #43 60.69 DEP criu/pstree.d [2022-08-17T18:21:58.113Z] #43 60.90 DEP criu/protobuf.d [2022-08-17T18:21:58.113Z] #43 61.07 GEN criu/protobuf-desc-gen.h [2022-08-17T18:21:58.786Z] #56 52.20 + bin/ctr [2022-08-17T18:21:58.786Z] #56 ... [2022-08-17T18:21:58.786Z] [2022-08-17T18:21:58.786Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:21:58.786Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:21:58.786Z] #43 27.67 CC images/ipc-var.o [2022-08-17T18:21:58.786Z] #43 27.91 CC images/ipc-desc.o [2022-08-17T18:21:58.786Z] #43 28.14 CC images/ipc-shm.o [2022-08-17T18:21:58.786Z] #43 28.33 CC images/ipc-msg.o [2022-08-17T18:21:58.786Z] #43 28.53 CC images/ipc-sem.o [2022-08-17T18:21:58.786Z] #43 28.68 CC images/utsns.o [2022-08-17T18:21:58.786Z] #43 28.85 CC images/creds.o [2022-08-17T18:21:58.786Z] #43 29.06 CC images/vma.o [2022-08-17T18:21:58.786Z] #43 29.23 CC images/netdev.o [2022-08-17T18:21:58.786Z] #43 29.53 CC images/tty.o [2022-08-17T18:21:58.786Z] #43 30.01 CC images/file-lock.o [2022-08-17T18:21:58.786Z] #43 30.17 CC images/rlimit.o [2022-08-17T18:21:58.786Z] #43 30.33 CC images/pagemap.o [2022-08-17T18:21:58.786Z] #43 30.56 CC images/siginfo.o [2022-08-17T18:21:58.786Z] #43 30.76 CC images/rpc.o [2022-08-17T18:21:58.786Z] #43 31.72 CC images/ext-file.o [2022-08-17T18:21:58.786Z] #43 31.91 CC images/cgroup.o [2022-08-17T18:21:58.786Z] #43 32.46 CC images/userns.o [2022-08-17T18:21:58.786Z] #43 32.65 CC images/google/protobuf/descriptor.o [2022-08-17T18:21:58.786Z] #43 34.01 CC images/opts.o [2022-08-17T18:21:58.786Z] #43 34.20 CC images/seccomp.o [2022-08-17T18:21:58.786Z] #43 34.48 CC images/binfmt-misc.o [2022-08-17T18:21:58.786Z] #43 34.69 CC images/time.o [2022-08-17T18:21:58.786Z] #43 34.87 CC images/sysctl.o [2022-08-17T18:21:58.786Z] #43 35.07 CC images/autofs.o [2022-08-17T18:21:58.786Z] #43 35.28 CC images/macvlan.o [2022-08-17T18:21:58.786Z] #43 35.46 CC images/sit.o [2022-08-17T18:21:58.786Z] #43 35.65 CC images/memfd.o [2022-08-17T18:21:58.786Z] #43 35.88 CC images/timens.o [2022-08-17T18:21:58.786Z] #43 36.13 LINK images/built-in.o [2022-08-17T18:21:58.786Z] #43 36.28 GEN compel/include/asm [2022-08-17T18:21:58.786Z] #43 36.30 GEN compel/include/version.h [2022-08-17T18:21:58.786Z] #43 36.31 touch .config [2022-08-17T18:21:58.786Z] #43 36.34 GEN include/common/config.h [2022-08-17T18:21:58.786Z] #43 36.45 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-17T18:21:58.786Z] #43 36.46 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-17T18:21:58.786Z] #43 36.50 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-17T18:21:58.786Z] #43 36.52 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-17T18:21:58.786Z] #43 36.54 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-17T18:21:58.786Z] #43 36.56 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-17T18:21:58.786Z] #43 36.58 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-17T18:21:58.786Z] #43 36.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-17T18:21:58.786Z] #43 36.62 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-17T18:21:58.786Z] #43 36.66 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-17T18:21:58.786Z] #43 36.66 DEP compel/plugins/std/infect.d [2022-08-17T18:21:58.786Z] #43 36.78 DEP compel/plugins/std/string.d [2022-08-17T18:21:58.786Z] #43 36.87 DEP compel/plugins/std/log.d [2022-08-17T18:21:58.786Z] #43 36.94 DEP compel/plugins/std/fds.d [2022-08-17T18:21:58.786Z] #43 37.02 DEP compel/plugins/std/std.d [2022-08-17T18:21:58.786Z] #43 37.13 DEP compel/plugins/shmem/shmem.d [2022-08-17T18:21:58.786Z] #43 37.19 DEP compel/plugins/fds/fds.d [2022-08-17T18:21:58.786Z] #43 37.32 CC compel/plugins/std/std.o [2022-08-17T18:21:58.786Z] #43 37.65 CC compel/plugins/std/fds.o [2022-08-17T18:21:59.043Z] #43 38.04 CC compel/plugins/std/log.o [2022-08-17T18:21:59.043Z] #43 63.34 DEP criu/protobuf-desc.d [2022-08-17T18:21:59.043Z] #43 ... [2022-08-17T18:21:59.043Z] [2022-08-17T18:21:59.043Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:21:59.043Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:21:59.043Z] #20 12.60 Reading package lists... [2022-08-17T18:21:59.972Z] #20 15.74 Building dependency tree... [2022-08-17T18:21:59.972Z] #43 38.73 CC compel/plugins/std/string.o [2022-08-17T18:22:00.060Z] #49 ... [2022-08-17T18:22:00.060Z] [2022-08-17T18:22:00.060Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:00.060Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:00.060Z] #13 68.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB] [2022-08-17T18:22:00.060Z] #13 71.93 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2022-08-17T18:22:00.060Z] #13 71.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2022-08-17T18:22:00.060Z] #13 71.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2022-08-17T18:22:00.060Z] #13 71.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2022-08-17T18:22:00.060Z] #13 71.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2022-08-17T18:22:00.060Z] #13 71.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] [2022-08-17T18:22:00.060Z] #13 72.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2022-08-17T18:22:00.060Z] #13 72.14 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2022-08-17T18:22:00.060Z] #13 72.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2022-08-17T18:22:00.060Z] #13 72.16 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2022-08-17T18:22:00.060Z] #13 72.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2022-08-17T18:22:00.060Z] #13 72.28 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2022-08-17T18:22:00.060Z] #13 72.30 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2022-08-17T18:22:00.060Z] #13 72.30 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] [2022-08-17T18:22:00.060Z] #13 73.87 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:22:00.060Z] #13 74.18 Fetched 77.8 MB in 10s (8101 kB/s) [2022-08-17T18:22:00.060Z] #13 74.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2022-08-17T18:22:00.060Z] #13 74.53 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-17T18:22:00.060Z] #13 74.61 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ... [2022-08-17T18:22:00.060Z] #13 75.04 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:22:00.060Z] #13 75.26 Selecting previously unselected package binutils-mingw-w64-i686. [2022-08-17T18:22:00.060Z] #13 75.26 (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 ... 15421 files and directories currently installed.) [2022-08-17T18:22:00.060Z] #13 75.38 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2022-08-17T18:22:00.060Z] #13 75.39 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:22:00.060Z] #13 79.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-08-17T18:22:00.060Z] #13 79.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2022-08-17T18:22:00.060Z] #13 79.04 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:22:00.229Z] #43 39.19 CC compel/plugins/std/infect.o [2022-08-17T18:22:00.487Z] #43 39.55 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-17T18:22:00.487Z] #43 39.60 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-17T18:22:00.744Z] #43 39.66 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-17T18:22:00.744Z] #43 39.71 AR compel/plugins/std.lib.a [2022-08-17T18:22:00.744Z] #43 39.77 CC compel/plugins/fds/fds.o [2022-08-17T18:22:00.902Z] #20 17.51 libcap2-bin is already the newest version (1:2.25-2). [2022-08-17T18:22:00.902Z] #20 17.51 The following additional packages will be installed: [2022-08-17T18:22:00.902Z] #20 17.52 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-17T18:22:00.902Z] #20 17.52 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-17T18:22:00.902Z] #20 17.52 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-17T18:22:00.902Z] #20 17.52 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-17T18:22:00.902Z] #20 17.52 python3.7 python3.7-minimal vim-runtime xxd [2022-08-17T18:22:00.902Z] #20 17.52 Suggested packages: [2022-08-17T18:22:00.902Z] #20 17.52 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-17T18:22:00.902Z] #20 17.52 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-17T18:22:00.902Z] #20 17.52 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-17T18:22:00.902Z] #20 17.52 quota [2022-08-17T18:22:00.902Z] #20 17.52 Recommended packages: [2022-08-17T18:22:00.902Z] #20 17.52 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-17T18:22:00.902Z] #20 17.52 python3-keyrings.alt python3-xdg unzip [2022-08-17T18:22:01.000Z] #43 40.02 AR compel/plugins/fds.lib.a [2022-08-17T18:22:01.001Z] #43 40.09 HOSTDEP compel/src/lib/log-host.d [2022-08-17T18:22:01.001Z] #43 40.16 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-17T18:22:01.257Z] #43 40.24 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-17T18:22:01.257Z] #43 40.29 HOSTDEP compel/src/main-host.d [2022-08-17T18:22:01.514Z] #43 40.38 DEP compel/src/lib/ptrace.d [2022-08-17T18:22:01.514Z] #43 40.49 DEP compel/src/lib/infect.d [2022-08-17T18:22:01.771Z] #43 40.64 DEP compel/src/lib/infect-util.d [2022-08-17T18:22:01.771Z] #43 40.73 DEP compel/src/lib/infect-rpc.d [2022-08-17T18:22:01.771Z] #43 ... [2022-08-17T18:22:01.771Z] [2022-08-17T18:22:01.771Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:01.771Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:01.771Z] #13 103.6 Selecting previously unselected package libapparmor1:amd64. [2022-08-17T18:22:01.771Z] #13 103.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-17T18:22:01.771Z] #13 103.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-17T18:22:01.771Z] #13 103.7 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-17T18:22:01.771Z] #13 103.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-17T18:22:01.771Z] #13 103.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-17T18:22:02.028Z] #13 103.8 Selecting previously unselected package libbtrfs0. [2022-08-17T18:22:02.028Z] #13 103.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-17T18:22:02.028Z] #13 103.8 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:22:02.028Z] #13 103.9 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:22:02.028Z] #13 103.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-17T18:22:02.028Z] #13 103.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:22:02.028Z] #13 104.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-17T18:22:02.028Z] #13 104.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:22:02.028Z] #13 104.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:02.270Z] #20 18.99 The following NEW packages will be installed: [2022-08-17T18:22:02.271Z] #20 18.99 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-17T18:22:02.271Z] #20 18.99 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-17T18:22:02.271Z] #20 18.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-17T18:22:02.271Z] #20 19.00 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-17T18:22:02.271Z] #20 19.00 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-17T18:22:02.271Z] #20 19.00 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-17T18:22:02.271Z] #20 19.01 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-17T18:22:02.271Z] #20 19.01 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-17T18:22:02.271Z] #20 19.01 xz-utils zip [2022-08-17T18:22:02.285Z] #13 104.1 Selecting previously unselected package libudev-dev:amd64. [2022-08-17T18:22:02.285Z] #13 104.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-17T18:22:02.285Z] #13 104.1 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:22:02.285Z] #13 104.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-17T18:22:02.285Z] #13 104.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-17T18:22:02.285Z] #13 104.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-17T18:22:02.542Z] #13 104.5 Selecting previously unselected package libpcre16-3:amd64. [2022-08-17T18:22:02.800Z] #13 104.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-17T18:22:02.800Z] #13 104.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-17T18:22:02.800Z] #13 104.6 Selecting previously unselected package libpcre32-3:amd64. [2022-08-17T18:22:02.800Z] #13 104.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-17T18:22:02.800Z] #13 104.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-17T18:22:02.835Z] #20 19.36 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:22:02.835Z] #20 19.36 Need to get 27.7 MB of archives. [2022-08-17T18:22:02.835Z] #20 19.36 After this operation, 114 MB of additional disk space will be used. [2022-08-17T18:22:02.835Z] #20 19.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2022-08-17T18:22:02.835Z] #20 19.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2022-08-17T18:22:02.835Z] #20 19.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2022-08-17T18:22:02.835Z] #20 19.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2022-08-17T18:22:02.835Z] #20 19.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2022-08-17T18:22:02.835Z] #20 19.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2022-08-17T18:22:02.835Z] #20 19.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2022-08-17T18:22:02.835Z] #20 19.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2022-08-17T18:22:03.059Z] #13 104.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-17T18:22:03.060Z] #13 104.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-17T18:22:03.060Z] #13 104.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-17T18:22:03.060Z] #13 104.9 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-17T18:22:03.060Z] #13 104.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-17T18:22:03.060Z] #13 104.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-17T18:22:03.092Z] #20 19.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2022-08-17T18:22:03.092Z] #20 19.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2022-08-17T18:22:03.092Z] #20 19.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2022-08-17T18:22:03.092Z] #20 19.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2022-08-17T18:22:03.092Z] #20 19.55 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-08-17T18:22:03.092Z] #20 19.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2022-08-17T18:22:03.092Z] #20 19.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2022-08-17T18:22:03.092Z] #20 19.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2022-08-17T18:22:03.092Z] #20 19.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5+deb10u2 [139 kB] [2022-08-17T18:22:03.092Z] #20 19.58 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:22:03.092Z] #20 19.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2022-08-17T18:22:03.092Z] #20 19.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2022-08-17T18:22:03.092Z] #20 19.60 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB] [2022-08-17T18:22:03.092Z] #20 19.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2022-08-17T18:22:03.092Z] #20 19.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2022-08-17T18:22:03.092Z] #20 19.65 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2022-08-17T18:22:03.092Z] #20 19.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2022-08-17T18:22:03.092Z] #20 19.66 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2022-08-17T18:22:03.092Z] #20 19.66 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2022-08-17T18:22:03.092Z] #20 19.66 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2022-08-17T18:22:03.092Z] #20 19.66 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB] [2022-08-17T18:22:03.331Z] #13 ... [2022-08-17T18:22:03.331Z] [2022-08-17T18:22:03.331Z] #36 [tini 1/2] 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-08-17T18:22:03.331Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:22:03.331Z] #36 78.60 Selecting previously unselected package libxml2:amd64. [2022-08-17T18:22:03.331Z] #36 78.61 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 78.73 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:22:03.331Z] #36 80.07 Selecting previously unselected package cmake-data. [2022-08-17T18:22:03.331Z] #36 80.07 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ... [2022-08-17T18:22:03.331Z] #36 80.12 Unpacking cmake-data (3.13.4-1) ... [2022-08-17T18:22:03.331Z] #36 84.43 Selecting previously unselected package libarchive13:amd64. [2022-08-17T18:22:03.331Z] #36 84.48 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 84.49 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-17T18:22:03.331Z] #36 85.14 Selecting previously unselected package libjsoncpp1:amd64. [2022-08-17T18:22:03.331Z] #36 85.15 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 85.15 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-17T18:22:03.331Z] #36 85.45 Selecting previously unselected package librhash0:amd64. [2022-08-17T18:22:03.331Z] #36 85.45 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 85.46 Unpacking librhash0:amd64 (1.3.8-1) ... [2022-08-17T18:22:03.331Z] #36 85.76 Selecting previously unselected package libuv1:amd64. [2022-08-17T18:22:03.331Z] #36 85.76 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 85.77 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-17T18:22:03.331Z] #36 86.05 Selecting previously unselected package cmake. [2022-08-17T18:22:03.331Z] #36 86.05 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2022-08-17T18:22:03.331Z] #36 86.07 Unpacking cmake (3.13.4-1) ... [2022-08-17T18:22:03.349Z] #20 20.07 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-08-17T18:22:03.349Z] #20 20.08 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2022-08-17T18:22:03.349Z] #20 20.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2022-08-17T18:22:03.349Z] #20 20.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2022-08-17T18:22:03.349Z] #20 20.09 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2022-08-17T18:22:03.349Z] #20 20.09 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2022-08-17T18:22:03.349Z] #20 20.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-17T18:22:03.605Z] #20 20.15 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-17T18:22:03.605Z] #20 20.16 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-17T18:22:03.605Z] #20 20.17 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2022-08-17T18:22:03.605Z] #20 20.18 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-17T18:22:03.605Z] #20 20.18 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-17T18:22:03.606Z] #20 20.20 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-17T18:22:03.606Z] #20 20.20 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2022-08-17T18:22:03.606Z] #20 20.25 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2022-08-17T18:22:03.606Z] #20 20.26 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2022-08-17T18:22:03.606Z] #20 20.27 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-17T18:22:03.622Z] #13 105.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-17T18:22:03.862Z] #20 20.57 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5+deb10u2 [1190 kB] [2022-08-17T18:22:03.878Z] #13 105.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-17T18:22:03.878Z] #13 105.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-17T18:22:04.119Z] #20 20.62 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2022-08-17T18:22:04.120Z] #20 20.63 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2022-08-17T18:22:04.134Z] #13 105.9 Selecting previously unselected package libdevmapper-dev:amd64.#13 ... [2022-08-17T18:22:04.134Z] [2022-08-17T18:22:04.134Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:22:04.134Z] #58 sha256:6a51665787ac843bf662fca279eb84907309089e7bfa3736c207783cb8d3dd29 [2022-08-17T18:22:04.134Z] #58 101.4 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:22:04.134Z] #58 101.4 + GOBIN=/build [2022-08-17T18:22:04.134Z] #58 101.4 + GO111MODULE=on [2022-08-17T18:22:04.134Z] #58 101.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-17T18:22:04.134Z] #58 DONE 107.7s [2022-08-17T18:22:04.134Z] [2022-08-17T18:22:04.134Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:04.134Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:04.134Z] #13 105.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-17T18:22:04.134Z] #13 105.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:22:04.134Z] #13 105.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:04.134Z] #13 ... [2022-08-17T18:22:04.134Z] [2022-08-17T18:22:04.134Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-17T18:22:04.134Z] #59 sha256:d832539e094716db0ab2434be7d7f5590eb8d3d0f5626e624853326bf6c0ff59 [2022-08-17T18:22:04.134Z] #59 DONE 0.1s [2022-08-17T18:22:04.134Z] [2022-08-17T18:22:04.134Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-17T18:22:04.134Z] #60 sha256:831617f33f7628145ab4f570a1e1f3d61621e6e98e7af9ad9344efa133c96f67 [2022-08-17T18:22:04.134Z] #60 DONE 0.1s [2022-08-17T18:22:04.134Z] [2022-08-17T18:22:04.134Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:04.134Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:04.134Z] #13 106.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-17T18:22:04.134Z] #13 106.1 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-17T18:22:04.262Z] #36 ... [2022-08-17T18:22:04.262Z] [2022-08-17T18:22:04.262Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:04.262Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:04.262Z] #13 83.43 Selecting previously unselected package binutils-mingw-w64. [2022-08-17T18:22:04.262Z] #13 83.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2022-08-17T18:22:04.262Z] #13 83.46 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:22:04.390Z] #13 106.1 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:22:04.390Z] #13 106.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-17T18:22:04.390Z] #13 106.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-17T18:22:04.390Z] #13 106.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:22:04.518Z] #13 83.70 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-08-17T18:22:04.518Z] #13 83.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:22:04.518Z] #13 83.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:04.683Z] #20 21.33 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:22:04.774Z] #13 84.12 Selecting previously unselected package dmsetup. [2022-08-17T18:22:04.774Z] #13 84.15 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:22:04.774Z] #13 84.15 Unpacking dmsetup (2:1.02.155-3) ... [2022-08-17T18:22:04.940Z] #20 21.43 Fetched 27.7 MB in 2s (17.8 MB/s) [2022-08-17T18:22:04.940Z] #20 21.50 Selecting previously unselected package pigz. [2022-08-17T18:22:04.940Z] #20 21.50 (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 ... 23425 files and directories currently installed.) [2022-08-17T18:22:04.940Z] #20 21.55 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2022-08-17T18:22:04.940Z] #20 21.55 Unpacking pigz (2.4-1) ... [2022-08-17T18:22:04.940Z] #20 21.66 Selecting previously unselected package libpython3.7-minimal:arm64. [2022-08-17T18:22:04.940Z] #20 21.66 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2022-08-17T18:22:04.940Z] #20 21.67 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:04.951Z] #13 106.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:22:04.951Z] #13 106.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-17T18:22:04.951Z] #13 106.9 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:22:04.951Z] #13 107.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:22:04.951Z] #13 107.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-17T18:22:04.951Z] #13 107.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:04.951Z] #13 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-08-17T18:22:04.952Z] #13 107.0 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-08-17T18:22:04.952Z] #13 107.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:04.952Z] #13 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-17T18:22:05.030Z] #13 84.36 Selecting previously unselected package mingw-w64-common. [2022-08-17T18:22:05.030Z] #13 84.40 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2022-08-17T18:22:05.030Z] #13 84.40 Unpacking mingw-w64-common (6.0.0-3) ... [2022-08-17T18:22:05.207Z] #13 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-17T18:22:05.207Z] #13 107.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:22:05.207Z] #13 107.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:05.207Z] #13 107.1 Setting up dmsetup (2:1.02.155-3) ... [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:05.207Z] #13 107.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-17T18:22:05.207Z] #13 107.1 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:22:05.504Z] #20 22.16 Selecting previously unselected package python3.7-minimal. [2022-08-17T18:22:05.504Z] #20 22.16 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2022-08-17T18:22:05.504Z] #20 22.17 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:22:05.770Z] #13 DONE 107.5s [2022-08-17T18:22:05.770Z] [2022-08-17T18:22:05.770Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:22:05.770Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792 [2022-08-17T18:22:06.433Z] #20 ... [2022-08-17T18:22:06.434Z] [2022-08-17T18:22:06.434Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:22:06.434Z] #24 sha256:3e547b9fa368337703ed4f43739205fe842803adae3b402d1eddd5220be11723 [2022-08-17T18:22:06.434Z] #24 119.4 Checking out files: 26% (2971/11414) Checking out files: 27% (3082/11414) Checking out files: 28% (3196/11414) Checking out files: 29% (3311/11414) Checking out files: 30% (3425/11414) Checking out files: 31% (3539/11414) Checking out files: 32% (3653/11414) Checking out files: 33% (3767/11414) Checking out files: 34% (3881/11414) Checking out files: 35% (3995/11414) Checking out files: 36% (4110/11414) Checking out files: 37% (4224/11414) Checking out files: 38% (4338/11414) Checking out files: 39% (4452/11414) Checking out files: 40% (4566/11414) Checking out files: 41% (4680/11414) Checking out files: 42% (4794/11414) Checking out files: 43% (4909/11414) Checking out files: 44% (5023/11414) Checking out files: 45% (5137/11414) Checking out files: 46% (5251/11414) Checking out files: 47% (5365/11414) Checking out files: 48% (5479/11414) Checking out files: 49% (5593/11414) Checking out files: 50% (5707/11414) Checking out files: 51% (5822/11414) Checking out files: 52% (5936/11414) Checking out files: 53% (6050/11414) Checking out files: 54% (6164/11414) Checking out files: 55% (6278/11414) Checking out files: 56% (6392/11414) Checking out files: 57% (6506/11414) Checking out files: 58% (6621/11414) Checking out files: 59% (6735/11414) Checking out files: 60% (6849/11414) Checking out files: 61% (6963/11414) Checking out files: 62% (7077/11414) Checking out files: 63% (7191/11414) Checking out files: 64% (7305/11414) Checking out files: 65% (7420/11414) Checking out files: 66% (7534/11414) Checking out files: 67% (7648/11414) Checking out files: 68% (7762/11414) Checking out files: 69% (7876/11414) Checking out files: 70% (7990/11414) Checking out files: 71% (8104/11414) Checking out files: 72% (8219/11414) Checking out files: 73% (8333/11414) Checking out files: 74% (8447/11414) Checking out files: 75% (8561/11414) Checking out files: 76% (8675/11414) Checking out files: 76% (8777/11414) Checking out files: 77% (8789/11414) Checking out files: 78% (8903/11414) Checking out files: 79% (9018/11414) Checking out files: 80% (9132/11414) Checking out files: 81% (9246/11414) Checking out files: 82% (9360/11414) Checking out files: 83% (9474/11414) Checking out files: 84% (9588/11414) Checking out files: 85% (9702/11414) Checking out files: 86% (9817/11414) Checking out files: 87% (9931/11414) Checking out files: 88% (10045/11414) Checking out files: 89% (10159/11414) Checking out files: 90% (10273/11414) Checking out files: 91% (10387/11414) Checking out files: 92% (10501/11414) Checking out files: 93% (10616/11414) Checking out files: 94% (10730/11414) Checking out files: 95% (10844/11414) Checking out files: 96% (10958/11414) Checking out files: 97% (11072/11414) Checking out files: 98% (11186/11414) Checking out files: 99% (11300/11414) Checking out files: 100% (11414/11414) Checking out files: 100% (11414/11414), done. [2022-08-17T18:22:06.434Z] #24 122.3 + cd /tmp/tmp.Cfv8nZoiij/tmp/docker-ce [2022-08-17T18:22:06.434Z] #24 122.3 + git checkout -q v17.06.2-ce [2022-08-17T18:22:07.364Z] #24 ... [2022-08-17T18:22:07.364Z] [2022-08-17T18:22:07.364Z] #32 [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-08-17T18:22:07.364Z] #32 sha256:90c4ea9599fe2b6b547efcb111d9184072327d84e6bcbe3a5caa72f5cfe38ce0 [2022-08-17T18:22:07.364Z] #32 DONE 123.9s [2022-08-17T18:22:07.548Z] #13 ... [2022-08-17T18:22:07.548Z] [2022-08-17T18:22:07.548Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:22:07.548Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:22:07.548Z] #42 80.73 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 80.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:22:07.548Z] #42 80.76 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:22:07.548Z] #42 80.78 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2022-08-17T18:22:07.548Z] #42 80.80 Setting up python-six (1.12.0-1) ... [2022-08-17T18:22:07.548Z] #42 86.22 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1+deb10u1) ... [2022-08-17T18:22:07.548Z] #42 86.25 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:22:07.548Z] #42 86.28 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 86.31 Setting up libcap-dev:amd64 (1:2.25-2) ... [2022-08-17T18:22:07.548Z] #42 86.32 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 86.33 Setting up protobuf-compiler (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 86.35 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-08-17T18:22:07.548Z] #42 86.38 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 86.39 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2022-08-17T18:22:07.548Z] #42 86.40 Setting up python-protobuf (3.6.1.3-2) ... [2022-08-17T18:22:07.548Z] #42 ... [2022-08-17T18:22:07.548Z] [2022-08-17T18:22:07.548Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:22:07.548Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:22:07.548Z] #34 80.82 reflect [2022-08-17T18:22:07.548Z] #34 90.65 internal/syscall/unix [2022-08-17T18:22:07.548Z] #34 ... [2022-08-17T18:22:07.548Z] [2022-08-17T18:22:07.548Z] #36 [tini 1/2] 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-08-17T18:22:07.548Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:22:07.548Z] #36 90.95 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:22:07.621Z] [2022-08-17T18:22:07.621Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:07.621Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:22:07.621Z] #43 63.44 DEP criu/proc_parse.d [2022-08-17T18:22:07.621Z] #43 63.62 DEP criu/plugin.d [2022-08-17T18:22:07.621Z] #43 63.75 DEP criu/pipes.d [2022-08-17T18:22:07.621Z] #43 63.90 DEP criu/pie-util.d [2022-08-17T18:22:07.621Z] #43 64.03 DEP criu/pie-util-vdso.d [2022-08-17T18:22:07.621Z] #43 64.12 DEP criu/path.d [2022-08-17T18:22:07.621Z] #43 64.28 DEP criu/parasite-syscall.d [2022-08-17T18:22:07.621Z] #43 64.42 DEP criu/pagemap.d [2022-08-17T18:22:07.621Z] #43 64.54 DEP criu/pagemap-cache.d [2022-08-17T18:22:07.621Z] #43 64.66 DEP criu/page-xfer.d [2022-08-17T18:22:07.621Z] #43 64.78 DEP criu/page-pipe.d [2022-08-17T18:22:07.621Z] #43 64.86 DEP criu/netfilter.d [2022-08-17T18:22:07.621Z] #43 64.95 DEP criu/net.d [2022-08-17T18:22:07.621Z] #43 65.10 DEP criu/namespaces.d [2022-08-17T18:22:07.621Z] #43 65.23 DEP criu/mount.d [2022-08-17T18:22:07.621Z] #43 65.42 DEP criu/memfd.d [2022-08-17T18:22:07.621Z] #43 65.53 DEP criu/mem.d [2022-08-17T18:22:07.621Z] #43 65.67 DEP criu/lsm.d [2022-08-17T18:22:07.621Z] #43 65.77 DEP criu/log.d [2022-08-17T18:22:07.621Z] #43 65.93 DEP criu/libnetlink.d [2022-08-17T18:22:07.621Z] #43 66.05 DEP criu/kerndat.d [2022-08-17T18:22:07.621Z] #43 66.28 DEP criu/kcmp-ids.d [2022-08-17T18:22:07.621Z] #43 66.38 DEP criu/irmap.d [2022-08-17T18:22:07.621Z] #43 66.48 DEP criu/ipc_ns.d [2022-08-17T18:22:07.621Z] #43 66.61 DEP criu/image.d [2022-08-17T18:22:07.621Z] #43 66.72 DEP criu/image-desc.d [2022-08-17T18:22:07.621Z] #43 66.85 DEP criu/fsnotify.d [2022-08-17T18:22:07.621Z] #43 67.03 DEP criu/filesystems.d [2022-08-17T18:22:07.621Z] #43 67.12 DEP criu/files.d [2022-08-17T18:22:07.621Z] #43 67.34 DEP criu/files-reg.d [2022-08-17T18:22:07.621Z] #43 67.54 DEP criu/files-ext.d [2022-08-17T18:22:07.621Z] #43 67.62 DEP criu/file-lock.d [2022-08-17T18:22:07.621Z] #43 67.74 DEP criu/file-ids.d [2022-08-17T18:22:07.621Z] #43 67.87 DEP criu/fifo.d [2022-08-17T18:22:07.621Z] #43 68.05 DEP criu/fdstore.d [2022-08-17T18:22:07.621Z] #43 68.19 DEP criu/fault-injection.d [2022-08-17T18:22:07.621Z] #43 68.24 DEP criu/external.d [2022-08-17T18:22:07.621Z] #43 68.30 DEP criu/eventpoll.d [2022-08-17T18:22:07.621Z] #43 68.42 DEP criu/eventfd.d [2022-08-17T18:22:07.621Z] #43 68.59 DEP criu/crtools.d [2022-08-17T18:22:07.621Z] #43 68.75 DEP criu/cr-service.d [2022-08-17T18:22:07.621Z] #43 68.91 DEP criu/cr-restore.d [2022-08-17T18:22:07.621Z] #43 69.06 DEP criu/cr-errno.d [2022-08-17T18:22:07.621Z] #43 69.08 DEP criu/cr-dump.d [2022-08-17T18:22:07.621Z] #43 69.27 DEP criu/cr-dedup.d [2022-08-17T18:22:07.621Z] #43 69.44 DEP criu/cr-check.d [2022-08-17T18:22:07.621Z] #43 69.68 DEP criu/config.d [2022-08-17T18:22:07.621Z] #43 69.83 DEP criu/clone-noasan.d [2022-08-17T18:22:07.621Z] #43 69.89 DEP criu/cgroup.d [2022-08-17T18:22:07.621Z] #43 70.02 DEP criu/cgroup-props.d [2022-08-17T18:22:07.621Z] #43 70.15 DEP criu/bitmap.d [2022-08-17T18:22:07.621Z] #43 70.19 DEP criu/bfd.d [2022-08-17T18:22:07.621Z] #43 70.27 DEP criu/autofs.d [2022-08-17T18:22:07.621Z] #43 70.42 DEP criu/aio.d [2022-08-17T18:22:07.621Z] #43 70.64 DEP criu/action-scripts.d [2022-08-17T18:22:07.621Z] #43 70.81 CC criu/action-scripts.o [2022-08-17T18:22:07.621Z] #43 71.34 CC criu/aio.o [2022-08-17T18:22:07.621Z] #43 71.91 CC criu/autofs.o [2022-08-17T18:22:07.804Z] #36 91.05 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:07.804Z] #36 91.09 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2022-08-17T18:22:07.804Z] #36 91.10 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:08.095Z] #36 91.34 Setting up librhash0:amd64 (1.3.8-1) ... [2022-08-17T18:22:08.096Z] #36 91.38 Setting up cmake-data (3.13.4-1) ... [2022-08-17T18:22:08.352Z] #36 91.55 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ... [2022-08-17T18:22:08.352Z] #36 91.56 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2022-08-17T18:22:08.352Z] #36 91.61 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2022-08-17T18:22:08.352Z] #36 91.64 Setting up cmake (3.13.4-1) ... [2022-08-17T18:22:08.352Z] #36 91.72 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:22:08.627Z] #36 91.88 Processing triggers for mime-support (3.62) ... [2022-08-17T18:22:08.996Z] #43 ... [2022-08-17T18:22:08.996Z] [2022-08-17T18:22:08.996Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:22:08.996Z] #24 sha256:3e547b9fa368337703ed4f43739205fe842803adae3b402d1eddd5220be11723 [2022-08-17T18:22:08.996Z] #24 125.7 + mkdir -p /tmp/tmp.Cfv8nZoiij/src/github.com/docker [2022-08-17T18:22:08.996Z] #24 125.7 + mv components/cli /tmp/tmp.Cfv8nZoiij/src/github.com/docker/cli [2022-08-17T18:22:08.996Z] #24 125.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-08-17T18:22:09.939Z] #53 ... [2022-08-17T18:22:09.939Z] [2022-08-17T18:22:09.939Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:22:09.939Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906 [2022-08-17T18:22:09.939Z] #14 DONE 3.6s [2022-08-17T18:22:09.939Z] [2022-08-17T18:22:09.939Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:22:09.939Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792 [2022-08-17T18:22:09.939Z] #53 3.664 + RM_GOPATH=0 [2022-08-17T18:22:09.939Z] #53 3.664 + TMP_GOPATH= [2022-08-17T18:22:09.939Z] #53 3.664 + : /build [2022-08-17T18:22:09.939Z] #53 3.664 + '[' -z '' ']' [2022-08-17T18:22:09.939Z] #53 3.700 ++ mktemp -d [2022-08-17T18:22:09.939Z] #53 3.700 + export GOPATH=/tmp/tmp.fuCSgN05Xj [2022-08-17T18:22:09.939Z] #53 3.700 + GOPATH=/tmp/tmp.fuCSgN05Xj [2022-08-17T18:22:09.939Z] #53 3.700 + RM_GOPATH=1 [2022-08-17T18:22:09.939Z] #53 3.700 + case "$(go env GOARCH)" in [2022-08-17T18:22:09.939Z] #53 3.700 ++ go env GOARCH [2022-08-17T18:22:09.939Z] #53 3.711 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:22:09.939Z] #53 3.711 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:22:09.939Z] #53 3.711 ++ dirname /tmp/install/install.sh [2022-08-17T18:22:09.939Z] #53 3.739 + dir=/tmp/install [2022-08-17T18:22:09.939Z] #53 3.739 + bin=runc [2022-08-17T18:22:09.939Z] #53 3.739 + shift [2022-08-17T18:22:09.939Z] #53 3.739 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-17T18:22:09.939Z] #53 3.739 + . /tmp/install/runc.installer [2022-08-17T18:22:09.939Z] #53 3.739 ++ set -e [2022-08-17T18:22:09.939Z] #53 3.739 ++ : v1.1.3 [2022-08-17T18:22:09.939Z] #53 3.739 + install_runc [2022-08-17T18:22:09.939Z] #53 3.739 + RUNC_BUILDTAGS=seccomp [2022-08-17T18:22:09.939Z] #53 3.739 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-17T18:22:09.939Z] #53 3.739 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc [2022-08-17T18:22:09.939Z] #53 3.739 Cloning into '/tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc'... [2022-08-17T18:22:09.939Z] #53 3.748 Install runc version v1.1.3 (build tags: seccomp) [2022-08-17T18:22:09.997Z] #36 ... [2022-08-17T18:22:09.997Z] [2022-08-17T18:22:09.997Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2022-08-17T18:22:09.997Z] #47 sha256:f941db51018860b9b7478b9e5ee952acc7a91ce388b286816f15bdfb9eabb2e9 [2022-08-17T18:22:09.997Z] #47 DONE 93.5s [2022-08-17T18:22:10.253Z] [2022-08-17T18:22:10.253Z] #36 [tini 1/2] 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-08-17T18:22:10.253Z] #36 sha256:812212daabc85b97de1749643fee92fd2d895de62c29b25c8f7bb61d671e6e53 [2022-08-17T18:22:10.253Z] #36 DONE 93.5s [2022-08-17T18:22:10.253Z] [2022-08-17T18:22:10.253Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:22:10.253Z] #37 sha256:85e9a311947d7d69f6d4c98d0492dab09911bc8cdf822b66ccfda37392795805 [2022-08-17T18:22:11.831Z] #53 ... [2022-08-17T18:22:11.831Z] [2022-08-17T18:22:11.831Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:11.831Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:11.831Z] #43 40.82 DEP compel/arch/x86/src/lib/infect.d [2022-08-17T18:22:11.831Z] #43 40.90 DEP compel/arch/x86/src/lib/cpu.d [2022-08-17T18:22:11.831Z] #43 40.96 DEP compel/src/lib/log.d [2022-08-17T18:22:11.831Z] #43 41.02 DEP compel/src/main.d [2022-08-17T18:22:11.831Z] #43 41.16 DEP compel/src/lib/handle-elf.d [2022-08-17T18:22:11.831Z] #43 41.25 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-17T18:22:11.831Z] #43 41.37 CC compel/src/lib/log.o [2022-08-17T18:22:11.831Z] #43 41.68 CC compel/arch/x86/src/lib/cpu.o [2022-08-17T18:22:11.831Z] #43 42.37 CC compel/arch/x86/src/lib/infect.o [2022-08-17T18:22:11.831Z] #43 42.95 CC compel/src/lib/infect-rpc.o [2022-08-17T18:22:11.831Z] #43 43.40 CC compel/src/lib/infect-util.o [2022-08-17T18:22:11.831Z] #43 43.62 CC compel/src/lib/infect.o [2022-08-17T18:22:11.831Z] #43 45.57 CC compel/src/lib/ptrace.o [2022-08-17T18:22:11.831Z] #43 45.85 AR compel/libcompel.a [2022-08-17T18:22:11.831Z] #43 45.92 HOSTCC compel/src/main-host.o [2022-08-17T18:22:11.831Z] #43 46.15 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-17T18:22:11.831Z] #43 46.30 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-17T18:22:11.831Z] #43 46.63 HOSTCC compel/src/lib/log-host.o [2022-08-17T18:22:11.831Z] #43 46.77 HOSTLINK compel/compel-host-bin [2022-08-17T18:22:11.831Z] #43 46.86 DEP soccr/soccr.d [2022-08-17T18:22:11.831Z] #43 46.97 CC soccr/soccr.o [2022-08-17T18:22:11.831Z] #43 48.01 AR soccr/libsoccr.a [2022-08-17T18:22:11.831Z] #43 48.06 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:22:11.831Z] #43 48.42 DEP criu/arch/x86/sigframe.d [2022-08-17T18:22:11.831Z] #43 48.44 DEP criu/arch/x86/sigaction_compat.d [2022-08-17T18:22:11.831Z] #43 48.53 DEP criu/arch/x86/kerndat.d [2022-08-17T18:22:11.831Z] #43 48.69 DEP criu/arch/x86/crtools.d [2022-08-17T18:22:11.831Z] #43 48.69 DEP criu/arch/x86/cpu.d [2022-08-17T18:22:11.831Z] #43 48.77 CC criu/arch/x86/cpu.o [2022-08-17T18:22:11.831Z] #43 49.30 CC criu/arch/x86/crtools.o [2022-08-17T18:22:11.831Z] #43 50.43 CC criu/arch/x86/kerndat.o [2022-08-17T18:22:12.087Z] #43 50.92 CC criu/arch/x86/sigaction_compat.o [2022-08-17T18:22:12.344Z] #43 51.21 CC criu/arch/x86/sigframe.o [2022-08-17T18:22:12.344Z] #43 51.44 LINK criu/arch/x86/crtools.built-in.o [2022-08-17T18:22:12.601Z] #43 51.50 DEP criu/pie/util-vdso-elf32.d [2022-08-17T18:22:12.601Z] #43 51.65 DEP criu/pie/util-vdso.d [2022-08-17T18:22:12.770Z] #37 2.513 + RM_GOPATH=0 [2022-08-17T18:22:12.770Z] #37 2.513 + TMP_GOPATH= [2022-08-17T18:22:12.770Z] #37 2.513 + : /build [2022-08-17T18:22:12.770Z] #37 2.513 + '[' -z '' ']' [2022-08-17T18:22:12.770Z] #37 2.513 ++ mktemp -d [2022-08-17T18:22:12.770Z] #37 2.513 + export GOPATH=/tmp/tmp.1EgaYbqk9w [2022-08-17T18:22:12.770Z] #37 2.513 + GOPATH=/tmp/tmp.1EgaYbqk9w [2022-08-17T18:22:12.770Z] #37 2.513 + RM_GOPATH=1 [2022-08-17T18:22:12.770Z] #37 2.513 + case "$(go env GOARCH)" in [2022-08-17T18:22:12.770Z] #37 2.513 ++ go env GOARCH [2022-08-17T18:22:12.770Z] #37 2.547 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:22:12.770Z] #37 2.547 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:22:12.770Z] #37 2.550 ++ dirname /tmp/install/install.sh [2022-08-17T18:22:12.770Z] #37 2.554 + dir=/tmp/install [2022-08-17T18:22:12.770Z] #37 2.554 + bin=tini [2022-08-17T18:22:12.770Z] #37 2.554 + shift [2022-08-17T18:22:12.770Z] #37 2.554 + '[' '!' -f /tmp/install/tini.installer ']' [2022-08-17T18:22:12.770Z] #37 2.554 + . /tmp/install/tini.installer [2022-08-17T18:22:12.770Z] #37 2.554 ++ : v0.19.0 [2022-08-17T18:22:12.770Z] #37 2.554 + install_tini [2022-08-17T18:22:12.770Z] #37 2.554 + echo 'Install tini version v0.19.0' [2022-08-17T18:22:12.770Z] #37 2.554 + git clone https://github.com/krallin/tini.git /tmp/tmp.1EgaYbqk9w/tini [2022-08-17T18:22:12.770Z] #37 2.554 Install tini version v0.19.0 [2022-08-17T18:22:12.770Z] #37 2.572 Cloning into '/tmp/tmp.1EgaYbqk9w/tini'... [2022-08-17T18:22:12.857Z] #43 ... [2022-08-17T18:22:12.858Z] [2022-08-17T18:22:12.858Z] #15 [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-08-17T18:22:12.858Z] #15 sha256:f162fbc0dc78319128a7fa0a7a2e0a55367da8974c899939839f6097074ab280 [2022-08-17T18:22:12.858Z] #15 DONE 3.6s [2022-08-17T18:22:12.858Z] [2022-08-17T18:22:12.858Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:12.858Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:12.858Z] #43 51.78 DEP criu/pie/util.d [2022-08-17T18:22:12.858Z] #43 ... [2022-08-17T18:22:12.858Z] [2022-08-17T18:22:12.858Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-17T18:22:12.858Z] #16 sha256:a1356f0f53fed6dd321fbb7e3b2e7efcdea14cadeb650bab146ad5170a8ea572 [2022-08-17T18:22:13.333Z] #37 ... [2022-08-17T18:22:13.333Z] [2022-08-17T18:22:13.333Z] #42 [criu 1/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 apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2022-08-17T18:22:13.333Z] #42 sha256:6dffc86e53833ba9400d33abf29c3e569bb98b6939535e6cf0e38772951e11b1 [2022-08-17T18:22:13.333Z] #42 96.04 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2022-08-17T18:22:13.333Z] #42 96.09 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:22:13.333Z] #42 DONE 96.6s [2022-08-17T18:22:13.333Z] [2022-08-17T18:22:13.333Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:13.333Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:14.249Z] #24 ... [2022-08-17T18:22:14.249Z] [2022-08-17T18:22:14.249Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:14.249Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:22:14.249Z] #20 23.17 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:14.249Z] #20 23.25 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:22:14.249Z] #20 25.75 Selecting previously unselected package python3-minimal. [2022-08-17T18:22:14.249Z] #20 25.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23674 files and directories currently installed.) [2022-08-17T18:22:14.249Z] #20 25.80 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 25.80 Unpacking python3-minimal (3.7.3-1) ... [2022-08-17T18:22:14.249Z] #20 25.89 Selecting previously unselected package libmpdec2:arm64. [2022-08-17T18:22:14.249Z] #20 25.90 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 25.90 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2022-08-17T18:22:14.249Z] #20 26.00 Selecting previously unselected package libpython3.7-stdlib:arm64. [2022-08-17T18:22:14.249Z] #20 26.01 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 26.04 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:14.249Z] #20 26.96 Selecting previously unselected package python3.7. [2022-08-17T18:22:14.249Z] #20 26.97 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 26.98 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:14.249Z] #20 27.09 Selecting previously unselected package libpython3-stdlib:arm64. [2022-08-17T18:22:14.249Z] #20 27.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 27.12 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2022-08-17T18:22:14.249Z] #20 27.23 Setting up python3-minimal (3.7.3-1) ... [2022-08-17T18:22:14.249Z] #20 27.99 Selecting previously unselected package python3. [2022-08-17T18:22:14.249Z] #20 27.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24086 files and directories currently installed.) [2022-08-17T18:22:14.249Z] #20 28.05 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.05 Unpacking python3 (3.7.3-1) ... [2022-08-17T18:22:14.249Z] #20 28.20 Selecting previously unselected package libip4tc0:arm64. [2022-08-17T18:22:14.249Z] #20 28.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.21 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:14.249Z] #20 28.31 Selecting previously unselected package libip6tc0:arm64. [2022-08-17T18:22:14.249Z] #20 28.31 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.31 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:14.249Z] #20 28.45 Selecting previously unselected package libiptc0:arm64. [2022-08-17T18:22:14.249Z] #20 28.46 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.47 Unpacking libiptc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:14.249Z] #20 28.54 Selecting previously unselected package libnfnetlink0:arm64. [2022-08-17T18:22:14.249Z] #20 28.55 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.56 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-08-17T18:22:14.249Z] #20 28.62 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-08-17T18:22:14.249Z] #20 28.63 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.64 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2022-08-17T18:22:14.249Z] #20 28.70 Selecting previously unselected package libnftnl11:arm64. [2022-08-17T18:22:14.249Z] #20 28.71 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.72 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2022-08-17T18:22:14.249Z] #20 28.82 Selecting previously unselected package iptables. [2022-08-17T18:22:14.249Z] #20 28.82 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 28.82 Unpacking iptables (1.8.2-4) ... [2022-08-17T18:22:14.249Z] #20 29.07 Selecting previously unselected package xxd. [2022-08-17T18:22:14.249Z] #20 29.08 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-17T18:22:14.249Z] #20 29.08 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:14.249Z] #20 29.21 Selecting previously unselected package vim-common. [2022-08-17T18:22:14.249Z] #20 29.22 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:22:14.249Z] #20 29.24 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:14.249Z] #20 29.42 Selecting previously unselected package bash-completion. [2022-08-17T18:22:14.249Z] #20 29.42 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-17T18:22:15.377Z] #16 2.185 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-17T18:22:15.377Z] #16 DONE 2.2s [2022-08-17T18:22:15.377Z] [2022-08-17T18:22:15.377Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-17T18:22:15.377Z] #17 sha256:2280036e56f4451b37ceb580fdd12561ffb13693058a3fdce3b18b96ce471452 [2022-08-17T18:22:15.619Z] #20 32.19 Unpacking bash-completion (1:2.8-6) ... [2022-08-17T18:22:15.852Z] #43 ... [2022-08-17T18:22:15.852Z] [2022-08-17T18:22:15.852Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:22:15.852Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:22:15.852Z] #49 89.28 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-08-17T18:22:15.852Z] #49 89.43 go: downloading github.com/gobwas/glob v0.2.3 [2022-08-17T18:22:15.852Z] #49 89.50 go: downloading github.com/kisielk/gotool v1.0.0 [2022-08-17T18:22:15.852Z] #49 89.69 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-08-17T18:22:15.852Z] #49 89.77 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-08-17T18:22:15.852Z] #49 89.85 go: downloading golang.org/x/mod v0.5.1 [2022-08-17T18:22:15.852Z] #49 89.95 go: downloading github.com/ettle/strcase v0.1.1 [2022-08-17T18:22:15.852Z] #49 90.12 go: downloading github.com/fatih/structtag v1.2.0 [2022-08-17T18:22:15.852Z] #49 90.20 go: downloading github.com/Masterminds/semver v1.5.0 [2022-08-17T18:22:15.852Z] #49 90.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-08-17T18:22:15.852Z] #49 90.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-08-17T18:22:15.852Z] #49 90.63 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-08-17T18:22:15.852Z] #49 91.34 go: downloading github.com/prometheus/client_model v0.2.0 [2022-08-17T18:22:15.852Z] #49 91.68 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-08-17T18:22:15.852Z] #49 91.75 go: downloading github.com/google/go-cmp v0.5.6 [2022-08-17T18:22:15.852Z] #49 92.34 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-08-17T18:22:15.852Z] #49 92.46 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-08-17T18:22:15.852Z] #49 92.61 go: downloading github.com/beorn7/perks v1.0.1 [2022-08-17T18:22:15.852Z] #49 92.66 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-08-17T18:22:15.852Z] #49 92.68 go: downloading github.com/golang/protobuf v1.5.2 [2022-08-17T18:22:15.852Z] #49 92.74 go: downloading github.com/cespare/xxhash v1.1.0 [2022-08-17T18:22:15.852Z] #49 93.23 go: downloading github.com/prometheus/common v0.10.0 [2022-08-17T18:22:15.852Z] #49 93.52 go: downloading github.com/prometheus/procfs v0.6.0 [2022-08-17T18:22:15.852Z] #49 93.74 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-08-17T18:22:15.852Z] #49 93.84 go: downloading google.golang.org/protobuf v1.27.1 [2022-08-17T18:22:15.852Z] #49 96.72 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-08-17T18:22:16.114Z] #49 ... [2022-08-17T18:22:16.114Z] [2022-08-17T18:22:16.114Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:22:16.114Z] #37 sha256:85e9a311947d7d69f6d4c98d0492dab09911bc8cdf822b66ccfda37392795805 [2022-08-17T18:22:16.114Z] #37 3.735 + cd /tmp/tmp.1EgaYbqk9w/tini [2022-08-17T18:22:16.114Z] #37 3.735 + git checkout -q v0.19.0 [2022-08-17T18:22:16.114Z] #37 3.887 + cmake . [2022-08-17T18:22:16.114Z] #37 4.674 -- The C compiler identification is GNU 8.3.0 [2022-08-17T18:22:16.114Z] #37 4.720 -- Check for working C compiler: /usr/bin/cc [2022-08-17T18:22:16.114Z] #37 5.687 -- Check for working C compiler: /usr/bin/cc -- works [2022-08-17T18:22:16.114Z] #37 5.705 -- Detecting C compiler ABI info [2022-08-17T18:22:16.183Z] #20 32.64 Selecting previously unselected package bzip2. [2022-08-17T18:22:16.183Z] #20 32.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2022-08-17T18:22:16.183Z] #20 32.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:22:16.183Z] #20 32.75 Selecting previously unselected package xz-utils. [2022-08-17T18:22:16.183Z] #20 32.76 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_arm64.deb ... [2022-08-17T18:22:16.183Z] #20 32.76 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:22:16.183Z] #20 32.90 Selecting previously unselected package apparmor. [2022-08-17T18:22:16.183Z] #20 32.91 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2022-08-17T18:22:16.440Z] #20 32.99 Unpacking apparmor (2.13.2-10) ... [2022-08-17T18:22:16.681Z] #37 6.497 -- Detecting C compiler ABI info - done [2022-08-17T18:22:16.681Z] #37 6.547 -- Detecting C compile features [2022-08-17T18:22:16.696Z] #20 33.27 Selecting previously unselected package aufs-tools. [2022-08-17T18:22:16.696Z] #20 33.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2022-08-17T18:22:16.696Z] #20 33.29 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:22:16.696Z] #20 33.41 Selecting previously unselected package libonig5:arm64. [2022-08-17T18:22:16.953Z] #20 33.41 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2022-08-17T18:22:16.953Z] #20 33.42 Unpacking libonig5:arm64 (6.9.1-1) ... [2022-08-17T18:22:16.953Z] #20 33.54 Selecting previously unselected package libjq1:arm64. [2022-08-17T18:22:16.953Z] #20 33.54 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2022-08-17T18:22:16.953Z] #20 33.54 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-17T18:22:16.953Z] #20 33.64 Selecting previously unselected package jq. [2022-08-17T18:22:16.953Z] #20 33.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2022-08-17T18:22:16.953Z] #20 33.66 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:22:16.953Z] #20 33.72 Selecting previously unselected package libaio1:arm64. [2022-08-17T18:22:16.953Z] #20 33.74 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2022-08-17T18:22:17.211Z] #20 33.75 Unpacking libaio1:arm64 (0.3.112-3) ... [2022-08-17T18:22:17.211Z] #20 33.82 Selecting previously unselected package libgpm2:arm64. [2022-08-17T18:22:17.211Z] #20 33.83 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2022-08-17T18:22:17.211Z] #20 33.83 Unpacking libgpm2:arm64 (1.20.7-5) ... [2022-08-17T18:22:17.293Z] #17 DONE 1.9s [2022-08-17T18:22:17.293Z] [2022-08-17T18:22:17.293Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-17T18:22:17.293Z] #18 sha256:621e70a2779988baa9bbb1ac50b226780bb61c6f24e7a931c49a324df8e49341 [2022-08-17T18:22:17.468Z] #20 33.90 Selecting previously unselected package libicu63:arm64. [2022-08-17T18:22:17.468Z] #20 33.91 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_arm64.deb ... [2022-08-17T18:22:17.468Z] #20 33.91 Unpacking libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-17T18:22:18.049Z] #37 ... [2022-08-17T18:22:18.049Z] [2022-08-17T18:22:18.049Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:22:18.049Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:22:18.049Z] #34 91.24 time [2022-08-17T18:22:18.049Z] #34 101.5 internal/poll [2022-08-17T18:22:18.049Z] #34 ... [2022-08-17T18:22:18.049Z] [2022-08-17T18:22:18.049Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:18.049Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:18.049Z] #43 3.852 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:22:18.049Z] #43 3.852 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:22:18.049Z] #43 3.891 Note: Building without GnuTLS support [2022-08-17T18:22:18.049Z] #43 3.904 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:22:18.049Z] #43 3.906 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:22:19.187Z] #18 DONE 1.9s [2022-08-17T18:22:19.187Z] [2022-08-17T18:22:19.187Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:22:19.187Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d [2022-08-17T18:22:19.364Z] #20 ... [2022-08-17T18:22:19.364Z] [2022-08-17T18:22:19.364Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:19.364Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:22:19.364Z] #43 73.68 CC criu/bfd.o [2022-08-17T18:22:19.364Z] #43 74.14 CC criu/bitmap.o [2022-08-17T18:22:19.364Z] #43 74.27 CC criu/cgroup-props.o [2022-08-17T18:22:19.364Z] #43 74.89 CC criu/cgroup.o [2022-08-17T18:22:19.364Z] #43 77.52 CC criu/clone-noasan.o [2022-08-17T18:22:19.364Z] #43 77.67 CC criu/config.o [2022-08-17T18:22:19.364Z] #43 79.09 CC criu/cr-check.o [2022-08-17T18:22:19.364Z] #43 80.68 CC criu/cr-dedup.o [2022-08-17T18:22:19.364Z] #43 81.08 CC criu/cr-dump.o [2022-08-17T18:22:19.364Z] #43 83.50 CC criu/cr-errno.o [2022-08-17T18:22:19.364Z] #43 83.60 CC criu/cr-restore.o [2022-08-17T18:22:20.295Z] #43 ... [2022-08-17T18:22:20.295Z] [2022-08-17T18:22:20.295Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:20.295Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:22:20.295Z] #20 36.88 Selecting previously unselected package libnet1:arm64. [2022-08-17T18:22:20.295Z] #20 36.89 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-08-17T18:22:20.295Z] #20 36.89 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:22:20.295Z] #20 36.99 Selecting previously unselected package libnl-3-200:arm64. [2022-08-17T18:22:20.552Z] #20 36.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2022-08-17T18:22:20.552Z] #20 37.00 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2022-08-17T18:22:20.552Z] #20 37.06 Selecting previously unselected package libprotobuf-c1:arm64. [2022-08-17T18:22:20.552Z] #20 37.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2022-08-17T18:22:20.552Z] #20 37.07 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-17T18:22:20.552Z] #20 37.14 Selecting previously unselected package libreadline5:arm64. [2022-08-17T18:22:20.552Z] #20 37.15 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2022-08-17T18:22:20.552Z] #20 37.16 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2022-08-17T18:22:20.587Z] #43 7.222 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:22:20.587Z] #43 7.322 GEN .gitid [2022-08-17T18:22:20.808Z] #20 37.26 Selecting previously unselected package net-tools. [2022-08-17T18:22:20.808Z] #20 37.27 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2022-08-17T18:22:20.808Z] #20 37.27 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:22:20.808Z] #20 37.47 Selecting previously unselected package patch. [2022-08-17T18:22:20.808Z] #20 37.49 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2022-08-17T18:22:20.808Z] #20 37.49 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-17T18:22:20.843Z] #43 7.409 GEN criu/include/version.h [2022-08-17T18:22:20.843Z] #43 7.505 GEN include/common/asm [2022-08-17T18:22:21.065Z] #20 37.61 Selecting previously unselected package python-pip-whl. [2022-08-17T18:22:21.065Z] #20 37.62 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-17T18:22:21.065Z] #20 37.63 Unpacking python-pip-whl (18.1-5) ... [2022-08-17T18:22:21.082Z] #19 DONE 2.0s [2022-08-17T18:22:21.082Z] [2022-08-17T18:22:21.082Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:21.082Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:22:21.627Z] #20 38.05 Selecting previously unselected package python3-lib2to3. [2022-08-17T18:22:21.628Z] #20 38.06 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-17T18:22:21.628Z] #20 38.06 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:22:21.628Z] #20 38.23 Selecting previously unselected package python3-distutils. [2022-08-17T18:22:21.628Z] #20 38.23 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-17T18:22:21.628Z] #20 38.24 Unpacking python3-distutils (3.7.3-1) ... [2022-08-17T18:22:21.884Z] #20 38.37 Selecting previously unselected package python3-pip. [2022-08-17T18:22:21.884Z] #20 38.37 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-17T18:22:21.884Z] #20 38.38 Unpacking python3-pip (18.1-5) ... [2022-08-17T18:22:21.884Z] #20 38.54 Selecting previously unselected package python3-pkg-resources. [2022-08-17T18:22:21.884Z] #20 38.55 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:22:21.884Z] #20 38.55 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:22:22.141Z] #20 38.68 Selecting previously unselected package python3-setuptools. [2022-08-17T18:22:22.141Z] #20 38.69 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-17T18:22:22.141Z] #20 38.69 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-17T18:22:22.397Z] #20 38.94 Selecting previously unselected package python3-wheel. [2022-08-17T18:22:22.397Z] #20 38.95 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-17T18:22:22.397Z] #20 38.95 Unpacking python3-wheel (0.32.3-2) ... [2022-08-17T18:22:22.397Z] #20 39.04 Selecting previously unselected package sudo. [2022-08-17T18:22:22.397Z] #20 39.04 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2022-08-17T18:22:22.397Z] #20 39.05 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:22:22.976Z] #20 2.285 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:22:22.976Z] #20 ... [2022-08-17T18:22:22.976Z] [2022-08-17T18:22:22.976Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:22.976Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:22.976Z] #43 51.97 CC criu/pie/util.o [2022-08-17T18:22:22.976Z] #43 52.36 CC criu/pie/util-vdso.o [2022-08-17T18:22:22.976Z] #43 53.02 CC criu/pie/util-vdso-elf32.o [2022-08-17T18:22:22.976Z] #43 53.60 AR criu/pie/pie.lib.a [2022-08-17T18:22:22.976Z] #43 53.64 DEP criu/pie/restorer.d [2022-08-17T18:22:22.976Z] #43 53.78 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-17T18:22:22.976Z] #43 53.87 DEP criu/arch/x86/restorer_unmap.d [2022-08-17T18:22:22.976Z] #43 53.90 DEP criu/arch/x86/restorer.d [2022-08-17T18:22:22.976Z] #43 54.17 DEP criu/arch/x86/vdso-pie.d [2022-08-17T18:22:22.976Z] #43 54.29 DEP criu/pie/parasite-vdso.d [2022-08-17T18:22:22.976Z] #43 54.49 DEP criu/pie/parasite.d [2022-08-17T18:22:22.976Z] #43 54.71 CC criu/pie/parasite.o [2022-08-17T18:22:22.976Z] #43 55.84 LINK criu/pie/parasite.built-in.o [2022-08-17T18:22:22.976Z] #43 55.86 GEN criu/pie/parasite-blob.h [2022-08-17T18:22:22.976Z] #43 55.87 CC criu/pie/parasite-vdso.o [2022-08-17T18:22:22.976Z] #43 56.63 CC criu/arch/x86/vdso-pie.o [2022-08-17T18:22:22.976Z] #43 56.90 CC criu/arch/x86/restorer.o [2022-08-17T18:22:22.976Z] #43 57.31 CC criu/arch/x86/restorer_unmap.o [2022-08-17T18:22:22.976Z] #43 57.37 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-17T18:22:22.976Z] #43 57.63 CC criu/pie/restorer.o [2022-08-17T18:22:22.976Z] #43 60.54 LINK criu/pie/restorer.built-in.o [2022-08-17T18:22:22.976Z] #43 60.54 GEN criu/pie/restorer-blob.h [2022-08-17T18:22:22.976Z] #43 60.62 DEP criu/vdso.d [2022-08-17T18:22:22.976Z] #43 60.77 DEP criu/vdso-compat.d [2022-08-17T18:22:22.976Z] #43 60.95 DEP criu/uts_ns.d [2022-08-17T18:22:22.976Z] #43 61.12 DEP criu/util.d [2022-08-17T18:22:22.976Z] #43 61.31 DEP criu/uffd.d [2022-08-17T18:22:22.976Z] #43 61.46 DEP criu/tun.d [2022-08-17T18:22:22.976Z] #43 61.62 DEP criu/tty.d [2022-08-17T18:22:22.976Z] #43 61.80 DEP criu/timerfd.d [2022-08-17T18:22:22.976Z] #43 61.98 DEP criu/timens.d [2022-08-17T18:22:22.980Z] #20 39.54 Selecting previously unselected package thin-provisioning-tools. [2022-08-17T18:22:22.980Z] #20 39.55 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2022-08-17T18:22:22.980Z] #20 39.55 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:22:22.980Z] #20 39.77 Selecting previously unselected package uidmap. [2022-08-17T18:22:23.234Z] #43 62.18 DEP criu/sysfs_parse.d [2022-08-17T18:22:23.234Z] #43 ... [2022-08-17T18:22:23.234Z] [2022-08-17T18:22:23.234Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:23.234Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:22:23.234Z] #20 2.306 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:22:23.234Z] #20 2.325 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:22:23.234Z] #20 2.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:22:23.255Z] #20 39.77 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2022-08-17T18:22:23.255Z] #20 39.78 Unpacking uidmap (1:4.5-1.1) ... [2022-08-17T18:22:23.255Z] #20 39.93 Selecting previously unselected package vim-runtime. [2022-08-17T18:22:23.255Z] #20 39.94 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:22:23.255Z] #20 39.97 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-17T18:22:23.255Z] #20 40.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-17T18:22:23.255Z] #20 40.03 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:23.363Z] #43 ... [2022-08-17T18:22:23.363Z] [2022-08-17T18:22:23.363Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:22:23.363Z] #37 sha256:85e9a311947d7d69f6d4c98d0492dab09911bc8cdf822b66ccfda37392795805 [2022-08-17T18:22:23.363Z] #37 9.794 -- Detecting C compile features - done [2022-08-17T18:22:23.363Z] #37 9.884 -- Performing Test HAS_BUILTIN_FORTIFY [2022-08-17T18:22:23.363Z] #37 10.29 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-08-17T18:22:23.363Z] #37 10.52 -- Configuring done [2022-08-17T18:22:23.363Z] #37 10.53 -- Generating done [2022-08-17T18:22:23.363Z] #37 10.54 -- Build files have been written to: /tmp/tmp.1EgaYbqk9w/tini [2022-08-17T18:22:23.363Z] #37 10.56 + make tini-static [2022-08-17T18:22:23.363Z] #37 10.96 Scanning dependencies of target tini-static [2022-08-17T18:22:23.363Z] #37 11.20 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-08-17T18:22:23.363Z] #37 13.29 [100%] Linking C executable tini-static [2022-08-17T18:22:23.491Z] #20 2.781 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-17T18:22:24.293Z] #37 14.11 [100%] Built target tini-static [2022-08-17T18:22:24.293Z] #37 14.26 + mkdir -p /build [2022-08-17T18:22:24.293Z] #37 14.28 + cp tini-static /build/docker-init [2022-08-17T18:22:24.293Z] #37 ... [2022-08-17T18:22:24.293Z] [2022-08-17T18:22:24.293Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:24.293Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:24.293Z] #13 93.78 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-08-17T18:22:24.293Z] #13 93.80 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2022-08-17T18:22:24.293Z] #13 93.81 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:22:24.293Z] #13 102.2 Selecting previously unselected package gcc-mingw-w64-base. [2022-08-17T18:22:24.293Z] #13 102.3 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:22:24.293Z] #13 102.3 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:24.293Z] #13 102.6 Selecting previously unselected package gcc-mingw-w64-x86-64. [2022-08-17T18:22:24.293Z] #13 102.6 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:22:24.293Z] #13 102.6 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:24.551Z] #13 ... [2022-08-17T18:22:24.551Z] [2022-08-17T18:22:24.551Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:24.551Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:24.551Z] #43 11.12 PBCC images/timens.pb-c.c [2022-08-17T18:22:24.551Z] #43 11.19 DEP images/timens.pb-c.d [2022-08-17T18:22:24.551Z] #43 11.29 PBCC images/fown.pb-c.c [2022-08-17T18:22:24.551Z] #43 11.32 PBCC images/google/protobuf/descriptor.pb-c.c [2022-08-17T18:22:24.807Z] #43 11.49 PBCC images/opts.pb-c.c [2022-08-17T18:22:24.807Z] #43 11.59 PBCC images/memfd.pb-c.c [2022-08-17T18:22:24.860Z] #20 3.769 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:22:25.067Z] #43 11.69 DEP images/fown.pb-c.d [2022-08-17T18:22:25.067Z] #43 11.82 DEP images/google/protobuf/descriptor.pb-c.d [2022-08-17T18:22:25.324Z] #43 ... [2022-08-17T18:22:25.325Z] [2022-08-17T18:22:25.325Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2022-08-17T18:22:25.325Z] #37 sha256:85e9a311947d7d69f6d4c98d0492dab09911bc8cdf822b66ccfda37392795805 [2022-08-17T18:22:25.325Z] #37 DONE 15.1s [2022-08-17T18:22:25.325Z] [2022-08-17T18:22:25.325Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:25.325Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:25.325Z] #43 12.01 DEP images/opts.pb-c.d [2022-08-17T18:22:25.325Z] #43 12.08 DEP images/memfd.pb-c.d [2022-08-17T18:22:25.325Z] #43 12.15 PBCC images/sit.pb-c.c [2022-08-17T18:22:25.581Z] #43 12.23 DEP images/sit.pb-c.d [2022-08-17T18:22:25.581Z] #43 12.42 PBCC images/macvlan.pb-c.c [2022-08-17T18:22:25.581Z] #43 12.42 DEP images/macvlan.pb-c.d [2022-08-17T18:22:25.837Z] #43 12.51 PBCC images/autofs.pb-c.c [2022-08-17T18:22:25.837Z] #43 12.57 DEP images/autofs.pb-c.d [2022-08-17T18:22:25.837Z] #43 12.67 PBCC images/sysctl.pb-c.c [2022-08-17T18:22:26.093Z] #43 12.72 DEP images/sysctl.pb-c.d [2022-08-17T18:22:26.093Z] #43 12.82 PBCC images/time.pb-c.c [2022-08-17T18:22:26.093Z] #43 12.86 DEP images/time.pb-c.d [2022-08-17T18:22:26.093Z] #43 12.92 PBCC images/binfmt-misc.pb-c.c [2022-08-17T18:22:26.229Z] #20 5.341 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:22:26.349Z] #43 12.97 DEP images/binfmt-misc.pb-c.d [2022-08-17T18:22:26.349Z] #43 13.15 PBCC images/seccomp.pb-c.c [2022-08-17T18:22:26.349Z] #43 13.22 DEP images/seccomp.pb-c.d [2022-08-17T18:22:26.574Z] #20 43.13 Selecting previously unselected package vim. [2022-08-17T18:22:26.574Z] #20 43.13 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_arm64.deb ... [2022-08-17T18:22:26.574Z] #20 43.16 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:26.606Z] #43 13.36 PBCC images/userns.pb-c.c [2022-08-17T18:22:26.606Z] #43 13.39 DEP images/userns.pb-c.d [2022-08-17T18:22:26.606Z] #43 13.50 PBCC images/cgroup.pb-c.c [2022-08-17T18:22:26.863Z] #43 13.55 DEP images/cgroup.pb-c.d [2022-08-17T18:22:26.863Z] #43 13.69 PBCC images/ext-file.pb-c.c [2022-08-17T18:22:26.863Z] #43 13.72 DEP images/ext-file.pb-c.d [2022-08-17T18:22:27.120Z] #43 13.81 PBCC images/rpc.pb-c.c [2022-08-17T18:22:27.120Z] #43 13.91 DEP images/rpc.pb-c.d [2022-08-17T18:22:27.120Z] #43 13.97 PBCC images/siginfo.pb-c.c [2022-08-17T18:22:27.136Z] #20 43.62 Selecting previously unselected package xfsprogs. [2022-08-17T18:22:27.136Z] #20 43.62 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2022-08-17T18:22:27.136Z] #20 43.63 Unpacking xfsprogs (4.20.0-1) ... [2022-08-17T18:22:27.377Z] #43 14.01 DEP images/siginfo.pb-c.d [2022-08-17T18:22:27.377Z] #43 14.06 PBCC images/pagemap.pb-c.c [2022-08-17T18:22:27.377Z] #43 14.13 DEP images/pagemap.pb-c.d [2022-08-17T18:22:27.377Z] #43 14.24 PBCC images/rlimit.pb-c.c [2022-08-17T18:22:27.394Z] #20 44.04 Selecting previously unselected package zip. [2022-08-17T18:22:27.394Z] #20 44.06 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2022-08-17T18:22:27.394Z] #20 44.08 Unpacking zip (3.0-11+b1) ... [2022-08-17T18:22:27.599Z] #20 6.739 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:22:27.634Z] #43 14.28 DEP images/rlimit.pb-c.d [2022-08-17T18:22:27.634Z] #43 14.37 PBCC images/file-lock.pb-c.c [2022-08-17T18:22:27.634Z] #43 14.42 DEP images/file-lock.pb-c.d [2022-08-17T18:22:27.634Z] #43 14.49 PBCC images/tty.pb-c.c [2022-08-17T18:22:27.650Z] #20 44.28 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:22:27.650Z] #20 44.31 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:22:27.650Z] #20 44.32 Setting up libip6tc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:27.650Z] #20 44.33 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2022-08-17T18:22:27.650Z] #20 44.34 Setting up libgpm2:arm64 (1.20.7-5) ... [2022-08-17T18:22:27.650Z] #20 44.36 Setting up libip4tc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:27.650Z] #20 44.37 Setting up uidmap (1:4.5-1.1) ... [2022-08-17T18:22:27.650Z] #20 44.39 Setting up libnftnl11:arm64 (1.1.2-2) ... [2022-08-17T18:22:27.906Z] #20 44.40 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:22:27.906Z] #20 44.41 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:22:27.906Z] #20 44.42 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2022-08-17T18:22:27.906Z] #20 44.43 Setting up libicu63:arm64 (63.1-6+deb10u3) ... [2022-08-17T18:22:27.906Z] #20 44.45 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:27.906Z] #20 44.47 Setting up zip (3.0-11+b1) ... [2022-08-17T18:22:27.906Z] #20 44.49 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:27.906Z] #20 44.52 Setting up bash-completion (1:2.8-6) ... [2022-08-17T18:22:27.930Z] #43 14.57 DEP images/tty.pb-c.d [2022-08-17T18:22:27.930Z] #43 14.71 PBCC images/tun.pb-c.c [2022-08-17T18:22:28.199Z] #43 14.89 PBCC images/netdev.pb-c.c [2022-08-17T18:22:28.199Z] #43 15.03 DEP images/tun.pb-c.d [2022-08-17T18:22:28.461Z] #43 15.15 DEP images/netdev.pb-c.d [2022-08-17T18:22:28.461Z] #43 15.26 PBCC images/vma.pb-c.c [2022-08-17T18:22:28.461Z] #43 15.36 DEP images/vma.pb-c.d [2022-08-17T18:22:28.718Z] #43 15.47 PBCC images/creds.pb-c.c [2022-08-17T18:22:28.718Z] #43 15.55 DEP images/creds.pb-c.d [2022-08-17T18:22:28.969Z] #20 ... [2022-08-17T18:22:28.969Z] [2022-08-17T18:22:28.969Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:28.969Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:28.969Z] #43 62.29 DEP criu/sysctl.d [2022-08-17T18:22:28.969Z] #43 62.40 DEP criu/string.d [2022-08-17T18:22:28.969Z] #43 62.45 DEP criu/stats.d [2022-08-17T18:22:28.969Z] #43 62.57 DEP criu/sockets.d [2022-08-17T18:22:28.969Z] #43 62.71 DEP criu/sk-unix.d [2022-08-17T18:22:28.969Z] #43 62.89 DEP criu/sk-tcp.d [2022-08-17T18:22:28.969Z] #43 63.07 DEP criu/sk-queue.d [2022-08-17T18:22:28.969Z] #43 63.18 DEP criu/sk-packet.d [2022-08-17T18:22:28.969Z] #43 63.35 DEP criu/sk-netlink.d [2022-08-17T18:22:28.969Z] #43 63.52 DEP criu/sk-inet.d [2022-08-17T18:22:28.969Z] #43 63.70 DEP criu/signalfd.d [2022-08-17T18:22:28.969Z] #43 63.85 DEP criu/sigframe.d [2022-08-17T18:22:28.969Z] #43 63.96 DEP criu/shmem.d [2022-08-17T18:22:28.969Z] #43 64.14 DEP criu/servicefd.d [2022-08-17T18:22:28.969Z] #43 64.29 DEP criu/seize.d [2022-08-17T18:22:28.969Z] #43 64.43 DEP criu/seccomp.d [2022-08-17T18:22:28.969Z] #43 64.60 DEP criu/rst-malloc.d [2022-08-17T18:22:28.969Z] #43 64.69 DEP criu/rbtree.d [2022-08-17T18:22:28.969Z] #43 64.73 DEP criu/pstree.d [2022-08-17T18:22:28.969Z] #43 64.88 DEP criu/protobuf.d [2022-08-17T18:22:28.969Z] #43 65.04 GEN criu/protobuf-desc-gen.h [2022-08-17T18:22:28.969Z] #43 66.76 DEP criu/protobuf-desc.d [2022-08-17T18:22:28.969Z] #43 66.96 DEP criu/proc_parse.d [2022-08-17T18:22:28.969Z] #43 67.14 DEP criu/plugin.d [2022-08-17T18:22:28.969Z] #43 67.22 DEP criu/pipes.d [2022-08-17T18:22:28.969Z] #43 67.37 DEP criu/pie-util.d [2022-08-17T18:22:28.969Z] #43 67.53 DEP criu/pie-util-vdso.d [2022-08-17T18:22:28.969Z] #43 67.69 DEP criu/pie-util-vdso-elf32.d [2022-08-17T18:22:28.969Z] #43 67.81 DEP criu/path.d [2022-08-17T18:22:28.969Z] #43 67.96 DEP criu/parasite-syscall.d [2022-08-17T18:22:28.982Z] #43 15.67 PBCC images/utsns.pb-c.c [2022-08-17T18:22:28.982Z] #43 15.68 DEP images/utsns.pb-c.d [2022-08-17T18:22:28.982Z] #43 15.74 PBCC images/ipc-desc.pb-c.c [2022-08-17T18:22:28.982Z] #43 15.79 PBCC images/ipc-sem.pb-c.c [2022-08-17T18:22:28.982Z] #43 15.82 DEP images/ipc-desc.pb-c.d [2022-08-17T18:22:29.226Z] #43 68.14 DEP criu/pagemap.d [2022-08-17T18:22:29.241Z] #43 15.91 DEP images/ipc-sem.pb-c.d [2022-08-17T18:22:29.241Z] #43 16.01 PBCC images/ipc-msg.pb-c.c [2022-08-17T18:22:29.241Z] #43 16.15 DEP images/ipc-msg.pb-c.d [2022-08-17T18:22:29.483Z] #43 68.28 DEP criu/pagemap-cache.d [2022-08-17T18:22:29.483Z] #43 68.40 DEP criu/page-xfer.d [2022-08-17T18:22:29.483Z] #43 ... [2022-08-17T18:22:29.483Z] [2022-08-17T18:22:29.483Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:22:29.483Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792 [2022-08-17T18:22:29.483Z] #53 13.88 + cd /tmp/tmp.fuCSgN05Xj/src/github.com/opencontainers/runc [2022-08-17T18:22:29.483Z] #53 13.88 + git checkout -q v1.1.3 [2022-08-17T18:22:29.483Z] #53 14.46 + '[' -z '' ']' [2022-08-17T18:22:29.483Z] #53 14.46 + target=static [2022-08-17T18:22:29.483Z] #53 14.46 + make BUILDTAGS=seccomp static [2022-08-17T18:22:29.483Z] #53 14.84 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-17T18:22:29.497Z] #43 16.22 PBCC images/ipc-shm.pb-c.c [2022-08-17T18:22:29.497Z] #43 16.25 DEP images/ipc-shm.pb-c.d [2022-08-17T18:22:29.740Z] #53 ... [2022-08-17T18:22:29.740Z] [2022-08-17T18:22:29.740Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:29.740Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:29.740Z] #43 68.59 DEP criu/page-pipe.d [2022-08-17T18:22:29.740Z] #43 68.74 DEP criu/netfilter.d [2022-08-17T18:22:29.753Z] #43 16.48 PBCC images/ipc-var.pb-c.c [2022-08-17T18:22:29.753Z] #43 16.59 DEP images/ipc-var.pb-c.d [2022-08-17T18:22:29.998Z] #43 68.94 DEP criu/net.d [2022-08-17T18:22:29.998Z] #43 69.13 DEP criu/namespaces.d [2022-08-17T18:22:30.009Z] #43 16.71 PBCC images/sk-opts.pb-c.c [2022-08-17T18:22:30.009Z] #43 16.78 PBCC images/packet-sock.pb-c.c [2022-08-17T18:22:30.265Z] #43 16.87 DEP images/sk-opts.pb-c.d [2022-08-17T18:22:30.265Z] #43 16.94 DEP images/packet-sock.pb-c.d [2022-08-17T18:22:30.265Z] #43 17.09 PBCC images/sk-netlink.pb-c.c [2022-08-17T18:22:30.265Z] #43 ... [2022-08-17T18:22:30.265Z] [2022-08-17T18:22:30.265Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:22:30.265Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:22:30.265Z] #34 103.7 internal/fmtsort [2022-08-17T18:22:30.265Z] #34 104.5 internal/syscall/execenv [2022-08-17T18:22:30.265Z] #34 104.7 path [2022-08-17T18:22:30.265Z] #34 105.7 io/fs [2022-08-17T18:22:30.265Z] #34 105.8 strings [2022-08-17T18:22:30.265Z] #34 107.9 os [2022-08-17T18:22:30.265Z] #34 110.2 bufio [2022-08-17T18:22:30.265Z] #34 112.6 text/tabwriter [2022-08-17T18:22:30.521Z] #34 ... [2022-08-17T18:22:30.521Z] [2022-08-17T18:22:30.521Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:30.521Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:30.521Z] #43 17.18 DEP images/sk-netlink.pb-c.d [2022-08-17T18:22:30.521Z] #43 17.23 PBCC images/sk-inet.pb-c.c [2022-08-17T18:22:30.561Z] #43 69.29 DEP criu/mount.d [2022-08-17T18:22:30.562Z] #43 69.44 DEP criu/memfd.d [2022-08-17T18:22:30.562Z] #43 69.61 DEP criu/mem.d [2022-08-17T18:22:30.778Z] #43 17.36 DEP images/sk-inet.pb-c.d [2022-08-17T18:22:30.778Z] #43 17.49 PBCC images/sk-unix.pb-c.c [2022-08-17T18:22:30.778Z] #43 17.58 DEP images/sk-unix.pb-c.d [2022-08-17T18:22:30.818Z] #43 69.77 DEP criu/lsm.d [2022-08-17T18:22:31.035Z] #43 17.66 PBCC images/mm.pb-c.c [2022-08-17T18:22:31.035Z] #43 17.85 DEP images/mm.pb-c.d [2022-08-17T18:22:31.075Z] #43 69.91 DEP criu/log.d [2022-08-17T18:22:31.075Z] #43 70.04 DEP criu/libnetlink.d [2022-08-17T18:22:31.177Z] #20 47.41 Setting up libiptc0:arm64 (1.8.2-4) ... [2022-08-17T18:22:31.177Z] #20 47.42 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:22:31.177Z] #20 47.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-17T18:22:31.177Z] #20 47.46 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-17T18:22:31.177Z] #20 47.48 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:22:31.177Z] #20 47.55 invoke-rc.d: could not determine current runlevel [2022-08-17T18:22:31.177Z] #20 47.58 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-17T18:22:31.177Z] #20 47.59 Setting up pigz (2.4-1) ... [2022-08-17T18:22:31.177Z] #20 47.60 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-08-17T18:22:31.177Z] #20 47.61 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2022-08-17T18:22:31.177Z] #20 47.63 Setting up python-pip-whl (18.1-5) ... [2022-08-17T18:22:31.177Z] #20 47.64 Setting up libmpdec2:arm64 (2.4.2-2) ... [2022-08-17T18:22:31.177Z] #20 47.65 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:31.292Z] #43 17.96 PBCC images/timerfd.pb-c.c [2022-08-17T18:22:31.292Z] #43 18.01 DEP images/timerfd.pb-c.d [2022-08-17T18:22:31.292Z] #43 18.06 PBCC images/timer.pb-c.c [2022-08-17T18:22:31.332Z] #43 70.21 DEP criu/kerndat.d [2022-08-17T18:22:31.332Z] #43 70.39 DEP criu/kcmp-ids.d [2022-08-17T18:22:31.332Z] #43 70.46 DEP criu/irmap.d [2022-08-17T18:22:31.433Z] #20 48.05 Setting up libaio1:arm64 (0.3.112-3) ... [2022-08-17T18:22:31.433Z] #20 48.06 Setting up libonig5:arm64 (6.9.1-1) ... [2022-08-17T18:22:31.433Z] #20 48.07 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:31.433Z] #20 48.11 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:31.433Z] #20 48.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-17T18:22:31.433Z] #20 48.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-17T18:22:31.433Z] #20 48.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-17T18:22:31.433Z] #20 48.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-17T18:22:31.433Z] #20 48.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-17T18:22:31.553Z] #43 18.15 DEP images/timer.pb-c.d [2022-08-17T18:22:31.553Z] #43 18.23 PBCC images/sa.pb-c.c [2022-08-17T18:22:31.553Z] #43 18.32 DEP images/sa.pb-c.d [2022-08-17T18:22:31.553Z] #43 18.36 PBCC images/pipe-data.pb-c.c [2022-08-17T18:22:31.593Z] #43 70.59 DEP criu/ipc_ns.d [2022-08-17T18:22:31.593Z] #43 70.73 DEP criu/image.d [2022-08-17T18:22:31.689Z] #20 48.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-17T18:22:31.690Z] #20 48.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-17T18:22:31.690Z] #20 48.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-17T18:22:31.690Z] #20 48.21 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2022-08-17T18:22:31.690Z] #20 48.23 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:22:31.690Z] #20 48.25 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2022-08-17T18:22:31.690Z] #20 48.26 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:22:31.690Z] #20 48.27 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2022-08-17T18:22:31.690Z] #20 48.29 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:31.810Z] #43 18.41 DEP images/pipe-data.pb-c.d [2022-08-17T18:22:31.810Z] #43 18.53 PBCC images/mnt.pb-c.c [2022-08-17T18:22:31.810Z] #43 18.66 DEP images/mnt.pb-c.d [2022-08-17T18:22:31.850Z] #43 70.87 DEP criu/image-desc.d [2022-08-17T18:22:32.066Z] #43 18.82 PBCC images/sk-packet.pb-c.c [2022-08-17T18:22:32.066Z] #43 18.89 DEP images/sk-packet.pb-c.d [2022-08-17T18:22:32.106Z] #43 71.02 DEP criu/fsnotify.d [2022-08-17T18:22:32.323Z] #43 19.03 PBCC images/tcp-stream.pb-c.c [2022-08-17T18:22:32.323Z] #43 19.08 DEP images/tcp-stream.pb-c.d [2022-08-17T18:22:32.323Z] #43 19.18 PBCC images/pipe.pb-c.c [2022-08-17T18:22:32.363Z] #43 71.18 DEP criu/filesystems.d [2022-08-17T18:22:32.363Z] #43 71.34 DEP criu/files.d [2022-08-17T18:22:32.579Z] #43 19.29 DEP images/pipe.pb-c.d [2022-08-17T18:22:32.620Z] #43 71.49 DEP criu/files-reg.d [2022-08-17T18:22:32.620Z] #43 71.66 DEP criu/files-ext.d [2022-08-17T18:22:32.835Z] #43 19.45 PBCC images/pstree.pb-c.c [2022-08-17T18:22:32.836Z] #43 19.54 DEP images/pstree.pb-c.d [2022-08-17T18:22:32.836Z] #43 19.63 PBCC images/fs.pb-c.c [2022-08-17T18:22:32.836Z] #43 19.68 DEP images/fs.pb-c.d [2022-08-17T18:22:32.877Z] #43 71.79 DEP criu/file-lock.d [2022-08-17T18:22:32.877Z] #43 71.93 DEP criu/file-ids.d [2022-08-17T18:22:32.877Z] #43 72.05 DEP criu/fifo.d [2022-08-17T18:22:33.092Z] #43 19.78 PBCC images/signalfd.pb-c.c [2022-08-17T18:22:33.092Z] #43 19.88 DEP images/signalfd.pb-c.d [2022-08-17T18:22:33.134Z] #43 72.17 DEP criu/fdstore.d [2022-08-17T18:22:33.348Z] #43 19.97 PBCC images/fh.pb-c.c [2022-08-17T18:22:33.348Z] #43 20.05 PBCC images/fsnotify.pb-c.c [2022-08-17T18:22:33.348Z] #43 20.11 DEP images/fh.pb-c.d [2022-08-17T18:22:33.391Z] #43 72.31 DEP criu/fault-injection.d [2022-08-17T18:22:33.391Z] #43 72.35 DEP criu/external.d [2022-08-17T18:22:33.391Z] #43 72.43 DEP criu/eventpoll.d [2022-08-17T18:22:33.391Z] #43 72.55 DEP criu/eventfd.d [2022-08-17T18:22:33.604Z] #43 20.24 DEP images/fsnotify.pb-c.d [2022-08-17T18:22:33.604Z] #43 20.36 PBCC images/eventpoll.pb-c.c [2022-08-17T18:22:33.604Z] #43 20.39 DEP images/eventpoll.pb-c.d [2022-08-17T18:22:33.861Z] #43 20.51 PBCC images/eventfd.pb-c.c [2022-08-17T18:22:33.861Z] #43 20.54 DEP images/eventfd.pb-c.d [2022-08-17T18:22:33.861Z] #43 20.60 PBCC images/remap-file-path.pb-c.c [2022-08-17T18:22:33.861Z] #43 20.65 DEP images/remap-file-path.pb-c.d [2022-08-17T18:22:33.954Z] #43 72.77 DEP criu/crtools.d [2022-08-17T18:22:33.954Z] #43 72.93 DEP criu/cr-service.d [2022-08-17T18:22:34.117Z] #43 20.81 PBCC images/fifo.pb-c.c [2022-08-17T18:22:34.117Z] #43 20.90 DEP images/fifo.pb-c.d [2022-08-17T18:22:34.209Z] #20 ... [2022-08-17T18:22:34.209Z] [2022-08-17T18:22:34.209Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:34.209Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:22:34.209Z] #43 88.40 CC criu/cr-service.o [2022-08-17T18:22:34.209Z] #43 90.26 CC criu/crtools.o [2022-08-17T18:22:34.209Z] #43 90.81 CC criu/eventfd.o [2022-08-17T18:22:34.209Z] #43 91.17 CC criu/eventpoll.o [2022-08-17T18:22:34.209Z] #43 91.99 CC criu/external.o [2022-08-17T18:22:34.209Z] #43 92.31 CC criu/fault-injection.o [2022-08-17T18:22:34.209Z] #43 92.43 CC criu/fdstore.o [2022-08-17T18:22:34.209Z] #43 92.83 CC criu/fifo.o [2022-08-17T18:22:34.209Z] #43 93.15 CC criu/file-ids.o [2022-08-17T18:22:34.209Z] #43 93.47 CC criu/file-lock.o [2022-08-17T18:22:34.209Z] #43 94.42 CC criu/files-ext.o [2022-08-17T18:22:34.209Z] #43 94.82 CC criu/files-reg.o [2022-08-17T18:22:34.209Z] #43 96.93 CC criu/files.o [2022-08-17T18:22:34.213Z] #43 73.07 DEP criu/cr-restore.d [2022-08-17T18:22:34.213Z] #43 73.28 DEP criu/cr-errno.d [2022-08-17T18:22:34.374Z] #43 20.96 PBCC images/ghost-file.pb-c.c [2022-08-17T18:22:34.374Z] #43 21.10 DEP images/ghost-file.pb-c.d [2022-08-17T18:22:34.374Z] #43 21.23 PBCC images/regfile.pb-c.c [2022-08-17T18:22:34.374Z] #43 21.27 DEP images/regfile.pb-c.d [2022-08-17T18:22:34.467Z] #43 99.01 CC criu/filesystems.o [2022-08-17T18:22:34.467Z] #43 ... [2022-08-17T18:22:34.467Z] [2022-08-17T18:22:34.467Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:34.467Z] #20 sha256:8424ccc5bd1c4c8177db5e812d50c17ae46c2e118234c8b66e803a25eef3307b [2022-08-17T18:22:34.467Z] #20 51.19 Setting up iptables (1.8.2-4) ... [2022-08-17T18:22:34.472Z] #43 73.30 DEP criu/cr-dump.d [2022-08-17T18:22:34.472Z] #43 73.51 DEP criu/cr-dedup.d [2022-08-17T18:22:34.630Z] #43 21.42 PBCC images/ns.pb-c.c [2022-08-17T18:22:34.724Z] #20 51.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-17T18:22:34.725Z] #20 51.29 Setting up python3 (3.7.3-1) ... [2022-08-17T18:22:34.728Z] #43 73.66 DEP criu/cr-check.d [2022-08-17T18:22:34.728Z] #43 73.87 DEP criu/config.d [2022-08-17T18:22:34.887Z] #43 21.43 DEP images/ns.pb-c.d [2022-08-17T18:22:34.887Z] #43 21.48 PBCC images/fdinfo.pb-c.c [2022-08-17T18:22:34.887Z] #43 21.59 DEP images/fdinfo.pb-c.d [2022-08-17T18:22:34.887Z] #43 21.70 PBCC images/core-aarch64.pb-c.c [2022-08-17T18:22:34.984Z] #43 74.07 DEP criu/clone-noasan.d [2022-08-17T18:22:34.984Z] #43 74.15 DEP criu/cgroup.d [2022-08-17T18:22:35.143Z] #43 21.85 PBCC images/core-arm.pb-c.c [2022-08-17T18:22:35.143Z] #43 21.94 PBCC images/core-ppc64.pb-c.c [2022-08-17T18:22:35.238Z] #20 51.66 Setting up python3-wheel (0.32.3-2) ... [2022-08-17T18:22:35.403Z] #43 22.10 PBCC images/core-s390.pb-c.c [2022-08-17T18:22:35.403Z] #43 22.17 PBCC images/core-x86.pb-c.c [2022-08-17T18:22:35.403Z] #43 22.26 PBCC images/core.pb-c.c [2022-08-17T18:22:35.583Z] #43 74.32 DEP criu/cgroup-props.d [2022-08-17T18:22:35.583Z] #43 74.50 DEP criu/bitmap.d [2022-08-17T18:22:35.583Z] #43 74.53 DEP criu/bfd.d [2022-08-17T18:22:35.583Z] #43 74.68 DEP criu/autofs.d [2022-08-17T18:22:35.659Z] #43 22.32 PBCC images/inventory.pb-c.c [2022-08-17T18:22:35.659Z] #43 22.37 DEP images/core-aarch64.pb-c.d [2022-08-17T18:22:35.659Z] #43 22.40 DEP images/core-arm.pb-c.d [2022-08-17T18:22:35.659Z] #43 22.50 DEP images/core-ppc64.pb-c.d [2022-08-17T18:22:35.803Z] #20 52.42 Setting up apparmor (2.13.2-10) ... [2022-08-17T18:22:35.844Z] #43 74.86 DEP criu/aio.d [2022-08-17T18:22:35.915Z] #43 22.59 DEP images/core-s390.pb-c.d [2022-08-17T18:22:35.915Z] #43 22.62 DEP images/core-x86.pb-c.d [2022-08-17T18:22:35.915Z] #43 22.66 DEP images/core.pb-c.d [2022-08-17T18:22:35.915Z] #43 22.71 DEP images/inventory.pb-c.d [2022-08-17T18:22:36.102Z] #43 75.11 DEP criu/action-scripts.d [2022-08-17T18:22:36.171Z] #43 22.85 PBCC images/cpuinfo.pb-c.c [2022-08-17T18:22:36.171Z] #43 22.87 DEP images/cpuinfo.pb-c.d [2022-08-17T18:22:36.171Z] #43 22.96 PBCC images/stats.pb-c.c [2022-08-17T18:22:36.171Z] #43 23.00 DEP images/stats.pb-c.d [2022-08-17T18:22:36.664Z] #43 75.43 CC criu/action-scripts.o [2022-08-17T18:22:36.920Z] #43 75.98 CC criu/aio.o [2022-08-17T18:22:37.482Z] #43 76.55 CC criu/autofs.o [2022-08-17T18:22:37.697Z] #20 54.33 Setting up xfsprogs (4.20.0-1) ... [2022-08-17T18:22:37.697Z] #20 54.35 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:22:38.261Z] #20 54.72 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:22:38.848Z] #43 ... [2022-08-17T18:22:38.848Z] [2022-08-17T18:22:38.849Z] #32 [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-08-17T18:22:38.849Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:22:38.849Z] #32 DONE 140.7s [2022-08-17T18:22:38.849Z] [2022-08-17T18:22:38.849Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:38.849Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:22:38.849Z] #20 11.23 Fetched 9011 kB in 9s (981 kB/s) [2022-08-17T18:22:38.849Z] #20 11.23 Reading package lists... [2022-08-17T18:22:39.105Z] #20 14.94 Reading package lists... [2022-08-17T18:22:39.105Z] #20 ... [2022-08-17T18:22:39.105Z] [2022-08-17T18:22:39.105Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:39.105Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:39.105Z] #43 77.91 CC criu/bfd.o [2022-08-17T18:22:39.192Z] #20 55.56 Setting up python3-distutils (3.7.3-1) ... [2022-08-17T18:22:39.192Z] #20 55.91 Setting up python3-setuptools (40.8.0-1) ... [2022-08-17T18:22:39.361Z] #43 78.47 CC criu/bitmap.o [2022-08-17T18:22:39.617Z] #43 78.61 CC criu/cgroup-props.o [2022-08-17T18:22:40.346Z] #43 26.53 make[1]: Nothing to be done for 'all'. [2022-08-17T18:22:40.547Z] #43 79.45 CC criu/cgroup.o [2022-08-17T18:22:40.561Z] #20 57.06 Setting up python3-pip (18.1-5) ... [2022-08-17T18:22:40.602Z] #43 ... [2022-08-17T18:22:40.602Z] [2022-08-17T18:22:40.602Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:22:40.602Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:22:40.602Z] #34 114.1 io/ioutil [2022-08-17T18:22:40.602Z] #34 114.1 fmt [2022-08-17T18:22:40.602Z] #34 117.8 flag [2022-08-17T18:22:40.602Z] #34 117.8 github.com/BurntSushi/toml [2022-08-17T18:22:40.602Z] #34 120.1 log [2022-08-17T18:22:40.602Z] #34 123.7 github.com/BurntSushi/toml/cmd/tomlv [2022-08-17T18:22:41.491Z] #20 58.15 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:22:41.748Z] #20 58.19 Processing triggers for mime-support (3.62) ... [2022-08-17T18:22:43.067Z] #43 82.07 CC criu/clone-noasan.o [2022-08-17T18:22:43.121Z] #34 ... [2022-08-17T18:22:43.122Z] [2022-08-17T18:22:43.122Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:43.122Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:43.122Z] #43 29.35 CC images/stats.o [2022-08-17T18:22:43.122Z] #43 29.77 CC images/core.o [2022-08-17T18:22:43.125Z] #20 DONE 59.5s [2022-08-17T18:22:43.125Z] [2022-08-17T18:22:43.125Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:43.125Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:22:43.125Z] #43 99.80 CC criu/fsnotify.o [2022-08-17T18:22:43.125Z] #43 100.9 CC criu/image-desc.o [2022-08-17T18:22:43.125Z] #43 101.1 CC criu/image.o [2022-08-17T18:22:43.125Z] #43 102.1 CC criu/ipc_ns.o [2022-08-17T18:22:43.125Z] #43 103.4 CC criu/irmap.o [2022-08-17T18:22:43.125Z] #43 104.1 CC criu/kcmp-ids.o [2022-08-17T18:22:43.125Z] #43 104.4 CC criu/kerndat.o [2022-08-17T18:22:43.125Z] #43 105.6 CC criu/libnetlink.o [2022-08-17T18:22:43.125Z] #43 106.0 CC criu/log.o [2022-08-17T18:22:43.125Z] #43 106.6 CC criu/lsm.o [2022-08-17T18:22:43.125Z] #43 107.1 CC criu/mem.o [2022-08-17T18:22:43.125Z] #43 ... [2022-08-17T18:22:43.125Z] [2022-08-17T18:22:43.125Z] #21 [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-08-17T18:22:43.125Z] #21 sha256:d66356aeb67938fb525e208e71307379ce0a58d0619fba1490655c784b812014 [2022-08-17T18:22:43.323Z] #43 82.28 CC criu/config.o [2022-08-17T18:22:43.377Z] #43 ... [2022-08-17T18:22:43.377Z] [2022-08-17T18:22:43.377Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2022-08-17T18:22:43.377Z] #34 sha256:25fc6c701642c424b4503b9ee8a441014ead47d309a92b05cd78d53b6fe88497 [2022-08-17T18:22:43.377Z] #34 DONE 126.7s [2022-08-17T18:22:43.634Z] [2022-08-17T18:22:43.634Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:22:43.634Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:22:43.689Z] #21 0.621 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-17T18:22:43.689Z] #21 0.626 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-17T18:22:43.689Z] #21 0.629 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-17T18:22:43.689Z] #21 DONE 0.8s [2022-08-17T18:22:43.689Z] [2022-08-17T18:22:43.689Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:22:43.689Z] #22 sha256:383526f9475815adbde68d775f169f13c36bf984afd7e2d71aa829af8e4c8251 [2022-08-17T18:22:44.196Z] #58 ... [2022-08-17T18:22:44.196Z] [2022-08-17T18:22:44.196Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:44.196Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:44.196Z] #43 30.69 CC images/core-x86.o [2022-08-17T18:22:44.253Z] #43 ... [2022-08-17T18:22:44.253Z] [2022-08-17T18:22:44.253Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:44.253Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:22:44.253Z] #20 14.94 Reading package lists... [2022-08-17T18:22:44.253Z] #20 18.61 Building dependency tree... [2022-08-17T18:22:44.253Z] #20 20.25 libcap2-bin is already the newest version (1:2.25-2). [2022-08-17T18:22:44.253Z] #20 20.25 The following additional packages will be installed: [2022-08-17T18:22:44.253Z] #20 20.25 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-17T18:22:44.253Z] #20 20.25 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-17T18:22:44.253Z] #20 20.25 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-17T18:22:44.253Z] #20 20.25 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-17T18:22:44.253Z] #20 20.25 python3.7 python3.7-minimal vim-runtime xxd [2022-08-17T18:22:44.253Z] #20 20.26 Suggested packages: [2022-08-17T18:22:44.253Z] #20 20.26 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-17T18:22:44.253Z] #20 20.26 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-17T18:22:44.253Z] #20 20.26 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-17T18:22:44.253Z] #20 20.26 quota [2022-08-17T18:22:44.253Z] #20 20.26 Recommended packages: [2022-08-17T18:22:44.253Z] #20 20.26 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-17T18:22:44.253Z] #20 20.26 python3-keyrings.alt python3-xdg unzip [2022-08-17T18:22:44.253Z] #20 21.81 The following NEW packages will be installed: [2022-08-17T18:22:44.253Z] #20 21.81 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-17T18:22:44.253Z] #20 21.81 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-17T18:22:44.253Z] #20 21.81 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-17T18:22:44.253Z] #20 21.81 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-17T18:22:44.253Z] #20 21.81 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-17T18:22:44.253Z] #20 21.81 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-17T18:22:44.253Z] #20 21.81 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-17T18:22:44.253Z] #20 21.81 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-17T18:22:44.253Z] #20 21.81 xz-utils zip [2022-08-17T18:22:44.253Z] #20 22.13 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:22:44.253Z] #20 22.13 Need to get 28.6 MB of archives. [2022-08-17T18:22:44.253Z] #20 22.13 After this operation, 116 MB of additional disk space will be used. [2022-08-17T18:22:44.253Z] #20 22.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-17T18:22:44.253Z] #20 22.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-17T18:22:44.253Z] #20 22.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-17T18:22:44.253Z] #20 22.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-17T18:22:44.253Z] #20 22.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-17T18:22:44.253Z] #20 22.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-17T18:22:44.253Z] #20 22.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-17T18:22:44.253Z] #20 22.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-17T18:22:44.253Z] #20 22.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-17T18:22:44.253Z] #20 22.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-17T18:22:44.253Z] #20 22.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-17T18:22:44.253Z] #20 22.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-17T18:22:44.254Z] #20 22.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-17T18:22:44.254Z] #20 22.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-17T18:22:44.254Z] #20 22.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-17T18:22:44.254Z] #20 22.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-17T18:22:44.254Z] #20 22.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-17T18:22:44.254Z] #20 22.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:22:44.254Z] #20 22.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-17T18:22:44.254Z] #20 22.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-17T18:22:44.254Z] #20 22.41 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-17T18:22:44.254Z] #20 22.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-17T18:22:44.254Z] #20 22.44 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-17T18:22:44.254Z] #20 22.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-17T18:22:44.254Z] #20 22.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-17T18:22:44.254Z] #20 22.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-17T18:22:44.254Z] #20 22.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-17T18:22:44.254Z] #20 22.47 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-17T18:22:44.254Z] #20 22.48 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-17T18:22:44.254Z] #20 22.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-17T18:22:44.254Z] #20 22.96 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-17T18:22:44.254Z] #20 22.97 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-17T18:22:44.254Z] #20 22.97 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-17T18:22:44.254Z] #20 22.97 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-17T18:22:44.254Z] #20 22.98 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-17T18:22:44.254Z] #20 22.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-17T18:22:44.254Z] #20 23.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-17T18:22:44.254Z] #20 23.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-17T18:22:44.254Z] #20 23.07 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-17T18:22:44.254Z] #20 23.08 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-17T18:22:44.254Z] #20 23.09 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-17T18:22:44.254Z] #20 23.11 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-17T18:22:44.254Z] #20 23.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-17T18:22:44.254Z] #20 23.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-17T18:22:44.254Z] #20 23.18 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-17T18:22:44.254Z] #20 23.19 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-17T18:22:44.254Z] #20 23.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-17T18:22:44.254Z] #20 23.55 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-17T18:22:44.254Z] #20 23.59 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-17T18:22:44.510Z] #20 ... [2022-08-17T18:22:44.510Z] [2022-08-17T18:22:44.510Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:44.510Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:22:44.510Z] #43 83.61 CC criu/cr-check.o [2022-08-17T18:22:45.126Z] #43 31.59 CC images/core-arm.o [2022-08-17T18:22:45.690Z] #43 32.20 CC images/core-aarch64.o [2022-08-17T18:22:45.947Z] #43 32.63 CC images/core-ppc64.o [2022-08-17T18:22:46.401Z] #43 85.29 CC criu/cr-dedup.o [2022-08-17T18:22:46.515Z] #43 33.29 CC images/core-s390.o [2022-08-17T18:22:46.657Z] #43 85.70 CC criu/cr-dump.o [2022-08-17T18:22:47.445Z] #43 34.14 CC images/cpuinfo.o [2022-08-17T18:22:48.008Z] #43 34.75 CC images/inventory.o [2022-08-17T18:22:48.266Z] #43 35.00 CC images/fdinfo.o [2022-08-17T18:22:48.829Z] #43 35.50 CC images/fown.o [2022-08-17T18:22:48.829Z] #43 35.59 CC images/ns.o [2022-08-17T18:22:48.954Z] #22 4.824 Collecting yamllint==1.26.1 [2022-08-17T18:22:49.085Z] #43 35.85 CC images/regfile.o [2022-08-17T18:22:49.175Z] #43 88.03 CC criu/cr-errno.o [2022-08-17T18:22:49.175Z] #43 88.13 CC criu/cr-restore.o [2022-08-17T18:22:49.648Z] #43 36.18 CC images/ghost-file.o [2022-08-17T18:22:49.904Z] #43 36.50 CC images/fifo.o [2022-08-17T18:22:50.104Z] #43 ... [2022-08-17T18:22:50.104Z] [2022-08-17T18:22:50.104Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:22:50.104Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:22:50.104Z] #20 24.22 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:22:50.104Z] #20 24.32 Fetched 28.6 MB in 2s (16.5 MB/s) [2022-08-17T18:22:50.104Z] #20 24.37 Selecting previously unselected package pigz. [2022-08-17T18:22:50.104Z] #20 24.37 (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 ... 23452 files and directories currently installed.) [2022-08-17T18:22:50.104Z] #20 24.42 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 24.42 Unpacking pigz (2.4-1) ... [2022-08-17T18:22:50.104Z] #20 24.51 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-17T18:22:50.104Z] #20 24.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 24.52 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 24.88 Selecting previously unselected package python3.7-minimal. [2022-08-17T18:22:50.104Z] #20 24.89 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 24.90 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 25.72 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 25.75 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 27.80 Selecting previously unselected package python3-minimal. [2022-08-17T18:22:50.104Z] #20 27.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23701 files and directories currently installed.) [2022-08-17T18:22:50.104Z] #20 27.84 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 27.85 Unpacking python3-minimal (3.7.3-1) ... [2022-08-17T18:22:50.104Z] #20 27.90 Selecting previously unselected package libmpdec2:amd64. [2022-08-17T18:22:50.104Z] #20 27.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 27.92 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-17T18:22:50.104Z] #20 28.01 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-17T18:22:50.104Z] #20 28.03 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 28.03 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 29.00 Selecting previously unselected package python3.7. [2022-08-17T18:22:50.104Z] #20 29.00 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 29.00 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:22:50.104Z] #20 29.13 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-17T18:22:50.104Z] #20 29.13 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-17T18:22:50.104Z] #20 29.14 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-17T18:22:50.104Z] #20 29.24 Setting up python3-minimal (3.7.3-1) ... [2022-08-17T18:22:50.160Z] #43 36.78 CC images/remap-file-path.o [2022-08-17T18:22:50.160Z] #43 ... [2022-08-17T18:22:50.160Z] [2022-08-17T18:22:50.160Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:22:50.160Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:22:51.035Z] #20 30.03 Selecting previously unselected package python3. [2022-08-17T18:22:51.035Z] #20 30.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24113 files and directories currently installed.) [2022-08-17T18:22:51.035Z] #20 30.08 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-17T18:22:51.035Z] #20 30.09 Unpacking python3 (3.7.3-1) ... [2022-08-17T18:22:51.035Z] #20 30.19 Selecting previously unselected package libip4tc0:amd64. [2022-08-17T18:22:51.035Z] #20 30.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-17T18:22:51.035Z] #20 30.20 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-17T18:22:51.035Z] #20 30.27 Selecting previously unselected package libip6tc0:amd64. [2022-08-17T18:22:51.035Z] #20 30.27 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-17T18:22:51.035Z] #20 30.28 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-17T18:22:51.035Z] #20 30.35 Selecting previously unselected package libiptc0:amd64. [2022-08-17T18:22:51.035Z] #20 30.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-17T18:22:51.035Z] #20 30.36 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-17T18:22:51.291Z] #20 30.43 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-17T18:22:51.291Z] #20 30.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-17T18:22:51.291Z] #20 30.45 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-17T18:22:51.291Z] #20 30.51 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-17T18:22:51.291Z] #20 30.51 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-17T18:22:51.291Z] #20 30.52 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-17T18:22:51.291Z] #20 30.60 Selecting previously unselected package libnftnl11:amd64. [2022-08-17T18:22:51.291Z] #20 30.60 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-17T18:22:51.291Z] #20 30.60 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-17T18:22:51.474Z] #22 ... [2022-08-17T18:22:51.474Z] [2022-08-17T18:22:51.474Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:22:51.474Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:22:51.474Z] #43 109.3 CC criu/memfd.o [2022-08-17T18:22:51.474Z] #43 110.0 CC criu/mount.o [2022-08-17T18:22:51.474Z] #43 113.9 CC criu/namespaces.o [2022-08-17T18:22:51.474Z] #43 115.7 CC criu/net.o [2022-08-17T18:22:51.547Z] #20 30.70 Selecting previously unselected package iptables. [2022-08-17T18:22:51.547Z] #20 30.71 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-17T18:22:51.547Z] #20 30.72 Unpacking iptables (1.8.2-4) ... [2022-08-17T18:22:51.803Z] #20 31.01 Selecting previously unselected package xxd. [2022-08-17T18:22:51.803Z] #20 31.01 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:22:51.803Z] #20 31.03 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:52.071Z] #20 31.12 Selecting previously unselected package vim-common. [2022-08-17T18:22:52.071Z] #20 31.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:22:52.071Z] #20 31.16 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:22:52.071Z] #20 31.34 Selecting previously unselected package bash-completion. [2022-08-17T18:22:52.071Z] #20 31.35 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-17T18:22:52.466Z] #56 69.56 Checking out files: 37% (1831/4926) Checking out files: 38% (1872/4926) Checking out files: 39% (1922/4926) Checking out files: 40% (1971/4926) Checking out files: 41% (2020/4926) Checking out files: 42% (2069/4926) Checking out files: 43% (2119/4926) Checking out files: 44% (2168/4926) Checking out files: 45% (2217/4926) Checking out files: 46% (2266/4926) Checking out files: 47% (2316/4926) Checking out files: 48% (2365/4926) Checking out files: 49% (2414/4926) Checking out files: 50% (2463/4926) Checking out files: 51% (2513/4926) Checking out files: 52% (2562/4926) Checking out files: 53% (2611/4926) Checking out files: 54% (2661/4926) Checking out files: 55% (2710/4926) Checking out files: 56% (2759/4926) Checking out files: 57% (2808/4926) Checking out files: 58% (2858/4926) Checking out files: 59% (2907/4926) Checking out files: 60% (2956/4926) Checking out files: 61% (3005/4926) Checking out files: 62% (3055/4926) Checking out files: 63% (3104/4926) Checking out files: 64% (3153/4926) Checking out files: 65% (3202/4926) Checking out files: 66% (3252/4926) Checking out files: 67% (3301/4926) Checking out files: 68% (3350/4926) Checking out files: 69% (3399/4926) Checking out files: 70% (3449/4926) Checking out files: 71% (3498/4926) Checking out files: 72% (3547/4926) Checking out files: 73% (3596/4926) Checking out files: 74% (3646/4926) Checking out files: 75% (3695/4926) Checking out files: 76% (3744/4926) Checking out files: 77% (3794/4926) Checking out files: 78% (3843/4926) Checking out files: 78% (3854/4926) Checking out files: 79% (3892/4926) Checking out files: 80% (3941/4926) Checking out files: 81% (3991/4926) Checking out files: 82% (4040/4926) Checking out files: 83% (4089/4926) Checking out files: 84% (4138/4926) Checking out files: 85% (4188/4926) Checking out files: 86% (4237/4926) Checking out files: 87% (4286/4926) Checking out files: 88% (4335/4926) Checking out files: 89% (4385/4926) Checking out files: 90% (4434/4926) Checking out files: 91% (4483/4926) Checking out files: 92% (4532/4926) Checking out files: 93% (4582/4926) Checking out files: 94% (4631/4926) Checking out files: 95% (4680/4926) Checking out files: 96% (4729/4926) Checking out files: 97% (4779/4926) Checking out files: 97% (4792/4926) Checking out files: 98% (4828/4926) Checking out files: 99% (4877/4926) Checking out files: 100% (4926/4926) Checking out files: 100% (4926/4926), done. [2022-08-17T18:22:52.466Z] #56 71.77 + cd /tmp/tmp.F8c8EcIMl4/src/github.com/containerd/containerd [2022-08-17T18:22:52.466Z] #56 71.77 + git checkout -q v1.6.7 [2022-08-17T18:22:53.996Z] #43 ... [2022-08-17T18:22:53.996Z] [2022-08-17T18:22:53.996Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:22:53.996Z] #22 sha256:383526f9475815adbde68d775f169f13c36bf984afd7e2d71aa829af8e4c8251 [2022-08-17T18:22:53.996Z] #22 10.20 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-17T18:22:54.593Z] #20 33.90 Unpacking bash-completion (1:2.8-6) ... [2022-08-17T18:22:54.985Z] #56 73.83 + export 'BUILDTAGS=netgo osusergo static_build' [2022-08-17T18:22:54.985Z] #56 73.83 + BUILDTAGS='netgo osusergo static_build' [2022-08-17T18:22:54.985Z] #56 73.83 + export EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:22:54.985Z] #56 73.83 + EXTRA_FLAGS=-buildmode=pie [2022-08-17T18:22:54.985Z] #56 73.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-08-17T18:22:54.985Z] #56 73.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-08-17T18:22:54.985Z] #56 73.83 + '[' '' = dynamic ']' [2022-08-17T18:22:54.985Z] #56 73.83 + make [2022-08-17T18:22:55.162Z] #20 34.38 Selecting previously unselected package bzip2. [2022-08-17T18:22:55.162Z] #20 34.38 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-17T18:22:55.162Z] #20 34.39 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:22:55.162Z] #20 34.48 Selecting previously unselected package xz-utils. [2022-08-17T18:22:55.162Z] #20 34.48 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-17T18:22:55.162Z] #20 34.48 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:22:55.365Z] #22 11.54 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-17T18:22:55.366Z] #22 11.61 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-17T18:22:55.366Z] #22 11.67 Collecting pyyaml (from yamllint==1.26.1) [2022-08-17T18:22:55.419Z] #20 34.70 Selecting previously unselected package apparmor. [2022-08-17T18:22:55.419Z] #20 34.70 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-17T18:22:55.419Z] #20 34.79 Unpacking apparmor (2.13.2-10) ... [2022-08-17T18:22:55.623Z] #22 11.99 Downloading https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz (124kB) [2022-08-17T18:22:55.984Z] #20 35.13 Selecting previously unselected package aufs-tools. [2022-08-17T18:22:55.984Z] #20 35.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-17T18:22:55.984Z] #20 35.14 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:22:55.984Z] #20 35.26 Selecting previously unselected package libonig5:amd64. [2022-08-17T18:22:55.984Z] #20 35.26 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-17T18:22:55.984Z] #20 35.27 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:22:56.240Z] #20 35.40 Selecting previously unselected package libjq1:amd64. [2022-08-17T18:22:56.240Z] #20 35.40 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:22:56.240Z] #20 35.41 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:22:56.240Z] #20 35.51 Selecting previously unselected package jq. [2022-08-17T18:22:56.352Z] #56 ... [2022-08-17T18:22:56.352Z] [2022-08-17T18:22:56.352Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:22:56.352Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:22:56.352Z] #13 135.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-08-17T18:22:56.352Z] #13 135.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ... [2022-08-17T18:22:56.352Z] #13 135.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:22:56.497Z] #20 35.51 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:22:56.497Z] #20 35.52 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:22:56.497Z] #20 35.60 Selecting previously unselected package libaio1:amd64. [2022-08-17T18:22:56.497Z] #20 35.60 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-17T18:22:56.497Z] #20 35.60 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-17T18:22:56.497Z] #20 35.66 Selecting previously unselected package libgpm2:amd64. [2022-08-17T18:22:56.497Z] #20 35.66 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-17T18:22:56.497Z] #20 35.67 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-17T18:22:56.497Z] #20 35.76 Selecting previously unselected package libicu63:amd64. [2022-08-17T18:22:56.497Z] #20 35.76 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-17T18:22:56.553Z] #22 12.64 Installing build dependencies: started [2022-08-17T18:22:56.754Z] #20 35.76 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:23:00.029Z] #20 39.04 Selecting previously unselected package libnet1:amd64. [2022-08-17T18:23:00.029Z] #20 39.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:23:00.029Z] #20 39.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:23:00.029Z] #20 39.14 Selecting previously unselected package libnl-3-200:amd64. [2022-08-17T18:23:00.029Z] #20 39.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-17T18:23:00.029Z] #20 39.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:23:00.029Z] #20 39.25 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-17T18:23:00.029Z] #20 39.25 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:23:00.029Z] #20 39.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:23:00.029Z] #20 39.31 Selecting previously unselected package libreadline5:amd64. [2022-08-17T18:23:00.029Z] #20 39.31 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-17T18:23:00.029Z] #20 39.32 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-17T18:23:00.286Z] #20 39.41 Selecting previously unselected package net-tools. [2022-08-17T18:23:00.286Z] #20 39.43 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-17T18:23:00.286Z] #20 39.43 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:23:00.520Z] #13 ... [2022-08-17T18:23:00.520Z] [2022-08-17T18:23:00.520Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:00.520Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:00.520Z] #43 37.12 CC images/eventfd.o [2022-08-17T18:23:00.520Z] #43 37.36 CC images/eventpoll.o [2022-08-17T18:23:00.520Z] #43 37.88 CC images/fh.o [2022-08-17T18:23:00.520Z] #43 38.29 CC images/fsnotify.o [2022-08-17T18:23:00.520Z] #43 39.14 CC images/signalfd.o [2022-08-17T18:23:00.520Z] #43 39.60 CC images/fs.o [2022-08-17T18:23:00.520Z] #43 40.07 CC images/pstree.o [2022-08-17T18:23:00.520Z] #43 40.38 CC images/pipe.o [2022-08-17T18:23:00.520Z] #43 40.80 CC images/tcp-stream.o [2022-08-17T18:23:00.520Z] #43 41.07 CC images/sk-packet.o [2022-08-17T18:23:00.520Z] #43 41.46 CC images/mnt.o [2022-08-17T18:23:00.520Z] #43 41.75 CC images/pipe-data.o [2022-08-17T18:23:00.520Z] #43 42.04 CC images/sa.o [2022-08-17T18:23:00.520Z] #43 42.33 CC images/timer.o [2022-08-17T18:23:00.520Z] #43 43.31 CC images/timerfd.o [2022-08-17T18:23:00.520Z] #43 43.77 CC images/mm.o [2022-08-17T18:23:00.520Z] #43 44.22 CC images/sk-opts.o [2022-08-17T18:23:00.520Z] #43 44.72 CC images/sk-unix.o [2022-08-17T18:23:00.520Z] #43 44.96 CC images/sk-inet.o [2022-08-17T18:23:00.520Z] #43 45.49 CC images/tun.o [2022-08-17T18:23:00.520Z] #43 45.87 CC images/sk-netlink.o [2022-08-17T18:23:00.520Z] #43 46.18 CC images/packet-sock.o [2022-08-17T18:23:00.520Z] #43 46.61 CC images/ipc-var.o [2022-08-17T18:23:00.520Z] #43 46.85 CC images/ipc-desc.o [2022-08-17T18:23:00.520Z] #43 47.03 CC images/ipc-shm.o [2022-08-17T18:23:00.520Z] #43 47.22 CC images/ipc-msg.o [2022-08-17T18:23:00.542Z] #20 39.65 Selecting previously unselected package patch. [2022-08-17T18:23:00.542Z] #20 39.66 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-17T18:23:00.542Z] #20 39.67 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-17T18:23:00.542Z] #20 39.78 Selecting previously unselected package python-pip-whl. [2022-08-17T18:23:00.542Z] #20 39.78 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-17T18:23:00.542Z] #20 39.79 Unpacking python-pip-whl (18.1-5) ... [2022-08-17T18:23:01.085Z] #43 47.73 CC images/ipc-sem.o [2022-08-17T18:23:01.103Z] #20 40.35 Selecting previously unselected package python3-lib2to3. [2022-08-17T18:23:01.103Z] #20 40.35 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-17T18:23:01.103Z] #20 40.36 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:23:01.103Z] #20 40.48 Selecting previously unselected package python3-distutils. [2022-08-17T18:23:01.342Z] #43 48.01 CC images/utsns.o [2022-08-17T18:23:01.360Z] #20 40.48 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-17T18:23:01.360Z] #20 40.49 Unpacking python3-distutils (3.7.3-1) ... [2022-08-17T18:23:01.599Z] #43 48.38 CC images/creds.o [2022-08-17T18:23:01.616Z] #20 40.61 Selecting previously unselected package python3-pip. [2022-08-17T18:23:01.616Z] #20 40.63 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-17T18:23:01.616Z] #20 40.64 Unpacking python3-pip (18.1-5) ... [2022-08-17T18:23:01.616Z] #20 40.87 Selecting previously unselected package python3-pkg-resources. [2022-08-17T18:23:01.616Z] #20 40.88 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:23:01.616Z] #20 40.89 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:23:01.616Z] #20 41.00 Selecting previously unselected package python3-setuptools. [2022-08-17T18:23:01.806Z] #22 ... [2022-08-17T18:23:01.806Z] [2022-08-17T18:23:01.806Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:01.806Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:23:01.806Z] #43 119.0 CC criu/netfilter.o [2022-08-17T18:23:01.806Z] #43 119.4 CC criu/page-pipe.o [2022-08-17T18:23:01.806Z] #43 120.1 CC criu/page-xfer.o [2022-08-17T18:23:01.806Z] #43 122.0 CC criu/pagemap-cache.o [2022-08-17T18:23:01.806Z] #43 122.4 CC criu/pagemap.o [2022-08-17T18:23:01.806Z] #43 123.6 CC criu/parasite-syscall.o [2022-08-17T18:23:01.806Z] #43 124.6 CC criu/path.o [2022-08-17T18:23:01.806Z] #43 125.0 CC criu/pie-util-vdso.o [2022-08-17T18:23:01.806Z] #43 125.3 CC criu/pie-util.o [2022-08-17T18:23:01.806Z] #43 125.6 CC criu/pipes.o [2022-08-17T18:23:01.806Z] #43 126.3 CC criu/plugin.o [2022-08-17T18:23:01.856Z] #43 48.50 CC images/vma.o [2022-08-17T18:23:01.856Z] #43 48.72 CC images/netdev.o [2022-08-17T18:23:01.872Z] #20 41.00 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-17T18:23:01.872Z] #20 41.01 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-17T18:23:02.063Z] #43 ... [2022-08-17T18:23:02.063Z] [2022-08-17T18:23:02.063Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:23:02.063Z] #40 sha256:ff57af33b58b2bbcf82410625e038ab0477faa7938b8da009cf568b0709ab8e0 [2022-08-17T18:23:02.063Z] #40 178.3 + dpkg --print-architecture [2022-08-17T18:23:02.128Z] #20 41.22 Selecting previously unselected package python3-wheel. [2022-08-17T18:23:02.128Z] #20 41.22 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-17T18:23:02.128Z] #20 41.23 Unpacking python3-wheel (0.32.3-2) ... [2022-08-17T18:23:02.128Z] #20 41.33 Selecting previously unselected package sudo. [2022-08-17T18:23:02.128Z] #20 41.33 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-17T18:23:02.128Z] #20 41.34 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:23:02.627Z] #40 DONE 179.0s [2022-08-17T18:23:02.627Z] [2022-08-17T18:23:02.627Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:02.627Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:23:02.627Z] #43 126.8 CC criu/proc_parse.o [2022-08-17T18:23:02.691Z] #20 41.81 Selecting previously unselected package thin-provisioning-tools. [2022-08-17T18:23:02.691Z] #20 41.81 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-17T18:23:02.691Z] #20 41.82 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:23:02.691Z] #20 42.04 Selecting previously unselected package uidmap. [2022-08-17T18:23:02.784Z] #43 49.36 CC images/tty.o [2022-08-17T18:23:02.947Z] #20 42.05 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-17T18:23:02.947Z] #20 42.06 Unpacking uidmap (1:4.5-1.1) ... [2022-08-17T18:23:02.947Z] #20 42.20 Selecting previously unselected package vim-runtime. [2022-08-17T18:23:02.947Z] #20 42.22 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:23:02.947Z] #20 42.26 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-17T18:23:02.947Z] #20 42.30 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-17T18:23:03.203Z] #20 42.30 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:03.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-17T18:23:03.714Z] #43 50.24 CC images/file-lock.o [2022-08-17T18:23:03.974Z] #43 50.67 CC images/rlimit.o [2022-08-17T18:23:04.132Z] #20 ... [2022-08-17T18:23:04.132Z] [2022-08-17T18:23:04.132Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:04.132Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:04.132Z] #43 92.90 CC criu/cr-service.o [2022-08-17T18:23:04.132Z] #43 94.42 CC criu/crtools.o [2022-08-17T18:23:04.132Z] #43 95.01 CC criu/eventfd.o [2022-08-17T18:23:04.132Z] #43 95.45 CC criu/eventpoll.o [2022-08-17T18:23:04.132Z] #43 96.32 CC criu/external.o [2022-08-17T18:23:04.132Z] #43 96.65 CC criu/fault-injection.o [2022-08-17T18:23:04.132Z] #43 96.77 CC criu/fdstore.o [2022-08-17T18:23:04.132Z] #43 97.13 CC criu/fifo.o [2022-08-17T18:23:04.132Z] #43 97.63 CC criu/file-ids.o [2022-08-17T18:23:04.132Z] #43 97.96 CC criu/file-lock.o [2022-08-17T18:23:04.132Z] #43 98.90 CC criu/files-ext.o [2022-08-17T18:23:04.132Z] #43 99.27 CC criu/files-reg.o [2022-08-17T18:23:04.132Z] #43 101.4 CC criu/files.o [2022-08-17T18:23:04.237Z] #43 51.04 CC images/pagemap.o [2022-08-17T18:23:04.695Z] #43 103.6 CC criu/filesystems.o [2022-08-17T18:23:04.799Z] #43 51.56 CC images/siginfo.o [2022-08-17T18:23:05.055Z] #43 51.82 CC images/rpc.o [2022-08-17T18:23:05.147Z] #43 129.5 CC criu/protobuf-desc.o [2022-08-17T18:23:05.257Z] #43 104.3 CC criu/fsnotify.o [2022-08-17T18:23:06.076Z] #43 130.5 CC criu/protobuf.o [2022-08-17T18:23:06.188Z] #43 ... [2022-08-17T18:23:06.188Z] [2022-08-17T18:23:06.188Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:23:06.188Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:23:06.188Z] #20 45.44 Selecting previously unselected package vim. [2022-08-17T18:23:06.188Z] #20 45.45 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:23:06.188Z] #20 45.47 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:06.333Z] #43 130.8 CC criu/pstree.o [2022-08-17T18:23:06.961Z] #43 53.53 CC images/ext-file.o [2022-08-17T18:23:06.961Z] #43 ... [2022-08-17T18:23:06.961Z] [2022-08-17T18:23:06.961Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:23:06.961Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:23:06.961Z] #56 76.03 + bin/ctr [2022-08-17T18:23:07.116Z] #20 46.05 Selecting previously unselected package xfsprogs. [2022-08-17T18:23:07.116Z] #20 46.05 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-17T18:23:07.116Z] #20 46.06 Unpacking xfsprogs (4.20.0-1) ... [2022-08-17T18:23:07.217Z] #56 ... [2022-08-17T18:23:07.217Z] [2022-08-17T18:23:07.217Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:07.217Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:07.217Z] #43 53.92 CC images/cgroup.o [2022-08-17T18:23:07.263Z] #43 131.8 CC criu/rbtree.o [2022-08-17T18:23:07.372Z] #20 46.48 Selecting previously unselected package zip. [2022-08-17T18:23:07.372Z] #20 46.50 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-17T18:23:07.372Z] #20 46.51 Unpacking zip (3.0-11+b1) ... [2022-08-17T18:23:07.372Z] #20 46.67 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:23:07.372Z] #20 46.70 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:23:07.372Z] #20 46.72 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-17T18:23:07.372Z] #20 46.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-17T18:23:07.827Z] #43 132.1 CC criu/rst-malloc.o [2022-08-17T18:23:07.934Z] #20 46.93 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-17T18:23:07.934Z] #20 46.97 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-17T18:23:07.934Z] #20 47.06 Setting up uidmap (1:4.5-1.1) ... [2022-08-17T18:23:07.934Z] #20 47.09 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-17T18:23:07.934Z] #20 47.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:23:07.934Z] #20 47.11 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:23:07.934Z] #20 47.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:23:07.934Z] #20 47.14 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:23:07.934Z] #20 47.15 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:07.934Z] #20 47.16 Setting up zip (3.0-11+b1) ... [2022-08-17T18:23:07.934Z] #20 47.17 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:07.934Z] #20 47.21 Setting up bash-completion (1:2.8-6) ... [2022-08-17T18:23:08.084Z] #43 132.5 CC criu/seccomp.o [2022-08-17T18:23:08.146Z] #43 54.90 CC images/userns.o [2022-08-17T18:23:08.708Z] #43 55.38 CC images/google/protobuf/descriptor.o [2022-08-17T18:23:09.015Z] #43 133.2 CC criu/seize.o [2022-08-17T18:23:09.579Z] #43 134.2 CC criu/servicefd.o [2022-08-17T18:23:10.508Z] #43 134.7 CC criu/shmem.o [2022-08-17T18:23:11.205Z] #20 50.00 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-17T18:23:11.205Z] #20 50.01 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:23:11.205Z] #20 50.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-17T18:23:11.205Z] #20 50.05 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-17T18:23:11.205Z] #20 50.05 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:23:11.205Z] #20 50.14 invoke-rc.d: could not determine current runlevel [2022-08-17T18:23:11.205Z] #20 50.15 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-17T18:23:11.205Z] #20 50.16 Setting up pigz (2.4-1) ... [2022-08-17T18:23:11.205Z] #20 50.18 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-17T18:23:11.205Z] #20 50.19 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:23:11.205Z] #20 50.21 Setting up python-pip-whl (18.1-5) ... [2022-08-17T18:23:11.205Z] #20 50.22 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-17T18:23:11.205Z] #20 50.23 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:11.267Z] #43 57.82 CC images/opts.o [2022-08-17T18:23:11.267Z] #43 58.07 CC images/seccomp.o [2022-08-17T18:23:11.439Z] #43 135.9 CC criu/sigframe.o [2022-08-17T18:23:11.462Z] #20 50.62 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-17T18:23:11.462Z] #20 50.63 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:23:11.462Z] #20 50.65 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:23:11.462Z] #20 50.66 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:23:11.462Z] #20 50.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-17T18:23:11.462Z] #20 50.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-17T18:23:11.462Z] #20 50.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-17T18:23:11.462Z] #20 50.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-17T18:23:11.462Z] #20 50.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-17T18:23:11.462Z] #20 50.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-17T18:23:11.462Z] #20 50.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-17T18:23:11.462Z] #20 50.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-17T18:23:11.462Z] #20 50.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:23:11.462Z] #20 50.78 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:23:11.696Z] #43 136.0 CC criu/signalfd.o [2022-08-17T18:23:11.719Z] #20 50.79 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-17T18:23:11.719Z] #20 50.80 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:23:11.719Z] #20 50.82 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-17T18:23:11.719Z] #20 50.86 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:23:11.829Z] #43 58.65 CC images/binfmt-misc.o [2022-08-17T18:23:11.953Z] #43 136.4 CC criu/sk-inet.o [2022-08-17T18:23:12.392Z] #43 59.02 CC images/time.o [2022-08-17T18:23:12.649Z] #43 59.53 CC images/sysctl.o [2022-08-17T18:23:13.211Z] #43 59.74 CC images/autofs.o [2022-08-17T18:23:13.357Z] #43 137.6 CC criu/sk-netlink.o [2022-08-17T18:23:13.468Z] #43 60.19 CC images/macvlan.o [2022-08-17T18:23:13.620Z] #43 138.1 CC criu/sk-packet.o [2022-08-17T18:23:14.040Z] #43 60.60 CC images/sit.o [2022-08-17T18:23:14.196Z] #43 138.6 CC criu/sk-queue.o [2022-08-17T18:23:14.296Z] #43 60.91 CC images/memfd.o [2022-08-17T18:23:14.552Z] #43 61.27 CC images/timens.o [2022-08-17T18:23:14.758Z] #43 ... [2022-08-17T18:23:14.758Z] [2022-08-17T18:23:14.758Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:23:14.758Z] #22 sha256:383526f9475815adbde68d775f169f13c36bf984afd7e2d71aa829af8e4c8251 [2022-08-17T18:23:14.758Z] #22 30.90 Installing build dependencies: finished with status 'done' [2022-08-17T18:23:14.809Z] #43 61.64 LINK images/built-in.o [2022-08-17T18:23:14.994Z] #20 53.72 Setting up iptables (1.8.2-4) ... [2022-08-17T18:23:14.994Z] #20 53.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-17T18:23:14.994Z] #20 53.78 Setting up python3 (3.7.3-1) ... [2022-08-17T18:23:14.994Z] #20 54.14 Setting up python3-wheel (0.32.3-2) ... [2022-08-17T18:23:15.069Z] #43 61.85 GEN compel/include/asm [2022-08-17T18:23:15.069Z] #43 61.90 GEN compel/include/version.h [2022-08-17T18:23:15.325Z] #43 61.93 touch .config [2022-08-17T18:23:15.325Z] #43 62.04 GEN include/common/config.h [2022-08-17T18:23:15.558Z] #20 54.87 Setting up apparmor (2.13.2-10) ... [2022-08-17T18:23:15.582Z] #43 62.31 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-08-17T18:23:15.582Z] #43 62.38 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-08-17T18:23:15.582Z] #43 62.43 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-08-17T18:23:15.838Z] #43 62.51 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-08-17T18:23:15.838Z] #43 62.55 DEP compel/arch/x86/plugins/std/memcpy.d [2022-08-17T18:23:15.838Z] #43 62.63 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-08-17T18:23:15.838Z] #43 62.67 GEN compel/plugins/include/uapi/std/syscall.h [2022-08-17T18:23:16.093Z] #43 62.77 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-08-17T18:23:16.093Z] #43 62.83 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-08-17T18:23:16.093Z] #43 62.91 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-08-17T18:23:16.093Z] #43 62.93 DEP compel/plugins/std/infect.d [2022-08-17T18:23:16.352Z] #43 63.19 DEP compel/plugins/std/string.d [2022-08-17T18:23:16.446Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:23:16.446Z] [2022-08-17T18:23:16.446Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-08-17T18:23:16.446Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-08-17T18:23:16.446Z] Using test binary docker [2022-08-17T18:23:16.446Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-17T18:23:16.446Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:23:16.446Z] INFO: Waiting for daemon to start... [2022-08-17T18:23:16.446Z] Starting dockerd [2022-08-17T18:23:16.446Z] . [2022-08-17T18:23:16.446Z] INFO: Building docker-sdk-python3:4.4.1... [2022-08-17T18:23:16.488Z] #20 ... [2022-08-17T18:23:16.488Z] [2022-08-17T18:23:16.488Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:16.488Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:16.488Z] #43 105.6 CC criu/image-desc.o [2022-08-17T18:23:16.488Z] #43 105.7 CC criu/image.o [2022-08-17T18:23:16.488Z] #43 106.6 CC criu/ipc_ns.o [2022-08-17T18:23:16.488Z] #43 107.9 CC criu/irmap.o [2022-08-17T18:23:16.488Z] #43 108.6 CC criu/kcmp-ids.o [2022-08-17T18:23:16.488Z] #43 109.0 CC criu/kerndat.o [2022-08-17T18:23:16.488Z] #43 110.1 CC criu/libnetlink.o [2022-08-17T18:23:16.488Z] #43 110.5 CC criu/log.o [2022-08-17T18:23:16.488Z] #43 111.1 CC criu/lsm.o [2022-08-17T18:23:16.488Z] #43 111.5 CC criu/mem.o [2022-08-17T18:23:16.488Z] #43 113.3 CC criu/memfd.o [2022-08-17T18:23:16.488Z] #43 114.0 CC criu/mount.o [2022-08-17T18:23:16.608Z] #43 63.31 DEP compel/plugins/std/log.d [2022-08-17T18:23:16.608Z] #43 63.41 DEP compel/plugins/std/fds.d [2022-08-17T18:23:16.864Z] #43 63.64 DEP compel/plugins/std/std.d [2022-08-17T18:23:17.121Z] #43 63.82 DEP compel/plugins/shmem/shmem.d [2022-08-17T18:23:17.378Z] #43 63.99 DEP compel/plugins/fds/fds.d [2022-08-17T18:23:17.444Z] #43 ... [2022-08-17T18:23:17.445Z] [2022-08-17T18:23:17.445Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:23:17.445Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:23:17.445Z] #20 56.46 Setting up xfsprogs (4.20.0-1) ... [2022-08-17T18:23:17.445Z] #20 56.47 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:23:17.635Z] #43 64.39 CC compel/plugins/std/std.o [2022-08-17T18:23:17.713Z] #20 56.96 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:23:18.198Z] #43 64.97 CC compel/plugins/std/fds.o [2022-08-17T18:23:18.650Z] #20 57.95 Setting up python3-distutils (3.7.3-1) ... [2022-08-17T18:23:19.129Z] #43 65.75 CC compel/plugins/std/log.o [2022-08-17T18:23:19.212Z] #20 58.45 Setting up python3-setuptools (40.8.0-1) ... [2022-08-17T18:23:20.523Z] #43 67.00 CC compel/plugins/std/string.o [2022-08-17T18:23:20.581Z] #20 59.62 Setting up python3-pip (18.1-5) ... [2022-08-17T18:23:20.780Z] #43 67.51 CC compel/plugins/std/infect.o [2022-08-17T18:23:21.037Z] #43 67.95 CC compel/arch/x86/plugins/std/parasite-head.o [2022-08-17T18:23:21.037Z] #43 ... [2022-08-17T18:23:21.037Z] [2022-08-17T18:23:21.037Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:23:21.037Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:23:21.037Z] #13 160.5 Selecting previously unselected package libapparmor1:amd64. [2022-08-17T18:23:21.037Z] #13 160.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2022-08-17T18:23:21.037Z] #13 160.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2022-08-17T18:23:21.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-17T18:23:21.300Z] #22 ... [2022-08-17T18:23:21.300Z] [2022-08-17T18:23:21.300Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:21.300Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:23:21.300Z] #43 139.1 CC criu/sk-tcp.o [2022-08-17T18:23:21.300Z] #43 139.7 CC criu/sk-unix.o [2022-08-17T18:23:21.300Z] #43 142.0 CC criu/sockets.o [2022-08-17T18:23:21.300Z] #43 143.1 CC criu/stats.o [2022-08-17T18:23:21.300Z] #43 143.5 CC criu/string.o [2022-08-17T18:23:21.300Z] #43 143.6 CC criu/sysctl.o [2022-08-17T18:23:21.300Z] #43 144.4 CC criu/sysfs_parse.o [2022-08-17T18:23:21.300Z] #43 144.9 CC criu/timens.o [2022-08-17T18:23:21.300Z] #43 ... [2022-08-17T18:23:21.300Z] [2022-08-17T18:23:21.300Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:23:21.300Z] #22 sha256:383526f9475815adbde68d775f169f13c36bf984afd7e2d71aa829af8e4c8251 [2022-08-17T18:23:21.300Z] #22 36.82 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-17T18:23:21.300Z] #22 36.83 Building wheels for collected packages: yamllint, pyyaml [2022-08-17T18:23:21.300Z] #22 36.83 Running setup.py bdist_wheel for yamllint: started [2022-08-17T18:23:21.510Z] #20 60.53 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:23:21.510Z] #20 60.59 Processing triggers for mime-support (3.62) ... [2022-08-17T18:23:21.556Z] #22 37.89 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-17T18:23:21.556Z] #22 37.90 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-17T18:23:21.556Z] #22 37.94 Running setup.py bdist_wheel for pyyaml: started [2022-08-17T18:23:21.601Z] #13 160.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-08-17T18:23:21.601Z] #13 160.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2022-08-17T18:23:21.766Z] #20 DONE 61.0s [2022-08-17T18:23:21.766Z] [2022-08-17T18:23:21.766Z] #21 [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-08-17T18:23:21.766Z] #21 sha256:7d6dc0d65c552b7efb9c73a0f05574d6923c4cb8de3f8ed4dd58ab00a8cd3331 [2022-08-17T18:23:21.858Z] #13 161.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-17T18:23:21.858Z] #13 161.4 Selecting previously unselected package libbtrfs0. [2022-08-17T18:23:21.858Z] #13 161.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2022-08-17T18:23:21.858Z] #13 161.4 Unpacking libbtrfs0 (4.20.1-2) ... [2022-08-17T18:23:22.139Z] #13 161.5 Selecting previously unselected package libbtrfs-dev. [2022-08-17T18:23:22.139Z] #13 161.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2022-08-17T18:23:22.139Z] #13 161.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:23:22.396Z] #13 161.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-08-17T18:23:22.396Z] #13 161.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:23:22.396Z] #13 161.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:23:22.653Z] #13 162.0 Selecting previously unselected package libudev-dev:amd64. [2022-08-17T18:23:22.653Z] #13 162.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ... [2022-08-17T18:23:22.653Z] #13 162.0 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:23:22.653Z] #13 162.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-08-17T18:23:22.910Z] #13 162.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2022-08-17T18:23:22.910Z] #13 162.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2022-08-17T18:23:23.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-17T18:23:23.166Z] #13 162.6 Selecting previously unselected package libpcre16-3:amd64. [2022-08-17T18:23:23.167Z] #13 162.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2022-08-17T18:23:23.391Z] #21 1.385 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-17T18:23:23.391Z] #21 1.392 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-17T18:23:23.391Z] #21 1.395 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-17T18:23:23.391Z] #21 DONE 1.5s [2022-08-17T18:23:23.391Z] [2022-08-17T18:23:23.391Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:23.391Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:23.391Z] #43 118.4 CC criu/namespaces.o [2022-08-17T18:23:23.391Z] #43 120.4 CC criu/net.o [2022-08-17T18:23:23.423Z] #13 162.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2022-08-17T18:23:23.448Z] #22 39.54 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2022-08-17T18:23:23.448Z] #22 39.54 Stored in directory: /root/.cache/pip/wheels/95/84/67/ebeac632c63797cfbeb90128ca41073117721540dad526d213 [2022-08-17T18:23:23.448Z] #22 39.73 Successfully built yamllint pyyaml [2022-08-17T18:23:23.448Z] #22 39.74 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-17T18:23:23.679Z] #13 162.9 Selecting previously unselected package libpcre32-3:amd64. [2022-08-17T18:23:23.679Z] #13 162.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2022-08-17T18:23:23.679Z] #13 162.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2022-08-17T18:23:23.936Z] #13 163.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2022-08-17T18:23:23.936Z] #13 163.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2022-08-17T18:23:23.936Z] #13 163.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-17T18:23:23.936Z] #13 163.3 Selecting previously unselected package libpcre3-dev:amd64. [2022-08-17T18:23:23.936Z] #13 163.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2022-08-17T18:23:23.936Z] #13 163.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-17T18:23:24.011Z] #22 40.11 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-17T18:23:24.268Z] #22 DONE 40.6s [2022-08-17T18:23:24.268Z] [2022-08-17T18:23:24.268Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:24.268Z] #43 sha256:0f359ae39060030f81c84d0e3d31861ae9e300eb0fef470bdad7147bb07e4880 [2022-08-17T18:23:24.268Z] #43 145.2 CC criu/timerfd.o [2022-08-17T18:23:24.268Z] #43 145.6 CC criu/tty.o [2022-08-17T18:23:24.268Z] #43 147.9 CC criu/tun.o [2022-08-17T18:23:24.268Z] #43 148.5 CC criu/uffd.o [2022-08-17T18:23:24.866Z] #13 164.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-08-17T18:23:24.866Z] #13 164.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2022-08-17T18:23:24.866Z] #13 164.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-17T18:23:25.281Z] #43 123.9 CC criu/netfilter.o [2022-08-17T18:23:25.281Z] #43 124.3 CC criu/page-pipe.o [2022-08-17T18:23:25.635Z] #43 149.9 CC criu/util.o [2022-08-17T18:23:25.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-17T18:23:25.797Z] #13 164.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-08-17T18:23:25.797Z] #13 164.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2022-08-17T18:23:25.797Z] #13 165.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-17T18:23:25.797Z] #13 165.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-08-17T18:23:25.797Z] #13 165.2 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ... [2022-08-17T18:23:25.797Z] #13 165.2 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:23:26.055Z] #13 165.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-08-17T18:23:26.055Z] #13 165.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ... [2022-08-17T18:23:26.055Z] #13 165.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:23:26.209Z] #43 125.1 CC criu/page-xfer.o [2022-08-17T18:23:27.004Z] #43 151.1 CC criu/uts_ns.o [2022-08-17T18:23:27.004Z] #43 151.3 CC criu/vdso.o [2022-08-17T18:23:27.036Z] #13 166.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2022-08-17T18:23:27.299Z] #13 166.6 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libbtrfs0 (4.20.1-2) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2022-08-17T18:23:27.299Z] #13 166.7 Setting up libudev-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:23:27.299Z] #13 166.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2022-08-17T18:23:27.299Z] #13 166.8 Setting up libbtrfs-dev (4.20.1-2) ... [2022-08-17T18:23:27.299Z] #13 166.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2022-08-17T18:23:27.299Z] #13 166.8 Setting up mingw-w64-common (6.0.0-3) ... [2022-08-17T18:23:27.556Z] #13 166.8 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... [2022-08-17T18:23:27.556Z] #13 166.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2022-08-17T18:23:27.556Z] #13 166.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2022-08-17T18:23:27.556Z] #13 166.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:23:27.556Z] #13 166.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-08-17T18:23:27.556Z] #13 167.0 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-08-17T18:23:27.557Z] #13 167.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ... [2022-08-17T18:23:27.557Z] #13 167.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-17T18:23:27.557Z] #13 167.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-08-17T18:23:27.567Z] #43 151.9 LINK criu/built-in.o [2022-08-17T18:23:27.567Z] #43 152.0 LINK criu/criu [2022-08-17T18:23:27.576Z] #43 126.7 CC criu/pagemap-cache.o [2022-08-17T18:23:27.814Z] #13 167.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2022-08-17T18:23:27.814Z] #13 167.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2022-08-17T18:23:27.814Z] #13 167.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:23:27.814Z] #13 167.1 Setting up dmsetup (2:1.02.155-3) ... [2022-08-17T18:23:27.814Z] #13 167.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2022-08-17T18:23:27.814Z] #13 167.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2022-08-17T18:23:27.814Z] #13 167.1 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:23:28.131Z] #43 152.5 DEP lib/c/criu.d [2022-08-17T18:23:28.131Z] #43 152.6 CC images/rpc.pb-c.o [2022-08-17T18:23:28.139Z] #43 127.1 CC criu/pagemap.o [2022-08-17T18:23:28.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-17T18:23:28.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-17T18:23:29.061Z] #43 153.3 CC lib/c/criu.o [2022-08-17T18:23:29.205Z] #13 ... [2022-08-17T18:23:29.205Z] [2022-08-17T18:23:29.205Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:23:29.205Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:23:29.205Z] #58 172.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-08-17T18:23:29.205Z] #58 172.6 + GOBIN=/build [2022-08-17T18:23:29.205Z] #58 172.6 + GO111MODULE=on [2022-08-17T18:23:29.205Z] #58 172.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-08-17T18:23:29.508Z] #43 128.1 CC criu/parasite-syscall.o [2022-08-17T18:23:29.991Z] #43 154.4 LINK lib/c/built-in.o [2022-08-17T18:23:29.991Z] #43 154.4 LINK lib/c/libcriu.so [2022-08-17T18:23:29.991Z] #43 154.5 LINK lib/c/libcriu.a [2022-08-17T18:23:30.072Z] #43 129.0 CC criu/path.o [2022-08-17T18:23:30.135Z] #58 ... [2022-08-17T18:23:30.135Z] [2022-08-17T18:23:30.135Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2022-08-17T18:23:30.135Z] #13 sha256:f8cfbd4fe41243fe5012f72bcde8dc0851f780bc81f6a2ad2c8df34f705c9e75 [2022-08-17T18:23:30.135Z] #13 DONE 169.4s [2022-08-17T18:23:30.135Z] [2022-08-17T18:23:30.135Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:23:30.135Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906 [2022-08-17T18:23:30.248Z] #43 154.6 GEN magic.py [2022-08-17T18:23:30.248Z] #43 154.7 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:23:30.248Z] #43 154.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:23:30.248Z] #43 154.7 Note: Building without GnuTLS support [2022-08-17T18:23:30.248Z] #43 154.7 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:23:30.248Z] #43 154.7 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:23:30.329Z] #43 129.3 CC criu/pie-util-vdso-elf32.o [2022-08-17T18:23:30.586Z] #43 129.7 CC criu/pie-util-vdso.o [2022-08-17T18:23:31.150Z] #43 130.2 CC criu/pie-util.o [2022-08-17T18:23:31.179Z] #43 155.4 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:23:31.406Z] #43 130.3 CC criu/pipes.o [2022-08-17T18:23:31.505Z] #14 ... [2022-08-17T18:23:31.505Z] [2022-08-17T18:23:31.505Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:31.505Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:31.505Z] #43 68.02 CC compel/arch/x86/plugins/std/memcpy.o [2022-08-17T18:23:31.505Z] #43 68.13 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-08-17T18:23:31.505Z] #43 68.27 AR compel/plugins/std.lib.a [2022-08-17T18:23:31.505Z] #43 68.39 CC compel/plugins/fds/fds.o [2022-08-17T18:23:31.505Z] #43 68.67 AR compel/plugins/fds.lib.a [2022-08-17T18:23:31.505Z] #43 68.77 HOSTDEP compel/src/lib/log-host.d [2022-08-17T18:23:31.505Z] #43 68.91 HOSTDEP compel/src/lib/handle-elf-host.d [2022-08-17T18:23:31.505Z] #43 69.06 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-08-17T18:23:31.505Z] #43 69.18 HOSTDEP compel/src/main-host.d [2022-08-17T18:23:31.505Z] #43 69.31 DEP compel/src/lib/ptrace.d [2022-08-17T18:23:31.505Z] #43 69.43 DEP compel/src/lib/infect.d [2022-08-17T18:23:31.505Z] #43 69.60 DEP compel/src/lib/infect-util.d [2022-08-17T18:23:31.505Z] #43 69.70 DEP compel/src/lib/infect-rpc.d [2022-08-17T18:23:31.505Z] #43 69.85 DEP compel/arch/x86/src/lib/infect.d [2022-08-17T18:23:31.505Z] #43 70.01 DEP compel/arch/x86/src/lib/cpu.d [2022-08-17T18:23:31.505Z] #43 70.12 DEP compel/src/lib/log.d [2022-08-17T18:23:31.505Z] #43 70.23 DEP compel/src/main.d [2022-08-17T18:23:31.505Z] #43 70.44 DEP compel/src/lib/handle-elf.d [2022-08-17T18:23:31.505Z] #43 70.58 DEP compel/arch/x86/src/lib/handle-elf.d [2022-08-17T18:23:31.505Z] #43 70.82 CC compel/src/lib/log.o [2022-08-17T18:23:31.505Z] #43 71.23 CC compel/arch/x86/src/lib/cpu.o [2022-08-17T18:23:31.505Z] #43 72.52 CC compel/arch/x86/src/lib/infect.o [2022-08-17T18:23:31.505Z] #43 73.86 CC compel/src/lib/infect-rpc.o [2022-08-17T18:23:31.505Z] #43 74.35 CC compel/src/lib/infect-util.o [2022-08-17T18:23:31.505Z] #43 74.61 CC compel/src/lib/infect.o [2022-08-17T18:23:31.505Z] #43 77.02 CC compel/src/lib/ptrace.o [2022-08-17T18:23:31.505Z] #43 77.72 AR compel/libcompel.a [2022-08-17T18:23:31.505Z] #43 77.84 HOSTCC compel/src/main-host.o [2022-08-17T18:23:31.505Z] #43 78.22 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-08-17T18:23:31.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-17T18:23:31.742Z] #43 156.2 make[1]: Nothing to be done for 'all'. [2022-08-17T18:23:31.762Z] #43 78.42 HOSTCC compel/src/lib/handle-elf-host.o [2022-08-17T18:23:32.327Z] #43 ... [2022-08-17T18:23:32.327Z] [2022-08-17T18:23:32.327Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:23:32.327Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:23:32.327Z] #53 2.100 + RM_GOPATH=0 [2022-08-17T18:23:32.327Z] #53 2.100 + TMP_GOPATH= [2022-08-17T18:23:32.327Z] #53 2.100 + : /build [2022-08-17T18:23:32.327Z] #53 2.100 + '[' -z '' ']' [2022-08-17T18:23:32.327Z] #53 2.100 ++ mktemp -d [2022-08-17T18:23:32.327Z] #53 2.100 + export GOPATH=/tmp/tmp.cOo5VLnR18 [2022-08-17T18:23:32.327Z] #53 2.100 + GOPATH=/tmp/tmp.cOo5VLnR18 [2022-08-17T18:23:32.327Z] #53 2.111 + RM_GOPATH=1 [2022-08-17T18:23:32.327Z] #53 2.111 + case "$(go env GOARCH)" in [2022-08-17T18:23:32.327Z] #53 2.111 ++ go env GOARCH [2022-08-17T18:23:32.327Z] #53 2.118 + export GO_BUILDMODE=-buildmode=pie [2022-08-17T18:23:32.327Z] #53 2.118 + GO_BUILDMODE=-buildmode=pie [2022-08-17T18:23:32.327Z] #53 2.118 ++ dirname /tmp/install/install.sh [2022-08-17T18:23:32.327Z] #53 2.126 Install runc version v1.1.3 (build tags: seccomp) [2022-08-17T18:23:32.327Z] #53 2.126 + dir=/tmp/install [2022-08-17T18:23:32.327Z] #53 2.126 + bin=runc [2022-08-17T18:23:32.327Z] #53 2.126 + shift [2022-08-17T18:23:32.327Z] #53 2.126 + '[' '!' -f /tmp/install/runc.installer ']' [2022-08-17T18:23:32.327Z] #53 2.126 + . /tmp/install/runc.installer [2022-08-17T18:23:32.327Z] #53 2.126 ++ set -e [2022-08-17T18:23:32.327Z] #53 2.126 ++ : v1.1.3 [2022-08-17T18:23:32.327Z] #53 2.126 + install_runc [2022-08-17T18:23:32.327Z] #53 2.126 + RUNC_BUILDTAGS=seccomp [2022-08-17T18:23:32.327Z] #53 2.126 + echo 'Install runc version v1.1.3 (build tags: seccomp)' [2022-08-17T18:23:32.327Z] #53 2.126 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cOo5VLnR18/src/github.com/opencontainers/runc [2022-08-17T18:23:32.327Z] #53 2.127 Cloning into '/tmp/tmp.cOo5VLnR18/src/github.com/opencontainers/runc'... [2022-08-17T18:23:32.327Z] #53 ... [2022-08-17T18:23:32.327Z] [2022-08-17T18:23:32.327Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-08-17T18:23:32.327Z] #14 sha256:6fe844d6d0120f3cae38a5886e15a2220595bd42fb3bf2c6147f2edfae5dc906 [2022-08-17T18:23:32.327Z] #14 DONE 2.2s [2022-08-17T18:23:32.337Z] #43 131.1 CC criu/plugin.o [2022-08-17T18:23:32.585Z] [2022-08-17T18:23:32.585Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:32.585Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:32.585Z] #43 79.07 HOSTCC compel/src/lib/log-host.o [2022-08-17T18:23:32.585Z] #43 79.42 HOSTLINK compel/compel-host-bin [2022-08-17T18:23:32.594Z] #43 131.5 CC criu/proc_parse.o [2022-08-17T18:23:32.672Z] #43 157.1 make[1]: 'images/built-in.o' is up to date. [2022-08-17T18:23:32.672Z] #43 157.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-17T18:23:32.672Z] #43 157.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-17T18:23:32.842Z] #43 79.65 DEP soccr/soccr.d [2022-08-17T18:23:32.929Z] #43 157.3 make[1]: 'compel/libcompel.a' is up to date. [2022-08-17T18:23:32.929Z] #43 157.3 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-17T18:23:32.929Z] #43 157.4 make[1]: Nothing to be done for 'all'. [2022-08-17T18:23:32.929Z] #43 157.4 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:23:33.100Z] #43 79.85 CC soccr/soccr.o [2022-08-17T18:23:33.186Z] #43 157.7 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.186Z] #43 157.7 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.186Z] #43 157.8 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.443Z] #43 157.9 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.443Z] #43 158.0 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.443Z] #43 158.0 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.524Z] #43 ... [2022-08-17T18:23:33.524Z] [2022-08-17T18:23:33.524Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:23:33.524Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:23:33.524Z] #22 5.602 Collecting yamllint==1.26.1 [2022-08-17T18:23:33.700Z] #43 158.1 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.700Z] #43 158.2 make[2]: Nothing to be done for 'all'. [2022-08-17T18:23:33.700Z] #43 158.2 INSTALL criu/criu [2022-08-17T18:23:34.263Z] #43 DONE 158.6s [2022-08-17T18:23:34.263Z] [2022-08-17T18:23:34.263Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:23:34.263Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:23:34.454Z] #22 10.99 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-17T18:23:34.469Z] #43 ... [2022-08-17T18:23:34.469Z] [2022-08-17T18:23:34.469Z] #15 [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-08-17T18:23:34.469Z] #15 sha256:f162fbc0dc78319128a7fa0a7a2e0a55367da8974c899939839f6097074ab280 [2022-08-17T18:23:34.469Z] #15 DONE 2.1s [2022-08-17T18:23:34.469Z] [2022-08-17T18:23:34.469Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-17T18:23:34.469Z] #16 sha256:a1356f0f53fed6dd321fbb7e3b2e7efcdea14cadeb650bab146ad5170a8ea572 [2022-08-17T18:23:35.384Z] #22 ... [2022-08-17T18:23:35.384Z] [2022-08-17T18:23:35.384Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:35.384Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:35.384Z] #43 134.3 CC criu/protobuf-desc.o [2022-08-17T18:23:35.837Z] #16 1.257 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-08-17T18:23:35.838Z] #16 DONE 1.4s [2022-08-17T18:23:35.838Z] [2022-08-17T18:23:35.838Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-17T18:23:35.838Z] #17 sha256:2280036e56f4451b37ceb580fdd12561ffb13693058a3fdce3b18b96ce471452 [2022-08-17T18:23:36.314Z] #43 135.4 CC criu/protobuf.o [2022-08-17T18:23:36.880Z] #43 135.9 CC criu/pstree.o [2022-08-17T18:23:37.208Z] #17 DONE 1.4s [2022-08-17T18:23:37.208Z] [2022-08-17T18:23:37.208Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:37.208Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:37.208Z] #43 82.01 AR soccr/libsoccr.a [2022-08-17T18:23:37.208Z] #43 82.10 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:23:37.208Z] #43 82.82 DEP criu/arch/x86/sigframe.d [2022-08-17T18:23:37.208Z] #43 83.10 DEP criu/arch/x86/sigaction_compat.d [2022-08-17T18:23:37.208Z] #43 83.26 DEP criu/arch/x86/kerndat.d [2022-08-17T18:23:37.208Z] #43 83.49 DEP criu/arch/x86/crtools.d [2022-08-17T18:23:37.208Z] #43 83.80 DEP criu/arch/x86/cpu.d [2022-08-17T18:23:37.465Z] #43 84.14 CC criu/arch/x86/cpu.o [2022-08-17T18:23:38.396Z] #43 85.12 CC criu/arch/x86/crtools.o [2022-08-17T18:23:38.654Z] #43 ... [2022-08-17T18:23:38.654Z] [2022-08-17T18:23:38.654Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-17T18:23:38.654Z] #18 sha256:621e70a2779988baa9bbb1ac50b226780bb61c6f24e7a931c49a324df8e49341 [2022-08-17T18:23:38.654Z] #18 DONE 1.4s [2022-08-17T18:23:38.775Z] #43 137.3 CC criu/rbtree.o [2022-08-17T18:23:38.775Z] #43 ... [2022-08-17T18:23:38.775Z] [2022-08-17T18:23:38.775Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:23:38.775Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:23:38.775Z] #22 12.18 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-17T18:23:38.775Z] #22 12.25 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-17T18:23:38.775Z] #22 12.33 Collecting pyyaml (from yamllint==1.26.1) [2022-08-17T18:23:38.775Z] #22 12.66 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-17T18:23:38.775Z] #22 12.96 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-17T18:23:38.775Z] #22 12.97 Building wheels for collected packages: yamllint [2022-08-17T18:23:38.775Z] #22 12.97 Running setup.py bdist_wheel for yamllint: started [2022-08-17T18:23:38.775Z] #22 14.09 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-17T18:23:38.775Z] #22 14.10 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-17T18:23:38.775Z] #22 14.14 Successfully built yamllint [2022-08-17T18:23:38.775Z] #22 14.17 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-17T18:23:38.775Z] #22 14.57 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-17T18:23:38.775Z] #22 DONE 15.5s [2022-08-17T18:23:38.911Z] [2022-08-17T18:23:38.911Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:23:38.911Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d [2022-08-17T18:23:39.032Z] [2022-08-17T18:23:39.032Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:23:39.032Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:23:39.032Z] #40 200.6 + dpkg --print-architecture [2022-08-17T18:23:39.032Z] #40 200.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-17T18:23:39.032Z] #40 200.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-17T18:23:39.032Z] #40 200.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-17T18:23:39.294Z] #40 ... [2022-08-17T18:23:39.294Z] [2022-08-17T18:23:39.294Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-17T18:23:39.294Z] #25 sha256:cf6d8b2216bed637700b1fc8c98fb5120db84046fbec7ba249d5535cc4a45eaa [2022-08-17T18:23:39.294Z] #25 DONE 0.6s [2022-08-17T18:23:39.551Z] [2022-08-17T18:23:39.551Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:23:39.551Z] #30 sha256:1f79c3adde2d1dd42d5cd053a03c54c8db5198fd422f3ab4ab0a780d73ea6ed9 [2022-08-17T18:23:39.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-17T18:23:39.845Z] #19 ... [2022-08-17T18:23:39.845Z] [2022-08-17T18:23:39.845Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2022-08-17T18:23:39.845Z] #58 sha256:0f0cecf85889a043cb3a8568aaa31bba963383698256914961f5bbf9adc3544e [2022-08-17T18:23:39.845Z] #58 DONE 183.2s [2022-08-17T18:23:39.845Z] [2022-08-17T18:23:39.845Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-08-17T18:23:39.845Z] #59 sha256:0a2883b5f2cc431a15fc9d02fb2d6e9ee80dabd430fc0f7a2d2ab4b2ff9039b6 [2022-08-17T18:23:39.845Z] #59 DONE 0.1s [2022-08-17T18:23:40.111Z] [2022-08-17T18:23:40.111Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-17T18:23:40.111Z] #60 sha256:110dec95b71db7e5551f63d13829c8e9b7f095ce5c3a384fefc1ce79d1ed2f13 [2022-08-17T18:23:40.111Z] #60 DONE 0.1s [2022-08-17T18:23:40.111Z] [2022-08-17T18:23:40.111Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2022-08-17T18:23:40.111Z] #19 sha256:fc0c9996ec7d9d9cff36e35d1dbd63356d9f7e81aa593844ef2bc0ad16961d8d [2022-08-17T18:23:40.111Z] #19 DONE 1.6s [2022-08-17T18:23:40.111Z] [2022-08-17T18:23:40.111Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:23:40.111Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:23:42.633Z] #20 2.497 Get:1 http://deb.debian.org/debian buster-backports InRelease [51.4 kB] [2022-08-17T18:23:42.633Z] #20 2.522 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2022-08-17T18:23:42.890Z] #20 2.704 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [34.8 kB] [2022-08-17T18:23:42.890Z] #20 2.732 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [56.6 kB] [2022-08-17T18:23:43.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-17T18:23:43.454Z] #20 3.429 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [489 kB] [2022-08-17T18:23:45.349Z] #20 5.232 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7911 kB] [2022-08-17T18:23:45.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-17T18:23:46.097Z] #30 ... [2022-08-17T18:23:46.097Z] [2022-08-17T18:23:46.097Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:46.097Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:46.097Z] #43 137.9 CC criu/rst-malloc.o [2022-08-17T18:23:46.097Z] #43 138.3 CC criu/seccomp.o [2022-08-17T18:23:46.097Z] #43 139.1 CC criu/seize.o [2022-08-17T18:23:46.097Z] #43 140.3 CC criu/servicefd.o [2022-08-17T18:23:46.097Z] #43 140.7 CC criu/shmem.o [2022-08-17T18:23:46.097Z] #43 141.6 CC criu/sigframe.o [2022-08-17T18:23:46.097Z] #43 141.9 CC criu/signalfd.o [2022-08-17T18:23:46.097Z] #43 142.2 CC criu/sk-inet.o [2022-08-17T18:23:46.097Z] #43 143.2 CC criu/sk-netlink.o [2022-08-17T18:23:46.097Z] #43 143.6 CC criu/sk-packet.o [2022-08-17T18:23:46.097Z] #43 144.2 CC criu/sk-queue.o [2022-08-17T18:23:46.097Z] #43 144.9 CC criu/sk-tcp.o [2022-08-17T18:23:46.661Z] #43 145.5 CC criu/sk-unix.o [2022-08-17T18:23:46.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-17T18:23:47.230Z] #43 ... [2022-08-17T18:23:47.230Z] [2022-08-17T18:23:47.230Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:23:47.230Z] #30 sha256:1f79c3adde2d1dd42d5cd053a03c54c8db5198fd422f3ab4ab0a780d73ea6ed9 [2022-08-17T18:23:47.230Z] #30 DONE 7.6s [2022-08-17T18:23:47.230Z] [2022-08-17T18:23:47.230Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-17T18:23:47.230Z] #33 sha256:20dd9bd390fa3544eadf6e82e2508de689a2a376106766fbe0527886d2c29f5a [2022-08-17T18:23:47.490Z] #33 DONE 0.5s [2022-08-17T18:23:47.490Z] [2022-08-17T18:23:47.490Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-17T18:23:47.490Z] #35 sha256:dbad2916451d31c5e91d0ed1c9f9806c2962a89fb5958ae13eabc01e3f797c54 [2022-08-17T18:23:47.490Z] #35 DONE 0.1s [2022-08-17T18:23:47.490Z] [2022-08-17T18:23:47.490Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:23:47.490Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792 [2022-08-17T18:23:47.747Z] #53 ... [2022-08-17T18:23:47.747Z] [2022-08-17T18:23:47.747Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-17T18:23:47.747Z] #38 sha256:45f15b320f167ac353be5339ca5cc9883982544fc4ac085856edc46fd4052148 [2022-08-17T18:23:47.747Z] #38 DONE 0.1s [2022-08-17T18:23:47.747Z] [2022-08-17T18:23:47.747Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:23:47.747Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:23:47.876Z] #20 ... [2022-08-17T18:23:47.876Z] [2022-08-17T18:23:47.876Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:47.876Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:47.876Z] #43 87.32 CC criu/arch/x86/kerndat.o [2022-08-17T18:23:47.876Z] #43 88.18 CC criu/arch/x86/sigaction_compat.o [2022-08-17T18:23:47.876Z] #43 88.62 CC criu/arch/x86/sigframe.o [2022-08-17T18:23:47.876Z] #43 89.18 LINK criu/arch/x86/crtools.built-in.o [2022-08-17T18:23:47.876Z] #43 89.31 DEP criu/pie/util-vdso-elf32.d [2022-08-17T18:23:47.876Z] #43 89.67 DEP criu/pie/util-vdso.d [2022-08-17T18:23:47.876Z] #43 89.89 DEP criu/pie/util.d [2022-08-17T18:23:47.876Z] #43 90.18 CC criu/pie/util.o [2022-08-17T18:23:47.876Z] #43 90.69 CC criu/pie/util-vdso.o [2022-08-17T18:23:47.876Z] #43 91.72 CC criu/pie/util-vdso-elf32.o [2022-08-17T18:23:47.876Z] #43 93.09 AR criu/pie/pie.lib.a [2022-08-17T18:23:47.876Z] #43 93.22 DEP criu/pie/restorer.d [2022-08-17T18:23:47.876Z] #43 93.62 DEP criu/arch/x86/sigaction_compat_pie.d [2022-08-17T18:23:47.876Z] #43 93.81 DEP criu/arch/x86/restorer_unmap.d [2022-08-17T18:23:47.876Z] #43 93.89 DEP criu/arch/x86/restorer.d [2022-08-17T18:23:47.876Z] #43 94.22 DEP criu/arch/x86/vdso-pie.d [2022-08-17T18:23:47.876Z] #43 94.33 DEP criu/pie/parasite-vdso.d [2022-08-17T18:23:47.876Z] #43 94.63 DEP criu/pie/parasite.d [2022-08-17T18:23:47.876Z] #43 ... [2022-08-17T18:23:47.876Z] [2022-08-17T18:23:47.876Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:23:47.876Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:23:47.876Z] #20 7.774 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB] [2022-08-17T18:23:48.679Z] #40 ... [2022-08-17T18:23:48.679Z] [2022-08-17T18:23:48.679Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:48.679Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:48.679Z] #43 147.7 CC criu/sockets.o [2022-08-17T18:23:49.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-17T18:23:49.609Z] #43 148.7 CC criu/stats.o [2022-08-17T18:23:49.866Z] #43 149.0 CC criu/string.o [2022-08-17T18:23:50.123Z] #43 149.1 CC criu/sysctl.o [2022-08-17T18:23:50.403Z] #20 9.832 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] [2022-08-17T18:23:51.053Z] #43 149.8 CC criu/sysfs_parse.o [2022-08-17T18:23:51.310Z] #43 150.3 CC criu/timens.o [2022-08-17T18:23:51.875Z] #43 150.8 CC criu/timerfd.o [2022-08-17T18:23:52.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-17T18:23:52.439Z] #43 151.2 CC criu/tty.o [2022-08-17T18:23:53.725Z] #20 ... [2022-08-17T18:23:53.725Z] [2022-08-17T18:23:53.725Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:23:53.725Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:23:53.725Z] #53 19.95 Checking out files: 90% (1078/1195) Checking out files: 91% (1088/1195) Checking out files: 92% (1100/1195) Checking out files: 93% (1112/1195) Checking out files: 94% (1124/1195) Checking out files: 95% (1136/1195) Checking out files: 96% (1148/1195) Checking out files: 97% (1160/1195) Checking out files: 98% (1172/1195) Checking out files: 99% (1184/1195) Checking out files: 100% (1195/1195) Checking out files: 100% (1195/1195), done. [2022-08-17T18:23:53.725Z] #53 20.06 + cd /tmp/tmp.cOo5VLnR18/src/github.com/opencontainers/runc [2022-08-17T18:23:53.725Z] #53 20.06 + git checkout -q v1.1.3 [2022-08-17T18:23:53.725Z] #53 21.33 + '[' -z '' ']' [2022-08-17T18:23:53.725Z] #53 21.33 + target=static [2022-08-17T18:23:53.725Z] #53 21.33 + make BUILDTAGS=seccomp static [2022-08-17T18:23:53.725Z] #53 21.71 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-0-g6724737f -X main.version=1.1.3 " -o runc . [2022-08-17T18:23:54.331Z] #43 153.3 CC criu/tun.o [2022-08-17T18:23:54.895Z] #43 153.8 CC criu/uffd.o [2022-08-17T18:23:55.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-17T18:23:56.264Z] #43 155.2 CC criu/util.o [2022-08-17T18:23:57.633Z] #43 156.7 CC criu/uts_ns.o [2022-08-17T18:23:57.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-17T18:23:57.889Z] #43 156.9 CC criu/vdso-compat.o [2022-08-17T18:23:58.452Z] #43 157.2 CC criu/vdso.o [2022-08-17T18:23:58.985Z] #53 ... [2022-08-17T18:23:58.985Z] [2022-08-17T18:23:58.985Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:23:58.985Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:23:58.985Z] #43 95.27 CC criu/pie/parasite.o [2022-08-17T18:23:58.985Z] #43 96.66 LINK criu/pie/parasite.built-in.o [2022-08-17T18:23:58.985Z] #43 96.67 GEN criu/pie/parasite-blob.h [2022-08-17T18:23:58.985Z] #43 96.69 CC criu/pie/parasite-vdso.o [2022-08-17T18:23:58.985Z] #43 97.98 CC criu/arch/x86/vdso-pie.o [2022-08-17T18:23:58.985Z] #43 98.57 CC criu/arch/x86/restorer.o [2022-08-17T18:23:58.985Z] #43 99.53 CC criu/arch/x86/restorer_unmap.o [2022-08-17T18:23:58.985Z] #43 99.70 CC criu/arch/x86/sigaction_compat_pie.o [2022-08-17T18:23:58.985Z] #43 100.3 CC criu/pie/restorer.o [2022-08-17T18:23:58.985Z] #43 105.7 LINK criu/pie/restorer.built-in.o [2022-08-17T18:23:58.985Z] #43 105.7 GEN criu/pie/restorer-blob.h [2022-08-17T18:23:59.015Z] #43 158.0 LINK criu/built-in.o [2022-08-17T18:23:59.247Z] #43 105.9 DEP criu/vdso.d [2022-08-17T18:23:59.272Z] #43 158.2 LINK criu/criu [2022-08-17T18:23:59.506Z] #43 106.3 DEP criu/vdso-compat.d [2022-08-17T18:23:59.857Z] #43 158.6 DEP lib/c/criu.d [2022-08-17T18:23:59.857Z] #43 158.7 CC images/rpc.pb-c.o [2022-08-17T18:24:00.070Z] #43 106.6 DEP criu/uts_ns.d [2022-08-17T18:24:00.327Z] #43 106.9 DEP criu/util.d [2022-08-17T18:24:00.328Z] #43 ... [2022-08-17T18:24:00.328Z] [2022-08-17T18:24:00.328Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:00.328Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:00.328Z] #20 20.19 Fetched 9011 kB in 18s (503 kB/s) [2022-08-17T18:24:00.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-17T18:24:00.809Z] #43 159.6 CC lib/c/criu.o [2022-08-17T18:24:02.180Z] #43 160.9 LINK lib/c/built-in.o [2022-08-17T18:24:02.180Z] #43 160.9 LINK lib/c/libcriu.so [2022-08-17T18:24:02.180Z] #43 161.0 LINK lib/c/libcriu.a [2022-08-17T18:24:02.180Z] #43 161.2 GEN magic.py [2022-08-17T18:24:02.443Z] #43 161.3 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:24:02.443Z] #43 161.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:24:02.443Z] #43 161.3 Note: Building without GnuTLS support [2022-08-17T18:24:02.443Z] #43 161.3 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:24:02.443Z] #43 161.3 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:24:02.886Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:24:02.886Z] Using test binary docker [2022-08-17T18:24:02.886Z] +++ /etc/init.d/apparmor start [2022-08-17T18:24:02.886Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:24:02.886Z] INFO: Waiting for daemon to start... [2022-08-17T18:24:02.886Z] Starting dockerd [2022-08-17T18:24:02.886Z] +++ 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-08-17T18:24:03.152Z] sha256:dc095160b163eb04e5c199351a4c3e577d34a4748053a83e2391e3b249dc435e [2022-08-17T18:24:03.152Z] INFO: Starting docker-py tests... [2022-08-17T18:24:03.152Z] ============================= test session starts ============================== [2022-08-17T18:24:03.152Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-08-17T18:24:03.152Z] rootdir: /src, inifile: pytest.ini [2022-08-17T18:24:03.152Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-08-17T18:24:03.152Z] collected 389 items / 1 deselected / 388 selected [2022-08-17T18:24:03.152Z] [2022-08-17T18:24:03.374Z] #43 ... [2022-08-17T18:24:03.374Z] [2022-08-17T18:24:03.374Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:24:03.374Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:24:03.374Z] #40 DONE 225.0s [2022-08-17T18:24:03.374Z] [2022-08-17T18:24:03.374Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:03.374Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:03.374Z] #43 162.1 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:24:03.937Z] #43 162.9 make[1]: Nothing to be done for 'all'. [2022-08-17T18:24:04.779Z] . [2022-08-17T18:24:04.779Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:24:04.779Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:24:04.779Z] Error: No such image: emptyfs [2022-08-17T18:24:04.779Z] ++++ docker load [2022-08-17T18:24:04.779Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'images/built-in.o' is up to date. [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-17T18:24:04.868Z] #43 163.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-17T18:24:05.124Z] #43 163.9 make[1]: 'compel/libcompel.a' is up to date. [2022-08-17T18:24:05.124Z] #43 163.9 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-17T18:24:05.124Z] #43 164.0 make[1]: Nothing to be done for 'all'. [2022-08-17T18:24:05.124Z] #43 164.0 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:24:05.343Z] Running integration-test (iteration 1) [2022-08-17T18:24:05.343Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-17T18:24:05.343Z] ++ 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-08-17T18:24:05.343Z] ++ set -e [2022-08-17T18:24:05.343Z] ++ '[' -n 0 ']' [2022-08-17T18:24:05.343Z] ++ set -x [2022-08-17T18:24:05.343Z] ++ 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-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.380Z] #43 164.3 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.380Z] #43 164.4 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.380Z] #43 164.5 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.380Z] #43 164.5 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.603Z] #20 20.19 Reading package lists... [2022-08-17T18:24:05.603Z] #20 ... [2022-08-17T18:24:05.603Z] [2022-08-17T18:24:05.603Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:05.603Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:05.603Z] #43 107.3 DEP criu/uffd.d [2022-08-17T18:24:05.603Z] #43 107.6 DEP criu/tun.d [2022-08-17T18:24:05.603Z] #43 107.9 DEP criu/tty.d [2022-08-17T18:24:05.603Z] #43 108.2 DEP criu/timerfd.d [2022-08-17T18:24:05.603Z] #43 108.5 DEP criu/timens.d [2022-08-17T18:24:05.603Z] #43 108.8 DEP criu/sysfs_parse.d [2022-08-17T18:24:05.603Z] #43 109.1 DEP criu/sysctl.d [2022-08-17T18:24:05.603Z] #43 109.4 DEP criu/string.d [2022-08-17T18:24:05.603Z] #43 109.4 DEP criu/stats.d [2022-08-17T18:24:05.603Z] #43 109.6 DEP criu/sockets.d [2022-08-17T18:24:05.603Z] #43 110.0 DEP criu/sk-unix.d [2022-08-17T18:24:05.603Z] #43 110.5 DEP criu/sk-tcp.d [2022-08-17T18:24:05.603Z] #43 110.7 DEP criu/sk-queue.d [2022-08-17T18:24:05.603Z] #43 111.0 DEP criu/sk-packet.d [2022-08-17T18:24:05.603Z] #43 111.4 DEP criu/sk-netlink.d [2022-08-17T18:24:05.603Z] #43 111.8 DEP criu/sk-inet.d [2022-08-17T18:24:05.603Z] #43 112.2 DEP criu/signalfd.d [2022-08-17T18:24:05.637Z] #43 164.6 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.860Z] #43 112.4 DEP criu/sigframe.d [2022-08-17T18:24:05.860Z] #43 112.6 DEP criu/shmem.d [2022-08-17T18:24:05.895Z] #43 164.7 make[2]: Nothing to be done for 'all'. [2022-08-17T18:24:05.896Z] #43 164.7 INSTALL criu/criu [2022-08-17T18:24:05.896Z] #43 DONE 164.9s [2022-08-17T18:24:05.896Z] [2022-08-17T18:24:05.896Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:24:05.896Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:24:06.118Z] #43 112.9 DEP criu/servicefd.d [2022-08-17T18:24:06.299Z] #56 ... [2022-08-17T18:24:06.299Z] [2022-08-17T18:24:06.299Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2022-08-17T18:24:06.299Z] #24 sha256:3e547b9fa368337703ed4f43739205fe842803adae3b402d1eddd5220be11723 [2022-08-17T18:24:06.299Z] #24 240.2 + return [2022-08-17T18:24:06.299Z] #24 DONE 242.8s [2022-08-17T18:24:06.299Z] [2022-08-17T18:24:06.299Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:24:06.299Z] #53 sha256:96ccb72d30b0157df3a58562da2b6463af82045dcf7b2bd58e82ec7fff296c76 [2022-08-17T18:24:06.299Z] #53 147.9 + mkdir -p /build [2022-08-17T18:24:06.299Z] #53 147.9 + cp runc /build/runc [2022-08-17T18:24:06.299Z] #53 DONE 148.4s [2022-08-17T18:24:06.299Z] [2022-08-17T18:24:06.299Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:06.299Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:06.375Z] #43 113.3 DEP criu/seize.d [2022-08-17T18:24:06.826Z] #49 ... [2022-08-17T18:24:06.826Z] [2022-08-17T18:24:06.826Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-17T18:24:06.826Z] #41 sha256:6416195f4c08243aa1367166db66dc1093af50e6889c4025ab854fe80748c7c0 [2022-08-17T18:24:06.939Z] #43 113.6 DEP criu/seccomp.d [2022-08-17T18:24:07.197Z] #43 113.8 DEP criu/rst-malloc.d [2022-08-17T18:24:07.197Z] #43 113.9 DEP criu/rbtree.d [2022-08-17T18:24:07.197Z] #43 114.0 DEP criu/pstree.d [2022-08-17T18:24:07.197Z] #43 ... [2022-08-17T18:24:07.197Z] [2022-08-17T18:24:07.197Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:07.197Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:07.197Z] #20 20.19 Reading package lists... [2022-08-17T18:24:07.756Z] #41 DONE 0.9s [2022-08-17T18:24:07.756Z] [2022-08-17T18:24:07.756Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:24:07.756Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:24:08.013Z] #49 ... [2022-08-17T18:24:08.013Z] [2022-08-17T18:24:08.013Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-17T18:24:08.013Z] #44 sha256:44e28e5dd967e9ca3772e560f6354044a695e18789dc6199f6b4d3cfcb558b62 [2022-08-17T18:24:08.191Z] #56 ... [2022-08-17T18:24:08.191Z] [2022-08-17T18:24:08.191Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-17T18:24:08.191Z] #25 sha256:15771e432f768196b732a7d688b10140a6d3710d8859f73aeb898b78978d3fcd [2022-08-17T18:24:08.270Z] #44 DONE 0.1s [2022-08-17T18:24:08.270Z] [2022-08-17T18:24:08.270Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-17T18:24:08.270Z] #46 sha256:90aa8016b697a57fd20b486c67d7e254cb5c100940ce88d700196f81248802f3 [2022-08-17T18:24:08.453Z] #25 DONE 0.3s [2022-08-17T18:24:08.453Z] [2022-08-17T18:24:08.453Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:08.453Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:08.527Z] #46 DONE 0.1s [2022-08-17T18:24:08.527Z] [2022-08-17T18:24:08.527Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-17T18:24:08.527Z] #48 sha256:d86e159f38222b3d16abf597313f9cfa3239eb5c279e5e79448a1095162ea3e3 [2022-08-17T18:24:08.527Z] #48 DONE 0.2s [2022-08-17T18:24:08.527Z] [2022-08-17T18:24:08.527Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:24:08.527Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:24:08.709Z] #56 ... [2022-08-17T18:24:08.709Z] [2022-08-17T18:24:08.709Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:24:08.709Z] #30 sha256:68da5961e1989ace3f55cda2a7ce3af92523a4ce3f39782c8e3b4d482dfc7922 [2022-08-17T18:24:11.629Z] #20 27.47 Reading package lists... [2022-08-17T18:24:11.629Z] #20 ... [2022-08-17T18:24:11.629Z] [2022-08-17T18:24:11.629Z] #32 [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-08-17T18:24:11.629Z] #32 sha256:6a63188391d2a58387569488cfab48acf88341e89cd59d39b839cdc79d7a4d27 [2022-08-17T18:24:11.629Z] #32 DONE 214.2s [2022-08-17T18:24:11.629Z] [2022-08-17T18:24:11.629Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:11.629Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:11.629Z] #43 114.3 DEP criu/protobuf.d [2022-08-17T18:24:11.629Z] #43 114.4 GEN criu/protobuf-desc-gen.h [2022-08-17T18:24:11.629Z] #43 118.2 DEP criu/protobuf-desc.d [2022-08-17T18:24:11.629Z] #43 118.3 DEP criu/proc_parse.d [2022-08-17T18:24:11.888Z] #43 118.6 DEP criu/plugin.d [2022-08-17T18:24:11.888Z] #43 118.7 DEP criu/pipes.d [2022-08-17T18:24:12.452Z] #43 119.1 DEP criu/pie-util.d [2022-08-17T18:24:12.452Z] #43 119.2 DEP criu/pie-util-vdso.d [2022-08-17T18:24:12.708Z] #43 119.4 DEP criu/pie-util-vdso-elf32.d [2022-08-17T18:24:12.708Z] #43 119.5 DEP criu/path.d [2022-08-17T18:24:12.708Z] #43 ... [2022-08-17T18:24:12.708Z] [2022-08-17T18:24:12.708Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:12.708Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:12.708Z] #20 27.47 Reading package lists... [2022-08-17T18:24:13.964Z] #30 ... [2022-08-17T18:24:13.964Z] [2022-08-17T18:24:13.964Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:13.964Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:13.964Z] #56 210.5 + bin/containerd [2022-08-17T18:24:14.867Z] #20 32.93 Building dependency tree... [2022-08-17T18:24:16.238Z] #20 36.12 libcap2-bin is already the newest version (1:2.25-2). [2022-08-17T18:24:16.238Z] #20 36.12 The following additional packages will be installed: [2022-08-17T18:24:16.238Z] #20 36.12 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2022-08-17T18:24:16.238Z] #20 36.12 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2022-08-17T18:24:16.238Z] #20 36.12 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2022-08-17T18:24:16.238Z] #20 36.12 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2022-08-17T18:24:16.238Z] #20 36.12 python3.7 python3.7-minimal vim-runtime xxd [2022-08-17T18:24:16.494Z] #20 36.14 Suggested packages: [2022-08-17T18:24:16.494Z] #20 36.14 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2022-08-17T18:24:16.494Z] #20 36.14 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2022-08-17T18:24:16.494Z] #20 36.14 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2022-08-17T18:24:16.494Z] #20 36.14 quota [2022-08-17T18:24:16.494Z] #20 36.14 Recommended packages: [2022-08-17T18:24:16.494Z] #20 36.14 aufs-dkms nftables build-essential python3-dev python3-keyring [2022-08-17T18:24:16.494Z] #20 36.14 python3-keyrings.alt python3-xdg unzip [2022-08-17T18:24:17.926Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-08-17T18:24:18.754Z] tests/integration/api_client_test.py ..... [ 7%] [2022-08-17T18:24:19.019Z] #20 38.51 The following NEW packages will be installed: [2022-08-17T18:24:19.019Z] #20 38.52 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2022-08-17T18:24:19.019Z] #20 38.53 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2022-08-17T18:24:19.019Z] #20 38.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2022-08-17T18:24:19.019Z] #20 38.53 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2022-08-17T18:24:19.019Z] #20 38.53 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2022-08-17T18:24:19.019Z] #20 38.53 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2022-08-17T18:24:19.019Z] #20 38.53 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2022-08-17T18:24:19.019Z] #20 38.54 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-08-17T18:24:19.019Z] #20 38.54 xz-utils zip [2022-08-17T18:24:19.217Z] #56 ... [2022-08-17T18:24:19.217Z] [2022-08-17T18:24:19.217Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:24:19.217Z] #49 sha256:235c48747d0ca6a98e9a3aa4e724fa175c1c05422ad1729a42b41c02d7e0e082 [2022-08-17T18:24:19.217Z] #49 249.5 + /build/golangci-lint --version [2022-08-17T18:24:19.217Z] #49 250.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-17T18:24:19.217Z] #49 DONE 255.5s [2022-08-17T18:24:19.217Z] [2022-08-17T18:24:19.217Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:24:19.217Z] #30 sha256:68da5961e1989ace3f55cda2a7ce3af92523a4ce3f39782c8e3b4d482dfc7922 [2022-08-17T18:24:19.217Z] #30 DONE 10.3s [2022-08-17T18:24:19.217Z] [2022-08-17T18:24:19.217Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-17T18:24:19.217Z] #33 sha256:cab81c0adfd9bed5bd65deb726d9ae42130239d1df69b47f7bb63ad6b91f399c [2022-08-17T18:24:19.279Z] #20 39.00 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:24:19.279Z] #20 39.00 Need to get 28.6 MB of archives. [2022-08-17T18:24:19.279Z] #20 39.00 After this operation, 116 MB of additional disk space will be used. [2022-08-17T18:24:19.279Z] #20 39.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2022-08-17T18:24:19.279Z] #20 39.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2022-08-17T18:24:19.279Z] #20 39.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2022-08-17T18:24:19.279Z] #20 39.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2022-08-17T18:24:19.475Z] #33 DONE 0.6s [2022-08-17T18:24:19.475Z] [2022-08-17T18:24:19.475Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-17T18:24:19.475Z] #35 sha256:8021b3ccd86eefddf70423b75978f018455713cef4e5bfbd606cb744ff3dd250 [2022-08-17T18:24:19.542Z] #20 39.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2022-08-17T18:24:19.542Z] #20 39.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2022-08-17T18:24:19.542Z] #20 39.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2022-08-17T18:24:19.542Z] #20 39.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2022-08-17T18:24:19.542Z] #20 39.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2022-08-17T18:24:19.542Z] #20 39.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2022-08-17T18:24:19.542Z] #20 39.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2022-08-17T18:24:19.542Z] #20 39.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2022-08-17T18:24:19.542Z] #20 39.45 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-08-17T18:24:19.542Z] #20 39.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2022-08-17T18:24:19.542Z] #20 39.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2022-08-17T18:24:19.542Z] #20 39.47 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2022-08-17T18:24:19.542Z] #20 39.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB] [2022-08-17T18:24:19.542Z] #20 39.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB] [2022-08-17T18:24:19.732Z] #35 DONE 0.1s [2022-08-17T18:24:19.732Z] [2022-08-17T18:24:19.732Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-17T18:24:19.732Z] #38 sha256:f97ad47918805e91fbc6de31342d526864140fd0a1c7fb59fd8ce7b374a36d5a [2022-08-17T18:24:19.732Z] #38 DONE 0.2s [2022-08-17T18:24:19.732Z] [2022-08-17T18:24:19.732Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-17T18:24:19.732Z] #41 sha256:1b8bec9885b239a9d21e1473c5abd9689bc5f9cba7f9689db94b4ea7a1f28394 [2022-08-17T18:24:19.803Z] #20 39.57 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2022-08-17T18:24:19.803Z] #20 39.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2022-08-17T18:24:19.803Z] #20 39.61 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB] [2022-08-17T18:24:19.803Z] #20 39.64 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2022-08-17T18:24:19.803Z] #20 39.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2022-08-17T18:24:19.804Z] #20 39.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2022-08-17T18:24:19.804Z] #20 39.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2022-08-17T18:24:19.804Z] #20 39.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2022-08-17T18:24:19.804Z] #20 39.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2022-08-17T18:24:19.804Z] #20 39.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2022-08-17T18:24:19.804Z] #20 39.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB] [2022-08-17T18:24:20.263Z] tests/integration/api_config_test.py ..... [ 8%] [2022-08-17T18:24:20.296Z] #41 DONE 0.5s [2022-08-17T18:24:20.297Z] [2022-08-17T18:24:20.297Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-17T18:24:20.297Z] #44 sha256:b1993b95db5f7c6fa4ff5a5e7e6adb04c1b1952b93bd9bd376221c596fdca5c9 [2022-08-17T18:24:20.297Z] #44 DONE 0.1s [2022-08-17T18:24:20.297Z] [2022-08-17T18:24:20.297Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:20.297Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:20.553Z] #56 ... [2022-08-17T18:24:20.553Z] [2022-08-17T18:24:20.554Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-17T18:24:20.554Z] #46 sha256:0ca7e6516096441188f6c704f661c675a1d1a4c9904f91cb078434feeaf6d690 [2022-08-17T18:24:20.554Z] #46 DONE 0.2s [2022-08-17T18:24:20.554Z] [2022-08-17T18:24:20.554Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:20.554Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:20.751Z] #20 40.66 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-08-17T18:24:20.810Z] #56 ... [2022-08-17T18:24:20.810Z] [2022-08-17T18:24:20.810Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-17T18:24:20.810Z] #48 sha256:a3766e7af3f9a5216769ffb601b99632d9c55e38f2fe243001a9bf34382628f5 [2022-08-17T18:24:20.810Z] #48 DONE 0.1s [2022-08-17T18:24:21.009Z] #20 40.66 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2022-08-17T18:24:21.009Z] #20 40.67 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2022-08-17T18:24:21.009Z] #20 40.67 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2022-08-17T18:24:21.009Z] #20 40.68 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2022-08-17T18:24:21.009Z] #20 40.70 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2022-08-17T18:24:21.009Z] #20 40.75 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2022-08-17T18:24:21.009Z] #20 40.87 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2022-08-17T18:24:21.009Z] #20 40.87 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2022-08-17T18:24:21.009Z] #20 40.89 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2022-08-17T18:24:21.009Z] #20 40.90 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2022-08-17T18:24:21.009Z] #20 40.90 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2022-08-17T18:24:21.009Z] #20 40.93 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2022-08-17T18:24:21.067Z] [2022-08-17T18:24:21.067Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-17T18:24:21.067Z] #50 sha256:93a88cf3163aeb81989ccf773ec51677e35748f8988db9606199b1b090619507 [2022-08-17T18:24:21.266Z] #20 40.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2022-08-17T18:24:21.266Z] #20 41.02 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2022-08-17T18:24:21.266Z] #20 41.04 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2022-08-17T18:24:21.266Z] #20 41.07 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5+deb10u2 [5775 kB] [2022-08-17T18:24:21.831Z] #20 41.59 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5+deb10u2 [1281 kB] [2022-08-17T18:24:21.831Z] #20 41.66 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2022-08-17T18:24:21.831Z] #20 41.73 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2022-08-17T18:24:21.998Z] #50 DONE 1.1s [2022-08-17T18:24:21.998Z] [2022-08-17T18:24:21.998Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-17T18:24:21.998Z] #52 sha256:4f363b9c467bb1cadfe9e1f336c1db9e7de77e297fc674e0129a794c01e2ed4e [2022-08-17T18:24:21.998Z] #52 DONE 0.1s [2022-08-17T18:24:21.998Z] [2022-08-17T18:24:21.998Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:21.998Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:21.998Z] #56 ... [2022-08-17T18:24:21.998Z] [2022-08-17T18:24:21.998Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-17T18:24:21.998Z] #54 sha256:b2f4f4855e55a631dbef2a67e14443bfe3ef1ae79872fd34e2558b5d44107dbf [2022-08-17T18:24:22.561Z] #54 DONE 0.4s [2022-08-17T18:24:22.561Z] [2022-08-17T18:24:22.561Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:22.561Z] #56 sha256:5e47f310eb16619032e2ca36d3063223e5625a6188bdd378671597a3abab3edb [2022-08-17T18:24:22.762Z] #20 42.61 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:24:23.019Z] #20 42.74 Fetched 28.6 MB in 3s (9252 kB/s) [2022-08-17T18:24:23.019Z] #20 42.84 Selecting previously unselected package pigz. [2022-08-17T18:24:23.019Z] #20 42.84 (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 ... 23452 files and directories currently installed.) [2022-08-17T18:24:23.019Z] #20 42.91 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2022-08-17T18:24:23.019Z] #20 42.92 Unpacking pigz (2.4-1) ... [2022-08-17T18:24:23.019Z] #20 ... [2022-08-17T18:24:23.019Z] [2022-08-17T18:24:23.019Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:23.019Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:23.019Z] #43 119.8 DEP criu/parasite-syscall.d [2022-08-17T18:24:23.019Z] #43 120.2 DEP criu/pagemap.d [2022-08-17T18:24:23.019Z] #43 120.4 DEP criu/pagemap-cache.d [2022-08-17T18:24:23.019Z] #43 120.6 DEP criu/page-xfer.d [2022-08-17T18:24:23.019Z] #43 120.9 DEP criu/page-pipe.d [2022-08-17T18:24:23.019Z] #43 121.1 DEP criu/netfilter.d [2022-08-17T18:24:23.019Z] #43 121.4 DEP criu/net.d [2022-08-17T18:24:23.019Z] #43 121.8 DEP criu/namespaces.d [2022-08-17T18:24:23.019Z] #43 122.2 DEP criu/mount.d [2022-08-17T18:24:23.019Z] #43 122.5 DEP criu/memfd.d [2022-08-17T18:24:23.019Z] #43 122.7 DEP criu/mem.d [2022-08-17T18:24:23.019Z] #43 123.1 DEP criu/lsm.d [2022-08-17T18:24:23.019Z] #43 123.3 DEP criu/log.d [2022-08-17T18:24:23.019Z] #43 123.4 DEP criu/libnetlink.d [2022-08-17T18:24:23.019Z] #43 123.6 DEP criu/kerndat.d [2022-08-17T18:24:23.019Z] #43 123.9 DEP criu/kcmp-ids.d [2022-08-17T18:24:23.019Z] #43 124.1 DEP criu/irmap.d [2022-08-17T18:24:23.019Z] #43 124.3 DEP criu/ipc_ns.d [2022-08-17T18:24:23.019Z] #43 124.5 DEP criu/image.d [2022-08-17T18:24:23.019Z] #43 124.8 DEP criu/image-desc.d [2022-08-17T18:24:23.019Z] #43 125.0 DEP criu/fsnotify.d [2022-08-17T18:24:23.019Z] #43 125.3 DEP criu/filesystems.d [2022-08-17T18:24:23.019Z] #43 125.5 DEP criu/files.d [2022-08-17T18:24:23.019Z] #43 125.9 DEP criu/files-reg.d [2022-08-17T18:24:23.019Z] #43 126.1 DEP criu/files-ext.d [2022-08-17T18:24:23.019Z] #43 126.4 DEP criu/file-lock.d [2022-08-17T18:24:23.019Z] #43 126.6 DEP criu/file-ids.d [2022-08-17T18:24:23.019Z] #43 126.8 DEP criu/fifo.d [2022-08-17T18:24:23.019Z] #43 127.1 DEP criu/fdstore.d [2022-08-17T18:24:23.019Z] #43 127.3 DEP criu/fault-injection.d [2022-08-17T18:24:23.019Z] #43 127.4 DEP criu/external.d [2022-08-17T18:24:23.019Z] #43 127.5 DEP criu/eventpoll.d [2022-08-17T18:24:23.019Z] #43 127.7 DEP criu/eventfd.d [2022-08-17T18:24:23.019Z] #43 127.9 DEP criu/crtools.d [2022-08-17T18:24:23.019Z] #43 128.3 DEP criu/cr-service.d [2022-08-17T18:24:23.019Z] #43 128.6 DEP criu/cr-restore.d [2022-08-17T18:24:23.019Z] #43 128.9 DEP criu/cr-errno.d [2022-08-17T18:24:23.019Z] #43 129.0 DEP criu/cr-dump.d [2022-08-17T18:24:23.019Z] #43 129.2 DEP criu/cr-dedup.d [2022-08-17T18:24:23.019Z] #43 129.4 DEP criu/cr-check.d [2022-08-17T18:24:23.019Z] #43 129.6 DEP criu/config.d [2022-08-17T18:24:23.019Z] #43 129.8 DEP criu/clone-noasan.d [2022-08-17T18:24:23.276Z] #43 129.9 DEP criu/cgroup.d [2022-08-17T18:24:23.276Z] #43 ... [2022-08-17T18:24:23.276Z] [2022-08-17T18:24:23.276Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:23.276Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:23.276Z] #20 43.08 Selecting previously unselected package libpython3.7-minimal:amd64. [2022-08-17T18:24:23.276Z] #20 43.08 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:24:23.276Z] #20 43.08 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:24:24.206Z] #20 43.88 Selecting previously unselected package python3.7-minimal. [2022-08-17T18:24:24.206Z] #20 43.89 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:24:24.206Z] #20 43.93 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:24:26.110Z] #20 45.56 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:24:26.110Z] #20 45.58 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2022-08-17T18:24:29.399Z] #20 48.94 Selecting previously unselected package python3-minimal. [2022-08-17T18:24:29.399Z] #20 48.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23701 files and directories currently installed.) [2022-08-17T18:24:29.399Z] #20 49.04 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2022-08-17T18:24:29.399Z] #20 49.05 Unpacking python3-minimal (3.7.3-1) ... [2022-08-17T18:24:29.399Z] #20 49.22 Selecting previously unselected package libmpdec2:amd64. [2022-08-17T18:24:29.399Z] #20 49.22 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2022-08-17T18:24:29.399Z] #20 49.25 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2022-08-17T18:24:29.661Z] #20 49.42 Selecting previously unselected package libpython3.7-stdlib:amd64. [2022-08-17T18:24:29.661Z] #20 49.45 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:24:29.661Z] #20 49.49 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:24:31.557Z] #20 51.28 Selecting previously unselected package python3.7. [2022-08-17T18:24:31.557Z] #20 51.29 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2022-08-17T18:24:31.557Z] #20 51.31 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:24:31.557Z] #20 51.50 Selecting previously unselected package libpython3-stdlib:amd64. [2022-08-17T18:24:31.814Z] #20 51.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2022-08-17T18:24:31.814Z] #20 51.54 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-17T18:24:31.814Z] #20 51.62 Setting up python3-minimal (3.7.3-1) ... [2022-08-17T18:24:33.183Z] #20 53.01 Selecting previously unselected package python3. [2022-08-17T18:24:33.442Z] #20 53.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24113 files and directories currently installed.) [2022-08-17T18:24:33.442Z] #20 53.08 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2022-08-17T18:24:33.442Z] #20 53.11 Unpacking python3 (3.7.3-1) ... [2022-08-17T18:24:33.442Z] #20 ... [2022-08-17T18:24:33.442Z] [2022-08-17T18:24:33.442Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:33.442Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:33.442Z] #43 130.1 DEP criu/cgroup-props.d [2022-08-17T18:24:33.442Z] #43 130.2 DEP criu/bitmap.d [2022-08-17T18:24:33.442Z] #43 130.3 DEP criu/bfd.d [2022-08-17T18:24:33.442Z] #43 130.5 DEP criu/autofs.d [2022-08-17T18:24:33.442Z] #43 130.8 DEP criu/aio.d [2022-08-17T18:24:33.442Z] #43 131.1 DEP criu/action-scripts.d [2022-08-17T18:24:33.442Z] #43 131.5 CC criu/action-scripts.o [2022-08-17T18:24:33.442Z] #43 132.2 CC criu/aio.o [2022-08-17T18:24:33.442Z] #43 133.1 CC criu/autofs.o [2022-08-17T18:24:33.442Z] #43 135.2 CC criu/bfd.o [2022-08-17T18:24:33.442Z] #43 135.9 CC criu/bitmap.o [2022-08-17T18:24:33.442Z] #43 136.1 CC criu/cgroup-props.o [2022-08-17T18:24:33.442Z] #43 137.2 CC criu/cgroup.o [2022-08-17T18:24:33.442Z] #43 ... [2022-08-17T18:24:33.442Z] [2022-08-17T18:24:33.442Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:33.442Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:33.442Z] #20 53.33 Selecting previously unselected package libip4tc0:amd64. [2022-08-17T18:24:33.442Z] #20 53.34 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2022-08-17T18:24:33.705Z] #20 53.43 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2022-08-17T18:24:33.705Z] #20 53.59 Selecting previously unselected package libip6tc0:amd64. [2022-08-17T18:24:33.705Z] #20 53.62 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2022-08-17T18:24:33.705Z] #20 53.63 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2022-08-17T18:24:33.962Z] #20 53.75 Selecting previously unselected package libiptc0:amd64. [2022-08-17T18:24:33.962Z] #20 53.77 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2022-08-17T18:24:33.962Z] #20 53.78 Unpacking libiptc0:amd64 (1.8.2-4) ... [2022-08-17T18:24:34.219Z] #20 53.90 Selecting previously unselected package libnfnetlink0:amd64. [2022-08-17T18:24:34.219Z] #20 53.92 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-08-17T18:24:34.219Z] #20 53.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-17T18:24:34.219Z] #20 54.11 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-08-17T18:24:34.219Z] #20 54.11 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2022-08-17T18:24:34.219Z] #20 54.13 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-17T18:24:34.476Z] #20 54.33 Selecting previously unselected package libnftnl11:amd64. [2022-08-17T18:24:34.476Z] #20 54.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2022-08-17T18:24:34.476Z] #20 54.33 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2022-08-17T18:24:34.733Z] #20 54.52 Selecting previously unselected package iptables. [2022-08-17T18:24:34.733Z] #20 54.52 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2022-08-17T18:24:34.733Z] #20 54.55 Unpacking iptables (1.8.2-4) ... [2022-08-17T18:24:34.990Z] #20 54.90 Selecting previously unselected package xxd. [2022-08-17T18:24:34.990Z] #20 54.90 Preparing to unpack .../08-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:24:35.246Z] #20 54.91 Unpacking xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:24:35.503Z] #20 55.26 Selecting previously unselected package vim-common. [2022-08-17T18:24:35.503Z] #20 55.27 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:24:35.503Z] #20 55.36 Unpacking vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:24:36.067Z] #20 55.81 Selecting previously unselected package bash-completion. [2022-08-17T18:24:36.067Z] #20 55.82 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2022-08-17T18:24:40.570Z] #49 ... [2022-08-17T18:24:40.570Z] [2022-08-17T18:24:40.570Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:24:40.570Z] #53 sha256:bd76a53337276372f9ec05c25190b39ccf7ffeda4715d8196208f36745f76792 [2022-08-17T18:24:40.570Z] #53 154.6 + mkdir -p /build [2022-08-17T18:24:40.570Z] #53 154.6 + cp runc /build/runc [2022-08-17T18:24:41.134Z] #53 DONE 155.4s [2022-08-17T18:24:41.134Z] [2022-08-17T18:24:41.134Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:41.134Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94 [2022-08-17T18:24:42.612Z] #20 61.86 Unpacking bash-completion (1:2.8-6) ... [2022-08-17T18:24:42.612Z] #20 62.50 Selecting previously unselected package bzip2. [2022-08-17T18:24:42.612Z] #20 62.50 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2022-08-17T18:24:42.612Z] #20 62.51 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:24:42.869Z] #20 62.66 Selecting previously unselected package xz-utils. [2022-08-17T18:24:42.869Z] #20 62.66 Preparing to unpack .../12-xz-utils_5.2.4-1+deb10u1_amd64.deb ... [2022-08-17T18:24:42.869Z] #20 62.68 Unpacking xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:24:43.126Z] #20 62.95 Selecting previously unselected package apparmor. [2022-08-17T18:24:43.126Z] #20 62.96 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2022-08-17T18:24:43.126Z] #20 63.07 Unpacking apparmor (2.13.2-10) ... [2022-08-17T18:24:44.133Z] #20 63.95 Selecting previously unselected package aufs-tools. [2022-08-17T18:24:44.133Z] #20 63.95 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2022-08-17T18:24:44.133Z] #20 63.96 Unpacking aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:24:44.392Z] #20 64.28 Selecting previously unselected package libonig5:amd64. [2022-08-17T18:24:44.392Z] #20 64.28 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2022-08-17T18:24:44.392Z] #20 64.29 Unpacking libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:24:44.670Z] #20 ... [2022-08-17T18:24:44.670Z] [2022-08-17T18:24:44.670Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:24:44.670Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:24:44.670Z] #43 141.3 CC criu/clone-noasan.o [2022-08-17T18:24:44.670Z] #43 141.7 CC criu/config.o [2022-08-17T18:24:44.670Z] #43 143.6 CC criu/cr-check.o [2022-08-17T18:24:44.670Z] #43 146.0 CC criu/cr-dedup.o [2022-08-17T18:24:44.670Z] #43 146.7 CC criu/cr-dump.o [2022-08-17T18:24:44.670Z] #43 150.1 CC criu/cr-errno.o [2022-08-17T18:24:44.670Z] #43 150.3 CC criu/cr-restore.o [2022-08-17T18:24:44.929Z] #43 ... [2022-08-17T18:24:44.929Z] [2022-08-17T18:24:44.929Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:24:44.929Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:24:44.929Z] #20 64.61 Selecting previously unselected package libjq1:amd64. [2022-08-17T18:24:44.929Z] #20 64.61 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:24:44.929Z] #20 64.61 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:24:44.929Z] #20 64.85 Selecting previously unselected package jq. [2022-08-17T18:24:45.185Z] #20 64.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2022-08-17T18:24:45.185Z] #20 64.86 Unpacking jq (1.5+dfsg-2+b1) ... [2022-08-17T18:24:45.185Z] #20 64.96 Selecting previously unselected package libaio1:amd64. [2022-08-17T18:24:45.185Z] #20 64.96 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2022-08-17T18:24:45.185Z] #20 64.97 Unpacking libaio1:amd64 (0.3.112-3) ... [2022-08-17T18:24:45.441Z] #20 65.07 Selecting previously unselected package libgpm2:amd64. [2022-08-17T18:24:45.441Z] #20 65.07 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2022-08-17T18:24:45.441Z] #20 65.08 Unpacking libgpm2:amd64 (1.20.7-5) ... [2022-08-17T18:24:45.441Z] #20 65.22 Selecting previously unselected package libicu63:amd64. [2022-08-17T18:24:45.441Z] #20 65.22 Preparing to unpack .../20-libicu63_63.1-6+deb10u3_amd64.deb ... [2022-08-17T18:24:45.441Z] #20 65.25 Unpacking libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:24:49.224Z] #56 ... [2022-08-17T18:24:49.224Z] [2022-08-17T18:24:49.224Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:24:49.224Z] #49 sha256:7f48d9618a2da0e13a6de3b37b967652f60c548f21b0fc06eadfd6352e208462 [2022-08-17T18:24:49.224Z] #49 271.6 + /build/golangci-lint --version [2022-08-17T18:24:49.224Z] #49 272.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-17T18:24:49.693Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2022-08-17T18:24:50.592Z] #49 DONE 274.4s [2022-08-17T18:24:50.593Z] [2022-08-17T18:24:50.593Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:50.593Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94 [2022-08-17T18:24:50.593Z] #56 222.9 + bin/containerd [2022-08-17T18:24:50.689Z] #20 70.35 Selecting previously unselected package libnet1:amd64. [2022-08-17T18:24:50.689Z] #20 70.36 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-08-17T18:24:50.689Z] #20 70.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:24:50.689Z] #20 70.47 Selecting previously unselected package libnl-3-200:amd64. [2022-08-17T18:24:50.689Z] #20 70.47 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2022-08-17T18:24:50.689Z] #20 70.48 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:24:50.949Z] #20 70.63 Selecting previously unselected package libprotobuf-c1:amd64. [2022-08-17T18:24:50.949Z] #20 70.64 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2022-08-17T18:24:50.949Z] #20 70.65 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:24:50.949Z] #20 70.71 Selecting previously unselected package libreadline5:amd64. [2022-08-17T18:24:50.949Z] #20 70.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2022-08-17T18:24:50.949Z] #20 70.73 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-17T18:24:51.206Z] #20 70.90 Selecting previously unselected package net-tools. [2022-08-17T18:24:51.206Z] #20 70.90 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2022-08-17T18:24:51.206Z] #20 70.91 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:24:51.206Z] #20 71.15 Selecting previously unselected package patch. [2022-08-17T18:24:51.463Z] #20 71.15 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2022-08-17T18:24:51.463Z] #20 71.16 Unpacking patch (2.7.6-3+deb10u1) ... [2022-08-17T18:24:51.463Z] #20 71.32 Selecting previously unselected package python-pip-whl. [2022-08-17T18:24:51.463Z] #20 71.33 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2022-08-17T18:24:51.463Z] #20 71.34 Unpacking python-pip-whl (18.1-5) ... [2022-08-17T18:24:52.006Z] Loaded image: buildpack-deps:buster [2022-08-17T18:24:52.006Z] Loaded image: busybox:latest [2022-08-17T18:24:52.006Z] Loaded image: busybox:glibc [2022-08-17T18:24:52.031Z] #20 71.89 Selecting previously unselected package python3-lib2to3. [2022-08-17T18:24:52.031Z] #20 71.90 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2022-08-17T18:24:52.031Z] #20 71.91 Unpacking python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:24:52.292Z] #20 72.04 Selecting previously unselected package python3-distutils. [2022-08-17T18:24:52.292Z] #20 72.05 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2022-08-17T18:24:52.292Z] #20 72.06 Unpacking python3-distutils (3.7.3-1) ... [2022-08-17T18:24:52.292Z] #20 72.21 Selecting previously unselected package python3-pip. [2022-08-17T18:24:52.292Z] #20 72.22 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2022-08-17T18:24:52.292Z] #20 72.23 Unpacking python3-pip (18.1-5) ... [2022-08-17T18:24:52.550Z] #20 72.39 Selecting previously unselected package python3-pkg-resources. [2022-08-17T18:24:52.550Z] #20 72.42 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2022-08-17T18:24:52.550Z] #20 72.43 Unpacking python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:24:52.810Z] #20 72.62 Selecting previously unselected package python3-setuptools. [2022-08-17T18:24:52.810Z] #20 72.62 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2022-08-17T18:24:52.810Z] #20 72.63 Unpacking python3-setuptools (40.8.0-1) ... [2022-08-17T18:24:53.068Z] #20 73.00 Selecting previously unselected package python3-wheel. [2022-08-17T18:24:53.325Z] #20 73.00 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2022-08-17T18:24:53.325Z] #20 73.02 Unpacking python3-wheel (0.32.3-2) ... [2022-08-17T18:24:53.325Z] #20 73.16 Selecting previously unselected package sudo. [2022-08-17T18:24:53.325Z] #20 73.16 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2022-08-17T18:24:53.325Z] #20 73.17 Unpacking sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:24:53.860Z] #56 ... [2022-08-17T18:24:53.860Z] [2022-08-17T18:24:53.860Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-17T18:24:53.860Z] #50 sha256:13b4fe0e3feaef5c1219f114ac9a80e924bd6503981667e6ba00ac682fa5db19 [2022-08-17T18:24:53.860Z] #50 DONE 0.9s [2022-08-17T18:24:53.860Z] [2022-08-17T18:24:53.860Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-17T18:24:53.860Z] #52 sha256:78d2d793096a1103290c93bf401ebab6c5dad797919fb1c463820aa7fedd5664 [2022-08-17T18:24:53.860Z] #52 DONE 0.1s [2022-08-17T18:24:53.860Z] [2022-08-17T18:24:53.860Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-17T18:24:53.860Z] #54 sha256:4271851b00e4f9bc261ae5e6fb45a5dbdd25104d83613675aa306f5bc35b7caf [2022-08-17T18:24:53.860Z] #54 DONE 0.5s [2022-08-17T18:24:53.860Z] [2022-08-17T18:24:53.860Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:24:53.860Z] #56 sha256:acd9d8db5dc093aa3fb2acd24cfe58c35f205249ab88f3a90a97fa1f2f5ebd94 [2022-08-17T18:24:53.887Z] #20 73.81 Selecting previously unselected package thin-provisioning-tools. [2022-08-17T18:24:53.887Z] #20 73.84 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2022-08-17T18:24:53.887Z] #20 73.85 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:24:54.143Z] #20 74.14 Selecting previously unselected package uidmap. [2022-08-17T18:24:54.143Z] #20 74.15 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2022-08-17T18:24:54.401Z] #20 74.17 Unpacking uidmap (1:4.5-1.1) ... [2022-08-17T18:24:54.600Z] #56 248.9 # github.com/containerd/containerd/cmd/containerd [2022-08-17T18:24:54.600Z] #56 248.9 /usr/bin/ld: /tmp/go-link-1614005771/000019.o: in function `New': [2022-08-17T18:24:54.600Z] #56 248.9 /tmp/tmp.o77bm1KqwX/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-08-17T18:24:54.600Z] #56 249.0 + bin/containerd-stress [2022-08-17T18:24:54.600Z] #56 250.2 + bin/containerd-shim [2022-08-17T18:24:54.658Z] #20 74.37 Selecting previously unselected package vim-runtime. [2022-08-17T18:24:54.658Z] #20 74.39 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5+deb10u2_all.deb ... [2022-08-17T18:24:54.658Z] #20 74.47 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2022-08-17T18:24:54.658Z] #20 74.50 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2022-08-17T18:24:54.658Z] #20 74.51 Unpacking vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:24:58.549Z] Loaded image: debian:bullseye [2022-08-17T18:24:58.549Z] Loaded image: hello-world:latest [2022-08-17T18:24:58.549Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:24:58.549Z] INFO: Testing against a local daemon [2022-08-17T18:24:58.549Z] === RUN TestCgroupNamespacesBuild [2022-08-17T18:24:59.908Z] #20 78.83 Selecting previously unselected package vim. [2022-08-17T18:24:59.909Z] #20 78.83 Preparing to unpack .../38-vim_2%3a8.1.0875-5+deb10u2_amd64.deb ... [2022-08-17T18:24:59.909Z] #20 78.88 Unpacking vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:24:59.909Z] #20 79.63 Selecting previously unselected package xfsprogs. [2022-08-17T18:24:59.909Z] #20 79.64 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2022-08-17T18:24:59.909Z] #20 79.66 Unpacking xfsprogs (4.20.0-1) ... [2022-08-17T18:25:00.164Z] #20 ... [2022-08-17T18:25:00.164Z] [2022-08-17T18:25:00.164Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:00.164Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:00.164Z] #43 157.0 CC criu/cr-service.o [2022-08-17T18:25:00.164Z] #43 158.9 CC criu/crtools.o [2022-08-17T18:25:00.164Z] #43 159.5 CC criu/eventfd.o [2022-08-17T18:25:00.164Z] #43 160.1 CC criu/eventpoll.o [2022-08-17T18:25:00.164Z] #43 161.1 CC criu/external.o [2022-08-17T18:25:00.164Z] #43 161.5 CC criu/fault-injection.o [2022-08-17T18:25:00.164Z] #43 161.7 CC criu/fdstore.o [2022-08-17T18:25:00.164Z] #43 162.2 CC criu/fifo.o [2022-08-17T18:25:00.164Z] #43 162.8 CC criu/file-ids.o [2022-08-17T18:25:00.164Z] #43 163.3 CC criu/file-lock.o [2022-08-17T18:25:00.164Z] #43 164.5 CC criu/files-ext.o [2022-08-17T18:25:00.164Z] #43 165.0 CC criu/files-reg.o [2022-08-17T18:25:00.726Z] #43 ... [2022-08-17T18:25:00.726Z] [2022-08-17T18:25:00.726Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:25:00.726Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:25:00.726Z] #20 80.47 Selecting previously unselected package zip. [2022-08-17T18:25:00.726Z] #20 80.49 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2022-08-17T18:25:00.726Z] #20 80.50 Unpacking zip (3.0-11+b1) ... [2022-08-17T18:25:00.982Z] #20 80.92 Setting up aufs-tools (1:4.14+20190211-1) ... [2022-08-17T18:25:01.069Z] --- PASS: TestCgroupNamespacesBuild (2.06s) [2022-08-17T18:25:01.069Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-17T18:25:01.238Z] #20 80.96 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2022-08-17T18:25:01.238Z] #20 80.97 Setting up libip6tc0:amd64 (1.8.2-4) ... [2022-08-17T18:25:01.238Z] #20 80.98 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2022-08-17T18:25:01.238Z] #20 80.99 Setting up libgpm2:amd64 (1.20.7-5) ... [2022-08-17T18:25:01.238Z] #20 81.00 Setting up libip4tc0:amd64 (1.8.2-4) ... [2022-08-17T18:25:01.238Z] #20 81.02 Setting up uidmap (1:4.5-1.1) ... [2022-08-17T18:25:01.238Z] #20 81.03 Setting up libnftnl11:amd64 (1.1.2-2) ... [2022-08-17T18:25:01.238Z] #20 81.05 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-08-17T18:25:01.238Z] #20 81.06 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2022-08-17T18:25:01.238Z] #20 81.07 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2022-08-17T18:25:01.238Z] #20 81.08 Setting up libicu63:amd64 (63.1-6+deb10u3) ... [2022-08-17T18:25:01.238Z] #20 81.09 Setting up xxd (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:25:01.238Z] #20 81.10 Setting up zip (3.0-11+b1) ... [2022-08-17T18:25:01.238Z] #20 81.11 Setting up vim-common (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:25:01.494Z] #20 81.17 Setting up bash-completion (1:2.8-6) ... [2022-08-17T18:25:02.733Z] #56 258.8 + bin/containerd-shim-runc-v1 [2022-08-17T18:25:02.963Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.02s) [2022-08-17T18:25:02.963Z] === RUN TestBuildWithSession [2022-08-17T18:25:02.963Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:25:02.963Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-17T18:25:02.963Z] === RUN TestBuildSquashParent [2022-08-17T18:25:06.903Z] #56 263.7 + bin/containerd-shim-runc-v2 [2022-08-17T18:25:07.466Z] #56 264.4 + binaries [2022-08-17T18:25:07.723Z] #56 264.4 + install -D bin/containerd /build/containerd [2022-08-17T18:25:07.723Z] #56 264.5 + install -D bin/containerd-shim /build/containerd-shim [2022-08-17T18:25:07.723Z] #56 264.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-17T18:25:07.723Z] #56 264.5 + install -D bin/ctr /build/ctr [2022-08-17T18:25:08.035Z] #20 86.79 Setting up libiptc0:amd64 (1.8.2-4) ... [2022-08-17T18:25:08.035Z] #20 86.83 Setting up xz-utils (5.2.4-1+deb10u1) ... [2022-08-17T18:25:08.035Z] #20 86.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-08-17T18:25:08.035Z] #20 86.91 Setting up patch (2.7.6-3+deb10u1) ... [2022-08-17T18:25:08.035Z] #20 86.92 Setting up sudo (1.8.27-1+deb10u3) ... [2022-08-17T18:25:08.035Z] #20 87.14 invoke-rc.d: could not determine current runlevel [2022-08-17T18:25:08.035Z] #20 87.17 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-17T18:25:08.036Z] #20 87.21 Setting up pigz (2.4-1) ... [2022-08-17T18:25:08.036Z] #20 87.25 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-08-17T18:25:08.036Z] #20 87.28 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2022-08-17T18:25:08.036Z] #20 87.34 Setting up python-pip-whl (18.1-5) ... [2022-08-17T18:25:08.036Z] #20 87.38 Setting up libmpdec2:amd64 (2.4.2-2) ... [2022-08-17T18:25:08.036Z] #20 87.43 Setting up vim-runtime (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:25:08.642Z] #20 88.30 Setting up libaio1:amd64 (0.3.112-3) ... [2022-08-17T18:25:08.642Z] #20 88.34 Setting up libonig5:amd64 (6.9.1-1) ... [2022-08-17T18:25:08.642Z] #20 88.35 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2022-08-17T18:25:08.642Z] #20 88.36 Setting up vim (2:8.1.0875-5+deb10u2) ... [2022-08-17T18:25:08.642Z] #20 88.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-08-17T18:25:08.642Z] #20 88.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-08-17T18:25:08.642Z] #20 88.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-08-17T18:25:08.642Z] #20 88.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-08-17T18:25:08.642Z] #20 88.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-08-17T18:25:08.642Z] #20 88.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-08-17T18:25:08.642Z] #20 88.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-08-17T18:25:08.642Z] #20 88.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-08-17T18:25:08.642Z] #20 88.47 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2022-08-17T18:25:08.642Z] #20 88.48 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2022-08-17T18:25:08.642Z] #20 88.53 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2022-08-17T18:25:08.642Z] #20 88.57 Setting up jq (1.5+dfsg-2+b1) ... [2022-08-17T18:25:08.897Z] #20 88.62 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2022-08-17T18:25:08.897Z] #20 88.63 Setting up python3.7 (3.7.3-2+deb10u3) ... [2022-08-17T18:25:11.059Z] --- PASS: TestBuildSquashParent (8.08s) [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:25:11.059Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:25:11.059Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:25:11.059Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:25:11.059Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:25:12.172Z] #20 ... [2022-08-17T18:25:12.173Z] [2022-08-17T18:25:12.173Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:12.173Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:12.173Z] #43 168.4 CC criu/files.o [2022-08-17T18:25:12.173Z] #43 171.7 CC criu/filesystems.o [2022-08-17T18:25:12.173Z] #43 172.5 CC criu/fsnotify.o [2022-08-17T18:25:12.173Z] #43 173.9 CC criu/image-desc.o [2022-08-17T18:25:12.173Z] #43 174.3 CC criu/image.o [2022-08-17T18:25:12.173Z] #43 175.5 CC criu/ipc_ns.o [2022-08-17T18:25:12.173Z] #43 177.6 CC criu/irmap.o [2022-08-17T18:25:12.173Z] #43 178.8 CC criu/kcmp-ids.o [2022-08-17T18:25:12.735Z] #43 179.4 CC criu/kerndat.o [2022-08-17T18:25:12.968Z] #56 DONE 269.0s [2022-08-17T18:25:12.968Z] [2022-08-17T18:25:12.968Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-17T18:25:12.968Z] #57 sha256:a41bff579111f4b4ea5b03647ecefa97db75bc0edb2f0104d0c7efbafaed3685 [2022-08-17T18:25:14.101Z] #43 ... [2022-08-17T18:25:14.101Z] [2022-08-17T18:25:14.101Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:25:14.101Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:25:14.101Z] #20 93.87 Setting up iptables (1.8.2-4) ... [2022-08-17T18:25:14.101Z] #20 94.01 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:25:14.101Z] #20 94.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:25:14.101Z] #20 94.06 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-08-17T18:25:14.101Z] #20 94.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-08-17T18:25:14.335Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:25:14.335Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:25:14.358Z] #20 94.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-08-17T18:25:14.358Z] #20 94.11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-08-17T18:25:14.358Z] #20 94.13 Setting up python3 (3.7.3-1) ... [2022-08-17T18:25:14.857Z] #57 DONE 1.7s [2022-08-17T18:25:14.857Z] [2022-08-17T18:25:14.857Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-17T18:25:14.857Z] #61 sha256:f496b7d7c1f4dbcd5bc9fbe02b04da71ab98c4863865be6f34c0d716f0d66efa [2022-08-17T18:25:14.919Z] #20 94.82 Setting up python3-wheel (0.32.3-2) ... [2022-08-17T18:25:15.113Z] #61 DONE 0.3s [2022-08-17T18:25:15.113Z] [2022-08-17T18:25:15.113Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-17T18:25:15.113Z] #66 sha256:4afa1b0b78fa91bcfb9b92a3afccbea55aed034529dd79cf2bf4355486f18678 [2022-08-17T18:25:16.288Z] #20 96.04 Setting up apparmor (2.13.2-10) ... [2022-08-17T18:25:16.904Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:25:16.904Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:25:17.002Z] #66 DONE 1.7s [2022-08-17T18:25:17.002Z] [2022-08-17T18:25:17.002Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-17T18:25:17.002Z] #68 sha256:6ec62d7b80657277f992923c62c47fe819f23d57be582809c6d26eed4da2f414 [2022-08-17T18:25:17.002Z] #68 DONE 0.1s [2022-08-17T18:25:17.002Z] [2022-08-17T18:25:17.002Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-17T18:25:17.002Z] #69 sha256:4fe60855e2eb7ca98dbcf45230e9d9a1fb4e6a1b494f0a5d43d23865474abe81 [2022-08-17T18:25:17.002Z] #69 DONE 0.0s [2022-08-17T18:25:17.002Z] [2022-08-17T18:25:17.002Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-17T18:25:17.002Z] #70 sha256:a202411ab282773cc74f6fc506c759a2c13a428d8afbaecfa614eb26bad1e3fd [2022-08-17T18:25:18.819Z] #20 98.65 Setting up xfsprogs (4.20.0-1) ... [2022-08-17T18:25:18.819Z] #20 98.74 Setting up python3-lib2to3 (3.7.3-1) ... [2022-08-17T18:25:18.893Z] #70 DONE 2.0s [2022-08-17T18:25:18.893Z] [2022-08-17T18:25:18.893Z] #71 exporting to image [2022-08-17T18:25:18.893Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-17T18:25:18.893Z] #71 exporting layers [2022-08-17T18:25:19.386Z] #20 99.31 Setting up python3-pkg-resources (40.8.0-1) ... [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.19s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.31s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.94s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.86s) [2022-08-17T18:25:20.197Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.93s) [2022-08-17T18:25:20.197Z] === RUN TestBuildMultiStageCopy [2022-08-17T18:25:20.197Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-17T18:25:20.757Z] #20 100.6 Setting up python3-distutils (3.7.3-1) ... [2022-08-17T18:25:21.689Z] #20 101.4 Setting up python3-setuptools (40.8.0-1) ... [2022-08-17T18:25:22.091Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-17T18:25:22.166Z] #71 exporting layers 3.3s done [2022-08-17T18:25:22.166Z] #71 writing image sha256:bda468a92c1bcbd835da76559dd6fcd75c51106574672e8d3a7a0504d42adcce done [2022-08-17T18:25:22.166Z] #71 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done [2022-08-17T18:25:22.166Z] #71 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-17T18:25:22.488Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/test/unit [2022-08-17T18:25:22.655Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-17T18:25:23.218Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-17T18:25:23.474Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-17T18:25:23.585Z] #20 103.2 Setting up python3-pip (18.1-5) ... [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy (4.21s) [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.29s) [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.46s) [2022-08-17T18:25:24.036Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2022-08-17T18:25:24.036Z] === RUN TestBuildMultiStageParentConfig [2022-08-17T18:25:24.955Z] #20 ... [2022-08-17T18:25:24.955Z] [2022-08-17T18:25:24.955Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:24.955Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:24.955Z] #43 181.5 CC criu/libnetlink.o [2022-08-17T18:25:24.955Z] #43 182.0 CC criu/log.o [2022-08-17T18:25:24.955Z] #43 182.9 CC criu/lsm.o [2022-08-17T18:25:24.955Z] #43 183.7 CC criu/mem.o [2022-08-17T18:25:24.955Z] #43 186.5 CC criu/memfd.o [2022-08-17T18:25:24.955Z] #43 187.4 CC criu/mount.o [2022-08-17T18:25:24.955Z] #43 ... [2022-08-17T18:25:24.955Z] [2022-08-17T18:25:24.955Z] #20 [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 aufs-tools bash-completion bzip2 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 [2022-08-17T18:25:24.955Z] #20 sha256:37fb2b3ae02391862178a21ef0095ff673a1304567f540e94546d4745a1ea676 [2022-08-17T18:25:24.955Z] #20 104.7 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:25:24.955Z] #20 104.7 Processing triggers for mime-support (3.62) ... [2022-08-17T18:25:25.402Z] --- PASS: TestBuildMultiStageParentConfig (1.17s) [2022-08-17T18:25:25.402Z] === RUN TestBuildLabelWithTargets [2022-08-17T18:25:25.520Z] #20 DONE 105.4s [2022-08-17T18:25:25.520Z] [2022-08-17T18:25:25.520Z] #21 [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-08-17T18:25:25.520Z] #21 sha256:7d6dc0d65c552b7efb9c73a0f05574d6923c4cb8de3f8ed4dd58ab00a8cd3331 [2022-08-17T18:25:25.756Z] ? github.com/docker/docker/api [no test files] [2022-08-17T18:25:26.889Z] #21 1.190 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-08-17T18:25:26.889Z] #21 1.193 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-08-17T18:25:26.889Z] #21 1.198 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-08-17T18:25:26.889Z] #21 DONE 1.3s [2022-08-17T18:25:26.889Z] [2022-08-17T18:25:26.889Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:25:26.889Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:25:27.292Z] --- PASS: TestBuildLabelWithTargets (1.89s) [2022-08-17T18:25:27.292Z] === RUN TestBuildWithEmptyLayers [2022-08-17T18:25:28.220Z] --- PASS: TestBuildWithEmptyLayers (1.07s) [2022-08-17T18:25:28.220Z] === RUN TestBuildMultiStageOnBuild [2022-08-17T18:25:31.491Z] --- PASS: TestBuildMultiStageOnBuild (2.82s) [2022-08-17T18:25:31.491Z] === RUN TestBuildUncleanTarFilenames [2022-08-17T18:25:32.859Z] --- PASS: TestBuildUncleanTarFilenames (1.58s) [2022-08-17T18:25:32.859Z] === RUN TestBuildMultiStageLayerLeak [2022-08-17T18:25:34.986Z] #22 ... [2022-08-17T18:25:34.986Z] [2022-08-17T18:25:34.986Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:34.986Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:34.986Z] #43 194.2 CC criu/namespaces.o [2022-08-17T18:25:34.986Z] #43 197.6 CC criu/net.o [2022-08-17T18:25:35.243Z] #43 ... [2022-08-17T18:25:35.243Z] [2022-08-17T18:25:35.243Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:25:35.243Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:25:35.243Z] #22 8.491 Collecting yamllint==1.26.1 [2022-08-17T18:25:36.151Z] --- PASS: TestBuildMultiStageLayerLeak (3.00s) [2022-08-17T18:25:36.151Z] === RUN TestBuildWithHugeFile [2022-08-17T18:25:37.934Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2022-08-17T18:25:40.491Z] #56 268.2 # github.com/containerd/containerd/cmd/containerd [2022-08-17T18:25:40.491Z] #56 268.2 /usr/bin/ld: /tmp/go-link-2866989148/000019.o: in function `New': [2022-08-17T18:25:40.491Z] #56 268.2 /tmp/tmp.VMct3JHqhC/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-08-17T18:25:40.491Z] #56 268.3 + bin/containerd-stress [2022-08-17T18:25:40.491Z] #56 269.5 + bin/containerd-shim [2022-08-17T18:25:41.788Z] #22 14.14 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2022-08-17T18:25:41.788Z] #22 ... [2022-08-17T18:25:41.788Z] [2022-08-17T18:25:41.788Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:41.788Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:41.788Z] #43 203.4 CC criu/netfilter.o [2022-08-17T18:25:41.788Z] #43 204.1 CC criu/page-pipe.o [2022-08-17T18:25:41.788Z] #43 205.1 CC criu/page-xfer.o [2022-08-17T18:25:41.788Z] #43 207.7 CC criu/pagemap-cache.o [2022-08-17T18:25:41.788Z] #43 208.3 CC criu/pagemap.o [2022-08-17T18:25:42.053Z] ..........................xx.................... [ 29%] [2022-08-17T18:25:42.804Z] #43 ... [2022-08-17T18:25:42.804Z] [2022-08-17T18:25:42.804Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-08-17T18:25:42.804Z] #22 sha256:b81581c3dbcfd5381c744044af6875d5eab9b182f90c291e1d74722c0dfd6515 [2022-08-17T18:25:42.804Z] #22 15.94 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2022-08-17T18:25:43.094Z] #22 16.05 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl [2022-08-17T18:25:43.094Z] #22 16.14 Collecting pyyaml (from yamllint==1.26.1) [2022-08-17T18:25:43.658Z] #22 16.72 Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) [2022-08-17T18:25:43.915Z] #22 17.25 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2022-08-17T18:25:43.915Z] #22 17.25 Building wheels for collected packages: yamllint [2022-08-17T18:25:43.915Z] #22 17.27 Running setup.py bdist_wheel for yamllint: started [2022-08-17T18:25:46.437Z] #22 19.19 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2022-08-17T18:25:46.437Z] #22 19.19 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2022-08-17T18:25:46.437Z] #22 19.25 Successfully built yamllint [2022-08-17T18:25:46.437Z] #22 19.27 Installing collected packages: pathspec, pyyaml, yamllint [2022-08-17T18:25:47.001Z] #22 20.05 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-08-17T18:25:47.035Z] #56 279.6 + bin/containerd-shim-runc-v1 [2022-08-17T18:25:47.933Z] #22 DONE 20.9s [2022-08-17T18:25:47.933Z] [2022-08-17T18:25:47.933Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-08-17T18:25:47.933Z] #25 sha256:6d23d41c56893012b30753a30006c65a2dfe5ba0ab45f0c9906ea1f0839edde1 [2022-08-17T18:25:47.933Z] #25 DONE 0.3s [2022-08-17T18:25:47.933Z] [2022-08-17T18:25:47.933Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:47.933Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:47.933Z] #43 209.8 CC criu/parasite-syscall.o [2022-08-17T18:25:47.933Z] #43 211.7 CC criu/path.o [2022-08-17T18:25:47.933Z] #43 212.2 CC criu/pie-util-vdso-elf32.o [2022-08-17T18:25:47.933Z] #43 213.3 CC criu/pie-util-vdso.o [2022-08-17T18:25:47.933Z] #43 214.4 CC criu/pie-util.o [2022-08-17T18:25:48.191Z] #43 214.9 CC criu/pipes.o [2022-08-17T18:25:49.560Z] #43 216.5 CC criu/plugin.o [2022-08-17T18:25:50.580Z] #43 217.2 CC criu/proc_parse.o [2022-08-17T18:25:50.837Z] #43 ... [2022-08-17T18:25:50.837Z] [2022-08-17T18:25:50.837Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:25:50.837Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:25:50.837Z] #40 313.8 + dpkg --print-architecture [2022-08-17T18:25:50.837Z] #40 313.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-08-17T18:25:51.121Z] #40 314.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-08-17T18:25:51.121Z] #40 314.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-08-17T18:25:51.684Z] #40 ... [2022-08-17T18:25:51.684Z] [2022-08-17T18:25:51.684Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-17T18:25:51.684Z] #30 sha256:5f421e18ec6f4f463570c0614cc9114fde31a87b7873647313f7690917b26745 [2022-08-17T18:25:51.684Z] #30 DONE 3.7s [2022-08-17T18:25:51.988Z] [2022-08-17T18:25:51.988Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-17T18:25:51.988Z] #33 sha256:bbed0205499fa0a805878708d187575771e2b56cf6468de44328850141a2578d [2022-08-17T18:25:52.245Z] #33 DONE 0.5s [2022-08-17T18:25:52.245Z] [2022-08-17T18:25:52.245Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:25:52.245Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:25:52.245Z] #53 ... [2022-08-17T18:25:52.245Z] [2022-08-17T18:25:52.245Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-08-17T18:25:52.245Z] #35 sha256:c642335bdc87b0845faf20dfe24b70eadb3def66b5087af985be5c99585b3f14 [2022-08-17T18:25:52.245Z] #35 DONE 0.1s [2022-08-17T18:25:52.245Z] [2022-08-17T18:25:52.245Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-08-17T18:25:52.245Z] #38 sha256:b0a5e4e34fb57d65b8e0a6381b02257efc6f74ceee41a4b7cbe911c2e1a08c82 [2022-08-17T18:25:52.245Z] #38 DONE 0.1s [2022-08-17T18:25:52.285Z] #56 285.2 + bin/containerd-shim-runc-v2 [2022-08-17T18:25:52.285Z] #56 285.9 + binaries [2022-08-17T18:25:52.285Z] #56 285.9 + install -D bin/containerd /build/containerd [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/containerd-shim /build/containerd-shim [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-17T18:25:52.285Z] #56 286.0 + install -D bin/ctr /build/ctr [2022-08-17T18:25:52.502Z] [2022-08-17T18:25:52.502Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:25:52.502Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:25:53.432Z] #53 ... [2022-08-17T18:25:53.432Z] [2022-08-17T18:25:53.432Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:25:53.432Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:25:53.432Z] #43 220.3 CC criu/protobuf-desc.o [2022-08-17T18:25:55.328Z] #43 221.7 CC criu/protobuf.o [2022-08-17T18:25:55.553Z] #56 DONE 288.9s [2022-08-17T18:25:55.892Z] #43 222.5 CC criu/pstree.o [2022-08-17T18:25:56.486Z] [2022-08-17T18:25:56.486Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-17T18:25:56.486Z] #57 sha256:550da1c35d53c816026c80a40a1bd8946117ff440fc30e44081ca60c07ecbda6 [2022-08-17T18:25:57.881Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-08-17T18:25:58.374Z] #57 DONE 1.7s [2022-08-17T18:25:58.374Z] [2022-08-17T18:25:58.374Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-17T18:25:58.374Z] #61 sha256:1efc1ca787c9fc3c8da7e8909497e1e55b492a9fc29e6982df41c22f8ab6c743 [2022-08-17T18:25:58.374Z] #61 DONE 0.3s [2022-08-17T18:25:58.374Z] [2022-08-17T18:25:58.374Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-17T18:25:58.374Z] #66 sha256:81b81eb882b4a15e93410127f81f0602dcdee42c2360303b0d663784adbe4aa0 [2022-08-17T18:25:58.413Z] #43 224.6 CC criu/rbtree.o [2022-08-17T18:25:58.413Z] #43 225.2 CC criu/rst-malloc.o [2022-08-17T18:25:58.976Z] #43 225.6 CC criu/seccomp.o [2022-08-17T18:26:00.287Z] #66 DONE 1.7s [2022-08-17T18:26:00.287Z] [2022-08-17T18:26:00.287Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-17T18:26:00.287Z] #68 sha256:34771d2fe315ab64363ea42abc27cce1b5de179a94861294f8aa95b4d45ec739 [2022-08-17T18:26:00.287Z] #68 DONE 0.0s [2022-08-17T18:26:00.287Z] [2022-08-17T18:26:00.287Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-17T18:26:00.287Z] #69 sha256:eb03a8941f498059cb9ca7a05e6fb3ba79b1eefc703498a17d1f0af88c770b02 [2022-08-17T18:26:00.287Z] #69 DONE 0.0s [2022-08-17T18:26:00.287Z] [2022-08-17T18:26:00.287Z] #70 [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-08-17T18:26:00.287Z] #70 sha256:d8938218187801810bb413205eda454378d917a2ac9b4514739533dbc3cc2b7b [2022-08-17T18:26:00.345Z] #43 226.8 CC criu/seize.o [2022-08-17T18:26:00.867Z] #70 0.687 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2022-08-17T18:26:01.123Z] #70 0.825 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2022-08-17T18:26:01.123Z] #70 0.828 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2022-08-17T18:26:01.123Z] #70 0.829 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2022-08-17T18:26:01.713Z] #43 228.4 CC criu/servicefd.o [2022-08-17T18:26:02.053Z] #70 1.088 Reading package lists... [2022-08-17T18:26:02.621Z] #70 1.820 Reading package lists... [2022-08-17T18:26:02.644Z] #43 229.3 CC criu/shmem.o [2022-08-17T18:26:02.877Z] #70 2.442 Building dependency tree... [2022-08-17T18:26:02.877Z] #70 2.571 Reading state information... [2022-08-17T18:26:02.877Z] #70 2.676 The following additional packages will be installed: [2022-08-17T18:26:02.877Z] #70 2.676 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2022-08-17T18:26:02.877Z] #70 2.676 libpam-systemd [2022-08-17T18:26:02.877Z] #70 2.677 Suggested packages: [2022-08-17T18:26:02.877Z] #70 2.677 systemd-container policykit-1 [2022-08-17T18:26:02.877Z] #70 2.677 Recommended packages: [2022-08-17T18:26:02.877Z] #70 2.677 libnss-systemd [2022-08-17T18:26:02.877Z] #70 2.758 The following NEW packages will be installed: [2022-08-17T18:26:02.877Z] #70 2.759 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2022-08-17T18:26:02.877Z] #70 2.760 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2022-08-17T18:26:03.133Z] #70 3.036 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2022-08-17T18:26:03.133Z] #70 3.036 Need to get 4759 kB of archives. [2022-08-17T18:26:03.133Z] #70 3.036 After this operation, 16.6 MB of additional disk space will be used. [2022-08-17T18:26:03.133Z] #70 3.036 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-08-17T18:26:03.133Z] #70 3.040 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2022-08-17T18:26:03.133Z] #70 3.042 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2022-08-17T18:26:03.133Z] #70 3.052 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2022-08-17T18:26:03.133Z] #70 3.054 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2022-08-17T18:26:03.133Z] #70 3.058 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB] [2022-08-17T18:26:03.390Z] #70 3.153 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB] [2022-08-17T18:26:03.390Z] #70 3.154 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2022-08-17T18:26:03.390Z] #70 3.156 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2022-08-17T18:26:03.390Z] #70 3.164 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB] [2022-08-17T18:26:03.390Z] #70 3.164 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2022-08-17T18:26:03.390Z] #70 3.356 debconf: delaying package configuration, since apt-utils is not installed [2022-08-17T18:26:03.390Z] #70 3.380 Fetched 4759 kB in 0s (12.1 MB/s) [2022-08-17T18:26:03.645Z] #70 3.407 Selecting previously unselected package libargon2-1:amd64. [2022-08-17T18:26:03.645Z] #70 3.407 (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 ... 28084 files and directories currently installed.) [2022-08-17T18:26:03.645Z] #70 3.424 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-08-17T18:26:03.645Z] #70 3.430 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-08-17T18:26:03.645Z] #70 3.460 Selecting previously unselected package libjson-c3:amd64. [2022-08-17T18:26:03.645Z] #70 3.463 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2022-08-17T18:26:03.645Z] #70 3.466 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2022-08-17T18:26:03.645Z] #70 3.499 Selecting previously unselected package libcryptsetup12:amd64. [2022-08-17T18:26:03.645Z] #70 3.502 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2022-08-17T18:26:03.645Z] #70 3.507 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2022-08-17T18:26:03.645Z] #70 3.550 Selecting previously unselected package libidn11:amd64. [2022-08-17T18:26:03.645Z] #70 3.552 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2022-08-17T18:26:03.645Z] #70 3.556 Unpacking libidn11:amd64 (1.33-2.2) ... [2022-08-17T18:26:03.645Z] #70 3.596 Selecting previously unselected package libkmod2:amd64. [2022-08-17T18:26:03.645Z] #70 3.598 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2022-08-17T18:26:03.645Z] #70 3.602 Unpacking libkmod2:amd64 (26-1) ... [2022-08-17T18:26:03.902Z] #70 3.640 Selecting previously unselected package systemd. [2022-08-17T18:26:03.902Z] #70 3.643 Preparing to unpack .../5-systemd_241-7~deb10u8_amd64.deb ... [2022-08-17T18:26:03.902Z] #70 3.684 Unpacking systemd (241-7~deb10u8) ... [2022-08-17T18:26:04.014Z] #43 230.8 CC criu/sigframe.o [2022-08-17T18:26:04.464Z] #70 4.188 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-08-17T18:26:04.464Z] #70 4.198 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2022-08-17T18:26:04.464Z] #70 4.209 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2022-08-17T18:26:04.464Z] #70 4.219 Setting up libidn11:amd64 (1.33-2.2) ... [2022-08-17T18:26:04.464Z] #70 4.230 Setting up libkmod2:amd64 (26-1) ... [2022-08-17T18:26:04.464Z] #70 4.240 Setting up systemd (241-7~deb10u8) ... [2022-08-17T18:26:04.464Z] #70 4.282 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-08-17T18:26:04.464Z] #70 4.284 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-08-17T18:26:04.464Z] #70 4.287 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-08-17T18:26:04.464Z] #70 4.287 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-08-17T18:26:04.464Z] #70 4.292 Initializing machine ID from KVM UUID. [2022-08-17T18:26:04.578Z] #43 231.2 CC criu/signalfd.o [2022-08-17T18:26:05.030Z] #70 4.763 Selecting previously unselected package systemd-sysv. [2022-08-17T18:26:05.030Z] #70 4.764 (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 ... 28881 files and directories currently installed.) [2022-08-17T18:26:05.030Z] #70 4.777 Preparing to unpack .../systemd-sysv_241-7~deb10u8_amd64.deb ... [2022-08-17T18:26:05.030Z] #70 4.780 Unpacking systemd-sysv (241-7~deb10u8) ... [2022-08-17T18:26:05.030Z] #70 4.817 Selecting previously unselected package libdbus-1-3:amd64. [2022-08-17T18:26:05.030Z] #70 4.820 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2022-08-17T18:26:05.030Z] #70 4.825 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.030Z] #70 4.878 Selecting previously unselected package dbus. [2022-08-17T18:26:05.030Z] #70 4.881 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2022-08-17T18:26:05.030Z] #70 4.892 Unpacking dbus (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.030Z] #70 4.949 Selecting previously unselected package libpam-systemd:amd64. [2022-08-17T18:26:05.030Z] #70 4.949 Preparing to unpack .../libpam-systemd_241-7~deb10u8_amd64.deb ... [2022-08-17T18:26:05.031Z] #70 4.952 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ... [2022-08-17T18:26:05.031Z] #70 4.991 Selecting previously unselected package dbus-user-session. [2022-08-17T18:26:05.142Z] #43 231.8 CC criu/sk-inet.o [2022-08-17T18:26:05.286Z] #70 4.994 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2022-08-17T18:26:05.286Z] #70 4.997 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.286Z] #70 5.058 Setting up systemd-sysv (241-7~deb10u8) ... [2022-08-17T18:26:05.286Z] #70 5.069 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.286Z] #70 5.079 Setting up dbus (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.286Z] #70 5.187 invoke-rc.d: could not determine current runlevel [2022-08-17T18:26:05.286Z] #70 5.190 invoke-rc.d: policy-rc.d denied execution of start. [2022-08-17T18:26:05.286Z] #70 5.194 Setting up libpam-systemd:amd64 (241-7~deb10u8) ... [2022-08-17T18:26:05.403Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-08-17T18:26:05.543Z] #70 5.336 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2022-08-17T18:26:05.543Z] #70 5.347 Processing triggers for systemd (241-7~deb10u8) ... [2022-08-17T18:26:05.543Z] #70 5.355 Processing triggers for libc-bin (2.28-10+deb10u1) ... [2022-08-17T18:26:05.799Z] #70 DONE 5.5s [2022-08-17T18:26:05.799Z] [2022-08-17T18:26:05.799Z] #71 [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-08-17T18:26:05.799Z] #71 sha256:789d680d5fc3569c6224d027ad4fe0a4f0f46d1310345807d9da36d5fe8c7143 [2022-08-17T18:26:06.055Z] #71 0.373 % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-17T18:26:06.055Z] #71 0.375 Dload Upload Total Spent Left Speed [2022-08-17T18:26:06.310Z] #71 0.376 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5977 0 --:--:-- --:--:-- --:--:-- 5957 [2022-08-17T18:26:06.311Z] #71 DONE 0.7s [2022-08-17T18:26:06.311Z] [2022-08-17T18:26:06.311Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-17T18:26:06.311Z] #72 sha256:07052eb55c8eb0532241d901f82852d0a9e4e4ca9a08c92eefc17f06b48605db [2022-08-17T18:26:07.037Z] #43 233.7 CC criu/sk-netlink.o [2022-08-17T18:26:07.970Z] #43 234.5 CC criu/sk-packet.o [2022-08-17T18:26:08.825Z] #72 DONE 2.4s [2022-08-17T18:26:08.825Z] [2022-08-17T18:26:08.825Z] #73 exporting to image [2022-08-17T18:26:08.825Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-17T18:26:08.825Z] #73 exporting layers [2022-08-17T18:26:08.900Z] #43 235.4 CC criu/sk-queue.o [2022-08-17T18:26:09.464Z] #43 236.2 CC criu/sk-tcp.o [2022-08-17T18:26:09.917Z] tests/integration/api_image_test.py ............s..... [ 40%] [2022-08-17T18:26:10.875Z] #43 237.2 CC criu/sk-unix.o [2022-08-17T18:26:14.155Z] #43 240.4 CC criu/sockets.o [2022-08-17T18:26:15.366Z] #73 exporting layers 6.6s done [2022-08-17T18:26:15.366Z] #73 writing image sha256:3975d916847206af3104906bc9a6953794411c4433f5e3e7f1bebeb319fda403 done [2022-08-17T18:26:15.366Z] #73 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done [2022-08-17T18:26:15.366Z] #73 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-17T18:26:15.543Z] #43 242.0 CC criu/stats.o [2022-08-17T18:26:15.700Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -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=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh dynbinary test-integration [2022-08-17T18:26:16.110Z] #43 242.7 CC criu/string.o [2022-08-17T18:26:16.110Z] #43 242.8 CC criu/sysctl.o [2022-08-17T18:26:17.066Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-08-17T18:26:17.066Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-08-17T18:26:17.066Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-08-17T18:26:17.066Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-08-17T18:26:17.066Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2022-08-17T18:26:17.066Z] Detected virtualization docker. [2022-08-17T18:26:17.066Z] Detected architecture x86-64. [2022-08-17T18:26:17.066Z] Set hostname to <781030fec0ff>. [2022-08-17T18:26:17.322Z] + source /etc/docker-entrypoint-cmd [2022-08-17T18:26:17.322Z] ++ hack/make.sh dynbinary test-integration [2022-08-17T18:26:17.322Z] [2022-08-17T18:26:17.322Z] Removing bundles/ [2022-08-17T18:26:17.322Z] [2022-08-17T18:26:17.322Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-17T18:26:17.322Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:26:17.322Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:26:17.482Z] #43 244.0 CC criu/sysfs_parse.o [2022-08-17T18:26:18.049Z] #43 244.6 CC criu/timens.o [2022-08-17T18:26:18.306Z] #43 245.2 CC criu/timerfd.o [2022-08-17T18:26:19.237Z] #43 245.8 CC criu/tty.o [2022-08-17T18:26:22.784Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:26:22.784Z] Using test binary docker [2022-08-17T18:26:22.784Z] +++ /etc/init.d/apparmor start [2022-08-17T18:26:22.784Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:26:22.784Z] Starting dockerd [2022-08-17T18:26:22.784Z] INFO: Waiting for daemon to start... [2022-08-17T18:26:22.784Z] +++ 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-08-17T18:26:22.784Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:26:22.784Z] Using test binary docker [2022-08-17T18:26:22.784Z] +++ /etc/init.d/apparmor start [2022-08-17T18:26:22.784Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:26:22.784Z] Starting dockerd [2022-08-17T18:26:22.784Z] INFO: Waiting for daemon to start... [2022-08-17T18:26:22.784Z] +++ 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-08-17T18:26:22.784Z] . [2022-08-17T18:26:22.784Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:26:22.784Z] [2022-08-17T18:26:22.784Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:26:22.784Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:26:22.784Z] Error: No such image: emptyfs [2022-08-17T18:26:22.784Z] ++++ docker load [2022-08-17T18:26:22.784Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:26:22.784Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-17T18:26:22.784Z] Error: No such image: emptyfs [2022-08-17T18:26:22.784Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-17T18:26:22.784Z] ++++ docker load [2022-08-17T18:26:22.784Z] Running integration-test (iteration 1) [2022-08-17T18:26:22.784Z] 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-08-17T18:26:22.784Z] ++ 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-08-17T18:26:22.784Z] ++ set -e [2022-08-17T18:26:22.784Z] ++ '[' -n 0 ']' [2022-08-17T18:26:22.784Z] ++ set -x [2022-08-17T18:26:22.784Z] ++ 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-08-17T18:26:22.784Z] Running integration-test (iteration 1) [2022-08-17T18:26:22.784Z] 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-08-17T18:26:22.784Z] ++ 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-08-17T18:26:22.784Z] ++ set -e [2022-08-17T18:26:22.784Z] ++ '[' -n 0 ']' [2022-08-17T18:26:22.784Z] ++ set -x [2022-08-17T18:26:22.784Z] ++ 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-08-17T18:26:23.411Z] #43 249.5 CC criu/tun.o [2022-08-17T18:26:23.975Z] #43 250.8 CC criu/uffd.o [2022-08-17T18:26:25.630Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-08-17T18:26:25.886Z] #43 252.5 CC criu/util.o [2022-08-17T18:26:28.409Z] #43 254.8 CC criu/uts_ns.o [2022-08-17T18:26:28.410Z] #43 255.1 CC criu/vdso-compat.o [2022-08-17T18:26:28.667Z] #43 255.4 CC criu/vdso.o [2022-08-17T18:26:29.352Z] #43 ... [2022-08-17T18:26:29.352Z] [2022-08-17T18:26:29.352Z] #40 [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 "47a064d4195a9b56133891bbb13620c3ac83a827" && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; 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-08-17T18:26:29.352Z] #40 sha256:966067739de5744e1c972c2b2f90898e1d52d615ea6f6780f4c5233925e5e737 [2022-08-17T18:26:29.352Z] #40 DONE 352.1s [2022-08-17T18:26:29.352Z] [2022-08-17T18:26:29.352Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:26:29.352Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:26:29.924Z] #53 ... [2022-08-17T18:26:29.924Z] [2022-08-17T18:26:29.924Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:26:29.924Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:26:29.924Z] #43 256.6 LINK criu/built-in.o [2022-08-17T18:26:30.489Z] #43 257.0 LINK criu/criu [2022-08-17T18:26:31.051Z] #43 257.8 DEP lib/c/criu.d [2022-08-17T18:26:31.051Z] #43 257.9 CC images/rpc.pb-c.o [2022-08-17T18:26:31.981Z] #43 258.8 CC lib/c/criu.o [2022-08-17T18:26:33.400Z] #43 ... [2022-08-17T18:26:33.400Z] [2022-08-17T18:26:33.400Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-08-17T18:26:33.400Z] #41 sha256:ec470e26d9951934287988c1b5e5e8c64a6457abd24838e87a284343ad3a8341 [2022-08-17T18:26:33.400Z] #41 DONE 0.4s [2022-08-17T18:26:33.400Z] [2022-08-17T18:26:33.400Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2022-08-17T18:26:33.400Z] #43 sha256:665d9194eedc504497e42ac535e61296a3597816a69558889ce5063db0df146a [2022-08-17T18:26:33.657Z] #43 260.4 LINK lib/c/built-in.o [2022-08-17T18:26:33.657Z] #43 260.4 LINK lib/c/libcriu.so [2022-08-17T18:26:33.657Z] #43 260.5 LINK lib/c/libcriu.a [2022-08-17T18:26:33.914Z] #43 260.8 GEN magic.py [2022-08-17T18:26:34.170Z] #43 261.0 Note: Building without setproctitle() and strlcpy() support. [2022-08-17T18:26:34.170Z] #43 261.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-08-17T18:26:34.170Z] #43 261.0 Note: Building without GnuTLS support [2022-08-17T18:26:34.170Z] #43 261.0 Makefile.config:39: Warn: you have no libnftables installed [2022-08-17T18:26:34.170Z] #43 261.0 Makefile.config:40: Warn: Building without nftables support [2022-08-17T18:26:35.167Z] tests/integration/api_plugin_test.py ........... [ 50%] [2022-08-17T18:26:36.061Z] #43 262.8 fatal: not a git repository (or any of the parent directories): .git [2022-08-17T18:26:36.675Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-08-17T18:26:37.430Z] #43 264.3 make[1]: Nothing to be done for 'all'. [2022-08-17T18:26:38.797Z] #43 265.7 make[1]: 'images/built-in.o' is up to date. [2022-08-17T18:26:39.053Z] #43 265.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-08-17T18:26:39.053Z] #43 265.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-08-17T18:26:39.053Z] #43 265.8 make[1]: 'compel/libcompel.a' is up to date. [2022-08-17T18:26:39.053Z] #43 265.8 make[1]: 'compel/compel-host-bin' is up to date. [2022-08-17T18:26:39.053Z] #43 265.8 make[1]: Nothing to be done for 'all'. [2022-08-17T18:26:39.053Z] #43 265.9 make[1]: 'soccr/libsoccr.a' is up to date. [2022-08-17T18:26:39.309Z] #43 266.0 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.309Z] #43 266.1 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.309Z] #43 266.1 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.566Z] #43 266.2 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.566Z] #43 266.3 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.566Z] #43 266.3 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.823Z] #43 266.4 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.823Z] #43 266.5 make[2]: Nothing to be done for 'all'. [2022-08-17T18:26:39.823Z] #43 266.5 INSTALL criu/criu [2022-08-17T18:26:40.754Z] #43 DONE 267.5s [2022-08-17T18:26:40.754Z] [2022-08-17T18:26:40.754Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:26:40.754Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:26:41.990Z] tests/integration/api_service_test.py .................................. [ 60%] [2022-08-17T18:26:42.123Z] #56 ... [2022-08-17T18:26:42.123Z] [2022-08-17T18:26:42.123Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-08-17T18:26:42.123Z] #44 sha256:d51e9a0f3f3544a311673c24c87eac55c377c6a8e95cc80b526859e824d7e24f [2022-08-17T18:26:42.123Z] #44 DONE 0.1s [2022-08-17T18:26:42.123Z] [2022-08-17T18:26:42.123Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-08-17T18:26:42.123Z] #46 sha256:6dd7210c4a6cf41c1cc05db5e28759d3eb95d2a0d2a92264638716632f1a79ec [2022-08-17T18:26:42.123Z] #46 DONE 0.1s [2022-08-17T18:26:42.123Z] [2022-08-17T18:26:42.123Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:26:42.123Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:26:42.123Z] #53 ... [2022-08-17T18:26:42.123Z] [2022-08-17T18:26:42.123Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-17T18:26:42.123Z] #48 sha256:59795bb8fca49f8d5eb98943d2c431c9b86952e3ee7c84ab7f2aaab5e75fd8e2 [2022-08-17T18:26:42.123Z] #48 DONE 0.1s [2022-08-17T18:26:42.380Z] [2022-08-17T18:26:42.380Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:26:42.380Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 16.2% of statements [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 5.7% of statements [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/builder/dockerfile 0.173s coverage: 48.5% of statements [2022-08-17T18:26:45.575Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-08-17T18:26:45.575Z] ok github.com/docker/docker/builder/remotecontext 0.087s coverage: 13.7% of statements [2022-08-17T18:26:45.831Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-08-17T18:26:46.762Z] ok github.com/docker/docker/builder/remotecontext/git 1.284s coverage: 86.3% of statements [2022-08-17T18:26:46.762Z] ? github.com/docker/docker/cli [no test files] [2022-08-17T18:26:46.762Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-17T18:26:49.283Z] ok github.com/docker/docker/client 0.098s coverage: 75.4% of statements [2022-08-17T18:26:56.604Z] ......................... [ 67%] [2022-08-17T18:27:09.416Z] Loaded image: buildpack-deps:buster [2022-08-17T18:27:09.416Z] Loaded image: busybox:latest [2022-08-17T18:27:09.416Z] Loaded image: buildpack-deps:buster [2022-08-17T18:27:09.416Z] Loaded image: busybox:glibc [2022-08-17T18:27:09.416Z] Loaded image: busybox:latest [2022-08-17T18:27:09.416Z] Loaded image: busybox:glibc [2022-08-17T18:27:11.325Z] Loaded image: debian:bullseye [2022-08-17T18:27:11.325Z] Loaded image: hello-world:latest [2022-08-17T18:27:11.325Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:27:11.325Z] INFO: Testing against a local daemon [2022-08-17T18:27:11.325Z] === RUN TestDockerSuite [2022-08-17T18:27:11.581Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-08-17T18:27:11.582Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-08-17T18:27:11.582Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-08-17T18:27:11.582Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-08-17T18:27:11.582Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-08-17T18:27:11.838Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-08-17T18:27:11.838Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-08-17T18:27:11.838Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-08-17T18:27:11.838Z] Loaded image: debian:bullseye [2022-08-17T18:27:11.838Z] Loaded image: hello-world:latest [2022-08-17T18:27:12.094Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:27:12.094Z] INFO: Testing against a local daemon [2022-08-17T18:27:12.094Z] === RUN TestDockerDaemonSuite [2022-08-17T18:27:12.094Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-08-17T18:27:14.426Z] #49 ... [2022-08-17T18:27:14.426Z] [2022-08-17T18:27:14.426Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2022-08-17T18:27:14.426Z] #53 sha256:cc6aed50e6cf8d542ce73d9accceec9ab48cd0bd68f36cd2c949608a67be46c6 [2022-08-17T18:27:14.426Z] #53 223.9 + mkdir -p /build [2022-08-17T18:27:14.426Z] #53 223.9 + cp runc /build/runc [2022-08-17T18:27:14.990Z] #53 DONE 224.8s [2022-08-17T18:27:14.990Z] [2022-08-17T18:27:14.990Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:27:14.990Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:27:16.266Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-08-17T18:27:16.266Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-08-17T18:27:17.194Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-08-17T18:27:17.194Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-08-17T18:27:18.122Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-08-17T18:27:19.051Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-08-17T18:27:19.051Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-08-17T18:27:19.982Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-08-17T18:27:20.246Z] #56 339.4 + bin/containerd [2022-08-17T18:27:20.547Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-08-17T18:27:21.110Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-08-17T18:27:21.110Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-08-17T18:27:21.110Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-08-17T18:27:21.333Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 29.1% of statements [2022-08-17T18:27:21.334Z] ok github.com/docker/docker/container 0.120s coverage: 34.5% of statements [2022-08-17T18:27:21.334Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-17T18:27:21.334Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-17T18:27:21.334Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-17T18:27:21.334Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-17T18:27:21.673Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-08-17T18:27:22.281Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-08-17T18:27:22.842Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-08-17T18:27:23.098Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-08-17T18:27:23.098Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-08-17T18:27:23.098Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-08-17T18:27:24.417Z] #56 ... [2022-08-17T18:27:24.417Z] [2022-08-17T18:27:24.417Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2022-08-17T18:27:24.417Z] #49 sha256:df555a3193f4085200cd0c2a21ba699551148231ac231674d7a779cbcd87f525 [2022-08-17T18:27:24.417Z] #49 405.0 + /build/golangci-lint --version [2022-08-17T18:27:24.417Z] #49 406.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-08-17T18:27:24.417Z] #49 DONE 407.2s [2022-08-17T18:27:24.417Z] [2022-08-17T18:27:24.417Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:27:24.417Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:27:27.942Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2022-08-17T18:27:28.199Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.032s coverage: 65.3% of statements [2022-08-17T18:27:28.587Z] #56 ... [2022-08-17T18:27:28.587Z] [2022-08-17T18:27:28.587Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-17T18:27:28.587Z] #50 sha256:ce7b3e584d4cfa5c1ba35c642a1d4292f05ee9c0ee2f1e9eeb17612e5ca577bf [2022-08-17T18:27:29.151Z] #50 DONE 0.5s [2022-08-17T18:27:29.151Z] [2022-08-17T18:27:29.151Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-17T18:27:29.151Z] #52 sha256:05758fc673116fd3b7621863e8b8f7372b28b74db885d609ff7f5feedd32e8dc [2022-08-17T18:27:29.151Z] #52 DONE 0.1s [2022-08-17T18:27:29.151Z] [2022-08-17T18:27:29.151Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-08-17T18:27:29.151Z] #54 sha256:8e665c2a52d41964a914ab05f868a604486c1e2a54bdb19400fa78eb33256cb7 [2022-08-17T18:27:29.408Z] #54 DONE 0.2s [2022-08-17T18:27:29.408Z] [2022-08-17T18:27:29.408Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2022-08-17T18:27:29.408Z] #56 sha256:5f0296214c79d4289b0a7090d92a911e41b2217c225b9b46873e92a2393913a3 [2022-08-17T18:27:29.570Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-08-17T18:27:29.634Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-08-17T18:27:29.901Z] --- PASS: TestBuildWithHugeFile (114.15s) [2022-08-17T18:27:29.901Z] === RUN TestBuildWithEmptyDockerfile [2022-08-17T18:27:29.901Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:27:29.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:27:29.901Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:27:29.901Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:27:29.901Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:27:29.901Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:27:29.901Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:27:29.901Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:27:29.901Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:27:29.901Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-08-17T18:27:29.901Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-08-17T18:27:29.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-08-17T18:27:29.901Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-17T18:27:29.901Z] === RUN TestBuildPreserveOwnership [2022-08-17T18:27:29.901Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-17T18:27:30.477Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-08-17T18:27:32.367Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-17T18:27:32.622Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-08-17T18:27:33.183Z] --- PASS: TestBuildPreserveOwnership (3.21s) [2022-08-17T18:27:33.183Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.07s) [2022-08-17T18:27:33.183Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2022-08-17T18:27:33.183Z] === RUN TestBuildPlatformInvalid [2022-08-17T18:27:33.183Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-08-17T18:27:33.183Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-17T18:27:35.073Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-08-17T18:27:35.382Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-08-17T18:27:35.636Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-08-17T18:27:36.199Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-08-17T18:27:36.760Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-08-17T18:27:37.322Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-08-17T18:27:37.661Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.8% of statements [2022-08-17T18:27:37.661Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.8% of statements [2022-08-17T18:27:37.661Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2022-08-17T18:27:38.224Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-08-17T18:27:38.250Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-08-17T18:27:38.788Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-08-17T18:27:39.181Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-08-17T18:27:39.742Z] docker_cli_daemon_test.go:1456: [d195c5495a817] daemon is not started [2022-08-17T18:27:40.305Z] check_test.go:309: [d2c4c5b5934d0] daemon is not started [2022-08-17T18:27:40.305Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-08-17T18:27:40.680Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.922s coverage: 73.3% of statements [2022-08-17T18:27:41.233Z] === RUN TestDockerSuite/TestAttachDetach [2022-08-17T18:27:41.621Z] ok github.com/docker/docker/daemon 12.123s coverage: 17.1% of statements [2022-08-17T18:27:41.621Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-17T18:27:41.621Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-17T18:27:41.621Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-17T18:27:41.621Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-17T18:27:41.878Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2022-08-17T18:27:42.163Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-08-17T18:27:42.726Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-08-17T18:27:42.807Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.408s coverage: 60.7% of statements [2022-08-17T18:27:42.982Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-08-17T18:27:44.182Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2022-08-17T18:27:44.349Z] check_test.go:309: [d09139594bc23] daemon is not started [2022-08-17T18:27:44.349Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-08-17T18:27:44.614Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-08-17T18:27:45.544Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-08-17T18:27:45.554Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.256s coverage: 50.5% of statements [2022-08-17T18:27:46.106Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-08-17T18:27:46.482Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.765s coverage: 45.9% of statements [2022-08-17T18:27:46.482Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-17T18:27:47.035Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-08-17T18:27:47.410Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-08-17T18:27:47.973Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.965s coverage: 58.0% of statements [2022-08-17T18:27:47.973Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-17T18:27:47.973Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-17T18:27:48.536Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2022-08-17T18:27:48.793Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2022-08-17T18:27:48.926Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-08-17T18:27:48.927Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-08-17T18:27:49.855Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-08-17T18:27:50.159Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 6.6% of statements [2022-08-17T18:27:50.159Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-17T18:27:50.159Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-17T18:27:50.417Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2022-08-17T18:27:50.531Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-08-17T18:27:50.786Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-08-17T18:27:50.786Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-08-17T18:27:50.981Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.8% of statements [2022-08-17T18:27:50.981Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-08-17T18:27:50.981Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-17T18:27:51.238Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2022-08-17T18:27:51.494Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2022-08-17T18:27:51.714Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-08-17T18:27:51.714Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-08-17T18:27:51.750Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-08-17T18:27:52.006Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-08-17T18:27:52.569Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 78.7% of statements [2022-08-17T18:27:52.569Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-17T18:27:52.642Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-08-17T18:27:52.825Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 54.7% of statements [2022-08-17T18:27:53.067Z] tests/integration/client_test.py ..... [ 75%] [2022-08-17T18:27:53.067Z] tests/integration/context_api_test.py ... [ 76%] [2022-08-17T18:27:53.067Z] tests/integration/errors_test.py . [ 76%] [2022-08-17T18:27:53.388Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 31.5% of statements [2022-08-17T18:27:53.716Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:27:53.716Z] [2022-08-17T18:27:53.716Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:27:53.716Z] DOCKER_SYSTEMD=1 [2022-08-17T18:27:53.716Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:27:53.716Z] HOSTNAME=781030fec0ff [2022-08-17T18:27:53.716Z] DEST=bundles/test-integration [2022-08-17T18:27:53.716Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:27:53.716Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:27:53.716Z] container=docker [2022-08-17T18:27:53.716Z] HOME=/root [2022-08-17T18:27:53.716Z] LANG=C.UTF-8 [2022-08-17T18:27:53.716Z] INVOCATION_ID=95db29c330314fbf83886f12102f2bb5 [2022-08-17T18:27:53.716Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:27:53.716Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:27:53.716Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:27:53.716Z] TERM=xterm [2022-08-17T18:27:53.716Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:27:53.716Z] SHLVL=3 [2022-08-17T18:27:53.716Z] TIMEOUT=120m [2022-08-17T18:27:53.716Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:27:53.716Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:27:53.716Z] GO111MODULE=off [2022-08-17T18:27:53.716Z] DOCKER_EXPERIMENTAL=1 [2022-08-17T18:27:53.716Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-17T18:27:53.716Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:27:53.716Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:27:53.716Z] GOPATH=/go [2022-08-17T18:27:53.716Z] PKG_CONFIG=pkg-config [2022-08-17T18:27:53.716Z] _=/usr/bin/env [2022-08-17T18:27:53.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-17T18:27:54.009Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-08-17T18:27:54.317Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-08-17T18:27:54.317Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-08-17T18:27:54.880Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-08-17T18:27:55.443Z] ok github.com/docker/docker/daemon/logger/splunk 1.561s coverage: 82.5% of statements [2022-08-17T18:27:55.443Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-17T18:27:55.443Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-17T18:27:56.372Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-08-17T18:27:57.278Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-08-17T18:27:57.739Z] ok github.com/docker/docker/distribution 1.499s coverage: 27.6% of statements [2022-08-17T18:27:57.739Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-17T18:27:57.996Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-08-17T18:27:58.559Z] ok github.com/docker/docker/image 0.018s coverage: 86.8% of statements [2022-08-17T18:27:58.816Z] ok github.com/docker/docker/distribution/xfer 1.885s coverage: 84.6% of statements [2022-08-17T18:27:58.816Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-17T18:27:59.073Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-08-17T18:27:59.073Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-08-17T18:27:59.636Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2022-08-17T18:27:59.636Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-17T18:27:59.636Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2022-08-17T18:28:00.547Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-08-17T18:28:00.566Z] ok github.com/docker/docker/oci 0.007s coverage: 40.6% of statements [2022-08-17T18:28:00.803Z] Loaded image: buildpack-deps:buster [2022-08-17T18:28:01.060Z] Loaded image: busybox:latest [2022-08-17T18:28:01.129Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2022-08-17T18:28:01.340Z] Loaded image: busybox:glibc [2022-08-17T18:28:01.386Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-17T18:28:03.231Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-08-17T18:28:03.279Z] ok github.com/docker/docker/pkg/archive 0.319s coverage: 81.9% of statements [2022-08-17T18:28:03.842Z] ok github.com/docker/docker/pkg/authorization 0.232s coverage: 68.3% of statements [2022-08-17T18:28:03.842Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-17T18:28:04.098Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-08-17T18:28:04.600Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-08-17T18:28:07.119Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-08-17T18:28:07.371Z] ok github.com/docker/docker/pkg/chrootarchive 2.530s coverage: 43.5% of statements [2022-08-17T18:28:07.371Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-08-17T18:28:07.375Z] Loaded image: debian:bullseye [2022-08-17T18:28:07.375Z] Loaded image: hello-world:latest [2022-08-17T18:28:07.375Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:28:07.375Z] check_test.go:309: [dcb253c436e0d] daemon is not started [2022-08-17T18:28:07.375Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-08-17T18:28:07.627Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2022-08-17T18:28:07.883Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2022-08-17T18:28:07.937Z] check_test.go:309: [dcb10e9845c3c] daemon is not started [2022-08-17T18:28:07.937Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-08-17T18:28:08.075Z] #56 387.2 # github.com/containerd/containerd/cmd/containerd [2022-08-17T18:28:08.076Z] #56 387.2 /usr/bin/ld: /tmp/go-link-1924388714/000019.o: in function `New': [2022-08-17T18:28:08.076Z] #56 387.2 /tmp/tmp.F8c8EcIMl4/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-08-17T18:28:08.076Z] #56 387.3 + bin/containerd-stress [2022-08-17T18:28:08.140Z] ok github.com/docker/docker/layer 7.449s coverage: 68.8% of statements [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-08-17T18:28:08.140Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-17T18:28:08.703Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2022-08-17T18:28:08.959Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2022-08-17T18:28:09.215Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-08-17T18:28:09.442Z] #56 388.5 + bin/containerd-shim [2022-08-17T18:28:09.827Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-08-17T18:28:10.082Z] check_test.go:309: [d8bbcc78771eb] daemon is not started [2022-08-17T18:28:10.082Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-08-17T18:28:10.145Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-08-17T18:28:10.339Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-08-17T18:28:10.401Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 86.5% of statements [2022-08-17T18:28:10.964Z] ok github.com/docker/docker/pkg/fsutils 0.159s coverage: 85.1% of statements [2022-08-17T18:28:11.187Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-08-17T18:28:11.254Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-08-17T18:28:11.254Z] ok github.com/docker/docker/pkg/discovery/kv 3.025s coverage: 84.1% of statements [2022-08-17T18:28:11.267Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-08-17T18:28:12.190Z] ok github.com/docker/docker/pkg/idtools 0.433s coverage: 69.5% of statements [2022-08-17T18:28:12.447Z] ok github.com/docker/docker/pkg/ioutils 0.349s coverage: 70.6% of statements [2022-08-17T18:28:12.678Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-08-17T18:28:12.678Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-08-17T18:28:12.703Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-08-17T18:28:12.703Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-08-17T18:28:12.703Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2022-08-17T18:28:12.703Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-17T18:28:12.703Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-08-17T18:28:12.934Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-08-17T18:28:12.959Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-08-17T18:28:12.959Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-08-17T18:28:12.959Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-08-17T18:28:13.216Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-08-17T18:28:13.473Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2022-08-17T18:28:13.473Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-08-17T18:28:13.473Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-17T18:28:13.473Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-17T18:28:13.730Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2022-08-17T18:28:13.864Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-08-17T18:28:14.120Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-08-17T18:28:14.293Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-08-17T18:28:14.549Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-08-17T18:28:14.806Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-17T18:28:16.171Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-08-17T18:28:16.171Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-08-17T18:28:16.638Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-08-17T18:28:16.638Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2022-08-17T18:28:18.015Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2022-08-17T18:28:18.015Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.65s) [2022-08-17T18:28:18.015Z] PASS [2022-08-17T18:28:18.015Z] [2022-08-17T18:28:18.015Z] === Skipped [2022-08-17T18:28:18.015Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-17T18:28:18.015Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:28:18.015Z] [2022-08-17T18:28:18.015Z] DONE 33 tests, 1 skipped in 252.689s [2022-08-17T18:28:18.015Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-17T18:28:18.015Z] ++ 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-08-17T18:28:18.015Z] ++ set -e [2022-08-17T18:28:18.015Z] ++ '[' -n 0 ']' [2022-08-17T18:28:18.015Z] ++ set -x [2022-08-17T18:28:18.015Z] ++ 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-08-17T18:28:18.015Z] INFO: Testing against a local daemon [2022-08-17T18:28:18.015Z] === RUN TestConfigInspect [2022-08-17T18:28:18.577Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-08-17T18:28:18.834Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-08-17T18:28:19.396Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-08-17T18:28:20.339Z] ok github.com/docker/docker/pkg/signal 3.357s coverage: 62.3% of statements [2022-08-17T18:28:20.339Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-08-17T18:28:20.595Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-08-17T18:28:20.595Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-17T18:28:20.786Z] --- PASS: TestConfigInspect (2.51s) [2022-08-17T18:28:20.786Z] === RUN TestConfigList [2022-08-17T18:28:21.159Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 52.5% of statements [2022-08-17T18:28:21.631Z] #56 398.9 + bin/containerd-shim-runc-v1 [2022-08-17T18:28:21.721Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2022-08-17T18:28:21.978Z] ok github.com/docker/docker/pkg/tailfile 0.044s coverage: 88.6% of statements [2022-08-17T18:28:22.156Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-08-17T18:28:22.541Z] ok github.com/docker/docker/pkg/tarsum 0.052s coverage: 89.3% of statements [2022-08-17T18:28:22.541Z] coverage: [no statements] [2022-08-17T18:28:22.541Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-08-17T18:28:22.799Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2022-08-17T18:28:23.056Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-08-17T18:28:23.056Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-17T18:28:23.083Z] --- PASS: TestConfigList (2.60s) [2022-08-17T18:28:23.083Z] === RUN TestConfigsCreateAndDelete [2022-08-17T18:28:24.952Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-08-17T18:28:24.973Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-08-17T18:28:25.208Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-08-17T18:28:25.535Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-08-17T18:28:25.771Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2022-08-17T18:28:25.791Z] --- PASS: TestConfigsCreateAndDelete (2.55s) [2022-08-17T18:28:25.791Z] === RUN TestConfigsUpdate [2022-08-17T18:28:25.830Z] #56 404.7 + bin/containerd-shim-runc-v2 [2022-08-17T18:28:26.047Z] check_test.go:309: [de63dca43d87c] daemon is not started [2022-08-17T18:28:26.047Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-08-17T18:28:26.392Z] #56 405.4 + binaries [2022-08-17T18:28:26.392Z] #56 405.4 + install -D bin/containerd /build/containerd [2022-08-17T18:28:26.392Z] #56 405.5 + install -D bin/containerd-shim /build/containerd-shim [2022-08-17T18:28:26.392Z] #56 405.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-08-17T18:28:26.392Z] #56 405.5 + install -D bin/ctr /build/ctr [2022-08-17T18:28:26.610Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-08-17T18:28:26.700Z] ok github.com/docker/docker/quota 0.208s coverage: 71.4% of statements [2022-08-17T18:28:26.770Z] ......... [ 86%] [2022-08-17T18:28:27.172Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-08-17T18:28:27.263Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-08-17T18:28:27.733Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-08-17T18:28:27.733Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-08-17T18:28:27.733Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-08-17T18:28:28.192Z] ok github.com/docker/docker/registry 0.085s coverage: 57.1% of statements [2022-08-17T18:28:28.280Z] #56 DONE 407.6s [2022-08-17T18:28:28.294Z] --- PASS: TestConfigsUpdate (2.66s) [2022-08-17T18:28:28.294Z] === RUN TestTemplatedConfig [2022-08-17T18:28:28.448Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-08-17T18:28:28.705Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-08-17T18:28:29.221Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-08-17T18:28:29.267Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2022-08-17T18:28:29.267Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-08-17T18:28:29.647Z] [2022-08-17T18:28:29.647Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-17T18:28:29.647Z] #57 sha256:e2215403280287af3abc6978e5a5a2819ee6f29f6a2d94aefd06137beb8e05a8 [2022-08-17T18:28:30.207Z] #57 DONE 0.9s [2022-08-17T18:28:30.207Z] [2022-08-17T18:28:30.207Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-17T18:28:30.207Z] #61 sha256:6124c10b1d50da404d1aa3da91c234a16fe14a453108ecd428f77a7f56250dc9 [2022-08-17T18:28:30.463Z] #61 DONE 0.2s [2022-08-17T18:28:30.463Z] [2022-08-17T18:28:30.463Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-17T18:28:30.463Z] #66 sha256:4d025ab6336cc80466f1f018dab16f82efb0f30e88882315d5306f86230cac56 [2022-08-17T18:28:30.588Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-08-17T18:28:31.765Z] tests/integration/models_images_test.py ............... [ 89%] [2022-08-17T18:28:31.784Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-08-17T18:28:31.827Z] #66 DONE 1.3s [2022-08-17T18:28:31.828Z] [2022-08-17T18:28:31.828Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-08-17T18:28:31.828Z] #68 sha256:9ca840b9dd26c68b1eb8ab548cd9128507753d0cc50b6b33306a6e06f841cfb0 [2022-08-17T18:28:31.828Z] #68 DONE 0.1s [2022-08-17T18:28:31.828Z] [2022-08-17T18:28:31.828Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-08-17T18:28:31.828Z] #69 sha256:b3ae76f2785976bb7ec5c04eeeb763d02b31be69cff91cf3128021f7bc865f26 [2022-08-17T18:28:31.828Z] #69 DONE 0.0s [2022-08-17T18:28:31.828Z] [2022-08-17T18:28:31.828Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-17T18:28:31.828Z] #70 sha256:41ae9aa78ec0bdba0c3de940dd8e996676492f47df92355bd274b25addff65c7 [2022-08-17T18:28:31.954Z] --- PASS: TestTemplatedConfig (3.54s) [2022-08-17T18:28:31.955Z] === RUN TestConfigCreateResolve [2022-08-17T18:28:32.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-17T18:28:32.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-17T18:28:32.516Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-08-17T18:28:32.712Z] ok github.com/docker/docker/volume/local 0.081s coverage: 76.4% of statements [2022-08-17T18:28:32.968Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2022-08-17T18:28:33.221Z] tests/integration/models_networks_test.py .... [ 90%] [2022-08-17T18:28:33.455Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-08-17T18:28:34.018Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-08-17T18:28:34.334Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2022-08-17T18:28:34.986Z] --- PASS: TestConfigCreateResolve (2.87s) [2022-08-17T18:28:34.986Z] === RUN TestConfigDaemonLibtrustID [2022-08-17T18:28:35.242Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-08-17T18:28:35.242Z] PASS [2022-08-17T18:28:35.242Z] [2022-08-17T18:28:35.242Z] DONE 7 tests in 17.405s [2022-08-17T18:28:35.242Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-17T18:28:35.242Z] ++ 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-08-17T18:28:35.242Z] ++ set -e [2022-08-17T18:28:35.242Z] ++ '[' -n 0 ']' [2022-08-17T18:28:35.242Z] ++ set -x [2022-08-17T18:28:35.242Z] ++ 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-08-17T18:28:35.498Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-08-17T18:28:35.498Z] INFO: Testing against a local daemon [2022-08-17T18:28:35.498Z] === RUN TestCheckpoint [2022-08-17T18:28:35.498Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:28:35.498Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-17T18:28:35.498Z] === RUN TestContainerInvalidJSON [2022-08-17T18:28:35.498Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:28:35.498Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:28:35.498Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:28:35.498Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:28:35.498Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:28:35.498Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:28:35.498Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:28:35.498Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:28:35.498Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:28:35.498Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-08-17T18:28:35.498Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-17T18:28:35.498Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-17T18:28:35.498Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-17T18:28:35.499Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-17T18:28:35.754Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-08-17T18:28:35.754Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-17T18:28:35.754Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-08-17T18:28:35.754Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-17T18:28:35.754Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-08-17T18:28:35.754Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-17T18:28:35.754Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-17T18:28:35.754Z] === RUN TestCopyFromContainer [2022-08-17T18:28:36.682Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-08-17T18:28:37.069Z] #70 DONE 4.9s [2022-08-17T18:28:37.069Z] [2022-08-17T18:28:37.069Z] #71 exporting to image [2022-08-17T18:28:37.069Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-17T18:28:37.069Z] #71 exporting layers [2022-08-17T18:28:37.609Z] === RUN TestCopyFromContainer// [2022-08-17T18:28:37.610Z] === RUN TestCopyFromContainer//bar/root [2022-08-17T18:28:37.865Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-17T18:28:37.865Z] === RUN TestCopyFromContainer/bar/quux [2022-08-17T18:28:37.865Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-17T18:28:37.865Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-08-17T18:28:37.865Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-17T18:28:37.865Z] check_test.go:309: [da6acb8ac9764] daemon is not started [2022-08-17T18:28:37.865Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-08-17T18:28:37.865Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-17T18:28:38.121Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-17T18:28:38.121Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-17T18:28:38.121Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-17T18:28:38.121Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer (2.47s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer// (0.09s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2022-08-17T18:28:38.378Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-08-17T18:28:38.378Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-17T18:28:38.378Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:28:38.378Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:28:38.378Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:28:38.378Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:28:38.378Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:28:38.378Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:28:38.378Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:28:38.378Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:28:38.378Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:28:38.378Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-17T18:28:38.378Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-17T18:28:38.378Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-17T18:28:38.378Z] === RUN TestCreateWithInvalidEnv [2022-08-17T18:28:38.378Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-17T18:28:38.378Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-17T18:28:38.378Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-17T18:28:38.378Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-17T18:28:38.378Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-17T18:28:38.378Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-17T18:28:38.378Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-17T18:28:38.378Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-17T18:28:38.378Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-17T18:28:38.378Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-17T18:28:38.378Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-17T18:28:38.378Z] === RUN TestCreateTmpfsMountsTarget [2022-08-17T18:28:38.378Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-08-17T18:28:38.378Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-17T18:28:39.744Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-08-17T18:28:39.744Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-08-17T18:28:39.791Z] tests/integration/models_nodes_test.py . [ 91%] [2022-08-17T18:28:39.791Z] tests/integration/models_resources_test.py . [ 91%] [2022-08-17T18:28:40.308Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2022-08-17T18:28:40.308Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-17T18:28:40.565Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-08-17T18:28:41.960Z] === RUN TestDockerSuite/TestBuildAddScript [2022-08-17T18:28:41.960Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.17s) [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:28:42.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:28:42.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:28:42.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:28:42.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:28:42.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:28:42.524Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:28:42.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:28:42.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:28:42.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:28:42.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:28:42.524Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-08-17T18:28:42.524Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-17T18:28:42.524Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-17T18:28:43.087Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.68s) [2022-08-17T18:28:43.087Z] === RUN TestCreateDifferentPlatform [2022-08-17T18:28:43.087Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-17T18:28:43.346Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-17T18:28:43.346Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-08-17T18:28:43.346Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-08-17T18:28:43.346Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-08-17T18:28:43.346Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-17T18:28:43.346Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-08-17T18:28:43.346Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-17T18:28:43.346Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-08-17T18:28:43.346Z] === RUN TestContainerStartOnDaemonRestart [2022-08-17T18:28:43.346Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-17T18:28:43.346Z] === RUN TestDaemonRestartIpcMode [2022-08-17T18:28:43.346Z] === PAUSE TestDaemonRestartIpcMode [2022-08-17T18:28:43.346Z] === RUN TestDaemonHostGatewayIP [2022-08-17T18:28:43.346Z] === PAUSE TestDaemonHostGatewayIP [2022-08-17T18:28:43.346Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-17T18:28:43.346Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-17T18:28:43.346Z] === RUN TestContainerKillOnDaemonStart [2022-08-17T18:28:43.346Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-17T18:28:43.346Z] === RUN TestDiff [2022-08-17T18:28:43.603Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-08-17T18:28:44.165Z] --- PASS: TestDiff (0.69s) [2022-08-17T18:28:44.165Z] === RUN TestExecWithCloseStdin [2022-08-17T18:28:44.728Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-08-17T18:28:44.983Z] --- PASS: TestExecWithCloseStdin (0.88s) [2022-08-17T18:28:44.983Z] === RUN TestExec [2022-08-17T18:28:45.552Z] check_test.go:309: [d696902d0284e] daemon is not started [2022-08-17T18:28:45.552Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-08-17T18:28:45.865Z] tests/integration/models_services_test.py ..............X. [ 95%] [2022-08-17T18:28:46.119Z] --- PASS: TestExec (1.07s) [2022-08-17T18:28:46.119Z] === RUN TestExecUser [2022-08-17T18:28:47.014Z] #71 exporting layers 8.6s done [2022-08-17T18:28:47.015Z] #71 writing image sha256:358c84c42762abf65f134cc9b32e574a2b42ef5b178f04ebc3fce4ce6e17350c done [2022-08-17T18:28:47.015Z] #71 naming to docker.io/library/docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 done [2022-08-17T18:28:47.015Z] #71 DONE 8.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2022-08-17T18:28:47.047Z] --- PASS: TestExecUser (0.92s) [2022-08-17T18:28:47.047Z] === RUN TestExportContainerAndImportImage [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-17T18:28:47.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -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=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh dynbinary test-integration [2022-08-17T18:28:47.977Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2022-08-17T18:28:47.977Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-17T18:28:48.183Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-08-17T18:28:48.443Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-08-17T18:28:48.539Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-08-17T18:28:49.101Z] check_test.go:309: [d816ebe8f52b7] daemon is not started [2022-08-17T18:28:49.101Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-08-17T18:28:49.174Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/pkg/term [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/rootless [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/volume [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-17T18:28:49.174Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === Skipped [2022-08-17T18:28:49.174Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-08-17T18:28:49.174Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-08-17T18:28:49.174Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-17T18:28:49.174Z] time="2022-08-17T18:27:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-17T18:28:49.174Z] time="2022-08-17T18:27:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-17T18:28:49.174Z] time="2022-08-17T18:27:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-17T18:28:49.174Z] time="2022-08-17T18:27:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-17T18:28:49.174Z] time="2022-08-17T18:27:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-17T18:28:49.174Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-17T18:28:49.174Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-17T18:28:49.174Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:28:49.174Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-17T18:28:49.174Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-17T18:28:49.174Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-17T18:28:49.174Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-08-17T18:28:49.174Z] [2022-08-17T18:28:49.174Z] DONE 2251 tests, 26 skipped in 203.086s Post stage [Pipeline] junit [2022-08-17T18:28:49.184Z] Recording test results [2022-08-17T18:28:49.276Z] [2022-08-17T18:28:49.276Z] Removing bundles/ [2022-08-17T18:28:49.276Z] [2022-08-17T18:28:49.276Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-17T18:28:49.276Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:28:49.276Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:28:49.663Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2022-08-17T18:28:49.663Z] === RUN TestHealthCheckWorkdir [2022-08-17T18:28:50.408Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-17T18:28:50.591Z] --- PASS: TestHealthCheckWorkdir (0.89s) [2022-08-17T18:28:50.591Z] === RUN TestHealthKillContainer [2022-08-17T18:28:50.787Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh dynbinary test-integration [2022-08-17T18:28:51.350Z] [2022-08-17T18:28:51.350Z] Removing bundles/ [2022-08-17T18:28:51.350Z] [2022-08-17T18:28:51.350Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-17T18:28:51.350Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:28:51.350Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:28:51.520Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-08-17T18:28:52.069Z] tests/integration/regression_test.py ...... [ 98%] [2022-08-17T18:28:52.082Z] docker_cli_daemon_plugins_test.go:80: [d6625a53b8b49] daemon is not started [2022-08-17T18:28:52.592Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-08-17T18:28:52.592Z] tests/integration/credentials/utils_test.py . [100%] [2022-08-17T18:28:52.592Z] [2022-08-17T18:28:52.592Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-08-17T18:28:52.592Z] =========================== short test summary info ============================ [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-08-17T18:28:52.592Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-08-17T18:28:52.592Z] Not supported on most drivers [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-08-17T18:28:52.592Z] Output of docker top depends on host distro, and is not formalized. [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-08-17T18:28:52.592Z] Output of docker top depends on host distro, and is not formalized. [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-08-17T18:28:52.592Z] Can fail if eth0 has multiple IP addresses [2022-08-17T18:28:52.592Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-08-17T18:28:52.592Z] This doesn't seem to be taken into account by the engine [2022-08-17T18:28:52.592Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2022-08-17T18:28:52.592Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-08-17T18:28:52.592Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 291.78 seconds == [2022-08-17T18:28:52.852Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-08-17T18:28:53.011Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-08-17T18:28:54.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-08-17T18:28:54.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-17T18:28:56.276Z] docker_cli_daemon_plugins_test.go:170: [d21b778e403d6] daemon is not started [2022-08-17T18:28:56.276Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-08-17T18:28:56.533Z] === RUN TestDockerSuite/TestBuildAddTar [2022-08-17T18:28:57.095Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-08-17T18:28:58.986Z] --- PASS: TestHealthKillContainer (8.32s) [2022-08-17T18:28:58.986Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-17T18:28:59.550Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2022-08-17T18:28:59.550Z] === RUN TestIpcModeNone [2022-08-17T18:29:00.113Z] --- PASS: TestIpcModeNone (0.74s) [2022-08-17T18:29:00.113Z] === RUN TestIpcModePrivate [2022-08-17T18:29:00.113Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-08-17T18:29:01.043Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-08-17T18:29:01.043Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:90, shared: false, mustBeShared: false [2022-08-17T18:29:01.043Z] --- PASS: TestIpcModePrivate (1.00s) [2022-08-17T18:29:01.043Z] === RUN TestIpcModeShareable [2022-08-17T18:29:01.300Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-08-17T18:29:01.863Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-08-17T18:29:01.863Z] --- PASS: TestIpcModeShareable (0.71s) [2022-08-17T18:29:01.863Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-17T18:29:01.863Z] check_test.go:309: [dc5499ca6f504] daemon is not started [2022-08-17T18:29:01.863Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-08-17T18:29:02.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-17T18:29:02.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-17T18:29:03.232Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-08-17T18:29:03.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-17T18:29:03.489Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-08-17T18:29:03.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-17T18:29:04.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-17T18:29:04.417Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2022-08-17T18:29:04.417Z] === RUN TestAPIIpcModeHost [2022-08-17T18:29:04.417Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-08-17T18:29:04.979Z] --- PASS: TestAPIIpcModeHost (0.69s) [2022-08-17T18:29:04.979Z] === RUN TestDaemonIpcModeShareable [2022-08-17T18:29:05.069Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T18:29:05.069Z] [2022-08-17T18:29:05.069Z] Unloading profiles will leave already running processes permanently [2022-08-17T18:29:05.069Z] unconfined, which can lead to unexpected situations. [2022-08-17T18:29:05.069Z] [2022-08-17T18:29:05.069Z] To set a process to complain mode, use the command line tool [2022-08-17T18:29:05.069Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T18:29:05.069Z] Post stage [Pipeline] junit [2022-08-17T18:29:05.082Z] Recording test results [2022-08-17T18:29:05.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-17T18:29:05.208Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-08-17T18:29:05.278Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-08-17T18:29:05.485Z] + echo Ensuring container killed. [2022-08-17T18:29:05.485Z] Ensuring container killed. [2022-08-17T18:29:05.485Z] + docker rm -vf docker-pr5 [2022-08-17T18:29:05.485Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-08-17T18:29:05.534Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-08-17T18:29:05.768Z] + echo Chowning /workspace to jenkins user [2022-08-17T18:29:05.768Z] Chowning /workspace to jenkins user [2022-08-17T18:29:05.768Z] + id -u [2022-08-17T18:29:05.768Z] + id -g [2022-08-17T18:29:05.768Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T18:29:06.465Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-08-17T18:29:06.664Z] + bundleName=docker-py [2022-08-17T18:29:06.664Z] + echo Creating docker-py-bundles.tar.gz [2022-08-17T18:29:06.664Z] Creating docker-py-bundles.tar.gz [2022-08-17T18:29:06.664Z] + 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-08-17T18:29:06.677Z] Archiving artifacts [2022-08-17T18:29:06.724Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2022-08-17T18:29:06.724Z] === RUN TestDaemonIpcModePrivate [2022-08-17T18:29:06.929Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [2022-08-17T18:29:06.981Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-08-17T18:29:07.330Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh binary-daemon [2022-08-17T18:29:07.590Z] [2022-08-17T18:29:07.590Z] Removing bundles/ [2022-08-17T18:29:07.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-17T18:29:07.850Z] [2022-08-17T18:29:07.850Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2022-08-17T18:29:07.850Z] Building: bundles/binary-daemon/dockerd-dev [2022-08-17T18:29:07.850Z] GOOS="" GOARCH="" GOARM="" [2022-08-17T18:29:08.374Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2022-08-17T18:29:08.630Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2022-08-17T18:29:08.630Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-17T18:29:08.630Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-08-17T18:29:09.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-17T18:29:09.194Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-08-17T18:29:09.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-17T18:29:10.124Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false [2022-08-17T18:29:10.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-17T18:29:10.381Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-08-17T18:29:10.381Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.89s) [2022-08-17T18:29:10.381Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-17T18:29:10.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-17T18:29:11.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-17T18:29:11.747Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true [2022-08-17T18:29:12.003Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-08-17T18:29:12.003Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s) [2022-08-17T18:29:12.003Z] === RUN TestIpcModeOlderClient [2022-08-17T18:29:12.003Z] === PAUSE TestIpcModeOlderClient [2022-08-17T18:29:12.003Z] === RUN TestKillContainerInvalidSignal [2022-08-17T18:29:12.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-17T18:29:12.933Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2022-08-17T18:29:12.933Z] === RUN TestKillContainer [2022-08-17T18:29:12.933Z] === RUN TestKillContainer/no_signal [2022-08-17T18:29:13.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-17T18:29:13.496Z] === RUN TestKillContainer/non_killing_signal [2022-08-17T18:29:13.752Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-08-17T18:29:14.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-17T18:29:14.315Z] === RUN TestKillContainer/killing_signal [2022-08-17T18:29:14.315Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-08-17T18:29:14.665Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:29:14.665Z] Using test binary docker [2022-08-17T18:29:14.665Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-17T18:29:14.665Z] Starting apparmor (via systemctl): apparmor.service. [2022-08-17T18:29:14.665Z] INFO: Waiting for daemon to start... [2022-08-17T18:29:14.665Z] Starting dockerd [2022-08-17T18:29:15.242Z] --- PASS: TestKillContainer (2.31s) [2022-08-17T18:29:15.242Z] --- PASS: TestKillContainer/no_signal (0.77s) [2022-08-17T18:29:15.242Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2022-08-17T18:29:15.242Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2022-08-17T18:29:15.242Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-17T18:29:15.242Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-17T18:29:15.242Z] === RUN TestDockerSuite/TestBuildBlankName [2022-08-17T18:29:15.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-08-17T18:29:15.756Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-17T18:29:16.318Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.18s) [2022-08-17T18:29:16.318Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.57s) [2022-08-17T18:29:16.318Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2022-08-17T18:29:16.318Z] === RUN TestKillStoppedContainer [2022-08-17T18:29:16.318Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-08-17T18:29:16.318Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-17T18:29:16.318Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-08-17T18:29:16.318Z] === RUN TestKillDifferentUserContainer [2022-08-17T18:29:16.881Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2022-08-17T18:29:16.881Z] === RUN TestInspectOomKilledTrue [2022-08-17T18:29:16.881Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:29:16.881Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-17T18:29:16.881Z] === RUN TestInspectOomKilledFalse [2022-08-17T18:29:16.881Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:29:16.881Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-17T18:29:16.881Z] === RUN TestLinksEtcHostsContentMatch [2022-08-17T18:29:17.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-08-17T18:29:17.393Z] --- PASS: TestLinksEtcHostsContentMatch (0.48s) [2022-08-17T18:29:17.393Z] === RUN TestLinksContainerNames [2022-08-17T18:29:17.955Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-08-17T18:29:18.519Z] --- PASS: TestLinksContainerNames (1.18s) [2022-08-17T18:29:18.519Z] === RUN TestLogsFollowTailEmpty [2022-08-17T18:29:18.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-08-17T18:29:19.338Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2022-08-17T18:29:19.338Z] === RUN TestContainerNetworkMountsNoChown [2022-08-17T18:29:19.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-08-17T18:29:19.851Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/default [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/default [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/private [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/private [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rprivate [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/slave [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/slave [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rslave [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/shared [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/shared [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rshared [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/default [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rslave [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rshared [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/shared [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rprivate [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/slave [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/private [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-17T18:29:19.851Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:29:19.851Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:29:19.851Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-17T18:29:19.906Z] . [2022-08-17T18:29:19.907Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:29:19.907Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:29:19.907Z] Error: No such image: emptyfs [2022-08-17T18:29:19.907Z] Running integration-test (iteration 1) [2022-08-17T18:29:19.907Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:29:20.108Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-17T18:29:20.366Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-17T18:29:20.366Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-17T18:29:20.366Z] === RUN TestContainerBindMountNonRecursive [2022-08-17T18:29:21.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-08-17T18:29:22.233Z] --- PASS: TestContainerBindMountNonRecursive (1.74s) [2022-08-17T18:29:22.233Z] === RUN TestContainerVolumesMountedAsShared [2022-08-17T18:29:22.489Z] --- PASS: TestContainerVolumesMountedAsShared (0.52s) [2022-08-17T18:29:22.489Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-17T18:29:23.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-08-17T18:29:23.053Z] --- PASS: TestContainerVolumesMountedAsSlave (0.47s) [2022-08-17T18:29:23.053Z] === RUN TestNetworkNat [2022-08-17T18:29:23.616Z] --- PASS: TestNetworkNat (0.60s) [2022-08-17T18:29:23.616Z] === RUN TestNetworkLocalhostTCPNat [2022-08-17T18:29:24.187Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s) [2022-08-17T18:29:24.187Z] === RUN TestNetworkLoopbackNat [2022-08-17T18:29:24.444Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-08-17T18:29:24.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-08-17T18:29:25.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-08-17T18:29:27.522Z] --- PASS: TestNetworkLoopbackNat (2.95s) [2022-08-17T18:29:27.522Z] === RUN TestPause [2022-08-17T18:29:28.087Z] --- PASS: TestPause (0.86s) [2022-08-17T18:29:28.087Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-17T18:29:28.087Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:29:28.087Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:29:28.087Z] === RUN TestPauseStopPausedContainer [2022-08-17T18:29:28.343Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-08-17T18:29:28.907Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2022-08-17T18:29:28.907Z] === RUN TestPsFilter [2022-08-17T18:29:29.164Z] --- PASS: TestPsFilter (0.19s) [2022-08-17T18:29:29.164Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-17T18:29:29.730Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2022-08-17T18:29:29.730Z] === RUN TestRemoveContainerWithVolume [2022-08-17T18:29:30.660Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2022-08-17T18:29:30.660Z] === RUN TestRemoveContainerRunning [2022-08-17T18:29:31.227Z] check_test.go:309: [d05dc7ffcb9cc] daemon is not started [2022-08-17T18:29:31.227Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-08-17T18:29:31.483Z] --- PASS: TestRemoveContainerRunning (0.86s) [2022-08-17T18:29:31.483Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-17T18:29:32.044Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2022-08-17T18:29:32.044Z] === RUN TestRemoveInvalidContainer [2022-08-17T18:29:32.044Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-08-17T18:29:32.044Z] === RUN TestRenameLinkedContainer [2022-08-17T18:29:33.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-08-17T18:29:34.759Z] Loaded image: buildpack-deps:buster [2022-08-17T18:29:34.760Z] Loaded image: busybox:latest [2022-08-17T18:29:34.760Z] Loaded image: busybox:glibc [2022-08-17T18:29:35.307Z] --- PASS: TestRenameLinkedContainer (3.05s) [2022-08-17T18:29:35.307Z] === RUN TestRenameStoppedContainer [2022-08-17T18:29:35.687Z] Loaded image: debian:bullseye [2022-08-17T18:29:35.687Z] Loaded image: hello-world:latest [2022-08-17T18:29:35.687Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:29:35.943Z] INFO: Testing against a local daemon [2022-08-17T18:29:35.943Z] === RUN TestCgroupNamespacesBuild [2022-08-17T18:29:36.674Z] --- PASS: TestRenameStoppedContainer (1.23s) [2022-08-17T18:29:36.674Z] === RUN TestRenameRunningContainerAndReuse [2022-08-17T18:29:37.832Z] --- PASS: TestCgroupNamespacesBuild (1.63s) [2022-08-17T18:29:37.832Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-17T18:29:41.563Z] --- PASS: TestRenameRunningContainerAndReuse (1.79s) [2022-08-17T18:29:41.563Z] === RUN TestRenameInvalidName [2022-08-17T18:29:41.563Z] --- PASS: TestRenameInvalidName (0.88s) [2022-08-17T18:29:41.563Z] === RUN TestRenameAnonymousContainer [2022-08-17T18:29:41.563Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-08-17T18:29:41.563Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.18s) [2022-08-17T18:29:41.564Z] === RUN TestBuildWithSession [2022-08-17T18:29:41.564Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:29:41.564Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-17T18:29:41.564Z] === RUN TestBuildSquashParent [2022-08-17T18:29:42.493Z] --- PASS: TestRenameAnonymousContainer (3.41s) [2022-08-17T18:29:42.493Z] === RUN TestRenameContainerWithSameName [2022-08-17T18:29:42.533Z] --- PASS: TestBuildSquashParent (3.82s) [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:29:42.533Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:29:42.533Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:29:42.533Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:29:42.533Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:29:43.421Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2022-08-17T18:29:43.421Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-17T18:29:43.678Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-08-17T18:29:43.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:29:44.157Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:29:45.524Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:29:45.524Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:29:45.569Z] --- PASS: TestRenameContainerWithLinkedContainer (1.78s) [2022-08-17T18:29:45.569Z] === RUN TestResize [2022-08-17T18:29:46.132Z] --- PASS: TestResize (0.80s) [2022-08-17T18:29:46.132Z] === RUN TestResizeWithInvalidSize [2022-08-17T18:29:46.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.44s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.73s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.38s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.30s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.38s) [2022-08-17T18:29:46.889Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.34s) [2022-08-17T18:29:46.889Z] === RUN TestBuildMultiStageCopy [2022-08-17T18:29:46.889Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-17T18:29:46.953Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-08-17T18:29:47.210Z] --- PASS: TestResizeWithInvalidSize (1.16s) [2022-08-17T18:29:47.210Z] === RUN TestResizeWhenContainerNotStarted [2022-08-17T18:29:47.467Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-08-17T18:29:48.030Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:29:48.030Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:48.030Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:48.030Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:29:48.030Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:29:48.256Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-17T18:29:48.256Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-17T18:29:48.513Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-17T18:29:48.769Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-17T18:29:48.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy (2.14s) [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.31s) [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-08-17T18:29:49.025Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-08-17T18:29:49.025Z] === RUN TestBuildMultiStageParentConfig [2022-08-17T18:29:49.586Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2022-08-17T18:29:49.586Z] === RUN TestBuildLabelWithTargets [2022-08-17T18:29:49.912Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-08-17T18:29:50.514Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-08-17T18:29:50.514Z] === RUN TestBuildWithEmptyLayers [2022-08-17T18:29:51.077Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-08-17T18:29:51.077Z] === RUN TestBuildMultiStageOnBuild [2022-08-17T18:29:51.278Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:29:51.278Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:29:51.278Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-08-17T18:29:51.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-08-17T18:29:52.443Z] --- PASS: TestBuildMultiStageOnBuild (1.58s) [2022-08-17T18:29:52.444Z] === RUN TestBuildUncleanTarFilenames [2022-08-17T18:29:53.007Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-08-17T18:29:53.007Z] === RUN TestBuildMultiStageLayerLeak [2022-08-17T18:29:54.898Z] --- PASS: TestBuildMultiStageLayerLeak (1.61s) [2022-08-17T18:29:54.898Z] === RUN TestBuildWithHugeFile [2022-08-17T18:29:55.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:29:55.453Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:29:56.383Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-08-17T18:29:56.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-08-17T18:29:57.510Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:29:57.510Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:58.073Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-08-17T18:29:59.440Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:29:59.440Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-08-17T18:29:59.440Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-08-17T18:30:00.003Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:30:00.260Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-08-17T18:30:01.192Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:30:01.192Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-08-17T18:30:01.755Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.06s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.68s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.92s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.75s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2022-08-17T18:30:04.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.24s) [2022-08-17T18:30:04.280Z] === RUN TestCgroupNamespacesRun [2022-08-17T18:30:04.541Z] check_test.go:309: [dc1ccdfa496e1] daemon is not started [2022-08-17T18:30:04.541Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-08-17T18:30:05.918Z] --- PASS: TestCgroupNamespacesRun (1.77s) [2022-08-17T18:30:05.918Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-17T18:30:06.174Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-08-17T18:30:06.738Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-08-17T18:30:07.672Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2022-08-17T18:30:07.672Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-17T18:30:07.929Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-08-17T18:30:08.492Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-08-17T18:30:08.749Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-08-17T18:30:09.314Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2022-08-17T18:30:09.314Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-17T18:30:09.571Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-08-17T18:30:10.941Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2022-08-17T18:30:10.941Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-17T18:30:12.832Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2022-08-17T18:30:12.832Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-17T18:30:14.723Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.88s) [2022-08-17T18:30:14.723Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-17T18:30:14.980Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-08-17T18:30:15.544Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s) [2022-08-17T18:30:15.544Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-17T18:30:16.324Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:30:16.324Z] [2022-08-17T18:30:16.324Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:30:16.324Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:30:16.324Z] HOSTNAME=0f6f51f81029 [2022-08-17T18:30:16.324Z] TESTDEBUG=0 [2022-08-17T18:30:16.324Z] DEST=bundles/test-integration [2022-08-17T18:30:16.324Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:30:16.324Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:30:16.324Z] container=docker [2022-08-17T18:30:16.324Z] HOME=/root [2022-08-17T18:30:16.324Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:30:16.324Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:30:16.324Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:30:16.324Z] TERM=xterm [2022-08-17T18:30:16.324Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:30:16.324Z] SHLVL=1 [2022-08-17T18:30:16.324Z] TIMEOUT=120m [2022-08-17T18:30:16.324Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:30:16.324Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:30:16.324Z] GO111MODULE=off [2022-08-17T18:30:16.324Z] DOCKER_EXPERIMENTAL=1 [2022-08-17T18:30:16.324Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-17T18:30:16.324Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:30:16.324Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:30:16.324Z] GOPATH=/go [2022-08-17T18:30:16.324Z] PKG_CONFIG=pkg-config [2022-08-17T18:30:16.324Z] _=/usr/bin/env [2022-08-17T18:30:16.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-17T18:30:17.438Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-08-17T18:30:17.438Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-08-17T18:30:17.438Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s) [2022-08-17T18:30:17.438Z] === RUN TestNISDomainname [2022-08-17T18:30:18.366Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-08-17T18:30:18.366Z] --- PASS: TestNISDomainname (0.94s) [2022-08-17T18:30:18.366Z] === RUN TestHostnameDnsResolution [2022-08-17T18:30:18.928Z] === RUN TestDockerSuite/TestBuildCmd [2022-08-17T18:30:19.185Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-08-17T18:30:19.748Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-08-17T18:30:19.748Z] --- PASS: TestHostnameDnsResolution (1.26s) [2022-08-17T18:30:19.748Z] === RUN TestUnprivilegedPortsAndPing [2022-08-17T18:30:20.005Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-08-17T18:30:20.005Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-08-17T18:30:20.005Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-08-17T18:30:20.270Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-08-17T18:30:20.834Z] --- PASS: TestUnprivilegedPortsAndPing (0.99s) [2022-08-17T18:30:20.834Z] === RUN TestStats [2022-08-17T18:30:21.397Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-08-17T18:30:21.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-08-17T18:30:23.325Z] --- PASS: TestStats (2.72s) [2022-08-17T18:30:23.325Z] === RUN TestStopContainerWithTimeout [2022-08-17T18:30:23.325Z] === RUN TestStopContainerWithTimeout/0 [2022-08-17T18:30:23.325Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-17T18:30:23.325Z] === RUN TestStopContainerWithTimeout/1 [2022-08-17T18:30:23.325Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-17T18:30:23.325Z] === RUN TestStopContainerWithTimeout/3 [2022-08-17T18:30:23.325Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-17T18:30:23.325Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-17T18:30:23.325Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-17T18:30:23.325Z] === CONT TestStopContainerWithTimeout/0 [2022-08-17T18:30:23.325Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-17T18:30:23.888Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-08-17T18:30:24.452Z] === CONT TestStopContainerWithTimeout/3 [2022-08-17T18:30:25.689Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-08-17T18:30:25.689Z] [2022-08-17T18:30:25.689Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-17T18:30:25.689Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-17T18:30:25.689Z] HOSTNAME=47096ad01b58 [2022-08-17T18:30:25.689Z] DEST=bundles/test-integration [2022-08-17T18:30:25.689Z] PWD=/go/src/github.com/docker/docker [2022-08-17T18:30:25.689Z] DOCKER_ROOTLESS=1 [2022-08-17T18:30:25.689Z] DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 [2022-08-17T18:30:25.689Z] container=docker [2022-08-17T18:30:25.689Z] HOME=/root [2022-08-17T18:30:25.689Z] GOLANG_VERSION=1.17.13 [2022-08-17T18:30:25.689Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-17T18:30:25.689Z] VALIDATE_BRANCH=20.10 [2022-08-17T18:30:25.689Z] TERM=xterm [2022-08-17T18:30:25.689Z] DOCKER_PKG=github.com/docker/docker [2022-08-17T18:30:25.689Z] SHLVL=1 [2022-08-17T18:30:25.689Z] TIMEOUT=120m [2022-08-17T18:30:25.689Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-08-17T18:30:25.689Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-17T18:30:25.689Z] GO111MODULE=off [2022-08-17T18:30:25.689Z] DOCKER_EXPERIMENTAL=1 [2022-08-17T18:30:25.689Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-17T18:30:25.689Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-17T18:30:25.689Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-17T18:30:25.689Z] GOPATH=/go [2022-08-17T18:30:25.689Z] PKG_CONFIG=pkg-config [2022-08-17T18:30:25.689Z] _=/usr/bin/env [2022-08-17T18:30:25.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-17T18:30:25.819Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-08-17T18:30:26.383Z] === CONT TestStopContainerWithTimeout/1 [2022-08-17T18:30:26.383Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-08-17T18:30:26.640Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-08-17T18:30:26.640Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-17T18:30:26.640Z] check_test.go:309: [dde70e8528c2e] daemon is not started [2022-08-17T18:30:26.640Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-08-17T18:30:26.640Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-17T18:30:26.640Z] check_test.go:309: [df2ec6e50cde9] daemon is not started [2022-08-17T18:30:26.640Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-08-17T18:30:27.568Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-08-17T18:30:27.568Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-08-17T18:30:28.130Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-08-17T18:30:28.130Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2022-08-17T18:30:28.130Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2022-08-17T18:30:28.130Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-08-17T18:30:28.130Z] --- PASS: TestStopContainerWithTimeout/1 (1.68s) [2022-08-17T18:30:28.130Z] === RUN TestDeleteDevicemapper [2022-08-17T18:30:28.130Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:30:28.130Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-17T18:30:28.130Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-17T18:30:28.386Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-08-17T18:30:28.949Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-08-17T18:30:28.949Z] check_test.go:309: [daf5e67118e91] daemon is not started [2022-08-17T18:30:28.949Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-08-17T18:30:29.205Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-08-17T18:30:31.100Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.03s) [2022-08-17T18:30:31.100Z] === RUN TestUpdateMemory [2022-08-17T18:30:31.100Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:30:31.100Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-17T18:30:31.100Z] === RUN TestUpdateCPUQuota [2022-08-17T18:30:32.468Z] --- PASS: TestUpdateCPUQuota (1.32s) [2022-08-17T18:30:32.468Z] === RUN TestUpdatePidsLimit [2022-08-17T18:30:32.468Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-17T18:30:33.031Z] === RUN TestUpdatePidsLimit/no_change [2022-08-17T18:30:33.288Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-17T18:30:33.545Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-08-17T18:30:33.545Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-17T18:30:33.801Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-17T18:30:34.368Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-17T18:30:34.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit (3.66s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2022-08-17T18:30:36.298Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2022-08-17T18:30:36.298Z] === RUN TestUpdateRestartPolicy [2022-08-17T18:30:36.555Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-08-17T18:30:38.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-17T18:30:38.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-17T18:30:39.827Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-08-17T18:30:39.827Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-08-17T18:30:40.389Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-08-17T18:30:40.645Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-08-17T18:30:42.536Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-08-17T18:30:42.792Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-08-17T18:30:45.942Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-08-17T18:30:45.942Z] Copying nested executables into bundles/binary-daemon [2022-08-17T18:30:45.942Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-08-17T18:30:46.065Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-08-17T18:30:46.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/make.sh cross [2022-08-17T18:30:46.321Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-08-17T18:30:46.321Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-08-17T18:30:46.321Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-08-17T18:30:46.321Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-08-17T18:30:46.321Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-08-17T18:30:46.321Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-08-17T18:30:46.321Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-08-17T18:30:46.321Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-08-17T18:30:46.321Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-08-17T18:30:46.532Z] [2022-08-17T18:30:46.532Z] Removing bundles/ [2022-08-17T18:30:46.577Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-08-17T18:30:46.793Z] [2022-08-17T18:30:46.793Z] ---> Making bundle: cross (in bundles/cross) [2022-08-17T18:30:46.793Z] Cross building: bundles/cross/linux/amd64 [2022-08-17T18:30:46.793Z] Building: bundles/cross/linux/amd64/dockerd-dev [2022-08-17T18:30:46.793Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-08-17T18:30:48.468Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2022-08-17T18:30:48.468Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-17T18:30:49.397Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2022-08-17T18:30:49.397Z] === RUN TestWaitNonBlocked [2022-08-17T18:30:49.397Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:30:49.397Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:30:49.397Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:30:49.397Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:30:49.397Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:30:49.397Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:30:49.656Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-08-17T18:30:49.656Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-08-17T18:30:50.587Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-08-17T18:30:50.587Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s) [2022-08-17T18:30:50.587Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.28s) [2022-08-17T18:30:50.587Z] === RUN TestWaitBlocked [2022-08-17T18:30:50.587Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:30:50.587Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:30:50.587Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:30:50.587Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:30:50.587Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:30:50.587Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:30:51.072Z] --- PASS: TestBuildWithHugeFile (49.17s) [2022-08-17T18:30:51.072Z] === RUN TestBuildWithEmptyDockerfile [2022-08-17T18:30:51.072Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:30:51.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:30:51.072Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:30:51.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:30:51.072Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:30:51.072Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:30:51.072Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:30:51.072Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:30:51.072Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:30:51.072Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-17T18:30:51.072Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-08-17T18:30:51.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-08-17T18:30:51.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-17T18:30:51.072Z] === RUN TestBuildPreserveOwnership [2022-08-17T18:30:51.072Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-17T18:30:51.072Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-17T18:30:51.072Z] --- PASS: TestBuildPreserveOwnership (3.24s) [2022-08-17T18:30:51.072Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.17s) [2022-08-17T18:30:51.072Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.06s) [2022-08-17T18:30:51.072Z] === RUN TestBuildPlatformInvalid [2022-08-17T18:30:51.072Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-17T18:30:51.072Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-17T18:30:51.981Z] --- PASS: TestWaitBlocked (0.04s) [2022-08-17T18:30:51.981Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2022-08-17T18:30:51.981Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2022-08-17T18:30:51.981Z] === CONT TestContainerStartOnDaemonRestart [2022-08-17T18:30:51.981Z] === CONT TestContainerKillOnDaemonStart [2022-08-17T18:30:54.012Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-08-17T18:30:54.939Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-08-17T18:30:55.195Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2022-08-17T18:30:55.195Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-17T18:30:56.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-17T18:30:56.562Z] check_test.go:309: [d79b2eb9212ec] daemon is not started [2022-08-17T18:30:56.562Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-08-17T18:30:57.929Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-08-17T18:30:57.929Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s) [2022-08-17T18:30:57.929Z] === CONT TestDaemonHostGatewayIP [2022-08-17T18:30:57.929Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-08-17T18:30:59.298Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-08-17T18:31:00.667Z] --- PASS: TestDaemonHostGatewayIP (3.00s) [2022-08-17T18:31:00.667Z] === CONT TestDaemonRestartIpcMode [2022-08-17T18:31:01.013Z] Loaded image: buildpack-deps:buster [2022-08-17T18:31:01.013Z] Loaded image: busybox:latest [2022-08-17T18:31:01.013Z] Loaded image: busybox:glibc [2022-08-17T18:31:02.562Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-08-17T18:31:02.904Z] Loaded image: debian:bullseye [2022-08-17T18:31:03.160Z] Loaded image: hello-world:latest [2022-08-17T18:31:03.160Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:31:03.491Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-08-17T18:31:04.053Z] --- PASS: TestDaemonRestartIpcMode (3.39s) [2022-08-17T18:31:04.053Z] === CONT TestIpcModeOlderClient [2022-08-17T18:31:04.310Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-08-17T18:31:04.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-17T18:31:04.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-17T18:31:04.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-17T18:31:04.567Z] --- PASS: TestContainerKillOnDaemonStart (12.88s) [2022-08-17T18:31:04.567Z] PASS [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === Skipped [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-17T18:31:04.567Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-17T18:31:04.567Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-17T18:31:04.567Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:31:04.567Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-17T18:31:04.567Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-17T18:31:04.567Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:31:04.567Z] [2022-08-17T18:31:04.567Z] DONE 196 tests, 6 skipped in 149.286s [2022-08-17T18:31:04.567Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-17T18:31:04.567Z] ++ 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-08-17T18:31:04.567Z] ++ set -e [2022-08-17T18:31:04.567Z] ++ '[' -n 0 ']' [2022-08-17T18:31:04.567Z] ++ set -x [2022-08-17T18:31:04.567Z] ++ 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-08-17T18:31:04.823Z] INFO: Testing against a local daemon [2022-08-17T18:31:04.823Z] === RUN TestCommitInheritsEnv [2022-08-17T18:31:05.079Z] check_test.go:309: [d522513b21efb] daemon is not started [2022-08-17T18:31:05.079Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-08-17T18:31:05.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-17T18:31:05.335Z] --- PASS: TestCommitInheritsEnv (0.44s) [2022-08-17T18:31:05.335Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-17T18:31:05.335Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-17T18:31:05.335Z] === RUN TestImagesFilterMultiReference [2022-08-17T18:31:05.335Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-08-17T18:31:05.335Z] === RUN TestImagePullPlatformInvalid [2022-08-17T18:31:05.335Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-08-17T18:31:05.335Z] === RUN TestRemoveImageOrphaning [2022-08-17T18:31:05.917Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2022-08-17T18:31:05.917Z] === RUN TestRemoveImageGarbageCollector [2022-08-17T18:31:06.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-17T18:31:06.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-17T18:31:06.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-17T18:31:07.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-17T18:31:07.809Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-08-17T18:31:07.809Z] --- PASS: TestRemoveImageGarbageCollector (2.09s) [2022-08-17T18:31:07.809Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-17T18:31:07.809Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-08-17T18:31:07.809Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-08-17T18:31:07.809Z] === RUN TestTagInvalidReference [2022-08-17T18:31:08.065Z] --- PASS: TestTagInvalidReference (0.02s) [2022-08-17T18:31:08.065Z] === RUN TestTagValidPrefixedRepo [2022-08-17T18:31:08.065Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-08-17T18:31:08.065Z] === RUN TestTagExistedNameWithoutForce [2022-08-17T18:31:08.065Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-17T18:31:08.065Z] === RUN TestTagOfficialNames [2022-08-17T18:31:08.065Z] --- PASS: TestTagOfficialNames (0.06s) [2022-08-17T18:31:08.065Z] === RUN TestTagMatchesDigest [2022-08-17T18:31:08.065Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-17T18:31:08.065Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-17T18:31:08.626Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-08-17T18:31:08.882Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-08-17T18:31:10.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-17T18:31:11.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-17T18:31:11.244Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.07s) [2022-08-17T18:31:11.244Z] PASS [2022-08-17T18:31:11.244Z] [2022-08-17T18:31:11.244Z] === Skipped [2022-08-17T18:31:11.244Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-17T18:31:11.244Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:31:11.244Z] [2022-08-17T18:31:11.244Z] DONE 33 tests, 1 skipped in 111.028s [2022-08-17T18:31:11.244Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-17T18:31:11.244Z] INFO: Testing against a local daemon [2022-08-17T18:31:11.244Z] === RUN TestConfigInspect [2022-08-17T18:31:12.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-17T18:31:12.150Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-08-17T18:31:12.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-17T18:31:12.711Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-08-17T18:31:12.711Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-08-17T18:31:13.131Z] --- PASS: TestConfigInspect (2.29s) [2022-08-17T18:31:13.131Z] === RUN TestConfigList [2022-08-17T18:31:13.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-17T18:31:13.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-17T18:31:14.076Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-08-17T18:31:14.639Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-08-17T18:31:14.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-17T18:31:14.895Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-08-17T18:31:15.018Z] --- PASS: TestConfigList (2.15s) [2022-08-17T18:31:15.018Z] === RUN TestConfigsCreateAndDelete [2022-08-17T18:31:15.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-17T18:31:15.825Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-08-17T18:31:16.081Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-08-17T18:31:16.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-17T18:31:16.337Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-08-17T18:31:16.859Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:31:16.859Z] Using test binary docker [2022-08-17T18:31:16.859Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-17T18:31:16.859Z] +++ /etc/init.d/apparmor start [2022-08-17T18:31:16.859Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:31:16.859Z] INFO: Waiting for daemon to start... [2022-08-17T18:31:16.859Z] Starting dockerd [2022-08-17T18:31:16.859Z] +++ 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-08-17T18:31:16.899Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-08-17T18:31:16.899Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from config [2022-08-17T18:31:17.462Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from config [2022-08-17T18:31:17.532Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-08-17T18:31:17.532Z] === RUN TestConfigsUpdate [2022-08-17T18:31:18.025Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from config [2022-08-17T18:31:18.587Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from config [2022-08-17T18:31:19.149Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from config [2022-08-17T18:31:19.405Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from cli [2022-08-17T18:31:19.419Z] --- PASS: TestConfigsUpdate (2.11s) [2022-08-17T18:31:19.419Z] === RUN TestTemplatedConfig [2022-08-17T18:31:19.969Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from cli [2022-08-17T18:31:20.558Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from cli [2022-08-17T18:31:21.121Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from cli [2022-08-17T18:31:21.683Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from cli [2022-08-17T18:31:21.933Z] --- PASS: TestTemplatedConfig (2.50s) [2022-08-17T18:31:21.933Z] === RUN TestConfigCreateResolve [2022-08-17T18:31:22.108Z] . [2022-08-17T18:31:22.108Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:31:22.108Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:31:22.108Z] Error: No such image: emptyfs [2022-08-17T18:31:22.108Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-17T18:31:22.108Z] ++++ docker load [2022-08-17T18:31:22.108Z] Running integration-test (iteration 1) [2022-08-17T18:31:22.108Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-08-17T18:31:22.108Z] ++ 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-08-17T18:31:22.108Z] ++ set -e [2022-08-17T18:31:22.108Z] ++ '[' -n 0 ']' [2022-08-17T18:31:22.108Z] ++ set -x [2022-08-17T18:31:22.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-17T18:31:22.245Z] check_test.go:309: [df8a106a595ba] daemon is not started [2022-08-17T18:31:22.245Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-08-17T18:31:23.174Z] check_test.go:309: [da37f8a3f88b4] daemon is not started [2022-08-17T18:31:23.174Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-08-17T18:31:23.741Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-08-17T18:31:23.821Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-08-17T18:31:23.821Z] === RUN TestConfigDaemonLibtrustID [2022-08-17T18:31:24.382Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-08-17T18:31:24.382Z] PASS [2022-08-17T18:31:24.382Z] [2022-08-17T18:31:24.382Z] DONE 7 tests in 13.897s [2022-08-17T18:31:24.382Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-17T18:31:24.382Z] INFO: Testing against a local daemon [2022-08-17T18:31:24.382Z] === RUN TestCheckpoint [2022-08-17T18:31:24.382Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:31:24.382Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-17T18:31:24.382Z] === RUN TestContainerInvalidJSON [2022-08-17T18:31:24.382Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:31:24.382Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:31:24.382Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:31:24.382Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:31:24.382Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:31:24.382Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:31:24.382Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:31:24.382Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:31:24.382Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:31:24.382Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-17T18:31:24.382Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-17T18:31:24.382Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-17T18:31:24.382Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-17T18:31:24.382Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-17T18:31:24.382Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-08-17T18:31:24.382Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-17T18:31:24.382Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-17T18:31:24.382Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-17T18:31:24.638Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-08-17T18:31:24.638Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-17T18:31:24.638Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-08-17T18:31:24.638Z] === RUN TestCopyFromContainer [2022-08-17T18:31:25.109Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-08-17T18:31:25.366Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-08-17T18:31:25.573Z] === RUN TestCopyFromContainer// [2022-08-17T18:31:25.573Z] === RUN TestCopyFromContainer//bar/root [2022-08-17T18:31:25.573Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-17T18:31:25.830Z] === RUN TestCopyFromContainer/bar/quux [2022-08-17T18:31:25.830Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-17T18:31:25.830Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-17T18:31:25.830Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-17T18:31:26.086Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-17T18:31:26.086Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-17T18:31:26.086Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer (1.57s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-17T18:31:26.086Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-17T18:31:26.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-17T18:31:26.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:31:26.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:31:26.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:31:26.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:31:26.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:31:26.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:31:26.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:31:26.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:31:26.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:31:26.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-17T18:31:26.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-17T18:31:26.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-17T18:31:26.087Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-17T18:31:26.087Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-17T18:31:26.087Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-08-17T18:31:26.087Z] === RUN TestCreateWithInvalidEnv [2022-08-17T18:31:26.087Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-17T18:31:26.087Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-17T18:31:26.087Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-17T18:31:26.087Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-17T18:31:26.087Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-17T18:31:26.087Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-17T18:31:26.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-17T18:31:26.294Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-08-17T18:31:26.342Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-17T18:31:26.342Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-17T18:31:26.342Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-17T18:31:26.342Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-17T18:31:26.342Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-17T18:31:26.342Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-17T18:31:26.342Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-17T18:31:26.342Z] === RUN TestCreateTmpfsMountsTarget [2022-08-17T18:31:26.342Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-17T18:31:26.342Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-17T18:31:27.706Z] --- PASS: TestCreateWithCustomMaskedPaths (1.42s) [2022-08-17T18:31:27.706Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-17T18:31:28.183Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-08-17T18:31:28.746Z] check_test.go:309: [dd80e3adf5d3f] daemon is not started [2022-08-17T18:31:28.746Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-08-17T18:31:29.072Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.39s) [2022-08-17T18:31:29.072Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-17T18:31:29.072Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:31:29.072Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:31:29.072Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:31:29.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:31:29.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:31:29.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:31:29.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:31:29.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:31:29.073Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:31:29.073Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:31:29.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:31:29.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:31:29.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:31:29.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:31:29.073Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-17T18:31:29.073Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-17T18:31:29.073Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-17T18:31:29.642Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2022-08-17T18:31:29.642Z] === RUN TestCreateDifferentPlatform [2022-08-17T18:31:29.642Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-17T18:31:29.642Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-17T18:31:29.642Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-17T18:31:29.642Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-17T18:31:29.642Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-17T18:31:29.642Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-17T18:31:29.642Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-08-17T18:31:29.642Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-17T18:31:29.642Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-08-17T18:31:29.642Z] === RUN TestContainerStartOnDaemonRestart [2022-08-17T18:31:29.642Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-17T18:31:29.642Z] === RUN TestDaemonRestartIpcMode [2022-08-17T18:31:29.642Z] === PAUSE TestDaemonRestartIpcMode [2022-08-17T18:31:29.642Z] === RUN TestDaemonHostGatewayIP [2022-08-17T18:31:29.642Z] === PAUSE TestDaemonHostGatewayIP [2022-08-17T18:31:29.642Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-17T18:31:29.642Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-17T18:31:29.642Z] === RUN TestContainerKillOnDaemonStart [2022-08-17T18:31:29.642Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-17T18:31:29.642Z] === RUN TestDiff [2022-08-17T18:31:29.675Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-08-17T18:31:30.204Z] --- PASS: TestDiff (0.50s) [2022-08-17T18:31:30.204Z] === RUN TestExecWithCloseStdin [2022-08-17T18:31:30.800Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-08-17T18:31:30.800Z] === RUN TestExec [2022-08-17T18:31:31.393Z] --- PASS: TestExec (0.66s) [2022-08-17T18:31:31.393Z] === RUN TestExecUser [2022-08-17T18:31:31.571Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-08-17T18:31:31.973Z] --- PASS: TestExecUser (0.57s) [2022-08-17T18:31:31.973Z] === RUN TestExportContainerAndImportImage [2022-08-17T18:31:32.899Z] --- PASS: TestExportContainerAndImportImage (0.66s) [2022-08-17T18:31:32.899Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-17T18:31:33.463Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-08-17T18:31:34.264Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-08-17T18:31:34.264Z] === RUN TestHealthCheckWorkdir [2022-08-17T18:31:34.285Z] Loaded image: buildpack-deps:buster [2022-08-17T18:31:34.285Z] Loaded image: busybox:latest [2022-08-17T18:31:34.285Z] Loaded image: busybox:glibc [2022-08-17T18:31:34.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-17T18:31:34.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-17T18:31:34.827Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2022-08-17T18:31:34.827Z] === RUN TestHealthKillContainer [2022-08-17T18:31:35.213Z] Loaded image: debian:bullseye [2022-08-17T18:31:35.213Z] Loaded image: hello-world:latest [2022-08-17T18:31:35.213Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:31:35.469Z] INFO: Testing against a local daemon [2022-08-17T18:31:35.469Z] === RUN TestCgroupNamespacesBuild [2022-08-17T18:31:35.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-17T18:31:36.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-17T18:31:36.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-17T18:31:37.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-17T18:31:37.644Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-08-17T18:31:37.986Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2022-08-17T18:31:37.986Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-17T18:31:38.207Z] check_test.go:309: [d28b5549f7e39] daemon is not started [2022-08-17T18:31:38.207Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-08-17T18:31:38.915Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-08-17T18:31:38.915Z] === RUN TestBuildWithSession [2022-08-17T18:31:38.915Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:31:38.915Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-17T18:31:38.915Z] === RUN TestBuildSquashParent [2022-08-17T18:31:39.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-17T18:31:40.723Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-08-17T18:31:40.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-17T18:31:41.286Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-08-17T18:31:41.286Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-08-17T18:31:41.674Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-17T18:31:41.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-17T18:31:42.182Z] --- PASS: TestBuildSquashParent (3.40s) [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:31:42.182Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:31:42.182Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:31:42.182Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:31:42.182Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:31:42.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-17T18:31:43.177Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-08-17T18:31:43.548Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:31:43.549Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:31:43.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-17T18:31:44.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-17T18:31:44.763Z] --- PASS: TestHealthKillContainer (8.26s) [2022-08-17T18:31:44.763Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-17T18:31:44.763Z] --- PASS: TestInspectCpusetInConfigPre120 (0.46s) [2022-08-17T18:31:44.763Z] === RUN TestIpcModeNone [2022-08-17T18:31:44.763Z] --- PASS: TestIpcModeNone (0.61s) [2022-08-17T18:31:44.763Z] === RUN TestIpcModePrivate [2022-08-17T18:31:44.763Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-08-17T18:31:44.763Z] --- PASS: TestIpcModePrivate (0.61s) [2022-08-17T18:31:44.763Z] === RUN TestIpcModeShareable [2022-08-17T18:31:44.916Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:31:44.916Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:31:45.019Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-08-17T18:31:45.274Z] --- PASS: TestIpcModeShareable (0.55s) [2022-08-17T18:31:45.274Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-17T18:31:45.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-17T18:31:45.705Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-08-17T18:31:45.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.37s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.42s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.03s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.03s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.21s) [2022-08-17T18:31:45.844Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.20s) [2022-08-17T18:31:45.844Z] === RUN TestBuildMultiStageCopy [2022-08-17T18:31:45.844Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-17T18:31:46.269Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-08-17T18:31:46.769Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-17T18:31:46.769Z] Using test binary docker [2022-08-17T18:31:46.769Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-17T18:31:46.769Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-08-17T18:31:46.769Z] INFO: Waiting for daemon to start... [2022-08-17T18:31:46.769Z] Starting dockerd [2022-08-17T18:31:47.162Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.69s) [2022-08-17T18:31:47.162Z] === RUN TestAPIIpcModeHost [2022-08-17T18:31:47.211Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-17T18:31:47.211Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-17T18:31:47.418Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-08-17T18:31:47.418Z] === RUN TestDaemonIpcModeShareable [2022-08-17T18:31:47.467Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-17T18:31:47.467Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy (1.89s) [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-08-17T18:31:47.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-08-17T18:31:47.724Z] === RUN TestBuildMultiStageParentConfig [2022-08-17T18:31:48.160Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-08-17T18:31:48.286Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-08-17T18:31:48.286Z] === RUN TestBuildLabelWithTargets [2022-08-17T18:31:48.345Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-17T18:31:48.600Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-08-17T18:31:48.600Z] === RUN TestDaemonIpcModePrivate [2022-08-17T18:31:49.091Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-08-17T18:31:49.215Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2022-08-17T18:31:49.215Z] === RUN TestBuildWithEmptyLayers [2022-08-17T18:31:49.528Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-17T18:31:49.539Z] . [2022-08-17T18:31:49.539Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-17T18:31:49.539Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-17T18:31:49.539Z] Error: No such image: emptyfs [2022-08-17T18:31:49.781Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2022-08-17T18:31:49.781Z] === RUN TestBuildMultiStageOnBuild [2022-08-17T18:31:49.783Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-08-17T18:31:49.783Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-17T18:31:49.795Z] Running integration-test (iteration 1) [2022-08-17T18:31:49.795Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-17T18:31:50.020Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-08-17T18:31:50.709Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-17T18:31:50.964Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-08-17T18:31:50.964Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-17T18:31:51.148Z] --- PASS: TestBuildMultiStageOnBuild (1.30s) [2022-08-17T18:31:51.148Z] === RUN TestBuildUncleanTarFilenames [2022-08-17T18:31:51.710Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-08-17T18:31:51.710Z] === RUN TestBuildMultiStageLayerLeak [2022-08-17T18:31:51.891Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-17T18:31:52.147Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-08-17T18:31:52.147Z] === RUN TestIpcModeOlderClient [2022-08-17T18:31:52.147Z] === PAUSE TestIpcModeOlderClient [2022-08-17T18:31:52.147Z] === RUN TestKillContainerInvalidSignal [2022-08-17T18:31:52.402Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-08-17T18:31:52.402Z] === RUN TestKillContainer [2022-08-17T18:31:52.402Z] === RUN TestKillContainer/no_signal [2022-08-17T18:31:52.963Z] === RUN TestKillContainer/non_killing_signal [2022-08-17T18:31:53.078Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s) [2022-08-17T18:31:53.078Z] === RUN TestBuildWithHugeFile [2022-08-17T18:31:53.219Z] === RUN TestKillContainer/killing_signal [2022-08-17T18:31:53.289Z] check_test.go:309: [d1803d60ea6f5] daemon is not started [2022-08-17T18:31:53.289Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-08-17T18:31:53.557Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-08-17T18:31:53.782Z] --- PASS: TestKillContainer (1.27s) [2022-08-17T18:31:53.782Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-08-17T18:31:53.782Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-08-17T18:31:53.782Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-08-17T18:31:53.782Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-17T18:31:53.782Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-17T18:31:54.038Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-17T18:31:54.123Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-08-17T18:31:54.684Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-08-17T18:31:54.975Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2022-08-17T18:31:54.976Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-08-17T18:31:54.976Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-08-17T18:31:54.976Z] === RUN TestKillStoppedContainer [2022-08-17T18:31:54.976Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-08-17T18:31:54.976Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-17T18:31:54.976Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-17T18:31:54.976Z] === RUN TestKillDifferentUserContainer [2022-08-17T18:31:55.538Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-08-17T18:31:55.538Z] === RUN TestInspectOomKilledTrue [2022-08-17T18:31:55.538Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-17T18:31:55.538Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-17T18:31:55.538Z] === RUN TestInspectOomKilledFalse [2022-08-17T18:31:55.613Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-08-17T18:31:55.796Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-08-17T18:31:55.796Z] === RUN TestLinksEtcHostsContentMatch [2022-08-17T18:31:56.366Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-08-17T18:31:56.366Z] === RUN TestLinksContainerNames [2022-08-17T18:31:56.541Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-08-17T18:31:56.541Z] check_test.go:309: [d6fec368cc6d6] daemon is not started [2022-08-17T18:31:56.541Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-08-17T18:31:57.292Z] --- PASS: TestLinksContainerNames (0.86s) [2022-08-17T18:31:57.292Z] === RUN TestLogsFollowTailEmpty [2022-08-17T18:31:57.470Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-08-17T18:31:57.548Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-08-17T18:31:57.548Z] === RUN TestContainerNetworkMountsNoChown [2022-08-17T18:31:57.804Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/default [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/default [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/private [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/private [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/rprivate [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/slave [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/slave [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/rslave [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/shared [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/shared [2022-08-17T18:31:57.804Z] === RUN TestMountDaemonRoot/rshared [2022-08-17T18:31:57.804Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/default [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rprivate [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/private [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/shared [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rshared [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rslave [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/slave [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-17T18:31:58.061Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:31:58.061Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:31:58.061Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-17T18:31:58.318Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-17T18:31:58.318Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-17T18:31:58.318Z] === RUN TestContainerBindMountNonRecursive [2022-08-17T18:31:59.361Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-08-17T18:31:59.361Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-08-17T18:31:59.690Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-08-17T18:31:59.690Z] === RUN TestContainerVolumesMountedAsShared [2022-08-17T18:32:00.252Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-08-17T18:32:00.252Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-17T18:32:00.509Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-08-17T18:32:00.509Z] === RUN TestNetworkNat [2022-08-17T18:32:01.071Z] --- PASS: TestNetworkNat (0.46s) [2022-08-17T18:32:01.071Z] === RUN TestNetworkLocalhostTCPNat [2022-08-17T18:32:01.327Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-08-17T18:32:01.327Z] === RUN TestNetworkLoopbackNat [2022-08-17T18:32:01.879Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-08-17T18:32:03.842Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-08-17T18:32:03.842Z] === RUN TestPause [2022-08-17T18:32:04.405Z] --- PASS: TestPause (0.44s) [2022-08-17T18:32:04.405Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-17T18:32:04.405Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:32:04.405Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:32:04.405Z] === RUN TestPauseStopPausedContainer [2022-08-17T18:32:04.967Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-08-17T18:32:04.967Z] === RUN TestPsFilter [2022-08-17T18:32:04.967Z] --- PASS: TestPsFilter (0.11s) [2022-08-17T18:32:04.967Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-17T18:32:05.223Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-08-17T18:32:05.224Z] === RUN TestRemoveContainerWithVolume [2022-08-17T18:32:05.786Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-08-17T18:32:05.786Z] === RUN TestRemoveContainerRunning [2022-08-17T18:32:06.042Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-08-17T18:32:06.042Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-17T18:32:06.604Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-08-17T18:32:06.604Z] === RUN TestRemoveInvalidContainer [2022-08-17T18:32:06.604Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-17T18:32:06.604Z] === RUN TestRenameLinkedContainer [2022-08-17T18:32:07.134Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-08-17T18:32:07.696Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-08-17T18:32:07.838Z] Loaded image: buildpack-deps:buster [2022-08-17T18:32:07.838Z] Loaded image: busybox:latest [2022-08-17T18:32:07.838Z] Loaded image: busybox:glibc [2022-08-17T18:32:07.838Z] Loaded image: debian:bullseye [2022-08-17T18:32:07.838Z] Loaded image: hello-world:latest [2022-08-17T18:32:07.838Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:32:07.838Z] INFO: Testing against a local daemon [2022-08-17T18:32:07.838Z] === RUN TestCgroupNamespacesBuild [2022-08-17T18:32:08.495Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-08-17T18:32:08.495Z] === RUN TestRenameStoppedContainer [2022-08-17T18:32:08.750Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-08-17T18:32:08.750Z] === RUN TestRenameRunningContainerAndReuse [2022-08-17T18:32:09.584Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-08-17T18:32:09.679Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-08-17T18:32:09.679Z] === RUN TestRenameInvalidName [2022-08-17T18:32:09.934Z] --- PASS: TestRenameInvalidName (0.44s) [2022-08-17T18:32:09.934Z] === RUN TestRenameAnonymousContainer [2022-08-17T18:32:10.352Z] --- PASS: TestCgroupNamespacesBuild (2.31s) [2022-08-17T18:32:10.352Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-17T18:32:11.823Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-08-17T18:32:11.823Z] === RUN TestRenameContainerWithSameName [2022-08-17T18:32:11.823Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-08-17T18:32:11.823Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-17T18:32:12.239Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.14s) [2022-08-17T18:32:12.239Z] === RUN TestBuildWithSession [2022-08-17T18:32:12.239Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:32:12.239Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-17T18:32:12.239Z] === RUN TestBuildSquashParent [2022-08-17T18:32:12.751Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-08-17T18:32:12.751Z] === RUN TestResize [2022-08-17T18:32:13.313Z] --- PASS: TestResize (0.44s) [2022-08-17T18:32:13.313Z] === RUN TestResizeWithInvalidSize [2022-08-17T18:32:13.569Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-08-17T18:32:13.569Z] === RUN TestResizeWhenContainerNotStarted [2022-08-17T18:32:13.767Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-08-17T18:32:14.130Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:14.130Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:14.130Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:14.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:32:14.130Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:14.333Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-08-17T18:32:14.333Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-08-17T18:32:15.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:15.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:32:16.852Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-08-17T18:32:16.947Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:32:16.947Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:32:17.875Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:32:18.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:32:19.371Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-08-17T18:32:19.628Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-08-17T18:32:19.733Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:32:19.884Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-08-17T18:32:20.324Z] --- PASS: TestBuildSquashParent (6.87s) [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:32:20.324Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:32:20.324Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:32:20.324Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-17T18:32:20.324Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-17T18:32:20.581Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-17T18:32:20.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:32:20.814Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-08-17T18:32:20.814Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-08-17T18:32:20.814Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-08-17T18:32:20.838Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-17T18:32:21.070Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-08-17T18:32:21.592Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:32:21.633Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-08-17T18:32:22.519Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:32:22.563Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-08-17T18:32:22.747Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-17T18:32:22.747Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-17T18:32:23.459Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2022-08-17T18:32:23.459Z] Copying nested executables into bundles/cross/linux/amd64 [2022-08-17T18:32:23.459Z] Cross building: bundles/cross/windows/amd64 [2022-08-17T18:32:23.459Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2022-08-17T18:32:23.459Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-08-17T18:32:23.929Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-08-17T18:32:23.929Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.74s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.85s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s) [2022-08-17T18:32:24.408Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.72s) [2022-08-17T18:32:24.408Z] === RUN TestCgroupNamespacesRun [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.56s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.66s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.95s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.10s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2022-08-17T18:32:24.674Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s) [2022-08-17T18:32:24.674Z] === RUN TestBuildMultiStageCopy [2022-08-17T18:32:24.674Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-17T18:32:24.859Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-08-17T18:32:25.116Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-08-17T18:32:25.336Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-08-17T18:32:25.336Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-17T18:32:25.336Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-17T18:32:25.336Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-17T18:32:25.336Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-17T18:32:26.701Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2022-08-17T18:32:26.701Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-17T18:32:27.006Z] === RUN TestDockerSuite/TestBuildEnv [2022-08-17T18:32:27.628Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-08-17T18:32:27.628Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-17T18:32:27.935Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-08-17T18:32:28.518Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-08-17T18:32:28.838Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-17T18:32:28.993Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-08-17T18:32:28.993Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-17T18:32:29.094Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-17T18:32:29.884Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-08-17T18:32:29.921Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-08-17T18:32:29.921Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-17T18:32:30.021Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-17T18:32:30.815Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-08-17T18:32:30.848Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-08-17T18:32:30.848Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-17T18:32:31.385Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-17T18:32:31.776Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-08-17T18:32:31.776Z] === RUN TestNISDomainname [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s) [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-08-17T18:32:32.312Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-08-17T18:32:32.312Z] === RUN TestBuildMultiStageParentConfig [2022-08-17T18:32:32.338Z] --- PASS: TestNISDomainname (0.55s) [2022-08-17T18:32:32.338Z] === RUN TestHostnameDnsResolution [2022-08-17T18:32:33.264Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-08-17T18:32:33.264Z] === RUN TestUnprivilegedPortsAndPing [2022-08-17T18:32:33.520Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2022-08-17T18:32:33.520Z] === RUN TestStats [2022-08-17T18:32:34.083Z] docker_cli_daemon_test.go:2551: [df43f7a688e1f] daemon is not started [2022-08-17T18:32:35.450Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-08-17T18:32:36.034Z] --- PASS: TestStats (2.59s) [2022-08-17T18:32:36.034Z] === RUN TestStopContainerWithTimeout [2022-08-17T18:32:36.034Z] === RUN TestStopContainerWithTimeout/0 [2022-08-17T18:32:36.034Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-17T18:32:36.034Z] === RUN TestStopContainerWithTimeout/1 [2022-08-17T18:32:36.034Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-17T18:32:36.034Z] === RUN TestStopContainerWithTimeout/3 [2022-08-17T18:32:36.034Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-17T18:32:36.034Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-17T18:32:36.034Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-17T18:32:36.034Z] === CONT TestStopContainerWithTimeout/0 [2022-08-17T18:32:36.034Z] === CONT TestStopContainerWithTimeout/3 [2022-08-17T18:32:36.962Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-17T18:32:37.553Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-08-17T18:32:37.553Z] === RUN TestBuildLabelWithTargets [2022-08-17T18:32:37.968Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-08-17T18:32:38.850Z] === CONT TestStopContainerWithTimeout/1 [2022-08-17T18:32:39.731Z] --- PASS: TestBuildWithHugeFile (40.63s) [2022-08-17T18:32:39.731Z] === RUN TestBuildWithEmptyDockerfile [2022-08-17T18:32:39.731Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:32:39.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:32:39.731Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:32:39.731Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:32:39.731Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:32:39.731Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:32:39.731Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:32:39.731Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:32:39.731Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:32:39.731Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-17T18:32:39.731Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2022-08-17T18:32:39.731Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-08-17T18:32:39.731Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-17T18:32:39.731Z] === RUN TestBuildPreserveOwnership [2022-08-17T18:32:39.731Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-17T18:32:39.731Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-17T18:32:39.731Z] --- PASS: TestBuildPreserveOwnership (2.75s) [2022-08-17T18:32:39.731Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.84s) [2022-08-17T18:32:39.731Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.90s) [2022-08-17T18:32:39.731Z] === RUN TestBuildPlatformInvalid [2022-08-17T18:32:39.731Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-08-17T18:32:39.731Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-17T18:32:40.738Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-17T18:32:40.739Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-08-17T18:32:40.739Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2022-08-17T18:32:40.739Z] --- PASS: TestStopContainerWithTimeout/-1 (2.42s) [2022-08-17T18:32:40.739Z] --- PASS: TestStopContainerWithTimeout/1 (1.49s) [2022-08-17T18:32:40.739Z] === RUN TestDeleteDevicemapper [2022-08-17T18:32:40.739Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:32:40.739Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-17T18:32:40.739Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-17T18:32:41.667Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2022-08-17T18:32:41.667Z] === RUN TestUpdateMemory [2022-08-17T18:32:42.229Z] --- PASS: TestUpdateMemory (0.54s) [2022-08-17T18:32:42.229Z] === RUN TestUpdateCPUQuota [2022-08-17T18:32:43.158Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-08-17T18:32:43.158Z] === RUN TestUpdatePidsLimit [2022-08-17T18:32:43.158Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-17T18:32:43.414Z] === RUN TestUpdatePidsLimit/no_change [2022-08-17T18:32:43.671Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-17T18:32:43.927Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-17T18:32:44.184Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-17T18:32:44.184Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-17T18:32:44.440Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-17T18:32:44.504Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit (1.90s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-08-17T18:32:45.366Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-08-17T18:32:45.366Z] === RUN TestUpdateRestartPolicy [2022-08-17T18:32:45.635Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-08-17T18:32:45.635Z] === RUN TestBuildWithEmptyLayers [2022-08-17T18:32:46.396Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-08-17T18:32:47.824Z] Loaded image: buildpack-deps:buster [2022-08-17T18:32:47.824Z] Loaded image: busybox:latest [2022-08-17T18:32:47.824Z] Loaded image: busybox:glibc [2022-08-17T18:32:48.149Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-08-17T18:32:48.149Z] === RUN TestBuildMultiStageOnBuild [2022-08-17T18:32:48.286Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-08-17T18:32:49.193Z] Loaded image: debian:bullseye [2022-08-17T18:32:49.193Z] Loaded image: hello-world:latest [2022-08-17T18:32:49.193Z] Loaded image: arm32v7/hello-world:latest [2022-08-17T18:32:50.813Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-08-17T18:32:51.069Z] check_test.go:309: [dabe001cda0bb] daemon is not started [2022-08-17T18:32:51.069Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-08-17T18:32:53.395Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-08-17T18:32:53.395Z] === RUN TestBuildUncleanTarFilenames [2022-08-17T18:32:53.957Z] --- PASS: TestBuildUncleanTarFilenames (0.74s) [2022-08-17T18:32:53.957Z] === RUN TestBuildMultiStageLayerLeak [2022-08-17T18:32:55.733Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (19.07s) [2022-08-17T18:32:55.733Z] PASS [2022-08-17T18:32:55.733Z] [2022-08-17T18:32:55.733Z] === Skipped [2022-08-17T18:32:55.733Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-08-17T18:32:55.733Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:32:55.733Z] [2022-08-17T18:32:55.733Z] DONE 33 tests, 1 skipped in 93.968s [2022-08-17T18:32:55.733Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-08-17T18:32:55.733Z] ++ 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-08-17T18:32:55.733Z] ++ set -e [2022-08-17T18:32:55.733Z] ++ '[' -n 0 ']' [2022-08-17T18:32:55.733Z] ++ set -x [2022-08-17T18:32:55.733Z] ++ 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-08-17T18:32:55.733Z] INFO: Testing against a local daemon [2022-08-17T18:32:55.733Z] === RUN TestConfigInspect [2022-08-17T18:32:57.529Z] --- PASS: TestUpdateRestartPolicy (10.98s) [2022-08-17T18:32:57.529Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-17T18:32:57.529Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-08-17T18:32:57.529Z] === RUN TestWaitNonBlocked [2022-08-17T18:32:57.529Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:32:57.529Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:32:57.529Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:32:57.529Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:32:57.529Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:32:57.529Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:32:57.529Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-08-17T18:32:57.529Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-08-17T18:32:57.530Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-08-17T18:32:57.530Z] === RUN TestWaitBlocked [2022-08-17T18:32:57.530Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:32:57.530Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:32:57.530Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:32:57.530Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:32:57.530Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:32:57.530Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite (344.87s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.82s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.70s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.46s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.33s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.29s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.61s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.46s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.81s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.51s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.14s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.29s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.63s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.30s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.65s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.47s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.52s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.82s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.84s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.53s) [2022-08-17T18:32:57.609Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.90s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.25s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.65s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.78s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.00s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.96s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.07s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.10s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.67s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.70s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.71s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.70s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.58s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.71s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.63s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.89s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.91s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.49s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.73s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.43s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.17s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.08s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.20s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.22s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.20s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.84s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.02s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.71s) [2022-08-17T18:32:57.609Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-17T18:32:57.609Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.20s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.61s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.05s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.68s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.90s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.14s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.44s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.18s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.34s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.10s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.18s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.67s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.89s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.50s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.04s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.67s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.93s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.64s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.36s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.81s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.74s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.65s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.80s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.58s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.64s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.55s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.43s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.30s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.02s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.47s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.27s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.85s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.66s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-08-17T18:32:57.609Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.91s) [2022-08-17T18:32:57.609Z] === RUN TestDockerSwarmSuite [2022-08-17T18:32:57.609Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-08-17T18:32:57.609Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-08-17T18:32:58.091Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-17T18:32:58.091Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s) [2022-08-17T18:32:58.091Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2022-08-17T18:32:58.091Z] === CONT TestContainerStartOnDaemonRestart [2022-08-17T18:32:58.091Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-17T18:32:58.126Z] --- PASS: TestBuildMultiStageLayerLeak (4.26s) [2022-08-17T18:32:58.126Z] === RUN TestBuildWithHugeFile [2022-08-17T18:32:58.253Z] --- PASS: TestConfigInspect (2.55s) [2022-08-17T18:32:58.253Z] === RUN TestConfigList [2022-08-17T18:32:59.499Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-08-17T18:33:00.062Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-08-17T18:33:00.144Z] --- PASS: TestConfigList (1.73s) [2022-08-17T18:33:00.144Z] === RUN TestConfigsCreateAndDelete [2022-08-17T18:33:00.606Z] --- PASS: TestContainerStartOnDaemonRestart (2.18s) [2022-08-17T18:33:00.606Z] === CONT TestIpcModeOlderClient [2022-08-17T18:33:00.606Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.24s) [2022-08-17T18:33:00.606Z] === CONT TestContainerKillOnDaemonStart [2022-08-17T18:33:00.606Z] --- PASS: TestIpcModeOlderClient (0.13s) [2022-08-17T18:33:00.606Z] === CONT TestDaemonHostGatewayIP [2022-08-17T18:33:02.661Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2022-08-17T18:33:02.661Z] === RUN TestConfigsUpdate [2022-08-17T18:33:03.120Z] --- PASS: TestDaemonHostGatewayIP (2.56s) [2022-08-17T18:33:03.120Z] === CONT TestDaemonRestartIpcMode [2022-08-17T18:33:03.330Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-08-17T18:33:04.026Z] --- PASS: TestConfigsUpdate (1.75s) [2022-08-17T18:33:04.026Z] === RUN TestTemplatedConfig [2022-08-17T18:33:05.008Z] --- PASS: TestDaemonRestartIpcMode (2.17s) [2022-08-17T18:33:06.541Z] --- PASS: TestTemplatedConfig (2.35s) [2022-08-17T18:33:06.541Z] === RUN TestConfigCreateResolve [2022-08-17T18:33:08.432Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-08-17T18:33:08.432Z] === RUN TestConfigDaemonLibtrustID [2022-08-17T18:33:08.578Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-08-17T18:33:08.578Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-08-17T18:33:08.994Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-08-17T18:33:08.994Z] PASS [2022-08-17T18:33:08.994Z] [2022-08-17T18:33:08.994Z] DONE 7 tests in 13.290s [2022-08-17T18:33:08.994Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-08-17T18:33:08.994Z] ++ 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-08-17T18:33:08.994Z] ++ set -e [2022-08-17T18:33:08.994Z] ++ '[' -n 0 ']' [2022-08-17T18:33:08.994Z] ++ set -x [2022-08-17T18:33:08.994Z] ++ 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-08-17T18:33:09.250Z] INFO: Testing against a local daemon [2022-08-17T18:33:09.250Z] === RUN TestCheckpoint [2022-08-17T18:33:09.250Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:33:09.250Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-17T18:33:09.250Z] === RUN TestContainerInvalidJSON [2022-08-17T18:33:09.250Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:33:09.250Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:33:09.250Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:33:09.250Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:33:09.250Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:33:09.250Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:33:09.250Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:33:09.250Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:33:09.250Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:33:09.250Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-17T18:33:09.250Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-17T18:33:09.250Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-17T18:33:09.250Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-17T18:33:09.250Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-17T18:33:09.250Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-08-17T18:33:09.250Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-17T18:33:09.250Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-17T18:33:09.250Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-17T18:33:09.250Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-08-17T18:33:09.250Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-17T18:33:09.250Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-17T18:33:09.250Z] === RUN TestCopyFromContainer [2022-08-17T18:33:09.505Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-08-17T18:33:09.761Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-08-17T18:33:10.179Z] === RUN TestCopyFromContainer// [2022-08-17T18:33:10.179Z] === RUN TestCopyFromContainer//bar/root [2022-08-17T18:33:10.435Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-17T18:33:10.436Z] === RUN TestCopyFromContainer/bar/quux [2022-08-17T18:33:10.436Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-17T18:33:10.436Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-17T18:33:10.689Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-08-17T18:33:10.692Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-17T18:33:10.692Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-17T18:33:10.692Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-17T18:33:10.692Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-17T18:33:10.948Z] --- PASS: TestCopyFromContainer (1.46s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-17T18:33:10.949Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-17T18:33:10.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-17T18:33:10.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:33:10.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:33:10.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:33:10.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:33:10.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:33:10.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:33:10.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:33:10.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:33:10.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:33:10.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-17T18:33:10.949Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-17T18:33:10.949Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-17T18:33:10.949Z] === RUN TestCreateWithInvalidEnv [2022-08-17T18:33:10.949Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-17T18:33:10.949Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-17T18:33:10.949Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-17T18:33:10.949Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-17T18:33:10.949Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-17T18:33:10.949Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-17T18:33:10.949Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-17T18:33:10.949Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-17T18:33:10.949Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-17T18:33:10.949Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-17T18:33:10.949Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-17T18:33:10.949Z] === RUN TestCreateTmpfsMountsTarget [2022-08-17T18:33:10.949Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-17T18:33:10.949Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-17T18:33:12.057Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-08-17T18:33:12.057Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-08-17T18:33:12.057Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-08-17T18:33:12.313Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-08-17T18:33:12.315Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-08-17T18:33:12.315Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-17T18:33:13.087Z] --- PASS: TestContainerKillOnDaemonStart (11.78s) [2022-08-17T18:33:13.087Z] PASS [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] === Skipped [2022-08-17T18:33:13.087Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-17T18:33:13.087Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-17T18:33:13.087Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:33:13.087Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-17T18:33:13.087Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-17T18:33:13.087Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:33:13.087Z] [2022-08-17T18:33:13.087Z] DONE 196 tests, 5 skipped in 107.632s [2022-08-17T18:33:13.087Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-17T18:33:13.087Z] INFO: Testing against a local daemon [2022-08-17T18:33:13.087Z] === RUN TestCommitInheritsEnv [2022-08-17T18:33:13.087Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-08-17T18:33:13.087Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-17T18:33:13.087Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-17T18:33:13.087Z] === RUN TestImagesFilterMultiReference [2022-08-17T18:33:13.087Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-08-17T18:33:13.087Z] === RUN TestImagePullPlatformInvalid [2022-08-17T18:33:13.087Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-17T18:33:13.087Z] === RUN TestRemoveImageOrphaning [2022-08-17T18:33:13.087Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-08-17T18:33:13.087Z] === RUN TestRemoveImageGarbageCollector [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:33:13.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:33:13.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:33:13.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:33:13.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:33:13.243Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:33:13.243Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:33:13.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:33:13.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:33:13.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:33:13.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:33:13.243Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-17T18:33:13.243Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-17T18:33:13.243Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-17T18:33:13.806Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-08-17T18:33:13.806Z] === RUN TestCreateDifferentPlatform [2022-08-17T18:33:13.806Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-17T18:33:13.806Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-17T18:33:13.806Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-17T18:33:13.806Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-17T18:33:13.806Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-17T18:33:13.806Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-17T18:33:13.806Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-08-17T18:33:13.806Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-17T18:33:13.806Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-08-17T18:33:13.806Z] === RUN TestContainerStartOnDaemonRestart [2022-08-17T18:33:13.806Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-17T18:33:13.806Z] === RUN TestDaemonRestartIpcMode [2022-08-17T18:33:13.806Z] === PAUSE TestDaemonRestartIpcMode [2022-08-17T18:33:13.806Z] === RUN TestDaemonHostGatewayIP [2022-08-17T18:33:13.806Z] === PAUSE TestDaemonHostGatewayIP [2022-08-17T18:33:13.806Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-17T18:33:13.806Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-17T18:33:13.806Z] === RUN TestContainerKillOnDaemonStart [2022-08-17T18:33:13.806Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-17T18:33:13.806Z] === RUN TestDiff [2022-08-17T18:33:14.368Z] --- PASS: TestDiff (0.44s) [2022-08-17T18:33:14.368Z] === RUN TestExecWithCloseStdin [2022-08-17T18:33:14.497Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-08-17T18:33:14.497Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-17T18:33:14.497Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-08-17T18:33:14.497Z] === RUN TestTagInvalidReference [2022-08-17T18:33:14.497Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-17T18:33:14.497Z] === RUN TestTagValidPrefixedRepo [2022-08-17T18:33:14.497Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-08-17T18:33:14.497Z] === RUN TestTagExistedNameWithoutForce [2022-08-17T18:33:14.497Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-17T18:33:14.497Z] === RUN TestTagOfficialNames [2022-08-17T18:33:14.497Z] --- PASS: TestTagOfficialNames (0.06s) [2022-08-17T18:33:14.497Z] === RUN TestTagMatchesDigest [2022-08-17T18:33:14.770Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-08-17T18:33:14.770Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-17T18:33:14.930Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-08-17T18:33:14.931Z] === RUN TestExec [2022-08-17T18:33:15.187Z] --- PASS: TestExec (0.46s) [2022-08-17T18:33:15.187Z] === RUN TestExecUser [2022-08-17T18:33:15.750Z] --- PASS: TestExecUser (0.47s) [2022-08-17T18:33:15.750Z] === RUN TestExportContainerAndImportImage [2022-08-17T18:33:16.313Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2022-08-17T18:33:16.313Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-17T18:33:17.681Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-08-17T18:33:17.681Z] === RUN TestHealthCheckWorkdir [2022-08-17T18:33:18.244Z] --- PASS: TestHealthCheckWorkdir (0.50s) [2022-08-17T18:33:18.244Z] === RUN TestHealthKillContainer [2022-08-17T18:33:20.402Z] === RUN TestDockerSuite/TestBuildExpose [2022-08-17T18:33:20.658Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-08-17T18:33:21.220Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-08-17T18:33:21.220Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-08-17T18:33:21.783Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-08-17T18:33:22.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-08-17T18:33:22.296Z] === RUN TestDockerSuite/TestBuildFails [2022-08-17T18:33:23.226Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-08-17T18:33:23.226Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-08-17T18:33:25.119Z] docker_api_swarm_test.go:563: [d9d95e21639f8] joining swarm manager [df6382c2a1e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:33:25.682Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-08-17T18:33:26.330Z] --- PASS: TestHealthKillContainer (7.88s) [2022-08-17T18:33:26.330Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-17T18:33:26.330Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-08-17T18:33:26.330Z] === RUN TestIpcModeNone [2022-08-17T18:33:26.893Z] --- PASS: TestIpcModeNone (0.46s) [2022-08-17T18:33:26.893Z] === RUN TestIpcModePrivate [2022-08-17T18:33:27.149Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-08-17T18:33:27.405Z] --- PASS: TestIpcModePrivate (0.48s) [2022-08-17T18:33:27.405Z] === RUN TestIpcModeShareable [2022-08-17T18:33:27.661Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-08-17T18:33:27.661Z] --- PASS: TestIpcModeShareable (0.47s) [2022-08-17T18:33:27.661Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-17T18:33:28.200Z] === RUN TestDockerSuite/TestBuildForceRm [2022-08-17T18:33:29.552Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s) [2022-08-17T18:33:29.552Z] === RUN TestAPIIpcModeHost [2022-08-17T18:33:29.552Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-08-17T18:33:29.552Z] === RUN TestDaemonIpcModeShareable [2022-08-17T18:33:29.566Z] === RUN TestDockerSuite/TestBuildFromGit [2022-08-17T18:33:30.481Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-08-17T18:33:30.750Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-08-17T18:33:30.750Z] === RUN TestDaemonIpcModePrivate [2022-08-17T18:33:30.943Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-08-17T18:33:31.199Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-08-17T18:33:31.715Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-08-17T18:33:31.974Z] --- PASS: TestDaemonIpcModePrivate (1.22s) [2022-08-17T18:33:31.974Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-17T18:33:32.127Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-08-17T18:33:32.903Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-08-17T18:33:33.159Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s) [2022-08-17T18:33:33.159Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-17T18:33:34.019Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-08-17T18:33:34.087Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-08-17T18:33:34.344Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-08-17T18:33:34.344Z] === RUN TestIpcModeOlderClient [2022-08-17T18:33:34.344Z] === PAUSE TestIpcModeOlderClient [2022-08-17T18:33:34.344Z] === RUN TestKillContainerInvalidSignal [2022-08-17T18:33:34.582Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-08-17T18:33:34.906Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-08-17T18:33:34.906Z] === RUN TestKillContainer [2022-08-17T18:33:34.906Z] === RUN TestKillContainer/no_signal [2022-08-17T18:33:35.144Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-08-17T18:33:35.162Z] === RUN TestKillContainer/non_killing_signal [2022-08-17T18:33:35.418Z] === RUN TestKillContainer/killing_signal [2022-08-17T18:33:35.981Z] --- PASS: TestKillContainer (1.28s) [2022-08-17T18:33:35.981Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-08-17T18:33:35.981Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-08-17T18:33:35.981Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-08-17T18:33:35.981Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-17T18:33:35.981Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-17T18:33:36.543Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-17T18:33:37.035Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-08-17T18:33:37.471Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.17s) [2022-08-17T18:33:37.471Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-08-17T18:33:37.471Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2022-08-17T18:33:37.471Z] === RUN TestKillStoppedContainer [2022-08-17T18:33:37.471Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-08-17T18:33:37.471Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-17T18:33:37.471Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-17T18:33:37.472Z] === RUN TestKillDifferentUserContainer [2022-08-17T18:33:37.598Z] docker_api_swarm_test.go:585: [d718f71c29ec9] joining swarm manager [df6382c2a1e9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:33:37.728Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-08-17T18:33:37.728Z] === RUN TestInspectOomKilledTrue [2022-08-17T18:33:38.290Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-08-17T18:33:38.290Z] === RUN TestInspectOomKilledFalse [2022-08-17T18:33:38.546Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-08-17T18:33:38.546Z] === RUN TestLinksEtcHostsContentMatch [2022-08-17T18:33:38.803Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-08-17T18:33:38.803Z] === RUN TestLinksContainerNames [2022-08-17T18:33:38.966Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-08-17T18:33:39.731Z] --- PASS: TestLinksContainerNames (0.82s) [2022-08-17T18:33:39.731Z] === RUN TestLogsFollowTailEmpty [2022-08-17T18:33:40.294Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-08-17T18:33:40.294Z] === RUN TestContainerNetworkMountsNoChown [2022-08-17T18:33:40.334Z] check_test.go:380: [d9d95e21639f8] daemon is not started [2022-08-17T18:33:40.551Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/default [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/default [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/private [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/private [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rprivate [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/slave [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/slave [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rslave [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/shared [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/shared [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rshared [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/default [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/rprivate [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/private [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/shared [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/rshared [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/rslave [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/slave [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:33:40.551Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-17T18:33:40.551Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:33:40.551Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:33:40.809Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:33:40.896Z] === RUN TestDockerSuite/TestBuildHistory [2022-08-17T18:33:41.066Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:33:41.066Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-17T18:33:41.066Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:33:41.066Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-17T18:33:41.066Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-17T18:33:41.066Z] === RUN TestContainerBindMountNonRecursive [2022-08-17T18:33:42.440Z] --- PASS: TestContainerBindMountNonRecursive (1.27s) [2022-08-17T18:33:42.440Z] === RUN TestContainerVolumesMountedAsShared [2022-08-17T18:33:42.697Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-08-17T18:33:42.697Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-17T18:33:42.953Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-08-17T18:33:42.953Z] === RUN TestNetworkNat [2022-08-17T18:33:43.515Z] --- PASS: TestNetworkNat (0.44s) [2022-08-17T18:33:43.515Z] === RUN TestNetworkLocalhostTCPNat [2022-08-17T18:33:43.771Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-08-17T18:33:43.771Z] === RUN TestNetworkLoopbackNat [2022-08-17T18:33:44.164Z] === RUN TestDockerSuite/TestBuildIidFile [2022-08-17T18:33:44.420Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-08-17T18:33:44.937Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2022-08-17T18:33:44.937Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-08-17T18:33:44.937Z] remote: Enumerating objects: 23, done. [2022-08-17T18:33:44.937Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-08-17T18:33:44.937Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-08-17T18:33:44.937Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-08-17T18:33:44.937Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2022-08-17T18:33:44.937Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-08-17T18:33:44.937Z] [2022-08-17T18:33:45.347Z] === RUN TestDockerSuite/TestBuildInheritance [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-17T18:33:45.842Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/test/unit [2022-08-17T18:33:45.910Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-08-17T18:33:46.472Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-08-17T18:33:46.472Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-08-17T18:33:47.037Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-08-17T18:33:47.037Z] === RUN TestPause [2022-08-17T18:33:47.037Z] --- PASS: TestPause (0.42s) [2022-08-17T18:33:47.037Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-17T18:33:47.037Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:33:47.037Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:33:47.037Z] === RUN TestPauseStopPausedContainer [2022-08-17T18:33:47.293Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-08-17T18:33:47.293Z] === RUN TestPsFilter [2022-08-17T18:33:47.293Z] --- PASS: TestPsFilter (0.11s) [2022-08-17T18:33:47.293Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-17T18:33:47.405Z] === RUN TestDockerSuite/TestBuildLabel [2022-08-17T18:33:47.661Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-08-17T18:33:47.856Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-08-17T18:33:47.856Z] === RUN TestRemoveContainerWithVolume [2022-08-17T18:33:48.112Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-08-17T18:33:48.112Z] === RUN TestRemoveContainerRunning [2022-08-17T18:33:48.223Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-08-17T18:33:48.383Z] ? github.com/docker/docker/api [no test files] [2022-08-17T18:33:48.480Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-08-17T18:33:48.674Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-08-17T18:33:48.674Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-17T18:33:48.736Z] === RUN TestDockerSuite/TestBuildLabels [2022-08-17T18:33:49.236Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-08-17T18:33:49.236Z] === RUN TestRemoveInvalidContainer [2022-08-17T18:33:49.236Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-08-17T18:33:49.236Z] === RUN TestRenameLinkedContainer [2022-08-17T18:33:49.297Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-08-17T18:33:50.225Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-08-17T18:33:50.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-08-17T18:33:50.788Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-17T18:33:50.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-08-17T18:33:51.128Z] --- PASS: TestRenameLinkedContainer (1.66s) [2022-08-17T18:33:51.128Z] === RUN TestRenameStoppedContainer [2022-08-17T18:33:51.128Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-08-17T18:33:51.128Z] === RUN TestRenameRunningContainerAndReuse [2022-08-17T18:33:52.055Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-08-17T18:33:52.056Z] === RUN TestRenameInvalidName [2022-08-17T18:33:52.312Z] --- PASS: TestRenameInvalidName (0.43s) [2022-08-17T18:33:52.312Z] === RUN TestRenameAnonymousContainer [2022-08-17T18:33:54.056Z] docker_api_swarm_test.go:46: [df389e86d1002] joining swarm manager [da9cf04f43af6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:33:54.056Z] === RUN TestDockerSuite/TestBuildLastModified [2022-08-17T18:33:54.203Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-08-17T18:33:54.203Z] === RUN TestRenameContainerWithSameName [2022-08-17T18:33:54.292Z] --- PASS: TestBuildWithHugeFile (50.79s) [2022-08-17T18:33:54.292Z] === RUN TestBuildWithEmptyDockerfile [2022-08-17T18:33:54.292Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:33:54.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:33:54.292Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:33:54.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:33:54.292Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:33:54.292Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:33:54.292Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-17T18:33:54.292Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-17T18:33:54.292Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-17T18:33:54.292Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2022-08-17T18:33:54.292Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-08-17T18:33:54.292Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-08-17T18:33:54.292Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-17T18:33:54.292Z] === RUN TestBuildPreserveOwnership [2022-08-17T18:33:54.292Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-17T18:33:54.459Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-08-17T18:33:54.459Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-17T18:33:55.218Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-17T18:33:55.386Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-08-17T18:33:55.386Z] === RUN TestResize [2022-08-17T18:33:55.642Z] --- PASS: TestResize (0.41s) [2022-08-17T18:33:55.642Z] === RUN TestResizeWithInvalidSize [2022-08-17T18:33:56.204Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-08-17T18:33:56.204Z] === RUN TestResizeWhenContainerNotStarted [2022-08-17T18:33:56.461Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:33:56.461Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:56.461Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:56.461Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-17T18:33:56.461Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-17T18:33:58.351Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:58.351Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:33:59.279Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-17T18:33:59.300Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-08-17T18:33:59.381Z] --- PASS: TestBuildPreserveOwnership (9.84s) [2022-08-17T18:33:59.381Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.83s) [2022-08-17T18:33:59.381Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-08-17T18:33:59.381Z] === RUN TestBuildPlatformInvalid [2022-08-17T18:33:59.381Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-17T18:33:59.381Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-17T18:33:59.381Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-08-17T18:33:59.381Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-17T18:33:59.382Z] PASS [2022-08-17T18:33:59.382Z] [2022-08-17T18:33:59.382Z] === Skipped [2022-08-17T18:33:59.382Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-17T18:33:59.382Z] build_session_test.go:25: TODO: BuildKit [2022-08-17T18:33:59.382Z] [2022-08-17T18:33:59.382Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-17T18:33:59.382Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-08-17T18:33:59.382Z] [2022-08-17T18:33:59.382Z] DONE 33 tests, 2 skipped in 129.500s [2022-08-17T18:33:59.382Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-17T18:33:59.382Z] INFO: Testing against a local daemon [2022-08-17T18:33:59.382Z] === RUN TestConfigInspect [2022-08-17T18:33:59.382Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestConfigInspect (0.02s) [2022-08-17T18:33:59.382Z] === RUN TestConfigList [2022-08-17T18:33:59.382Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestConfigList (0.02s) [2022-08-17T18:33:59.382Z] === RUN TestConfigsCreateAndDelete [2022-08-17T18:33:59.382Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-08-17T18:33:59.382Z] === RUN TestConfigsUpdate [2022-08-17T18:33:59.382Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-08-17T18:33:59.382Z] === RUN TestTemplatedConfig [2022-08-17T18:33:59.382Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-08-17T18:33:59.382Z] === RUN TestConfigCreateResolve [2022-08-17T18:33:59.382Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:33:59.382Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-08-17T18:33:59.382Z] === RUN TestConfigDaemonLibtrustID [2022-08-17T18:33:59.536Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-17T18:34:00.902Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-17T18:34:00.902Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-17T18:34:01.189Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-08-17T18:34:01.269Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2022-08-17T18:34:01.269Z] PASS [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === Skipped [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-08-17T18:34:01.269Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-08-17T18:34:01.269Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-08-17T18:34:01.269Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-08-17T18:34:01.269Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-08-17T18:34:01.269Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-08-17T18:34:01.269Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:34:01.269Z] [2022-08-17T18:34:01.269Z] DONE 7 tests, 6 skipped in 1.734s [2022-08-17T18:34:01.269Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-17T18:34:01.445Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-08-17T18:34:01.445Z] --- PASS: TestImportExtremelyLargeImageWorks (173.43s) [2022-08-17T18:34:01.445Z] PASS [2022-08-17T18:34:01.445Z] [2022-08-17T18:34:01.445Z] DONE 12 tests in 176.867s [2022-08-17T18:34:01.445Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-08-17T18:34:01.445Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-17T18:34:01.445Z] ++ 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-08-17T18:34:01.445Z] ++ set -e [2022-08-17T18:34:01.445Z] ++ '[' -n 0 ']' [2022-08-17T18:34:01.445Z] ++ set -x [2022-08-17T18:34:01.446Z] ++ 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-08-17T18:34:01.527Z] INFO: Testing against a local daemon [2022-08-17T18:34:01.527Z] === RUN TestCheckpoint [2022-08-17T18:34:01.527Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:34:01.527Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-17T18:34:01.527Z] === RUN TestContainerInvalidJSON [2022-08-17T18:34:01.527Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:34:01.527Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:34:01.527Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:34:01.527Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:34:01.527Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:34:01.527Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:34:01.527Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-08-17T18:34:01.527Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-08-17T18:34:01.527Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-08-17T18:34:01.527Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-17T18:34:01.527Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-08-17T18:34:01.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-08-17T18:34:01.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-08-17T18:34:01.527Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-17T18:34:01.702Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-08-17T18:34:01.702Z] INFO: Testing against a local daemon [2022-08-17T18:34:01.702Z] === RUN TestNetworkCreateDelete [2022-08-17T18:34:01.702Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-08-17T18:34:01.783Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-08-17T18:34:01.783Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-17T18:34:01.783Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-17T18:34:01.783Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-17T18:34:01.783Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-08-17T18:34:01.783Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-17T18:34:01.783Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-17T18:34:01.783Z] === RUN TestCopyFromContainer [2022-08-17T18:34:01.958Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-08-17T18:34:01.958Z] === RUN TestDockerNetworkDeletePreferID [2022-08-17T18:34:01.958Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-08-17T18:34:02.214Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2022-08-17T18:34:02.214Z] === RUN TestDaemonDNSFallback [2022-08-17T18:34:02.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-17T18:34:02.527Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-17T18:34:03.143Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-08-17T18:34:03.291Z] ok github.com/docker/docker/api/server 0.013s coverage: 7.9% of statements [2022-08-17T18:34:04.070Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-08-17T18:34:04.420Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-17T18:34:04.420Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-17T18:34:05.050Z] === RUN TestCopyFromContainer// [2022-08-17T18:34:05.306Z] === RUN TestCopyFromContainer//bar/root [2022-08-17T18:34:05.306Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-17T18:34:05.306Z] === RUN TestCopyFromContainer/bar/quux [2022-08-17T18:34:05.306Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-17T18:34:05.306Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-17T18:34:05.562Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-17T18:34:05.562Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-17T18:34:05.562Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-17T18:34:05.562Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer (3.86s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-17T18:34:05.819Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-17T18:34:05.819Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-17T18:34:05.819Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:34:05.819Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:34:05.819Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:34:05.819Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:34:05.819Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:34:05.819Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:34:05.819Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-17T18:34:05.819Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-17T18:34:05.819Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-17T18:34:05.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-17T18:34:05.819Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-17T18:34:05.819Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-17T18:34:05.819Z] === RUN TestCreateWithInvalidEnv [2022-08-17T18:34:05.819Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-17T18:34:05.819Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-17T18:34:05.819Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-17T18:34:05.819Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-17T18:34:05.819Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-17T18:34:05.819Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-17T18:34:05.819Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-17T18:34:05.819Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-17T18:34:05.819Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-17T18:34:05.819Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-17T18:34:05.819Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-17T18:34:05.819Z] === RUN TestCreateTmpfsMountsTarget [2022-08-17T18:34:05.819Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-17T18:34:05.819Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.77s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.95s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.65s) [2022-08-17T18:34:06.311Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s) [2022-08-17T18:34:06.311Z] === RUN TestCgroupNamespacesRun [2022-08-17T18:34:07.213Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-08-17T18:34:07.213Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-17T18:34:07.355Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-08-17T18:34:07.355Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-08-17T18:34:07.611Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-08-17T18:34:07.678Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-08-17T18:34:07.678Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:34:08.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:34:08.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:34:08.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:34:08.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:34:08.148Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:34:08.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:34:08.148Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-17T18:34:08.148Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-17T18:34:08.148Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-17T18:34:08.148Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-17T18:34:08.148Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-17T18:34:08.148Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-08-17T18:34:08.148Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-17T18:34:08.405Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-08-17T18:34:08.405Z] === RUN TestCreateDifferentPlatform [2022-08-17T18:34:08.405Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-17T18:34:08.405Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-17T18:34:08.606Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-08-17T18:34:08.606Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-17T18:34:08.660Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-17T18:34:08.660Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-17T18:34:08.660Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-17T18:34:08.660Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-17T18:34:08.660Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-08-17T18:34:08.660Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-17T18:34:08.660Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-08-17T18:34:08.660Z] === RUN TestContainerStartOnDaemonRestart [2022-08-17T18:34:08.660Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-17T18:34:08.660Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-08-17T18:34:08.660Z] === RUN TestDaemonRestartIpcMode [2022-08-17T18:34:08.660Z] === PAUSE TestDaemonRestartIpcMode [2022-08-17T18:34:08.660Z] === RUN TestDaemonHostGatewayIP [2022-08-17T18:34:08.660Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:34:08.660Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-08-17T18:34:08.660Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-17T18:34:08.660Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-17T18:34:08.660Z] === RUN TestContainerKillOnDaemonStart [2022-08-17T18:34:08.660Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-17T18:34:08.660Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-08-17T18:34:08.660Z] === RUN TestDiff [2022-08-17T18:34:08.915Z] --- PASS: TestDiff (0.39s) [2022-08-17T18:34:08.915Z] === RUN TestExecWithCloseStdin [2022-08-17T18:34:08.979Z] --- PASS: TestDaemonDNSFallback (6.62s) [2022-08-17T18:34:08.979Z] === RUN TestInspectNetwork [2022-08-17T18:34:09.478Z] --- PASS: TestExecWithCloseStdin (0.43s) [2022-08-17T18:34:09.478Z] === RUN TestExec [2022-08-17T18:34:09.978Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-08-17T18:34:09.978Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-17T18:34:10.040Z] --- PASS: TestExec (0.46s) [2022-08-17T18:34:10.040Z] === RUN TestExecUser [2022-08-17T18:34:10.296Z] --- PASS: TestExecUser (0.42s) [2022-08-17T18:34:10.296Z] === RUN TestExportContainerAndImportImage [2022-08-17T18:34:10.857Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2022-08-17T18:34:10.857Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-17T18:34:10.911Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-08-17T18:34:10.911Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-17T18:34:11.493Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-08-17T18:34:11.839Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-08-17T18:34:11.839Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-17T18:34:12.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-08-17T18:34:12.985Z] === RUN TestInspectNetwork/full_network_id [2022-08-17T18:34:12.985Z] === RUN TestInspectNetwork/partial_network_id [2022-08-17T18:34:12.985Z] === RUN TestInspectNetwork/network_name [2022-08-17T18:34:12.985Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-17T18:34:13.206Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-08-17T18:34:13.206Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-17T18:34:13.768Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-08-17T18:34:13.768Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-17T18:34:14.124Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2022-08-17T18:34:14.124Z] === RUN TestHealthCheckWorkdir [2022-08-17T18:34:14.686Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-08-17T18:34:14.686Z] === RUN TestHealthKillContainer [2022-08-17T18:34:15.134Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-08-17T18:34:15.134Z] === RUN TestNISDomainname [2022-08-17T18:34:15.391Z] --- PASS: TestNISDomainname (0.52s) [2022-08-17T18:34:15.391Z] === RUN TestHostnameDnsResolution [2022-08-17T18:34:15.500Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-08-17T18:34:15.984Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-08-17T18:34:15.985Z] === RUN TestUnprivilegedPortsAndPing [2022-08-17T18:34:16.563Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2022-08-17T18:34:16.563Z] === RUN TestStats [2022-08-17T18:34:17.391Z] --- PASS: TestInspectNetwork (8.30s) [2022-08-17T18:34:17.391Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-17T18:34:17.391Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-17T18:34:17.391Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-17T18:34:17.391Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-17T18:34:17.391Z] === RUN TestRunContainerWithBridgeNone [2022-08-17T18:34:17.391Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-08-17T18:34:18.322Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-08-17T18:34:19.086Z] --- PASS: TestStats (2.43s) [2022-08-17T18:34:19.086Z] === RUN TestStopContainerWithTimeout [2022-08-17T18:34:19.086Z] === RUN TestStopContainerWithTimeout/0 [2022-08-17T18:34:19.086Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-17T18:34:19.086Z] === RUN TestStopContainerWithTimeout/1 [2022-08-17T18:34:19.086Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-17T18:34:19.086Z] === RUN TestStopContainerWithTimeout/3 [2022-08-17T18:34:19.086Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-17T18:34:19.086Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-17T18:34:19.086Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-17T18:34:19.086Z] === CONT TestStopContainerWithTimeout/0 [2022-08-17T18:34:19.086Z] === CONT TestStopContainerWithTimeout/3 [2022-08-17T18:34:19.251Z] --- PASS: TestRunContainerWithBridgeNone (1.91s) [2022-08-17T18:34:19.251Z] === RUN TestNetworkInvalidJSON [2022-08-17T18:34:19.251Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:19.251Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:19.251Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:19.251Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:19.251Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:19.251Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:19.251Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:19.251Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:19.251Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-17T18:34:19.251Z] === RUN TestNetworkList [2022-08-17T18:34:19.251Z] === RUN TestNetworkList//networks [2022-08-17T18:34:19.251Z] === PAUSE TestNetworkList//networks [2022-08-17T18:34:19.251Z] === RUN TestNetworkList//networks/ [2022-08-17T18:34:19.251Z] === PAUSE TestNetworkList//networks/ [2022-08-17T18:34:19.251Z] === CONT TestNetworkList//networks [2022-08-17T18:34:19.251Z] === CONT TestNetworkList//networks/ [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkList (0.02s) [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-17T18:34:19.251Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-17T18:34:19.251Z] === RUN TestHostIPv4BridgeLabel [2022-08-17T18:34:19.649Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-17T18:34:19.812Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-08-17T18:34:19.813Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-17T18:34:20.069Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-08-17T18:34:20.069Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-08-17T18:34:20.069Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-08-17T18:34:20.997Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-08-17T18:34:20.997Z] === RUN TestDaemonDefaultNetworkPools [2022-08-17T18:34:21.545Z] === CONT TestStopContainerWithTimeout/1 [2022-08-17T18:34:21.566Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-08-17T18:34:21.566Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-17T18:34:22.769Z] --- PASS: TestHealthKillContainer (7.85s) [2022-08-17T18:34:22.769Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-17T18:34:22.769Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-17T18:34:22.769Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-08-17T18:34:22.769Z] === RUN TestIpcModeNone [2022-08-17T18:34:22.930Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2022-08-17T18:34:22.930Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-17T18:34:23.025Z] --- PASS: TestIpcModeNone (0.44s) [2022-08-17T18:34:23.025Z] === RUN TestIpcModePrivate [2022-08-17T18:34:23.187Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-08-17T18:34:23.281Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-08-17T18:34:23.436Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-17T18:34:23.436Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2022-08-17T18:34:23.436Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2022-08-17T18:34:23.436Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-08-17T18:34:23.436Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-08-17T18:34:23.436Z] === RUN TestDeleteDevicemapper [2022-08-17T18:34:23.436Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:34:23.436Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-17T18:34:23.436Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-17T18:34:23.539Z] --- PASS: TestIpcModePrivate (0.44s) [2022-08-17T18:34:23.539Z] === RUN TestIpcModeShareable [2022-08-17T18:34:23.539Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:34:23.539Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-08-17T18:34:23.539Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-17T18:34:23.748Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-08-17T18:34:24.005Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2022-08-17T18:34:24.005Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-17T18:34:24.364Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) [2022-08-17T18:34:24.364Z] === RUN TestUpdateMemory [2022-08-17T18:34:24.568Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-08-17T18:34:24.568Z] === RUN TestServiceWithPredefinedNetwork [2022-08-17T18:34:24.904Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-08-17T18:34:24.904Z] === RUN TestAPIIpcModeHost [2022-08-17T18:34:24.904Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:34:24.904Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-08-17T18:34:24.904Z] === RUN TestDaemonIpcModeShareable [2022-08-17T18:34:24.904Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:34:24.904Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-08-17T18:34:24.904Z] === RUN TestDaemonIpcModePrivate [2022-08-17T18:34:24.927Z] --- PASS: TestUpdateMemory (0.51s) [2022-08-17T18:34:24.927Z] === RUN TestUpdateCPUQuota [2022-08-17T18:34:25.130Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-08-17T18:34:25.389Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-08-17T18:34:25.831Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-08-17T18:34:25.855Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-08-17T18:34:25.855Z] === RUN TestUpdatePidsLimit [2022-08-17T18:34:25.855Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-17T18:34:25.855Z] === RUN TestUpdatePidsLimit/no_change [2022-08-17T18:34:26.112Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-17T18:34:26.367Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-17T18:34:26.368Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-17T18:34:26.624Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-17T18:34:26.756Z] === RUN TestDockerSuite/TestBuildNetNone [2022-08-17T18:34:26.881Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-17T18:34:27.196Z] --- PASS: TestDaemonIpcModePrivate (2.12s) [2022-08-17T18:34:27.196Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-17T18:34:27.196Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:34:27.196Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-17T18:34:27.196Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-17T18:34:27.196Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:34:27.196Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-17T18:34:27.196Z] === RUN TestIpcModeOlderClient [2022-08-17T18:34:27.196Z] === PAUSE TestIpcModeOlderClient [2022-08-17T18:34:27.196Z] === RUN TestKillContainerInvalidSignal [2022-08-17T18:34:27.320Z] === RUN TestDockerSuite/TestBuildNoContext [2022-08-17T18:34:27.320Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s) [2022-08-17T18:34:27.320Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-17T18:34:27.320Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:34:27.320Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:34:27.320Z] === RUN TestServiceWithDataPathPortInit [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit (1.77s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-08-17T18:34:27.443Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-08-17T18:34:27.443Z] === RUN TestUpdateRestartPolicy [2022-08-17T18:34:27.451Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-08-17T18:34:27.451Z] === RUN TestKillContainer [2022-08-17T18:34:27.451Z] === RUN TestKillContainer/no_signal [2022-08-17T18:34:27.707Z] === RUN TestKillContainer/non_killing_signal [2022-08-17T18:34:27.882Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-08-17T18:34:27.962Z] === RUN TestKillContainer/killing_signal [2022-08-17T18:34:28.812Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-08-17T18:34:28.890Z] --- PASS: TestKillContainer (1.24s) [2022-08-17T18:34:28.890Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-08-17T18:34:28.890Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-08-17T18:34:28.890Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-08-17T18:34:28.890Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-17T18:34:28.890Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-17T18:34:29.146Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-17T18:34:29.401Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s) [2022-08-17T18:34:29.401Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-08-17T18:34:29.401Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-08-17T18:34:29.401Z] === RUN TestKillStoppedContainer [2022-08-17T18:34:29.401Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-08-17T18:34:29.401Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-17T18:34:29.401Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-17T18:34:29.401Z] === RUN TestKillDifferentUserContainer [2022-08-17T18:34:29.963Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-08-17T18:34:29.963Z] === RUN TestInspectOomKilledTrue [2022-08-17T18:34:29.963Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:34:29.963Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-08-17T18:34:29.963Z] === RUN TestInspectOomKilledFalse [2022-08-17T18:34:29.963Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:34:29.963Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-17T18:34:29.963Z] === RUN TestLinksEtcHostsContentMatch [2022-08-17T18:34:29.963Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-17T18:34:29.963Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-08-17T18:34:29.963Z] === RUN TestLinksContainerNames [2022-08-17T18:34:30.179Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-08-17T18:34:30.436Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-08-17T18:34:30.436Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-08-17T18:34:30.890Z] --- PASS: TestLinksContainerNames (0.82s) [2022-08-17T18:34:30.890Z] === RUN TestLogsFollowTailEmpty [2022-08-17T18:34:30.998Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-08-17T18:34:31.146Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-08-17T18:34:31.146Z] === RUN TestContainerNetworkMountsNoChown [2022-08-17T18:34:31.255Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-08-17T18:34:31.403Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-08-17T18:34:31.403Z] === RUN TestMountDaemonRoot [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/default [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/default [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/private [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/private [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rprivate [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/slave [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/slave [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rslave [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/shared [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/shared [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rshared [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/default [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rslave [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rshared [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/shared [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rprivate [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/slave [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/private [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:34:31.659Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-17T18:34:31.659Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-17T18:34:31.659Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-17T18:34:31.817Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-17T18:34:31.915Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-17T18:34:32.171Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-17T18:34:32.171Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-08-17T18:34:32.171Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-17T18:34:32.171Z] === RUN TestContainerBindMountNonRecursive [2022-08-17T18:34:32.171Z] 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-08-17T18:34:32.171Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-08-17T18:34:32.171Z] === RUN TestContainerVolumesMountedAsShared [2022-08-17T18:34:32.171Z] 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-08-17T18:34:32.171Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-08-17T18:34:32.171Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-17T18:34:32.171Z] 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-08-17T18:34:32.171Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-08-17T18:34:32.171Z] === RUN TestNetworkNat [2022-08-17T18:34:32.732Z] --- PASS: TestNetworkNat (0.52s) [2022-08-17T18:34:32.732Z] === RUN TestNetworkLocalhostTCPNat [2022-08-17T18:34:32.988Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s) [2022-08-17T18:34:32.988Z] === RUN TestNetworkLoopbackNat [2022-08-17T18:34:33.186Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-08-17T18:34:33.442Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-08-17T18:34:35.330Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-08-17T18:34:35.501Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-08-17T18:34:35.501Z] === RUN TestPause [2022-08-17T18:34:35.501Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:34:35.501Z] --- SKIP: TestPause (0.00s) [2022-08-17T18:34:35.501Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-17T18:34:35.501Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:34:35.501Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:34:35.501Z] === RUN TestPauseStopPausedContainer [2022-08-17T18:34:35.501Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:34:35.501Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-08-17T18:34:35.501Z] === RUN TestPsFilter [2022-08-17T18:34:35.757Z] --- PASS: TestPsFilter (0.12s) [2022-08-17T18:34:35.758Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-17T18:34:36.015Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-08-17T18:34:36.015Z] === RUN TestRemoveContainerWithVolume [2022-08-17T18:34:36.270Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-08-17T18:34:36.576Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-08-17T18:34:36.576Z] === RUN TestRemoveContainerRunning [2022-08-17T18:34:36.834Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-08-17T18:34:36.834Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-17T18:34:37.396Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-08-17T18:34:37.396Z] === RUN TestRemoveInvalidContainer [2022-08-17T18:34:37.396Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-17T18:34:37.396Z] === RUN TestRenameLinkedContainer [2022-08-17T18:34:38.161Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-08-17T18:34:39.089Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-08-17T18:34:39.284Z] --- PASS: TestRenameLinkedContainer (1.63s) [2022-08-17T18:34:39.284Z] === RUN TestRenameStoppedContainer [2022-08-17T18:34:39.284Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-08-17T18:34:39.284Z] === RUN TestRenameRunningContainerAndReuse [2022-08-17T18:34:39.615Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2022-08-17T18:34:39.615Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-17T18:34:39.615Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-08-17T18:34:39.615Z] === RUN TestWaitNonBlocked [2022-08-17T18:34:39.615Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:34:39.615Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:34:39.615Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:34:39.615Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:34:39.615Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:34:39.615Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:34:39.615Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-17T18:34:39.615Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-08-17T18:34:39.615Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-08-17T18:34:39.615Z] === RUN TestWaitBlocked [2022-08-17T18:34:39.615Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:34:39.615Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:34:39.615Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:34:39.615Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:34:39.615Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:34:39.615Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:34:40.016Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-08-17T18:34:40.016Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-08-17T18:34:40.177Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-17T18:34:40.177Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.55s) [2022-08-17T18:34:40.177Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-08-17T18:34:40.177Z] === CONT TestContainerStartOnDaemonRestart [2022-08-17T18:34:40.177Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-17T18:34:40.213Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-08-17T18:34:40.213Z] === RUN TestRenameInvalidName [2022-08-17T18:34:40.468Z] --- PASS: TestRenameInvalidName (0.40s) [2022-08-17T18:34:40.468Z] === RUN TestRenameAnonymousContainer [2022-08-17T18:34:42.357Z] --- PASS: TestRenameAnonymousContainer (1.44s) [2022-08-17T18:34:42.357Z] === RUN TestRenameContainerWithSameName [2022-08-17T18:34:42.357Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-08-17T18:34:42.357Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-17T18:34:42.531Z] === RUN TestDockerSuite/TestBuildPATH [2022-08-17T18:34:42.696Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.11s) [2022-08-17T18:34:42.696Z] === CONT TestIpcModeOlderClient [2022-08-17T18:34:42.696Z] --- PASS: TestContainerStartOnDaemonRestart (2.11s) [2022-08-17T18:34:42.696Z] === CONT TestContainerKillOnDaemonStart [2022-08-17T18:34:42.696Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-08-17T18:34:42.696Z] === CONT TestDaemonHostGatewayIP [2022-08-17T18:34:43.093Z] --- PASS: TestServiceWithDataPathPortInit (15.52s) [2022-08-17T18:34:43.093Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-17T18:34:43.285Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-08-17T18:34:43.285Z] === RUN TestResize [2022-08-17T18:34:43.541Z] --- PASS: TestResize (0.41s) [2022-08-17T18:34:43.541Z] === RUN TestResizeWithInvalidSize [2022-08-17T18:34:43.656Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-08-17T18:34:44.104Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-08-17T18:34:44.104Z] === RUN TestResizeWhenContainerNotStarted [2022-08-17T18:34:44.218Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-08-17T18:34:44.360Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-08-17T18:34:44.360Z] === RUN TestDaemonRestartKillContainers [2022-08-17T18:34:44.360Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-17T18:34:44.360Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-08-17T18:34:44.360Z] === RUN TestCgroupNamespacesRun [2022-08-17T18:34:44.587Z] --- PASS: TestDaemonHostGatewayIP (2.32s) [2022-08-17T18:34:44.587Z] === CONT TestDaemonRestartIpcMode [2022-08-17T18:34:45.147Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-08-17T18:34:46.075Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ne19v99bp7ddd9pqfjyh2ut2g Created:2022-08-17 18:34:44.314112803 +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[758a2a7f7efed10b7f152349985087fc8cc395c2c3afaa79ba5d0754755101dd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.b7e6j10m6kpzz3p4dgxzig7vo EndpointID:71018611d8c6742e40f57d9839337bd94939a0bcc8b3de8fb6cc611d670943c7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bf0ade83ac3d4f533fd3263cf476a1fccc9d65dd5815cacef25755d838ab43d7 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:e4672081f09f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.b7e6j10m6kpzz3p4dgxzig7vo EndpointID:71018611d8c6742e40f57d9839337bd94939a0bcc8b3de8fb6cc611d670943c7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-17T18:34:46.875Z] --- PASS: TestCgroupNamespacesRun (2.11s) [2022-08-17T18:34:46.875Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-17T18:34:47.104Z] --- PASS: TestDaemonRestartIpcMode (2.15s) [2022-08-17T18:34:48.763Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.09s) [2022-08-17T18:34:48.763Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-17T18:34:50.652Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) [2022-08-17T18:34:50.652Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-17T18:34:51.158Z] --- PASS: TestImportExtremelyLargeImageWorks (88.36s) [2022-08-17T18:34:51.158Z] PASS [2022-08-17T18:34:51.158Z] [2022-08-17T18:34:51.158Z] DONE 12 tests in 91.021s [2022-08-17T18:34:51.158Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-17T18:34:51.158Z] INFO: Testing against a local daemon [2022-08-17T18:34:51.158Z] === RUN TestNetworkCreateDelete [2022-08-17T18:34:51.158Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-08-17T18:34:51.158Z] === RUN TestDockerNetworkDeletePreferID [2022-08-17T18:34:51.158Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-08-17T18:34:51.158Z] === RUN TestDaemonDNSFallback [2022-08-17T18:34:51.158Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-08-17T18:34:51.158Z] === RUN TestInspectNetwork [2022-08-17T18:34:51.321Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.67s) [2022-08-17T18:34:51.321Z] PASS [2022-08-17T18:34:51.321Z] [2022-08-17T18:34:51.321Z] === Skipped [2022-08-17T18:34:51.321Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:34:51.321Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:34:51.321Z] [2022-08-17T18:34:51.321Z] DONE 26 tests, 1 skipped in 49.042s [2022-08-17T18:34:51.321Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:34:51.321Z] ++ 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-08-17T18:34:51.321Z] ++ set -e [2022-08-17T18:34:51.321Z] ++ '[' -n 0 ']' [2022-08-17T18:34:51.321Z] ++ set -x [2022-08-17T18:34:51.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-17T18:34:51.321Z] INFO: Testing against a local daemon [2022-08-17T18:34:51.321Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-17T18:34:51.321Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:34:51.321Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:34:51.321Z] === RUN TestDockerNetworkIpvlan [2022-08-17T18:34:51.321Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:34:51.321Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:34:51.321Z] PASS [2022-08-17T18:34:51.321Z] [2022-08-17T18:34:51.321Z] === Skipped [2022-08-17T18:34:51.321Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:34:51.321Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:34:51.321Z] [2022-08-17T18:34:51.321Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:34:51.321Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:34:51.321Z] [2022-08-17T18:34:51.321Z] DONE 2 tests, 2 skipped in 0.113s [2022-08-17T18:34:51.321Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:34:51.321Z] ++ 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-08-17T18:34:51.321Z] ++ set -e [2022-08-17T18:34:51.321Z] ++ '[' -n 0 ']' [2022-08-17T18:34:51.321Z] ++ set -x [2022-08-17T18:34:51.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-17T18:34:51.321Z] INFO: Testing against a local daemon [2022-08-17T18:34:51.321Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-17T18:34:51.321Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-08-17T18:34:52.248Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s) [2022-08-17T18:34:52.248Z] === RUN TestDockerNetworkMacvlan [2022-08-17T18:34:53.047Z] === RUN TestInspectNetwork/full_network_id [2022-08-17T18:34:53.047Z] === RUN TestInspectNetwork/partial_network_id [2022-08-17T18:34:53.047Z] === RUN TestInspectNetwork/network_name [2022-08-17T18:34:53.047Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-17T18:34:53.166Z] --- PASS: TestCgroupNamespacesRunHostMode (2.14s) [2022-08-17T18:34:53.167Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-17T18:34:53.175Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-17T18:34:53.756Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-08-17T18:34:53.756Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-17T18:34:54.684Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-17T18:34:55.078Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2022-08-17T18:34:55.078Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-17T18:34:55.190Z] --- PASS: TestContainerKillOnDaemonStart (11.62s) [2022-08-17T18:34:55.190Z] PASS [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] === Skipped [2022-08-17T18:34:55.190Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-08-17T18:34:55.190Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:34:55.190Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-17T18:34:55.190Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] DONE 196 tests, 3 skipped in 104.860s [2022-08-17T18:34:55.190Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-08-17T18:34:55.190Z] ++ 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-08-17T18:34:55.190Z] ++ set -e [2022-08-17T18:34:55.190Z] ++ '[' -n 0 ']' [2022-08-17T18:34:55.190Z] ++ set -x [2022-08-17T18:34:55.190Z] ++ 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-08-17T18:34:55.190Z] INFO: Testing against a local daemon [2022-08-17T18:34:55.190Z] === RUN TestCommitInheritsEnv [2022-08-17T18:34:55.190Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-08-17T18:34:55.190Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-17T18:34:55.190Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-08-17T18:34:55.190Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-08-17T18:34:55.190Z] === RUN TestImagesFilterMultiReference [2022-08-17T18:34:55.190Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-08-17T18:34:55.190Z] === RUN TestImagePullPlatformInvalid [2022-08-17T18:34:55.190Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-17T18:34:55.190Z] === RUN TestRemoveImageOrphaning [2022-08-17T18:34:55.190Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-08-17T18:34:55.190Z] === RUN TestRemoveImageGarbageCollector [2022-08-17T18:34:55.190Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:34:55.190Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-17T18:34:55.190Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-17T18:34:55.190Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-08-17T18:34:55.190Z] === RUN TestTagInvalidReference [2022-08-17T18:34:55.190Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-17T18:34:55.190Z] === RUN TestTagValidPrefixedRepo [2022-08-17T18:34:55.190Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-08-17T18:34:55.190Z] === RUN TestTagExistedNameWithoutForce [2022-08-17T18:34:55.190Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-17T18:34:55.190Z] === RUN TestTagOfficialNames [2022-08-17T18:34:55.190Z] --- PASS: TestTagOfficialNames (0.05s) [2022-08-17T18:34:55.190Z] === RUN TestTagMatchesDigest [2022-08-17T18:34:55.190Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-17T18:34:55.190Z] PASS [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] === Skipped [2022-08-17T18:34:55.190Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-08-17T18:34:55.190Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-17T18:34:55.190Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:34:55.190Z] [2022-08-17T18:34:55.190Z] DONE 12 tests, 2 skipped in 0.937s [2022-08-17T18:34:55.190Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-08-17T18:34:55.190Z] ++ 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-08-17T18:34:55.190Z] ++ set -e [2022-08-17T18:34:55.190Z] ++ '[' -n 0 ']' [2022-08-17T18:34:55.190Z] ++ set -x [2022-08-17T18:34:55.190Z] ++ 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-08-17T18:34:55.190Z] INFO: Testing against a local daemon [2022-08-17T18:34:55.190Z] === RUN TestNetworkCreateDelete [2022-08-17T18:34:55.190Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-08-17T18:34:55.190Z] === RUN TestDockerNetworkDeletePreferID [2022-08-17T18:34:55.245Z] === RUN TestDockerSuite/TestBuildRm [2022-08-17T18:34:55.447Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-08-17T18:34:55.447Z] === RUN TestDaemonDNSFallback [2022-08-17T18:34:57.000Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.12s) [2022-08-17T18:34:57.000Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-17T18:34:57.140Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-17T18:34:57.210Z] --- PASS: TestInspectNetwork (6.97s) [2022-08-17T18:34:57.211Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-17T18:34:57.211Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-17T18:34:57.211Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-17T18:34:57.211Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-17T18:34:57.211Z] === RUN TestRunContainerWithBridgeNone [2022-08-17T18:34:57.703Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-08-17T18:34:58.574Z] --- PASS: TestRunContainerWithBridgeNone (1.55s) [2022-08-17T18:34:58.574Z] === RUN TestNetworkInvalidJSON [2022-08-17T18:34:58.574Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:58.574Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:58.574Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:58.574Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:58.574Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:58.574Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:58.574Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-17T18:34:58.574Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:34:58.574Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-17T18:34:58.574Z] === RUN TestNetworkList [2022-08-17T18:34:58.574Z] === RUN TestNetworkList//networks [2022-08-17T18:34:58.574Z] === PAUSE TestNetworkList//networks [2022-08-17T18:34:58.574Z] === RUN TestNetworkList//networks/ [2022-08-17T18:34:58.574Z] === PAUSE TestNetworkList//networks/ [2022-08-17T18:34:58.574Z] === CONT TestNetworkList//networks [2022-08-17T18:34:58.574Z] === CONT TestNetworkList//networks/ [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkList (0.01s) [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-17T18:34:58.574Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-17T18:34:58.574Z] === RUN TestHostIPv4BridgeLabel [2022-08-17T18:34:58.631Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-08-17T18:34:58.889Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2022-08-17T18:34:58.889Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-17T18:34:59.135Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-08-17T18:34:59.135Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-17T18:34:59.192Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-17T18:34:59.449Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-08-17T18:35:00.014Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-08-17T18:35:00.062Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-08-17T18:35:00.062Z] === RUN TestDaemonDefaultNetworkPools [2022-08-17T18:35:00.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-08-17T18:35:00.527Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-08-17T18:35:00.989Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-08-17T18:35:00.989Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-17T18:35:01.403Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.13s) [2022-08-17T18:35:01.403Z] === RUN TestNISDomainname [2022-08-17T18:35:01.403Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-17T18:35:01.403Z] --- SKIP: TestNISDomainname (0.01s) [2022-08-17T18:35:01.403Z] === RUN TestHostnameDnsResolution [2022-08-17T18:35:01.659Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-08-17T18:35:01.659Z] === RUN TestUnprivilegedPortsAndPing [2022-08-17T18:35:01.659Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-17T18:35:01.659Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-08-17T18:35:01.659Z] === RUN TestStats [2022-08-17T18:35:01.659Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:01.659Z] --- SKIP: TestStats (0.00s) [2022-08-17T18:35:01.659Z] === RUN TestStopContainerWithTimeout [2022-08-17T18:35:01.659Z] === RUN TestStopContainerWithTimeout/0 [2022-08-17T18:35:01.659Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-17T18:35:01.659Z] === RUN TestStopContainerWithTimeout/1 [2022-08-17T18:35:01.659Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-17T18:35:01.659Z] === RUN TestStopContainerWithTimeout/3 [2022-08-17T18:35:01.659Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-17T18:35:01.659Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-17T18:35:01.659Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-17T18:35:01.659Z] === CONT TestStopContainerWithTimeout/0 [2022-08-17T18:35:01.659Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-17T18:35:01.893Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-08-17T18:35:01.916Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-08-17T18:35:01.916Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-17T18:35:01.984Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-08-17T18:35:01.984Z] === RUN TestInspectNetwork [2022-08-17T18:35:02.224Z] === CONT TestStopContainerWithTimeout/3 [2022-08-17T18:35:02.822Z] docker_api_swarm_test.go:304: [ddf87995dd945] joining swarm manager [d3da74f506400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:35:03.079Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-08-17T18:35:03.280Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-08-17T18:35:03.280Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-17T18:35:03.841Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-08-17T18:35:03.841Z] === RUN TestServiceWithPredefinedNetwork [2022-08-17T18:35:04.009Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-08-17T18:35:04.110Z] === CONT TestStopContainerWithTimeout/1 [2022-08-17T18:35:04.265Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-17T18:35:04.827Z] docker_api_swarm_test.go:305: [d2efe6a19083e] joining swarm manager [d3da74f506400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:35:05.254Z] === RUN TestInspectNetwork/full_network_id [2022-08-17T18:35:05.254Z] === RUN TestInspectNetwork/partial_network_id [2022-08-17T18:35:05.254Z] === RUN TestInspectNetwork/network_name [2022-08-17T18:35:05.254Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-17T18:35:05.475Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-17T18:35:05.475Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-08-17T18:35:05.475Z] --- PASS: TestStopContainerWithTimeout/-1 (2.57s) [2022-08-17T18:35:05.475Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-08-17T18:35:05.475Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-08-17T18:35:05.475Z] === RUN TestDeleteDevicemapper [2022-08-17T18:35:05.475Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:35:05.475Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-17T18:35:05.475Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan (13.48s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.13s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.17s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.39s) [2022-08-17T18:35:05.756Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.09s) [2022-08-17T18:35:05.756Z] PASS [2022-08-17T18:35:05.756Z] [2022-08-17T18:35:05.756Z] DONE 8 tests in 14.937s [2022-08-17T18:35:05.756Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-17T18:35:05.756Z] ++ 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-08-17T18:35:05.756Z] ++ set -e [2022-08-17T18:35:05.756Z] ++ '[' -n 0 ']' [2022-08-17T18:35:05.756Z] ++ set -x [2022-08-17T18:35:05.756Z] ++ 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-08-17T18:35:05.756Z] testing: warning: no tests to run [2022-08-17T18:35:05.756Z] PASS [2022-08-17T18:35:05.756Z] [2022-08-17T18:35:05.756Z] DONE 0 tests in 0.029s [2022-08-17T18:35:05.756Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-08-17T18:35:05.756Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-17T18:35:05.756Z] ++ 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-08-17T18:35:05.756Z] ++ set -e [2022-08-17T18:35:05.756Z] ++ '[' -n 0 ']' [2022-08-17T18:35:05.756Z] ++ set -x [2022-08-17T18:35:05.756Z] ++ 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-08-17T18:35:05.756Z] INFO: Testing against a local daemon [2022-08-17T18:35:05.756Z] === RUN TestAuthZPluginAllowRequest [2022-08-17T18:35:06.356Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-08-17T18:35:06.356Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-17T18:35:06.356Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:35:06.356Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:35:06.356Z] === RUN TestServiceWithDataPathPortInit [2022-08-17T18:35:06.839Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s) [2022-08-17T18:35:06.839Z] === RUN TestUpdateMemory [2022-08-17T18:35:06.839Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:06.839Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-17T18:35:06.839Z] === RUN TestUpdateCPUQuota [2022-08-17T18:35:06.839Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:06.839Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-08-17T18:35:06.839Z] === RUN TestUpdatePidsLimit [2022-08-17T18:35:06.839Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:06.839Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-08-17T18:35:06.839Z] === RUN TestUpdateRestartPolicy [2022-08-17T18:35:07.123Z] --- PASS: TestAuthZPluginAllowRequest (1.35s) [2022-08-17T18:35:07.123Z] === RUN TestAuthZPluginTLS [2022-08-17T18:35:07.380Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-08-17T18:35:07.636Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-08-17T18:35:07.636Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-08-17T18:35:07.636Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-08-17T18:35:07.636Z] === RUN TestDockerSuite/TestBuildSpaces [2022-08-17T18:35:07.636Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-08-17T18:35:07.636Z] === RUN TestAuthZPluginDenyRequest [2022-08-17T18:35:08.205Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-08-17T18:35:08.461Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2022-08-17T18:35:08.461Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-17T18:35:08.719Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-08-17T18:35:08.974Z] === RUN TestDockerSuite/TestBuildStderr [2022-08-17T18:35:08.974Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2022-08-17T18:35:08.974Z] === RUN TestAuthZPluginDenyResponse [2022-08-17T18:35:09.421Z] --- PASS: TestInspectNetwork (7.11s) [2022-08-17T18:35:09.421Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-17T18:35:09.421Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-17T18:35:09.421Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-17T18:35:09.421Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-17T18:35:09.421Z] === RUN TestRunContainerWithBridgeNone [2022-08-17T18:35:09.536Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-08-17T18:35:09.536Z] === RUN TestAuthZPluginAllowEventStream [2022-08-17T18:35:09.536Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-08-17T18:35:10.350Z] --- PASS: TestRunContainerWithBridgeNone (1.47s) [2022-08-17T18:35:10.350Z] === RUN TestNetworkInvalidJSON [2022-08-17T18:35:10.350Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-17T18:35:10.350Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-17T18:35:10.350Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:35:10.350Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:35:10.350Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:35:10.350Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:35:10.350Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-17T18:35:10.350Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:35:10.350Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-17T18:35:10.350Z] === RUN TestNetworkList [2022-08-17T18:35:10.350Z] === RUN TestNetworkList//networks [2022-08-17T18:35:10.350Z] === PAUSE TestNetworkList//networks [2022-08-17T18:35:10.350Z] === RUN TestNetworkList//networks/ [2022-08-17T18:35:10.350Z] === PAUSE TestNetworkList//networks/ [2022-08-17T18:35:10.350Z] === CONT TestNetworkList//networks [2022-08-17T18:35:10.350Z] === CONT TestNetworkList//networks/ [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkList (0.01s) [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-17T18:35:10.350Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-17T18:35:10.350Z] === RUN TestHostIPv4BridgeLabel [2022-08-17T18:35:10.902Z] --- PASS: TestAuthZPluginAllowEventStream (1.38s) [2022-08-17T18:35:10.902Z] === RUN TestAuthZPluginErrorResponse [2022-08-17T18:35:10.912Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-08-17T18:35:10.912Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-17T18:35:11.463Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-08-17T18:35:11.464Z] === RUN TestAuthZPluginErrorRequest [2022-08-17T18:35:12.026Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-08-17T18:35:12.026Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-17T18:35:12.277Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-08-17T18:35:12.277Z] === RUN TestDaemonDefaultNetworkPools [2022-08-17T18:35:12.588Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-08-17T18:35:12.588Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-17T18:35:12.588Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-08-17T18:35:12.839Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-08-17T18:35:12.839Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-17T18:35:13.516Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-08-17T18:35:13.767Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-08-17T18:35:13.767Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-17T18:35:14.077Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2022-08-17T18:35:14.078Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-17T18:35:14.333Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-08-17T18:35:14.590Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-08-17T18:35:15.134Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2022-08-17T18:35:15.134Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-17T18:35:15.517Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-08-17T18:35:15.696Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-08-17T18:35:15.696Z] === RUN TestServiceWithPredefinedNetwork [2022-08-17T18:35:15.773Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.64s) [2022-08-17T18:35:15.773Z] === RUN TestAuthZPluginHeader [2022-08-17T18:35:16.700Z] === RUN TestDockerSuite/TestBuildUser [2022-08-17T18:35:16.700Z] --- PASS: TestAuthZPluginHeader (0.82s) [2022-08-17T18:35:16.700Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-17T18:35:17.586Z] --- PASS: TestServiceWithPredefinedNetwork (1.88s) [2022-08-17T18:35:17.586Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-17T18:35:17.586Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:35:17.586Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:35:17.586Z] === RUN TestServiceWithDataPathPortInit [2022-08-17T18:35:18.067Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-08-17T18:35:19.003Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2022-08-17T18:35:19.003Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-17T18:35:19.003Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-08-17T18:35:19.003Z] === RUN TestWaitNonBlocked [2022-08-17T18:35:19.003Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:35:19.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:35:19.003Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:35:19.003Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:35:19.003Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-17T18:35:19.003Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-17T18:35:19.003Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-17T18:35:19.003Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-08-17T18:35:19.003Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-08-17T18:35:19.003Z] === RUN TestWaitBlocked [2022-08-17T18:35:19.003Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:35:19.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:35:19.003Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:35:19.003Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:35:19.003Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-17T18:35:19.003Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-17T18:35:19.565Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-17T18:35:19.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.60s) [2022-08-17T18:35:19.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2022-08-17T18:35:19.565Z] === CONT TestDaemonRestartIpcMode [2022-08-17T18:35:19.565Z] === CONT TestIpcModeOlderClient [2022-08-17T18:35:19.565Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-08-17T18:35:19.565Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-17T18:35:20.587Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-08-17T18:35:21.191Z] --- PASS: TestServiceWithDataPathPortInit (13.63s) [2022-08-17T18:35:21.191Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-17T18:35:21.515Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.81s) [2022-08-17T18:35:21.515Z] === RUN TestAuthZPluginV2Disable [2022-08-17T18:35:22.119Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nxsctwthk1xx0ljcpd35f4h32 Created:2022-08-17 18:35:20.848988701 +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[2b64d827503a43bcb91d96ed9f138b904edfa3b17ed77d041b5538f2ee8b96eb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zcu3cqi0xssiynml45hqlfjyh EndpointID:0d2fc0ba3701178885e97f95b7ce2ca37aeb710fea955711b2316d425da7a044 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:78cfa2c233c4bc3ef50212546b220a5db9154eb79e641adfcd42abc5370a7a9c 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:020fdc5bd4d5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zcu3cqi0xssiynml45hqlfjyh EndpointID:0d2fc0ba3701178885e97f95b7ce2ca37aeb710fea955711b2316d425da7a044 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-17T18:35:22.454Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 16.2% of statements [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/builder/remotecontext 0.099s coverage: 13.7% of statements [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/builder/dockerfile 0.209s coverage: 48.5% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-08-17T18:35:24.765Z] ok github.com/docker/docker/builder/remotecontext/git 1.180s coverage: 86.3% of statements [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/cli [no test files] [2022-08-17T18:35:24.765Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-17T18:35:24.809Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.36s) [2022-08-17T18:35:24.809Z] --- PASS: TestDaemonRestartIpcMode (4.62s) [2022-08-17T18:35:24.809Z] PASS [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === Skipped [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-17T18:35:24.809Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-08-17T18:35:24.809Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-08-17T18:35:24.809Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-08-17T18:35:24.809Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-08-17T18:35:24.809Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-08-17T18:35:24.809Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-08-17T18:35:24.809Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-08-17T18:35:24.809Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-17T18:35:24.809Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-17T18:35:24.809Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-08-17T18:35:24.809Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-17T18:35:24.809Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-08-17T18:35:24.809Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-08-17T18:35:24.809Z] 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-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-08-17T18:35:24.809Z] 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-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-08-17T18:35:24.809Z] 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-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-08-17T18:35:24.809Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-17T18:35:24.809Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-08-17T18:35:24.809Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-08-17T18:35:24.809Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-08-17T18:35:24.809Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-08-17T18:35:24.809Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-08-17T18:35:24.809Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-17T18:35:24.809Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-17T18:35:24.809Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-08-17T18:35:24.809Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-08-17T18:35:24.809Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-17T18:35:24.809Z] [2022-08-17T18:35:24.809Z] DONE 177 tests, 27 skipped in 83.069s [2022-08-17T18:35:24.809Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-17T18:35:24.809Z] INFO: Testing against a local daemon [2022-08-17T18:35:24.809Z] === RUN TestCommitInheritsEnv [2022-08-17T18:35:25.727Z] --- PASS: TestAuthZPluginV2Disable (4.13s) [2022-08-17T18:35:25.727Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-17T18:35:26.174Z] --- PASS: TestCommitInheritsEnv (1.84s) [2022-08-17T18:35:26.174Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-17T18:35:26.174Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-17T18:35:26.174Z] === RUN TestImagesFilterMultiReference [2022-08-17T18:35:26.174Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-08-17T18:35:26.174Z] === RUN TestImagePullPlatformInvalid [2022-08-17T18:35:26.174Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-17T18:35:26.174Z] === RUN TestRemoveImageOrphaning [2022-08-17T18:35:27.359Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s) [2022-08-17T18:35:27.359Z] PASS [2022-08-17T18:35:27.359Z] [2022-08-17T18:35:27.359Z] === Skipped [2022-08-17T18:35:27.359Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:35:27.359Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:35:27.359Z] [2022-08-17T18:35:27.359Z] DONE 26 tests, 1 skipped in 43.414s [2022-08-17T18:35:27.359Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:35:27.359Z] INFO: Testing against a local daemon [2022-08-17T18:35:27.359Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-17T18:35:27.359Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:27.359Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:35:27.359Z] === RUN TestDockerNetworkIpvlan [2022-08-17T18:35:27.359Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:27.359Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:35:27.359Z] PASS [2022-08-17T18:35:27.359Z] [2022-08-17T18:35:27.359Z] === Skipped [2022-08-17T18:35:27.359Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:35:27.359Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:27.359Z] [2022-08-17T18:35:27.359Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:35:27.359Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:27.359Z] [2022-08-17T18:35:27.359Z] DONE 2 tests, 2 skipped in 0.037s [2022-08-17T18:35:27.359Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:35:27.359Z] INFO: Testing against a local daemon [2022-08-17T18:35:27.359Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-17T18:35:27.920Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s) [2022-08-17T18:35:27.920Z] === RUN TestDockerNetworkMacvlan [2022-08-17T18:35:28.062Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2022-08-17T18:35:28.062Z] === RUN TestRemoveImageGarbageCollector [2022-08-17T18:35:28.062Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-17T18:35:28.062Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-17T18:35:28.062Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-17T18:35:28.062Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-08-17T18:35:28.062Z] === RUN TestTagInvalidReference [2022-08-17T18:35:28.093Z] ok github.com/docker/docker/client 0.120s coverage: 75.4% of statements [2022-08-17T18:35:28.321Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-17T18:35:28.321Z] === RUN TestTagValidPrefixedRepo [2022-08-17T18:35:28.321Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-08-17T18:35:28.321Z] === RUN TestTagExistedNameWithoutForce [2022-08-17T18:35:28.321Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-17T18:35:28.321Z] === RUN TestTagOfficialNames [2022-08-17T18:35:28.321Z] --- PASS: TestTagOfficialNames (0.05s) [2022-08-17T18:35:28.321Z] === RUN TestTagMatchesDigest [2022-08-17T18:35:28.321Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-17T18:35:28.321Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-17T18:35:28.482Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-17T18:35:29.408Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-17T18:35:29.898Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.90s) [2022-08-17T18:35:29.898Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-17T18:35:29.977Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-17T18:35:31.790Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-08-17T18:35:31.865Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-17T18:35:32.352Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-08-17T18:35:32.607Z] --- PASS: TestServiceWithDataPathPortInit (13.28s) [2022-08-17T18:35:32.607Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-17T18:35:32.607Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-08-17T18:35:32.863Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vral4k8f6g1qysheufvqpddwg Created:2022-08-17 18:35:31.709060573 +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[983932b658f768eb40b49662170d71e31988186b1bec4c90cfa10852fa8b2b17:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9irhf0cn62qlp1bvjk9c26lei EndpointID:0e955bb440773696f481b13f16939c14ec3b25530b82714d691990e32c439075 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7c722b6f8bfaf52ec506b3de2f67dc4561b18ad31fa99eb9ba5ec3d89303f1a2 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:d0606a16bc7c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9irhf0cn62qlp1bvjk9c26lei EndpointID:0e955bb440773696f481b13f16939c14ec3b25530b82714d691990e32c439075 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-17T18:35:33.211Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-08-17T18:35:33.229Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-17T18:35:33.772Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-08-17T18:35:34.335Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-08-17T18:35:36.228Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-08-17T18:35:36.228Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-17T18:35:36.228Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-08-17T18:35:36.228Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-08-17T18:35:36.228Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-08-17T18:35:36.228Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-08-17T18:35:36.228Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-08-17T18:35:36.228Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-08-17T18:35:36.228Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-08-17T18:35:36.496Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-17T18:35:36.790Z] docker_api_swarm_test.go:272: [d5a7de892c969] joining swarm manager [db8045b2d2280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan (9.33s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.78s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.95s) [2022-08-17T18:35:37.057Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2022-08-17T18:35:37.057Z] PASS [2022-08-17T18:35:37.057Z] [2022-08-17T18:35:37.057Z] DONE 8 tests in 10.645s [2022-08-17T18:35:37.057Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-17T18:35:37.057Z] testing: warning: no tests to run [2022-08-17T18:35:37.057Z] PASS [2022-08-17T18:35:37.057Z] [2022-08-17T18:35:37.057Z] DONE 0 tests in 0.008s [2022-08-17T18:35:37.058Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-17T18:35:37.313Z] INFO: Testing against a local daemon [2022-08-17T18:35:37.314Z] === RUN TestAuthZPluginAllowRequest [2022-08-17T18:35:38.110Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.37s) [2022-08-17T18:35:38.110Z] PASS [2022-08-17T18:35:38.110Z] [2022-08-17T18:35:38.110Z] === Skipped [2022-08-17T18:35:38.110Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:35:38.110Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:35:38.110Z] [2022-08-17T18:35:38.110Z] DONE 26 tests, 1 skipped in 42.394s [2022-08-17T18:35:38.110Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:35:38.110Z] ++ 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-08-17T18:35:38.110Z] ++ set -e [2022-08-17T18:35:38.110Z] ++ '[' -n 0 ']' [2022-08-17T18:35:38.110Z] ++ set -x [2022-08-17T18:35:38.110Z] ++ 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-08-17T18:35:38.110Z] INFO: Testing against a local daemon [2022-08-17T18:35:38.110Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-17T18:35:38.110Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:38.110Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:35:38.110Z] === RUN TestDockerNetworkIpvlan [2022-08-17T18:35:38.110Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:38.110Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:35:38.110Z] PASS [2022-08-17T18:35:38.110Z] [2022-08-17T18:35:38.110Z] === Skipped [2022-08-17T18:35:38.110Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:35:38.110Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:38.110Z] [2022-08-17T18:35:38.110Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:35:38.110Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:35:38.110Z] [2022-08-17T18:35:38.110Z] DONE 2 tests, 2 skipped in 0.109s [2022-08-17T18:35:38.110Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:35:38.110Z] ++ 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-08-17T18:35:38.110Z] ++ set -e [2022-08-17T18:35:38.110Z] ++ '[' -n 0 ']' [2022-08-17T18:35:38.110Z] ++ set -x [2022-08-17T18:35:38.110Z] ++ 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-08-17T18:35:38.110Z] INFO: Testing against a local daemon [2022-08-17T18:35:38.110Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-17T18:35:38.155Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-08-17T18:35:38.155Z] docker_api_swarm_test.go:273: [d20fcd67cf980] joining swarm manager [db8045b2d2280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:35:38.155Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-08-17T18:35:38.240Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-08-17T18:35:38.240Z] === RUN TestAuthZPluginTLS [2022-08-17T18:35:38.801Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-08-17T18:35:38.801Z] === RUN TestAuthZPluginDenyRequest [2022-08-17T18:35:39.039Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-08-17T18:35:39.039Z] === RUN TestDockerNetworkMacvlan [2022-08-17T18:35:39.363Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-08-17T18:35:39.363Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-17T18:35:39.520Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-08-17T18:35:39.601Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-17T18:35:39.776Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-08-17T18:35:39.939Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-08-17T18:35:39.939Z] === RUN TestAuthZPluginDenyResponse [2022-08-17T18:35:40.164Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-17T18:35:40.528Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-08-17T18:35:40.528Z] === RUN TestAuthZPluginAllowEventStream [2022-08-17T18:35:40.706Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-08-17T18:35:40.706Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-08-17T18:35:41.092Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-17T18:35:41.900Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-08-17T18:35:41.900Z] === RUN TestAuthZPluginErrorResponse [2022-08-17T18:35:42.156Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-08-17T18:35:42.156Z] === RUN TestAuthZPluginErrorRequest [2022-08-17T18:35:42.595Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-08-17T18:35:42.595Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.05s) [2022-08-17T18:35:42.595Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-17T18:35:42.716Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-17T18:35:42.716Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-17T18:35:42.984Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-17T18:35:43.278Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-08-17T18:35:43.278Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-17T18:35:43.523Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-08-17T18:35:44.349Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-17T18:35:44.450Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-08-17T18:35:44.450Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-08-17T18:35:44.642Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2022-08-17T18:35:44.642Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-17T18:35:45.012Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-08-17T18:35:45.012Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-08-17T18:35:45.012Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-08-17T18:35:45.575Z] === RUN TestDockerSuite/TestBuildXZHost [2022-08-17T18:35:46.008Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.42s) [2022-08-17T18:35:46.008Z] === RUN TestAuthZPluginHeader [2022-08-17T18:35:46.934Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-08-17T18:35:46.934Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-17T18:35:46.941Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-08-17T18:35:46.941Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-08-17T18:35:46.941Z] docker_cli_sni_test.go:18: Flakey test [2022-08-17T18:35:46.941Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-08-17T18:35:47.197Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-08-17T18:35:47.621Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-17T18:35:47.759Z] === RUN TestDockerSuite/TestCommitChange [2022-08-17T18:35:48.182Z] --- PASS: TestDockerNetworkMacvlan (9.33s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.99s) [2022-08-17T18:35:48.183Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-08-17T18:35:48.183Z] PASS [2022-08-17T18:35:48.183Z] [2022-08-17T18:35:48.183Z] DONE 8 tests in 10.846s [2022-08-17T18:35:48.183Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-17T18:35:48.183Z] ++ 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-08-17T18:35:48.183Z] ++ set -e [2022-08-17T18:35:48.183Z] ++ '[' -n 0 ']' [2022-08-17T18:35:48.183Z] ++ set -x [2022-08-17T18:35:48.183Z] ++ 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-08-17T18:35:48.183Z] testing: warning: no tests to run [2022-08-17T18:35:48.183Z] PASS [2022-08-17T18:35:48.183Z] [2022-08-17T18:35:48.183Z] DONE 0 tests in 0.022s [2022-08-17T18:35:48.183Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-17T18:35:48.183Z] ++ 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-08-17T18:35:48.183Z] ++ set -e [2022-08-17T18:35:48.183Z] ++ '[' -n 0 ']' [2022-08-17T18:35:48.183Z] ++ set -x [2022-08-17T18:35:48.183Z] ++ 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-08-17T18:35:48.320Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-08-17T18:35:48.439Z] INFO: Testing against a local daemon [2022-08-17T18:35:48.439Z] === RUN TestAuthZPluginAllowRequest [2022-08-17T18:35:48.881Z] === RUN TestDockerSuite/TestCommitHardlink [2022-08-17T18:35:49.371Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-08-17T18:35:49.371Z] === RUN TestAuthZPluginTLS [2022-08-17T18:35:49.810Z] === RUN TestDockerSuite/TestCommitNewFile [2022-08-17T18:35:49.933Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-08-17T18:35:49.933Z] === RUN TestAuthZPluginDenyRequest [2022-08-17T18:35:50.496Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-08-17T18:35:50.496Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-17T18:35:50.739Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-08-17T18:35:51.059Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-08-17T18:35:51.059Z] === RUN TestAuthZPluginDenyResponse [2022-08-17T18:35:51.097Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.09s) [2022-08-17T18:35:51.097Z] === RUN TestAuthZPluginV2Disable [2022-08-17T18:35:51.342Z] === RUN TestDockerSuite/TestCommitTTY [2022-08-17T18:35:51.626Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-08-17T18:35:51.626Z] === RUN TestAuthZPluginAllowEventStream [2022-08-17T18:35:52.706Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-08-17T18:35:52.964Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-08-17T18:35:52.992Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-08-17T18:35:52.992Z] === RUN TestAuthZPluginErrorResponse [2022-08-17T18:35:53.248Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-08-17T18:35:53.248Z] === RUN TestAuthZPluginErrorRequest [2022-08-17T18:35:53.811Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-17T18:35:53.811Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-17T18:35:53.893Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-08-17T18:35:54.359Z] --- PASS: TestAuthZPluginV2Disable (3.59s) [2022-08-17T18:35:54.360Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-17T18:35:54.373Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-08-17T18:35:54.373Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-08-17T18:35:54.455Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-08-17T18:35:54.713Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-08-17T18:35:55.641Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-08-17T18:35:55.739Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.35s) [2022-08-17T18:35:55.739Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-17T18:35:56.568Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-08-17T18:35:56.568Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-08-17T18:35:56.824Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-08-17T18:35:57.111Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s) [2022-08-17T18:35:57.111Z] === RUN TestAuthZPluginHeader [2022-08-17T18:35:57.386Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-08-17T18:35:57.673Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-08-17T18:35:57.673Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-17T18:35:57.673Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:35:57.673Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-17T18:35:57.673Z] === RUN TestAuthZPluginV2Disable [2022-08-17T18:35:57.673Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:35:57.673Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-08-17T18:35:57.673Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-17T18:35:57.673Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:35:57.673Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-17T18:35:57.673Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-17T18:35:57.673Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:35:57.673Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-17T18:35:57.673Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-17T18:35:57.947Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-08-17T18:35:58.203Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-08-17T18:35:58.522Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.46s) [2022-08-17T18:35:58.522Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-17T18:35:58.765Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-08-17T18:35:58.765Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-08-17T18:35:58.765Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-08-17T18:35:59.332Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-08-17T18:35:59.332Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-08-17T18:35:59.332Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-08-17T18:35:59.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-08-17T18:35:59.332Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-08-17T18:35:59.332Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-08-17T18:35:59.332Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s) [2022-08-17T18:35:59.588Z] PASS [2022-08-17T18:35:59.588Z] [2022-08-17T18:35:59.588Z] DONE 17 tests in 53.704s [2022-08-17T18:35:59.588Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-17T18:35:59.588Z] ++ 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-08-17T18:35:59.588Z] ++ set -e [2022-08-17T18:35:59.588Z] ++ '[' -n 0 ']' [2022-08-17T18:35:59.588Z] ++ set -x [2022-08-17T18:35:59.588Z] ++ 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-08-17T18:35:59.588Z] INFO: Testing against a local daemon [2022-08-17T18:35:59.588Z] === RUN TestPluginInvalidJSON [2022-08-17T18:35:59.588Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:35:59.588Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:35:59.588Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:35:59.588Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-08-17T18:35:59.588Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-17T18:35:59.588Z] === RUN TestPluginInstall [2022-08-17T18:35:59.588Z] === RUN TestPluginInstall/no_auth [2022-08-17T18:35:59.844Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-08-17T18:36:00.772Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-08-17T18:36:01.334Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-08-17T18:36:01.334Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-08-17T18:36:02.263Z] time="2022-08-17T18:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:02.263Z] time="2022-08-17T18:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b8d9bbdfde5878d881c9aeda5b9a633fe45492a305efb559485f5a72840c3af" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:02.263Z] time="2022-08-17T18:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:02.263Z] time="2022-08-17T18:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b8d9bbdfde5878d881c9aeda5b9a633fe45492a305efb559485f5a72840c3af" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:02.827Z] === RUN TestPluginInstall/with_htpasswd [2022-08-17T18:36:03.393Z] time="2022-08-17T18:36:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:03.393Z] time="2022-08-17T18:36:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19bbbb774d22436a7bc3cdf7273ef2e3448fcd4ceec753307e549c26c59657be" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:03.393Z] time="2022-08-17T18:36:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:03.393Z] time="2022-08-17T18:36:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:19bbbb774d22436a7bc3cdf7273ef2e3448fcd4ceec753307e549c26c59657be" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:03.393Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-08-17T18:36:03.649Z] === RUN TestPluginInstall/with_insecure [2022-08-17T18:36:03.905Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-08-17T18:36:03.905Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-08-17T18:36:04.468Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-08-17T18:36:04.468Z] time="2022-08-17T18:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:04.468Z] time="2022-08-17T18:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6adc44168b4c8b9c537a9461ee456f57ab799ff0807e7f52316508f7af1598fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:04.468Z] time="2022-08-17T18:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:04.468Z] time="2022-08-17T18:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6adc44168b4c8b9c537a9461ee456f57ab799ff0807e7f52316508f7af1598fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:05.031Z] plugin_test.go:165: [db02a60d44e08] daemon is not started [2022-08-17T18:36:05.031Z] --- PASS: TestPluginInstall (5.23s) [2022-08-17T18:36:05.031Z] --- PASS: TestPluginInstall/no_auth (3.04s) [2022-08-17T18:36:05.031Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2022-08-17T18:36:05.031Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-08-17T18:36:05.031Z] === RUN TestPluginsWithRuntimes [2022-08-17T18:36:05.031Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-08-17T18:36:05.595Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-08-17T18:36:06.157Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-08-17T18:36:06.157Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-08-17T18:36:06.718Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-17T18:36:06.718Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-08-17T18:36:06.837Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 29.1% of statements [2022-08-17T18:36:06.837Z] ok github.com/docker/docker/container 0.119s coverage: 34.5% of statements [2022-08-17T18:36:06.837Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-17T18:36:06.837Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-17T18:36:06.837Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-17T18:36:06.837Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-17T18:36:07.280Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-08-17T18:36:07.535Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-17T18:36:07.795Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-08-17T18:36:08.061Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-08-17T18:36:08.321Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-08-17T18:36:08.465Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.54s) [2022-08-17T18:36:08.465Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-17T18:36:08.884Z] --- PASS: TestPluginsWithRuntimes (3.83s) [2022-08-17T18:36:08.884Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.03s) [2022-08-17T18:36:08.884Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.02s) [2022-08-17T18:36:08.884Z] === RUN TestPluginBackCompatMediaTypes [2022-08-17T18:36:09.446Z] --- PASS: TestPluginBackCompatMediaTypes (0.71s) [2022-08-17T18:36:09.446Z] PASS [2022-08-17T18:36:09.446Z] [2022-08-17T18:36:09.446Z] DONE 10 tests in 9.969s [2022-08-17T18:36:09.446Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-17T18:36:09.446Z] ++ 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-08-17T18:36:09.446Z] ++ set -e [2022-08-17T18:36:09.446Z] ++ '[' -n 0 ']' [2022-08-17T18:36:09.446Z] ++ set -x [2022-08-17T18:36:09.446Z] ++ 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-08-17T18:36:09.446Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-08-17T18:36:09.702Z] INFO: Testing against a local daemon [2022-08-17T18:36:09.702Z] === RUN TestExternalGraphDriver [2022-08-17T18:36:09.958Z] === RUN TestExternalGraphDriver/json [2022-08-17T18:36:10.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-08-17T18:36:10.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-08-17T18:36:10.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-08-17T18:36:10.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-08-17T18:36:10.519Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-08-17T18:36:11.081Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-08-17T18:36:12.009Z] === RUN TestExternalGraphDriver/spec [2022-08-17T18:36:13.373Z] === RUN TestExternalGraphDriver/pull [2022-08-17T18:36:13.416Z] ok github.com/docker/docker/daemon/cluster 0.088s coverage: 0.5% of statements [2022-08-17T18:36:15.264Z] --- PASS: TestExternalGraphDriver (5.42s) [2022-08-17T18:36:15.264Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2022-08-17T18:36:15.264Z] --- PASS: TestExternalGraphDriver/spec (1.62s) [2022-08-17T18:36:15.264Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-08-17T18:36:15.264Z] === RUN TestGraphdriverPluginV2 [2022-08-17T18:36:15.327Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-08-17T18:36:15.520Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-08-17T18:36:15.717Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2022-08-17T18:36:15.717Z] PASS [2022-08-17T18:36:15.717Z] [2022-08-17T18:36:15.717Z] === Skipped [2022-08-17T18:36:15.717Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-17T18:36:15.717Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:15.717Z] [2022-08-17T18:36:15.717Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-08-17T18:36:15.717Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:15.717Z] [2022-08-17T18:36:15.717Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-17T18:36:15.717Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:15.717Z] [2022-08-17T18:36:15.717Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-17T18:36:15.717Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:15.717Z] [2022-08-17T18:36:15.717Z] DONE 17 tests, 4 skipped in 26.353s [2022-08-17T18:36:15.717Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-17T18:36:15.717Z] ++ 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-08-17T18:36:15.717Z] ++ set -e [2022-08-17T18:36:15.717Z] ++ '[' -n 0 ']' [2022-08-17T18:36:15.717Z] ++ set -x [2022-08-17T18:36:15.717Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-17T18:36:15.717Z] INFO: Testing against a local daemon [2022-08-17T18:36:15.717Z] === RUN TestPluginInvalidJSON [2022-08-17T18:36:15.717Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:15.717Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:15.717Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:15.717Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-08-17T18:36:15.717Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-17T18:36:15.717Z] === RUN TestPluginInstall [2022-08-17T18:36:15.717Z] === RUN TestPluginInstall/no_auth [2022-08-17T18:36:15.717Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:15.717Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b2f82710e84611915f02d7242acf4ff915942206103bed8a204efd3f520e469" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:15.717Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:15.717Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b2f82710e84611915f02d7242acf4ff915942206103bed8a204efd3f520e469" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:15.717Z] === RUN TestPluginInstall/with_htpasswd [2022-08-17T18:36:15.972Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:15.972Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b2f82710e84611915f02d7242acf4ff915942206103bed8a204efd3f520e469" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:16.082Z] === RUN TestDockerSuite/TestContainerAPITop [2022-08-17T18:36:16.229Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:16.229Z] time="2022-08-17T18:36:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b2f82710e84611915f02d7242acf4ff915942206103bed8a204efd3f520e469" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:16.229Z] === RUN TestPluginInstall/with_insecure [2022-08-17T18:36:16.268Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-08-17T18:36:16.642Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-08-17T18:36:16.643Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-08-17T18:36:16.643Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-08-17T18:36:16.643Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-08-17T18:36:17.158Z] time="2022-08-17T18:36:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:17.158Z] time="2022-08-17T18:36:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:932607933933069c7a7c3819544297594ff6c44517358cefd567136c98ae0cd5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:17.158Z] time="2022-08-17T18:36:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:17.158Z] time="2022-08-17T18:36:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:932607933933069c7a7c3819544297594ff6c44517358cefd567136c98ae0cd5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:17.414Z] plugin_test.go:165: [d6b69efa83a92] daemon is not started [2022-08-17T18:36:17.414Z] --- PASS: TestPluginInstall (2.65s) [2022-08-17T18:36:17.414Z] --- PASS: TestPluginInstall/no_auth (1.00s) [2022-08-17T18:36:17.414Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-08-17T18:36:17.414Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2022-08-17T18:36:17.414Z] === RUN TestPluginsWithRuntimes [2022-08-17T18:36:19.156Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-08-17T18:36:19.305Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-17T18:36:19.413Z] --- PASS: TestGraphdriverPluginV2 (4.35s) [2022-08-17T18:36:19.413Z] PASS [2022-08-17T18:36:19.413Z] [2022-08-17T18:36:19.413Z] DONE 5 tests in 9.890s [2022-08-17T18:36:19.413Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-17T18:36:19.413Z] ++ 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-08-17T18:36:19.413Z] ++ set -e [2022-08-17T18:36:19.413Z] ++ '[' -n 0 ']' [2022-08-17T18:36:19.413Z] ++ set -x [2022-08-17T18:36:19.413Z] ++ 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-08-17T18:36:19.413Z] INFO: Testing against a local daemon [2022-08-17T18:36:19.413Z] === RUN TestContinueAfterPluginCrash [2022-08-17T18:36:19.413Z] === PAUSE TestContinueAfterPluginCrash [2022-08-17T18:36:19.413Z] === RUN TestReadPluginNoRead [2022-08-17T18:36:19.413Z] === PAUSE TestReadPluginNoRead [2022-08-17T18:36:19.413Z] === RUN TestDaemonStartWithLogOpt [2022-08-17T18:36:19.413Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-17T18:36:19.413Z] === CONT TestContinueAfterPluginCrash [2022-08-17T18:36:19.413Z] === CONT TestDaemonStartWithLogOpt [2022-08-17T18:36:19.669Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-08-17T18:36:19.868Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-17T18:36:20.599Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-08-17T18:36:20.797Z] --- PASS: TestPluginsWithRuntimes (3.31s) [2022-08-17T18:36:20.797Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-08-17T18:36:20.797Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-08-17T18:36:20.797Z] === RUN TestPluginBackCompatMediaTypes [2022-08-17T18:36:21.360Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-08-17T18:36:21.360Z] PASS [2022-08-17T18:36:21.360Z] [2022-08-17T18:36:21.360Z] DONE 10 tests in 6.661s [2022-08-17T18:36:21.360Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-17T18:36:21.360Z] ++ 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-08-17T18:36:21.360Z] ++ set -e [2022-08-17T18:36:21.360Z] ++ '[' -n 0 ']' [2022-08-17T18:36:21.360Z] ++ set -x [2022-08-17T18:36:21.360Z] ++ 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-08-17T18:36:21.360Z] INFO: Testing against a local daemon [2022-08-17T18:36:21.360Z] === RUN TestExternalGraphDriver [2022-08-17T18:36:21.922Z] === RUN TestExternalGraphDriver/json [2022-08-17T18:36:23.290Z] === RUN TestExternalGraphDriver/spec [2022-08-17T18:36:23.871Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-08-17T18:36:23.871Z] --- PASS: TestDaemonStartWithLogOpt (4.43s) [2022-08-17T18:36:23.871Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:24.397Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.8% of statements [2022-08-17T18:36:24.397Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.8% of statements [2022-08-17T18:36:24.658Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2022-08-17T18:36:24.799Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-08-17T18:36:24.917Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-08-17T18:36:25.180Z] === RUN TestExternalGraphDriver/pull [2022-08-17T18:36:25.487Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-08-17T18:36:25.728Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-08-17T18:36:26.498Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-08-17T18:36:26.498Z] PASS [2022-08-17T18:36:26.498Z] [2022-08-17T18:36:26.498Z] DONE 17 tests in 47.173s [2022-08-17T18:36:26.498Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-17T18:36:26.498Z] INFO: Testing against a local daemon [2022-08-17T18:36:26.498Z] === RUN TestPluginInvalidJSON [2022-08-17T18:36:26.498Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:26.498Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:26.498Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:36:26.498Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-08-17T18:36:26.498Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-17T18:36:26.498Z] === RUN TestPluginInstall [2022-08-17T18:36:26.498Z] === RUN TestPluginInstall/no_auth [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1e8fc64046db4b66dc646920599daf7e7691acd891e80dfddfe8e46878ecd7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1e8fc64046db4b66dc646920599daf7e7691acd891e80dfddfe8e46878ecd7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:26.498Z] === RUN TestPluginInstall/with_htpasswd [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7f95a1a6255db91b3adfadd25db9bc8ecae3dd7fcc1dde98dfff8b87ce2fec4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:26.498Z] time="2022-08-17T18:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7f95a1a6255db91b3adfadd25db9bc8ecae3dd7fcc1dde98dfff8b87ce2fec4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:26.498Z] === RUN TestPluginInstall/with_insecure [2022-08-17T18:36:26.546Z] --- PASS: TestExternalGraphDriver (5.11s) [2022-08-17T18:36:26.546Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-08-17T18:36:26.546Z] --- PASS: TestExternalGraphDriver/spec (1.54s) [2022-08-17T18:36:26.546Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-08-17T18:36:26.546Z] === RUN TestGraphdriverPluginV2 [2022-08-17T18:36:26.755Z] time="2022-08-17T18:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:26.755Z] time="2022-08-17T18:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1956a41b29c8cef243c870b41ab3456ecc50defc56c8c4db4a90e832e88e32d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:26.802Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:26.802Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-08-17T18:36:26.802Z] PASS [2022-08-17T18:36:26.802Z] [2022-08-17T18:36:26.802Z] === Skipped [2022-08-17T18:36:26.802Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-08-17T18:36:26.802Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:36:26.802Z] [2022-08-17T18:36:26.802Z] DONE 5 tests, 1 skipped in 5.546s [2022-08-17T18:36:26.802Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-17T18:36:26.802Z] ++ 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-08-17T18:36:26.802Z] ++ set -e [2022-08-17T18:36:26.802Z] ++ '[' -n 0 ']' [2022-08-17T18:36:26.802Z] ++ set -x [2022-08-17T18:36:26.802Z] ++ 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-08-17T18:36:26.870Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.783s coverage: 73.3% of statements [2022-08-17T18:36:27.010Z] time="2022-08-17T18:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-17T18:36:27.010Z] time="2022-08-17T18:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1956a41b29c8cef243c870b41ab3456ecc50defc56c8c4db4a90e832e88e32d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-17T18:36:27.010Z] plugin_test.go:165: [d31e74d377172] daemon is not started [2022-08-17T18:36:27.010Z] --- PASS: TestPluginInstall (2.68s) [2022-08-17T18:36:27.010Z] --- PASS: TestPluginInstall/no_auth (1.00s) [2022-08-17T18:36:27.010Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-08-17T18:36:27.010Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-08-17T18:36:27.010Z] === RUN TestPluginsWithRuntimes [2022-08-17T18:36:27.058Z] INFO: Testing against a local daemon [2022-08-17T18:36:27.058Z] === RUN TestContinueAfterPluginCrash [2022-08-17T18:36:27.058Z] === PAUSE TestContinueAfterPluginCrash [2022-08-17T18:36:27.058Z] === RUN TestReadPluginNoRead [2022-08-17T18:36:27.058Z] === PAUSE TestReadPluginNoRead [2022-08-17T18:36:27.058Z] === RUN TestDaemonStartWithLogOpt [2022-08-17T18:36:27.058Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-17T18:36:27.058Z] === CONT TestDaemonStartWithLogOpt [2022-08-17T18:36:27.058Z] === CONT TestContinueAfterPluginCrash [2022-08-17T18:36:27.621Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-17T18:36:27.621Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-08-17T18:36:27.811Z] ok github.com/docker/docker/daemon 12.122s coverage: 17.1% of statements [2022-08-17T18:36:27.811Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-17T18:36:27.811Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-17T18:36:27.811Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-17T18:36:27.811Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-17T18:36:28.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-08-17T18:36:28.747Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-08-17T18:36:28.750Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2022-08-17T18:36:28.897Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-17T18:36:29.003Z] === RUN TestReadPluginNoRead/default [2022-08-17T18:36:29.010Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.437s coverage: 60.7% of statements [2022-08-17T18:36:29.259Z] --- PASS: TestContinueAfterPluginCrash (9.64s) [2022-08-17T18:36:29.459Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-17T18:36:29.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-08-17T18:36:30.355Z] --- PASS: TestDaemonStartWithLogOpt (2.98s) [2022-08-17T18:36:30.355Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:30.387Z] --- PASS: TestPluginsWithRuntimes (3.28s) [2022-08-17T18:36:30.387Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-08-17T18:36:30.387Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-08-17T18:36:30.387Z] === RUN TestPluginBackCompatMediaTypes [2022-08-17T18:36:30.752Z] docker_api_swarm_node_test.go:20: [d397747ea1d65] joining swarm manager [d9ab154e8eca6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:36:30.925Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-08-17T18:36:30.948Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-08-17T18:36:30.948Z] PASS [2022-08-17T18:36:30.948Z] [2022-08-17T18:36:30.948Z] DONE 10 tests in 6.559s [2022-08-17T18:36:30.948Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-17T18:36:30.948Z] INFO: Testing against a local daemon [2022-08-17T18:36:30.948Z] === RUN TestExternalGraphDriver [2022-08-17T18:36:31.008Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-17T18:36:31.203Z] === RUN TestExternalGraphDriver/json [2022-08-17T18:36:31.569Z] docker_api_swarm_node_test.go:21: [d0c0e4d84af73] joining swarm manager [d9ab154e8eca6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:36:31.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-08-17T18:36:32.283Z] === RUN TestReadPluginNoRead/default [2022-08-17T18:36:32.357Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.310s coverage: 50.5% of statements [2022-08-17T18:36:32.497Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:32.497Z] read_test.go:92: [d04ae3eae7fd8] daemon is not started [2022-08-17T18:36:32.497Z] --- PASS: TestReadPluginNoRead (8.44s) [2022-08-17T18:36:32.497Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s) [2022-08-17T18:36:32.497Z] --- PASS: TestReadPluginNoRead/default (1.92s) [2022-08-17T18:36:32.497Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.46s) [2022-08-17T18:36:32.497Z] PASS [2022-08-17T18:36:32.497Z] [2022-08-17T18:36:32.497Z] DONE 6 tests in 12.997s [2022-08-17T18:36:32.497Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-08-17T18:36:32.497Z] ++ 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-08-17T18:36:32.497Z] ++ set -e [2022-08-17T18:36:32.497Z] ++ '[' -n 0 ']' [2022-08-17T18:36:32.497Z] ++ set -x [2022-08-17T18:36:32.497Z] ++ 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-08-17T18:36:32.497Z] testing: warning: no tests to run [2022-08-17T18:36:32.497Z] PASS [2022-08-17T18:36:32.497Z] [2022-08-17T18:36:32.497Z] DONE 0 tests in 0.036s [2022-08-17T18:36:32.497Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-17T18:36:32.497Z] ++ 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-08-17T18:36:32.497Z] ++ set -e [2022-08-17T18:36:32.497Z] ++ '[' -n 0 ']' [2022-08-17T18:36:32.497Z] ++ set -x [2022-08-17T18:36:32.497Z] ++ 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-08-17T18:36:32.497Z] INFO: Testing against a local daemon [2022-08-17T18:36:32.497Z] === RUN TestPluginWithDevMounts [2022-08-17T18:36:32.497Z] === PAUSE TestPluginWithDevMounts [2022-08-17T18:36:32.497Z] === CONT TestPluginWithDevMounts [2022-08-17T18:36:32.929Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.299s coverage: 45.9% of statements [2022-08-17T18:36:32.929Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-17T18:36:33.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-08-17T18:36:33.091Z] === RUN TestExternalGraphDriver/spec [2022-08-17T18:36:33.649Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-17T18:36:34.423Z] --- PASS: TestPluginWithDevMounts (1.71s) [2022-08-17T18:36:34.423Z] PASS [2022-08-17T18:36:34.423Z] [2022-08-17T18:36:34.423Z] DONE 1 tests in 1.813s [2022-08-17T18:36:34.423Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-17T18:36:34.423Z] ++ 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-08-17T18:36:34.423Z] ++ set -e [2022-08-17T18:36:34.423Z] ++ '[' -n 0 ']' [2022-08-17T18:36:34.423Z] ++ set -x [2022-08-17T18:36:34.423Z] ++ 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-08-17T18:36:34.423Z] INFO: Testing against a local daemon [2022-08-17T18:36:34.423Z] === RUN TestSecretInspect [2022-08-17T18:36:34.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-08-17T18:36:34.457Z] === RUN TestExternalGraphDriver/pull [2022-08-17T18:36:34.577Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-17T18:36:34.833Z] --- PASS: TestContinueAfterPluginCrash (7.99s) [2022-08-17T18:36:34.841Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-08-17T18:36:34.841Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.668s coverage: 58.0% of statements [2022-08-17T18:36:34.841Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-17T18:36:34.841Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-17T18:36:35.761Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:35.761Z] read_test.go:92: [d8e943efeee96] daemon is not started [2022-08-17T18:36:35.761Z] --- PASS: TestReadPluginNoRead (5.67s) [2022-08-17T18:36:35.761Z] --- PASS: TestReadPluginNoRead/default (1.18s) [2022-08-17T18:36:35.761Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-08-17T18:36:35.761Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.11s) [2022-08-17T18:36:35.761Z] PASS [2022-08-17T18:36:35.761Z] [2022-08-17T18:36:35.761Z] DONE 6 tests in 8.757s [2022-08-17T18:36:35.761Z] 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-08-17T18:36:35.761Z] ++ 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-08-17T18:36:35.761Z] ++ set -e [2022-08-17T18:36:35.761Z] ++ '[' -n 0 ']' [2022-08-17T18:36:35.761Z] ++ set -x [2022-08-17T18:36:35.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=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-08-17T18:36:35.761Z] testing: warning: no tests to run [2022-08-17T18:36:35.761Z] PASS [2022-08-17T18:36:35.761Z] [2022-08-17T18:36:35.761Z] DONE 0 tests in 0.027s [2022-08-17T18:36:35.761Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-17T18:36:35.761Z] ++ 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-08-17T18:36:35.761Z] ++ set -e [2022-08-17T18:36:35.761Z] ++ '[' -n 0 ']' [2022-08-17T18:36:35.761Z] ++ set -x [2022-08-17T18:36:35.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=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-08-17T18:36:35.761Z] INFO: Testing against a local daemon [2022-08-17T18:36:35.761Z] === RUN TestPluginWithDevMounts [2022-08-17T18:36:35.761Z] === PAUSE TestPluginWithDevMounts [2022-08-17T18:36:35.761Z] === CONT TestPluginWithDevMounts [2022-08-17T18:36:35.780Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-08-17T18:36:35.787Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ada660_} [2022-08-17T18:36:36.344Z] --- PASS: TestExternalGraphDriver (5.16s) [2022-08-17T18:36:36.344Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-08-17T18:36:36.344Z] --- PASS: TestExternalGraphDriver/spec (1.61s) [2022-08-17T18:36:36.344Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-08-17T18:36:36.344Z] === RUN TestGraphdriverPluginV2 [2022-08-17T18:36:36.349Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13949483887_/foo_false____} [2022-08-17T18:36:36.350Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-08-17T18:36:36.605Z] --- PASS: TestSecretInspect (2.33s) [2022-08-17T18:36:36.605Z] === RUN TestSecretList [2022-08-17T18:36:36.921Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.6% of statements [2022-08-17T18:36:36.921Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-17T18:36:36.921Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-17T18:36:37.490Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 43.2% of statements [2022-08-17T18:36:37.651Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-08-17T18:36:37.651Z] PASS [2022-08-17T18:36:37.651Z] [2022-08-17T18:36:37.651Z] DONE 1 tests in 1.652s [2022-08-17T18:36:37.651Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-17T18:36:37.651Z] ++ 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-08-17T18:36:37.651Z] ++ set -e [2022-08-17T18:36:37.651Z] ++ '[' -n 0 ']' [2022-08-17T18:36:37.651Z] ++ set -x [2022-08-17T18:36:37.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-17T18:36:37.651Z] INFO: Testing against a local daemon [2022-08-17T18:36:37.651Z] === RUN TestSecretInspect [2022-08-17T18:36:37.971Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13949483887_/foo_true____} [2022-08-17T18:36:38.430Z] ok github.com/docker/docker/daemon/logger/awslogs 0.182s coverage: 77.8% of statements [2022-08-17T18:36:38.430Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-08-17T18:36:38.430Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-17T18:36:38.430Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-08-17T18:36:38.904Z] --- PASS: TestSecretList (2.31s) [2022-08-17T18:36:38.904Z] === RUN TestSecretsCreateAndDelete [2022-08-17T18:36:39.000Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-08-17T18:36:39.161Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_false____} [2022-08-17T18:36:39.260Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 69.9% of statements [2022-08-17T18:36:39.521Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-08-17T18:36:39.542Z] --- PASS: TestSecretInspect (2.14s) [2022-08-17T18:36:39.542Z] === RUN TestSecretList [2022-08-17T18:36:40.092Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 78.7% of statements [2022-08-17T18:36:40.092Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-17T18:36:40.353Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 54.7% of statements [2022-08-17T18:36:40.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_true____} [2022-08-17T18:36:40.924Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.007s coverage: 31.5% of statements [2022-08-17T18:36:41.086Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_true__0xc000ada690__} [2022-08-17T18:36:41.342Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2022-08-17T18:36:41.342Z] === RUN TestSecretsUpdate [2022-08-17T18:36:41.432Z] --- PASS: TestSecretList (1.76s) [2022-08-17T18:36:41.432Z] === RUN TestSecretsCreateAndDelete [2022-08-17T18:36:41.585Z] --- PASS: TestGraphdriverPluginV2 (4.55s) [2022-08-17T18:36:41.585Z] PASS [2022-08-17T18:36:41.585Z] [2022-08-17T18:36:41.585Z] DONE 5 tests in 9.759s [2022-08-17T18:36:41.585Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-17T18:36:41.585Z] INFO: Testing against a local daemon [2022-08-17T18:36:41.585Z] === RUN TestContinueAfterPluginCrash [2022-08-17T18:36:41.585Z] === PAUSE TestContinueAfterPluginCrash [2022-08-17T18:36:41.585Z] === RUN TestReadPluginNoRead [2022-08-17T18:36:41.585Z] === PAUSE TestReadPluginNoRead [2022-08-17T18:36:41.585Z] === RUN TestDaemonStartWithLogOpt [2022-08-17T18:36:41.585Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-17T18:36:41.585Z] === CONT TestContinueAfterPluginCrash [2022-08-17T18:36:41.585Z] === CONT TestDaemonStartWithLogOpt [2022-08-17T18:36:41.866Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-08-17T18:36:42.126Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2022-08-17T18:36:42.269Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-08-17T18:36:42.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ada6a8_} [2022-08-17T18:36:42.387Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-08-17T18:36:43.327Z] ok github.com/docker/docker/daemon/logger/splunk 1.605s coverage: 82.5% of statements [2022-08-17T18:36:43.327Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-17T18:36:43.327Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-17T18:36:43.948Z] --- PASS: TestSecretsCreateAndDelete (2.13s) [2022-08-17T18:36:43.948Z] === RUN TestSecretsUpdate [2022-08-17T18:36:44.104Z] --- PASS: TestDaemonStartWithLogOpt (3.43s) [2022-08-17T18:36:44.104Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:44.156Z] --- PASS: TestSecretsUpdate (2.51s) [2022-08-17T18:36:44.157Z] === RUN TestTemplatedSecret [2022-08-17T18:36:44.157Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ada6c0_} [2022-08-17T18:36:44.269Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 48.2% of statements [2022-08-17T18:36:45.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ada6d8_} [2022-08-17T18:36:45.649Z] ok github.com/docker/docker/distribution 1.522s coverage: 27.6% of statements [2022-08-17T18:36:45.649Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-17T18:36:45.838Z] --- PASS: TestSecretsUpdate (2.24s) [2022-08-17T18:36:45.838Z] === RUN TestTemplatedSecret [2022-08-17T18:36:45.910Z] ok github.com/docker/docker/errdefs 0.003s coverage: 77.0% of statements [2022-08-17T18:36:46.453Z] docker_api_swarm_test.go:502: [d9fbc976d3700] joining swarm manager [d8c35de2de2ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:36:46.480Z] ok github.com/docker/docker/image 0.015s coverage: 86.8% of statements [2022-08-17T18:36:46.620Z] === RUN TestReadPluginNoRead/default [2022-08-17T18:36:46.740Z] ok github.com/docker/docker/distribution/xfer 1.894s coverage: 84.6% of statements [2022-08-17T18:36:46.740Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-17T18:36:46.740Z] ok github.com/docker/docker/image/cache 0.012s coverage: 19.2% of statements [2022-08-17T18:36:46.740Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-08-17T18:36:47.014Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ada6f0_} [2022-08-17T18:36:47.270Z] --- PASS: TestTemplatedSecret (3.43s) [2022-08-17T18:36:47.270Z] === RUN TestSecretCreateResolve [2022-08-17T18:36:47.311Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-08-17T18:36:47.311Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-17T18:36:47.547Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-17T18:36:47.881Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2022-08-17T18:36:48.353Z] --- PASS: TestTemplatedSecret (2.44s) [2022-08-17T18:36:48.353Z] === RUN TestSecretCreateResolve [2022-08-17T18:36:48.452Z] ok github.com/docker/docker/oci 0.012s coverage: 40.6% of statements [2022-08-17T18:36:48.633Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-08-17T18:36:48.910Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-17T18:36:48.910Z] --- PASS: TestContinueAfterPluginCrash (8.28s) [2022-08-17T18:36:49.022Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-08-17T18:36:49.282Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-17T18:36:49.561Z] --- PASS: TestSecretCreateResolve (2.40s) [2022-08-17T18:36:49.561Z] PASS [2022-08-17T18:36:49.561Z] [2022-08-17T18:36:49.561Z] DONE 6 tests in 15.346s [2022-08-17T18:36:49.561Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-17T18:36:49.561Z] ++ 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-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-08-17T18:36:49.561Z] ++ set -e [2022-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-08-17T18:36:49.561Z] ++ '[' -n 0 ']' [2022-08-17T18:36:49.561Z] ++ set -x [2022-08-17T18:36:49.561Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-08-17T18:36:49.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-08-17T18:36:49.817Z] INFO: Testing against a local daemon [2022-08-17T18:36:49.817Z] === RUN TestServiceCreateInit [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-08-17T18:36:49.817Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-08-17T18:36:49.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-08-17T18:36:49.838Z] === CONT TestReadPluginNoRead [2022-08-17T18:36:49.838Z] read_test.go:92: [dcda714137033] daemon is not started [2022-08-17T18:36:49.838Z] --- PASS: TestReadPluginNoRead (5.75s) [2022-08-17T18:36:49.838Z] --- PASS: TestReadPluginNoRead/default (1.27s) [2022-08-17T18:36:49.838Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-08-17T18:36:49.838Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-08-17T18:36:49.838Z] PASS [2022-08-17T18:36:49.838Z] [2022-08-17T18:36:49.838Z] DONE 6 tests in 9.218s [2022-08-17T18:36:49.838Z] 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-08-17T18:36:49.838Z] testing: warning: no tests to run [2022-08-17T18:36:49.838Z] PASS [2022-08-17T18:36:49.838Z] [2022-08-17T18:36:49.838Z] DONE 0 tests in 0.007s [2022-08-17T18:36:49.838Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-17T18:36:50.073Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-08-17T18:36:50.109Z] INFO: Testing against a local daemon [2022-08-17T18:36:50.109Z] === RUN TestPluginWithDevMounts [2022-08-17T18:36:50.109Z] === PAUSE TestPluginWithDevMounts [2022-08-17T18:36:50.109Z] === CONT TestPluginWithDevMounts [2022-08-17T18:36:50.664Z] ok github.com/docker/docker/pkg/archive 0.292s coverage: 82.3% of statements [2022-08-17T18:36:50.870Z] --- PASS: TestSecretCreateResolve (2.24s) [2022-08-17T18:36:50.870Z] PASS [2022-08-17T18:36:50.870Z] [2022-08-17T18:36:50.870Z] DONE 6 tests in 13.043s [2022-08-17T18:36:50.870Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-08-17T18:36:50.870Z] ++ 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-08-17T18:36:50.870Z] ++ set -e [2022-08-17T18:36:50.870Z] ++ '[' -n 0 ']' [2022-08-17T18:36:50.870Z] ++ set -x [2022-08-17T18:36:50.870Z] ++ 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-08-17T18:36:50.870Z] INFO: Testing against a local daemon [2022-08-17T18:36:50.870Z] === RUN TestServiceCreateInit [2022-08-17T18:36:50.870Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-17T18:36:51.495Z] --- PASS: TestPluginWithDevMounts (1.61s) [2022-08-17T18:36:51.495Z] PASS [2022-08-17T18:36:51.495Z] [2022-08-17T18:36:51.495Z] DONE 1 tests in 1.645s [2022-08-17T18:36:51.495Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-17T18:36:51.605Z] ok github.com/docker/docker/pkg/authorization 0.240s coverage: 68.3% of statements [2022-08-17T18:36:51.605Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-17T18:36:51.753Z] INFO: Testing against a local daemon [2022-08-17T18:36:51.753Z] === RUN TestSecretInspect [2022-08-17T18:36:51.865Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-08-17T18:36:51.967Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-08-17T18:36:53.869Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-08-17T18:36:54.126Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-17T18:36:54.266Z] --- PASS: TestSecretInspect (2.14s) [2022-08-17T18:36:54.266Z] === RUN TestSecretList [2022-08-17T18:36:55.038Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-17T18:36:55.157Z] ok github.com/docker/docker/pkg/chrootarchive 2.464s coverage: 43.5% of statements [2022-08-17T18:36:55.157Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-08-17T18:36:55.157Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2022-08-17T18:36:55.418Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2022-08-17T18:36:56.015Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-08-17T18:36:56.158Z] --- PASS: TestSecretList (2.17s) [2022-08-17T18:36:56.158Z] === RUN TestSecretsCreateAndDelete [2022-08-17T18:36:56.392Z] ok github.com/docker/docker/layer 7.530s coverage: 68.8% of statements [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-08-17T18:36:56.392Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-17T18:36:56.652Z] ok github.com/docker/docker/pkg/discovery/memory 0.020s coverage: 92.3% of statements [2022-08-17T18:36:56.912Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2022-08-17T18:36:57.172Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2022-08-17T18:36:57.382Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-08-17T18:36:57.382Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-08-17T18:36:57.943Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-08-17T18:36:58.047Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-08-17T18:36:58.048Z] === RUN TestSecretsUpdate [2022-08-17T18:36:58.112Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-08-17T18:36:58.304Z] --- PASS: TestServiceCreateInit (7.37s) [2022-08-17T18:36:58.304Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s) [2022-08-17T18:36:58.304Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.55s) [2022-08-17T18:36:58.304Z] === RUN TestCreateServiceMultipleTimes [2022-08-17T18:36:58.508Z] docker_api_swarm_test.go:507: [db522dd642732] joining swarm manager [d8c35de2de2ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:36:58.682Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 86.5% of statements [2022-08-17T18:36:58.764Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-08-17T18:36:58.943Z] ok github.com/docker/docker/pkg/discovery/kv 3.048s coverage: 84.1% of statements [2022-08-17T18:36:59.020Z] --- PASS: TestServiceCreateInit (9.21s) [2022-08-17T18:36:59.020Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.31s) [2022-08-17T18:36:59.020Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.89s) [2022-08-17T18:36:59.020Z] === RUN TestCreateServiceMultipleTimes [2022-08-17T18:36:59.203Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2022-08-17T18:36:59.203Z] ok github.com/docker/docker/pkg/fsutils 0.200s coverage: 85.1% of statements [2022-08-17T18:36:59.581Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-08-17T18:37:00.143Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-08-17T18:37:00.563Z] --- PASS: TestSecretsUpdate (2.13s) [2022-08-17T18:37:00.563Z] === RUN TestTemplatedSecret [2022-08-17T18:37:00.586Z] ok github.com/docker/docker/pkg/idtools 0.438s coverage: 69.5% of statements [2022-08-17T18:37:00.586Z] ok github.com/docker/docker/pkg/ioutils 0.421s coverage: 69.3% of statements [2022-08-17T18:37:00.586Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2022-08-17T18:37:00.586Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-08-17T18:37:00.586Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-08-17T18:37:00.586Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-17T18:37:00.586Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-08-17T18:37:00.704Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-08-17T18:37:00.846Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-08-17T18:37:00.846Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-08-17T18:37:01.106Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-08-17T18:37:01.106Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-08-17T18:37:01.366Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2022-08-17T18:37:01.366Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2022-08-17T18:37:01.366Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-17T18:37:01.366Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-17T18:37:01.632Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-08-17T18:37:02.306Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-08-17T18:37:02.561Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-08-17T18:37:02.566Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-08-17T18:37:02.826Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-08-17T18:37:02.826Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-17T18:37:03.079Z] --- PASS: TestTemplatedSecret (2.53s) [2022-08-17T18:37:03.079Z] === RUN TestSecretCreateResolve [2022-08-17T18:37:03.491Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-08-17T18:37:04.053Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-08-17T18:37:04.205Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-08-17T18:37:04.465Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-08-17T18:37:04.700Z] --- PASS: TestImportExtremelyLargeImageWorks (91.31s) [2022-08-17T18:37:04.700Z] PASS [2022-08-17T18:37:04.700Z] [2022-08-17T18:37:04.700Z] === Skipped [2022-08-17T18:37:04.700Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-17T18:37:04.700Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-17T18:37:04.700Z] [2022-08-17T18:37:04.700Z] DONE 12 tests, 1 skipped in 95.496s [2022-08-17T18:37:04.700Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-17T18:37:04.700Z] INFO: Testing against a local daemon [2022-08-17T18:37:04.700Z] === RUN TestNetworkCreateDelete [2022-08-17T18:37:04.700Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-08-17T18:37:04.700Z] === RUN TestDockerNetworkDeletePreferID [2022-08-17T18:37:04.700Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-08-17T18:37:04.700Z] === RUN TestDaemonDNSFallback [2022-08-17T18:37:04.968Z] --- PASS: TestSecretCreateResolve (2.11s) [2022-08-17T18:37:04.968Z] PASS [2022-08-17T18:37:04.968Z] [2022-08-17T18:37:04.968Z] DONE 6 tests in 13.283s [2022-08-17T18:37:04.968Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-17T18:37:04.968Z] INFO: Testing against a local daemon [2022-08-17T18:37:04.968Z] === RUN TestServiceCreateInit [2022-08-17T18:37:04.968Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-17T18:37:05.420Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-08-17T18:37:05.982Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-08-17T18:37:06.546Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-08-17T18:37:07.473Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-08-17T18:37:07.964Z] --- PASS: TestDaemonDNSFallback (7.31s) [2022-08-17T18:37:07.964Z] === RUN TestInspectNetwork [2022-08-17T18:37:07.964Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] --- SKIP: TestInspectNetwork (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestRunContainerWithBridgeNone [2022-08-17T18:37:07.964Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestNetworkInvalidJSON [2022-08-17T18:37:07.964Z] === RUN TestNetworkInvalidJSON//networks/create [2022-08-17T18:37:07.964Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-08-17T18:37:07.964Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:37:07.964Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:37:07.964Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:37:07.964Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:37:07.964Z] === CONT TestNetworkInvalidJSON//networks/create [2022-08-17T18:37:07.964Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-08-17T18:37:07.964Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestNetworkList [2022-08-17T18:37:07.964Z] === RUN TestNetworkList//networks [2022-08-17T18:37:07.964Z] === PAUSE TestNetworkList//networks [2022-08-17T18:37:07.964Z] === RUN TestNetworkList//networks/ [2022-08-17T18:37:07.964Z] === PAUSE TestNetworkList//networks/ [2022-08-17T18:37:07.964Z] === CONT TestNetworkList//networks [2022-08-17T18:37:07.964Z] === CONT TestNetworkList//networks/ [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkList (0.01s) [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-17T18:37:07.964Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestHostIPv4BridgeLabel [2022-08-17T18:37:07.964Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-17T18:37:07.964Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-08-17T18:37:07.964Z] === RUN TestDaemonDefaultNetworkPools [2022-08-17T18:37:07.964Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-17T18:37:07.964Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-17T18:37:07.964Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-17T18:37:07.964Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestServiceWithPredefinedNetwork [2022-08-17T18:37:07.964Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-17T18:37:07.964Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:37:07.964Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestServiceWithDataPathPortInit [2022-08-17T18:37:07.964Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-17T18:37:07.964Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-17T18:37:07.964Z] PASS [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === Skipped [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-08-17T18:37:07.964Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-08-17T18:37:07.964Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-08-17T18:37:07.964Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-08-17T18:37:07.964Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:242: FLAKY_TEST [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-17T18:37:07.964Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] DONE 22 tests, 12 skipped in 7.959s [2022-08-17T18:37:07.964Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:37:07.964Z] INFO: Testing against a local daemon [2022-08-17T18:37:07.964Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-17T18:37:07.964Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:37:07.964Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:37:07.964Z] === RUN TestDockerNetworkIpvlan [2022-08-17T18:37:07.964Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:37:07.964Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:37:07.964Z] PASS [2022-08-17T18:37:07.964Z] [2022-08-17T18:37:07.964Z] === Skipped [2022-08-17T18:37:07.965Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-17T18:37:07.965Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-17T18:37:07.965Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] DONE 2 tests, 2 skipped in 0.108s [2022-08-17T18:37:07.965Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-17T18:37:07.965Z] INFO: Testing against a local daemon [2022-08-17T18:37:07.965Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-17T18:37:07.965Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.965Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestDockerNetworkMacvlan [2022-08-17T18:37:07.965Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.965Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-08-17T18:37:07.965Z] PASS [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] === Skipped [2022-08-17T18:37:07.965Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-17T18:37:07.965Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-08-17T18:37:07.965Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] DONE 2 tests, 2 skipped in 0.098s [2022-08-17T18:37:07.965Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-17T18:37:07.965Z] testing: warning: no tests to run [2022-08-17T18:37:07.965Z] PASS [2022-08-17T18:37:07.965Z] [2022-08-17T18:37:07.965Z] DONE 0 tests in 0.024s [2022-08-17T18:37:07.965Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-17T18:37:07.965Z] INFO: Testing against a local daemon [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginAllowRequest [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginTLS [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginDenyRequest [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginDenyResponse [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginAllowEventStream [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginErrorResponse [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginErrorRequest [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginHeader [2022-08-17T18:37:07.965Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:07.965Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-08-17T18:37:07.965Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-17T18:37:08.420Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-08-17T18:37:08.526Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:08.526Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.44s) [2022-08-17T18:37:08.526Z] === RUN TestAuthZPluginV2Disable [2022-08-17T18:37:08.661Z] ok github.com/docker/docker/pkg/signal 3.289s coverage: 62.3% of statements [2022-08-17T18:37:08.661Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-08-17T18:37:08.661Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-08-17T18:37:08.661Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-17T18:37:08.782Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:08.782Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2022-08-17T18:37:08.782Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-17T18:37:08.921Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2022-08-17T18:37:08.983Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-08-17T18:37:09.038Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.038Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-17T18:37:09.038Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-17T18:37:09.134Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-17T18:37:09.297Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.297Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-08-17T18:37:09.297Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-17T18:37:09.492Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2022-08-17T18:37:09.753Z] ok github.com/docker/docker/pkg/tailfile 0.083s coverage: 88.6% of statements [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-17T18:37:09.858Z] PASS [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === Skipped [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.44s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-17T18:37:09.858Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] DONE 17 tests, 17 skipped in 1.848s [2022-08-17T18:37:09.858Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-17T18:37:09.858Z] INFO: Testing against a local daemon [2022-08-17T18:37:09.858Z] === RUN TestPluginInvalidJSON [2022-08-17T18:37:09.858Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:37:09.858Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:37:09.858Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-08-17T18:37:09.858Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-17T18:37:09.858Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-08-17T18:37:09.858Z] === RUN TestPluginInstall [2022-08-17T18:37:09.858Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] --- SKIP: TestPluginInstall (0.00s) [2022-08-17T18:37:09.858Z] === RUN TestPluginsWithRuntimes [2022-08-17T18:37:09.858Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-17T18:37:09.858Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-08-17T18:37:09.858Z] === RUN TestPluginBackCompatMediaTypes [2022-08-17T18:37:09.858Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-17T18:37:09.858Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-08-17T18:37:09.858Z] PASS [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === Skipped [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-08-17T18:37:09.858Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-08-17T18:37:09.858Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-08-17T18:37:09.858Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-17T18:37:09.858Z] [2022-08-17T18:37:09.858Z] DONE 5 tests, 3 skipped in 0.185s [2022-08-17T18:37:09.858Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-17T18:37:09.910Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-08-17T18:37:09.910Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-08-17T18:37:10.013Z] ok github.com/docker/docker/pkg/tarsum 0.037s coverage: 89.3% of statements [2022-08-17T18:37:10.114Z] INFO: Testing against a local daemon [2022-08-17T18:37:10.114Z] === RUN TestExternalGraphDriver [2022-08-17T18:37:10.274Z] coverage: [no statements] [2022-08-17T18:37:10.274Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-08-17T18:37:10.369Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-17T18:37:10.369Z] --- SKIP: TestExternalGraphDriver (0.34s) [2022-08-17T18:37:10.369Z] === RUN TestGraphdriverPluginV2 [2022-08-17T18:37:10.474Z] === RUN TestDockerSuite/TestCpRelativePath [2022-08-17T18:37:10.534Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-08-17T18:37:10.794Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-08-17T18:37:10.794Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-17T18:37:11.035Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-08-17T18:37:11.963Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-08-17T18:37:12.219Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-08-17T18:37:12.400Z] --- PASS: TestServiceCreateInit (7.12s) [2022-08-17T18:37:12.400Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.50s) [2022-08-17T18:37:12.400Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.60s) [2022-08-17T18:37:12.400Z] === RUN TestCreateServiceMultipleTimes [2022-08-17T18:37:12.704Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-08-17T18:37:12.704Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-08-17T18:37:12.780Z] === RUN TestDockerSuite/TestCpToCaseA [2022-08-17T18:37:12.965Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2022-08-17T18:37:13.145Z] --- PASS: TestCreateServiceMultipleTimes (15.07s) [2022-08-17T18:37:13.145Z] === RUN TestCreateServiceConflict [2022-08-17T18:37:13.750Z] === RUN TestDockerSuite/TestCpToCaseB [2022-08-17T18:37:14.313Z] === RUN TestDockerSuite/TestCpToCaseC [2022-08-17T18:37:14.347Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-08-17T18:37:14.347Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2022-08-17T18:37:15.036Z] --- PASS: TestCreateServiceConflict (1.75s) [2022-08-17T18:37:15.036Z] === RUN TestCreateServiceMaxReplicas [2022-08-17T18:37:15.287Z] ok github.com/docker/docker/registry 0.052s coverage: 57.1% of statements [2022-08-17T18:37:15.548Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-08-17T18:37:15.678Z] === RUN TestDockerSuite/TestCpToCaseD [2022-08-17T18:37:15.808Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-08-17T18:37:15.934Z] --- PASS: TestCreateServiceMultipleTimes (16.84s) [2022-08-17T18:37:15.934Z] === RUN TestCreateServiceConflict [2022-08-17T18:37:16.378Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2022-08-17T18:37:16.378Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-08-17T18:37:16.902Z] --- PASS: TestGraphdriverPluginV2 (5.72s) [2022-08-17T18:37:16.902Z] PASS [2022-08-17T18:37:16.902Z] [2022-08-17T18:37:16.902Z] === Skipped [2022-08-17T18:37:16.902Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s) [2022-08-17T18:37:16.902Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-17T18:37:16.902Z] [2022-08-17T18:37:16.902Z] DONE 2 tests, 1 skipped in 6.181s [2022-08-17T18:37:16.902Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-17T18:37:16.902Z] INFO: Testing against a local daemon [2022-08-17T18:37:16.902Z] === RUN TestContinueAfterPluginCrash [2022-08-17T18:37:16.902Z] === PAUSE TestContinueAfterPluginCrash [2022-08-17T18:37:16.902Z] === RUN TestReadPluginNoRead [2022-08-17T18:37:16.902Z] === PAUSE TestReadPluginNoRead [2022-08-17T18:37:16.902Z] === RUN TestDaemonStartWithLogOpt [2022-08-17T18:37:16.902Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-17T18:37:16.902Z] === CONT TestContinueAfterPluginCrash [2022-08-17T18:37:16.902Z] === CONT TestDaemonStartWithLogOpt [2022-08-17T18:37:17.553Z] --- PASS: TestCreateServiceMaxReplicas (2.46s) [2022-08-17T18:37:17.553Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-17T18:37:18.449Z] --- PASS: TestCreateServiceConflict (2.63s) [2022-08-17T18:37:18.449Z] === RUN TestCreateServiceMaxReplicas [2022-08-17T18:37:18.921Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-08-17T18:37:19.010Z] === RUN TestDockerSuite/TestCpToCaseE [2022-08-17T18:37:19.491Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2022-08-17T18:37:19.751Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2022-08-17T18:37:20.692Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2022-08-17T18:37:21.530Z] === RUN TestDockerSuite/TestCpToCaseF [2022-08-17T18:37:21.786Z] --- PASS: TestCreateServiceMaxReplicas (3.22s) [2022-08-17T18:37:21.786Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-17T18:37:22.043Z] === RUN TestDockerSuite/TestCpToCaseG [2022-08-17T18:37:23.483Z] --- PASS: TestDaemonStartWithLogOpt (6.46s) [2022-08-17T18:37:23.483Z] === CONT TestReadPluginNoRead [2022-08-17T18:37:25.335Z] === RUN TestDockerSuite/TestCpToCaseH [2022-08-17T18:37:25.999Z] === RUN TestReadPluginNoRead/default [2022-08-17T18:37:26.302Z] --- PASS: TestContinueAfterPluginCrash (10.11s) [2022-08-17T18:37:27.227Z] === RUN TestDockerSuite/TestCpToCaseI [2022-08-17T18:37:27.788Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-08-17T18:37:28.203Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-17T18:37:30.441Z] --- PASS: TestCreateServiceMultipleTimes (15.55s) [2022-08-17T18:37:30.441Z] === RUN TestCreateServiceConflict [2022-08-17T18:37:30.441Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-08-17T18:37:30.441Z] === RUN TestCreateServiceMaxReplicas [2022-08-17T18:37:30.716Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-17T18:37:31.053Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-08-17T18:37:31.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-08-17T18:37:31.053Z] === RUN TestDockerSuite/TestCpToDot [2022-08-17T18:37:31.981Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-08-17T18:37:32.396Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s) [2022-08-17T18:37:32.396Z] === RUN TestCreateServiceSecretFileMode [2022-08-17T18:37:32.603Z] === CONT TestReadPluginNoRead [2022-08-17T18:37:32.603Z] read_test.go:92: [d1c397b984e4a] daemon is not started [2022-08-17T18:37:32.603Z] --- PASS: TestReadPluginNoRead (9.92s) [2022-08-17T18:37:32.603Z] --- PASS: TestReadPluginNoRead/default (2.25s) [2022-08-17T18:37:32.603Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.27s) [2022-08-17T18:37:32.603Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2022-08-17T18:37:32.603Z] PASS [2022-08-17T18:37:32.603Z] [2022-08-17T18:37:32.603Z] DONE 6 tests in 16.544s [2022-08-17T18:37:32.603Z] 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-08-17T18:37:32.603Z] testing: warning: no tests to run [2022-08-17T18:37:32.603Z] PASS [2022-08-17T18:37:32.603Z] [2022-08-17T18:37:32.603Z] DONE 0 tests in 0.040s [2022-08-17T18:37:32.859Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-17T18:37:32.859Z] INFO: Testing against a local daemon [2022-08-17T18:37:32.859Z] === RUN TestPluginWithDevMounts [2022-08-17T18:37:32.859Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-08-17T18:37:32.859Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-08-17T18:37:32.859Z] PASS [2022-08-17T18:37:32.859Z] [2022-08-17T18:37:32.859Z] === Skipped [2022-08-17T18:37:32.859Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-08-17T18:37:32.859Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-08-17T18:37:32.859Z] [2022-08-17T18:37:32.859Z] DONE 1 tests, 1 skipped in 0.161s [2022-08-17T18:37:32.859Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-17T18:37:32.910Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-08-17T18:37:32.911Z] docker_api_swarm_node_test.go:81: [d17575c1a136a] joining swarm manager [d3da70203a2cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:37:32.957Z] --- PASS: TestCreateServiceMaxReplicas (2.72s) [2022-08-17T18:37:32.957Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-17T18:37:33.115Z] INFO: Testing against a local daemon [2022-08-17T18:37:33.115Z] === RUN TestSecretInspect [2022-08-17T18:37:33.115Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestSecretInspect (0.02s) [2022-08-17T18:37:33.115Z] === RUN TestSecretList [2022-08-17T18:37:33.115Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestSecretList (0.02s) [2022-08-17T18:37:33.115Z] === RUN TestSecretsCreateAndDelete [2022-08-17T18:37:33.115Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2022-08-17T18:37:33.115Z] === RUN TestSecretsUpdate [2022-08-17T18:37:33.115Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-08-17T18:37:33.115Z] === RUN TestTemplatedSecret [2022-08-17T18:37:33.115Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-08-17T18:37:33.115Z] === RUN TestSecretCreateResolve [2022-08-17T18:37:33.115Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-08-17T18:37:33.115Z] PASS [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === Skipped [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-08-17T18:37:33.115Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2022-08-17T18:37:33.115Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2022-08-17T18:37:33.115Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-08-17T18:37:33.115Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-08-17T18:37:33.115Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-08-17T18:37:33.115Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.115Z] [2022-08-17T18:37:33.115Z] DONE 6 tests, 6 skipped in 0.236s [2022-08-17T18:37:33.115Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-17T18:37:33.370Z] INFO: Testing against a local daemon [2022-08-17T18:37:33.370Z] === RUN TestServiceCreateInit [2022-08-17T18:37:33.370Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-17T18:37:33.370Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-17T18:37:33.370Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- PASS: TestServiceCreateInit (0.01s) [2022-08-17T18:37:33.370Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-17T18:37:33.370Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-17T18:37:33.370Z] === RUN TestCreateServiceMultipleTimes [2022-08-17T18:37:33.370Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-08-17T18:37:33.370Z] === RUN TestCreateServiceConflict [2022-08-17T18:37:33.370Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-08-17T18:37:33.370Z] === RUN TestCreateServiceMaxReplicas [2022-08-17T18:37:33.370Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-08-17T18:37:33.370Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-17T18:37:33.370Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-08-17T18:37:33.370Z] === RUN TestCreateServiceSecretFileMode [2022-08-17T18:37:33.370Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.370Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-08-17T18:37:33.370Z] === RUN TestCreateServiceConfigFileMode [2022-08-17T18:37:33.371Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-08-17T18:37:33.371Z] === RUN TestCreateServiceSysctls [2022-08-17T18:37:33.371Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-08-17T18:37:33.371Z] === RUN TestCreateServiceCapabilities [2022-08-17T18:37:33.371Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-08-17T18:37:33.371Z] === RUN TestInspect [2022-08-17T18:37:33.371Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestInspect (0.01s) [2022-08-17T18:37:33.371Z] === RUN TestCreateJob [2022-08-17T18:37:33.371Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestCreateJob (0.01s) [2022-08-17T18:37:33.371Z] === RUN TestReplicatedJob [2022-08-17T18:37:33.371Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.371Z] --- SKIP: TestReplicatedJob (0.01s) [2022-08-17T18:37:33.371Z] === RUN TestUpdateReplicatedJob [2022-08-17T18:37:33.371Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.626Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-08-17T18:37:33.626Z] === RUN TestServiceListWithStatuses [2022-08-17T18:37:33.626Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:37:33.626Z] --- SKIP: TestServiceListWithStatuses (0.02s) [2022-08-17T18:37:33.626Z] === RUN TestDockerNetworkConnectAlias [2022-08-17T18:37:33.626Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.626Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-08-17T18:37:33.626Z] === RUN TestDockerNetworkReConnect [2022-08-17T18:37:33.626Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:33.626Z] --- SKIP: TestDockerNetworkReConnect (0.03s) [2022-08-17T18:37:33.626Z] === RUN TestServicePlugin [2022-08-17T18:37:33.838Z] === RUN TestDockerSuite/TestCpToStdout [2022-08-17T18:37:34.400Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-08-17T18:37:35.329Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.76s) [2022-08-17T18:37:35.329Z] === RUN TestCreateServiceSecretFileMode [2022-08-17T18:37:35.586Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-08-17T18:37:35.843Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-08-17T18:37:36.406Z] === RUN TestDockerSuite/TestCpVolumePath [2022-08-17T18:37:36.891Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServicePlugin (2.91s) [2022-08-17T18:37:36.891Z] === RUN TestServiceUpdateLabel [2022-08-17T18:37:36.891Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-08-17T18:37:36.891Z] === RUN TestServiceUpdateSecrets [2022-08-17T18:37:36.891Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-08-17T18:37:36.891Z] === RUN TestServiceUpdateConfigs [2022-08-17T18:37:36.891Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-08-17T18:37:36.891Z] === RUN TestServiceUpdateNetwork [2022-08-17T18:37:36.891Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-08-17T18:37:36.891Z] === RUN TestServiceUpdatePidsLimit [2022-08-17T18:37:36.891Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-08-17T18:37:36.891Z] PASS [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === Skipped [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-17T18:37:36.891Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-17T18:37:36.891Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-08-17T18:37:36.891Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-08-17T18:37:36.891Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-08-17T18:37:36.891Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-08-17T18:37:36.891Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-08-17T18:37:36.891Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-08-17T18:37:36.891Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-08-17T18:37:36.891Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-08-17T18:37:36.891Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-08-17T18:37:36.891Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-08-17T18:37:36.891Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-08-17T18:37:36.891Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-08-17T18:37:36.891Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.02s) [2022-08-17T18:37:36.891Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-08-17T18:37:36.891Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s) [2022-08-17T18:37:36.891Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServicePlugin (2.91s) [2022-08-17T18:37:36.891Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-08-17T18:37:36.891Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-08-17T18:37:36.891Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-08-17T18:37:36.891Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-08-17T18:37:36.891Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-08-17T18:37:36.891Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] DONE 24 tests, 23 skipped in 3.373s [2022-08-17T18:37:36.891Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-17T18:37:36.891Z] INFO: Testing against a local daemon [2022-08-17T18:37:36.891Z] === RUN TestSessionCreate [2022-08-17T18:37:36.891Z] --- PASS: TestSessionCreate (0.03s) [2022-08-17T18:37:36.891Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-17T18:37:36.891Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-17T18:37:36.891Z] PASS [2022-08-17T18:37:36.891Z] [2022-08-17T18:37:36.891Z] DONE 2 tests in 0.275s [2022-08-17T18:37:36.891Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-17T18:37:36.891Z] INFO: Testing against a local daemon [2022-08-17T18:37:36.891Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:37:36.891Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:37:36.891Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:37:36.891Z] === RUN TestEventsExecDie [2022-08-17T18:37:37.454Z] --- PASS: TestEventsExecDie (0.47s) [2022-08-17T18:37:37.454Z] === RUN TestEventsBackwardsCompatible [2022-08-17T18:37:37.454Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-08-17T18:37:37.454Z] === RUN TestInfoBinaryCommits [2022-08-17T18:37:37.454Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-17T18:37:37.454Z] === RUN TestInfoAPIVersioned [2022-08-17T18:37:37.454Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-17T18:37:37.454Z] === RUN TestInfoDiscoveryBackend [2022-08-17T18:37:37.771Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-08-17T18:37:37.772Z] === RUN TestDockerSuite/TestCreateArgs [2022-08-17T18:37:38.027Z] === RUN TestDockerSuite/TestCreateByImageID [2022-08-17T18:37:38.283Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-08-17T18:37:38.809Z] ok github.com/docker/docker/pkg/plugins 33.626s coverage: 76.6% of statements [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/pkg/term [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/rootless [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/volume [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-17T18:37:38.809Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === Skipped [2022-08-17T18:37:38.809Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-08-17T18:37:38.809Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-08-17T18:37:38.809Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver btrfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-17T18:37:38.809Z] time="2022-08-17T18:36:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-17T18:37:38.809Z] time="2022-08-17T18:36:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-17T18:37:38.809Z] time="2022-08-17T18:36:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-17T18:37:38.809Z] time="2022-08-17T18:36:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-17T18:37:38.809Z] time="2022-08-17T18:36:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-17T18:37:38.809Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-08-17T18:37:38.809Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-17T18:37:38.809Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:37:38.809Z] [2022-08-17T18:37:38.809Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-17T18:37:38.810Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-17T18:37:38.810Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-17T18:37:38.810Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.810Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.810Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.810Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.810Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-17T18:37:38.810Z] graphtest_unix.go:47: Driver zfs not supported [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-17T18:37:38.810Z] graphtest_unix.go:74: No driver to put! [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-17T18:37:38.810Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-17T18:37:38.810Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-08-17T18:37:38.810Z] [2022-08-17T18:37:38.810Z] DONE 2251 tests, 26 skipped in 229.057s Post stage [Pipeline] junit [2022-08-17T18:37:38.824Z] Recording test results [2022-08-17T18:37:38.845Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-08-17T18:37:38.845Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-08-17T18:37:38.845Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-08-17T18:37:39.004Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-08-17T18:37:39.102Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-08-17T18:37:39.325Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43975/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7299ae72c95afa810b5afd7c80e30a31d892c64 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a7299ae72c95afa810b5afd7c80e30a31d892c64 hack/validate/vendor [2022-08-17T18:37:39.341Z] --- PASS: TestInfoDiscoveryBackend (1.55s) [2022-08-17T18:37:39.341Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-17T18:37:39.664Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-08-17T18:37:39.895Z] update vendored copy of archive/tar [2022-08-17T18:37:39.895Z] downloading: https://golang.org/dl/go1.17.13.src.tar.gz [2022-08-17T18:37:39.924Z] === RUN TestDockerSuite/TestCreateLabels [2022-08-17T18:37:39.924Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-08-17T18:37:40.180Z] === RUN TestDockerSuite/TestCreateRM [2022-08-17T18:37:40.436Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-08-17T18:37:40.436Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-17T18:37:40.436Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-08-17T18:37:40.436Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-08-17T18:37:40.692Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-08-17T18:37:41.802Z] patching file stat_unix.go [2022-08-17T18:37:41.802Z] Hunk #1 succeeded at 9 (offset 1 line). [2022-08-17T18:37:41.802Z] Hunk #2 succeeded at 17 (offset 1 line). [2022-08-17T18:37:41.802Z] Hunk #3 succeeded at 25 (offset 1 line). [2022-08-17T18:37:41.802Z] 2022/08/17 18:37:41 Collecting initial packages [2022-08-17T18:37:41.802Z] 2022/08/17 18:37:41 Download dependencies [2022-08-17T18:37:42.058Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-08-17T18:37:42.058Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-08-17T18:37:42.058Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-08-17T18:37:42.338Z] --- PASS: TestCreateServiceSecretFileMode (11.88s) [2022-08-17T18:37:42.338Z] === RUN TestCreateServiceConfigFileMode [2022-08-17T18:37:42.604Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2022-08-17T18:37:42.604Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-17T18:37:42.604Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:37:42.604Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-08-17T18:37:42.604Z] === RUN TestInfoAPI [2022-08-17T18:37:42.604Z] --- PASS: TestInfoAPI (0.02s) [2022-08-17T18:37:42.604Z] === RUN TestInfoAPIWarnings [2022-08-17T18:37:45.094Z] 2022/08/17 18:37:44 Starting whole vndr cycle because no package specified [2022-08-17T18:37:45.094Z] 2022/08/17 18:37:44 Ignoring paths matching "^archive/tar" [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-08-17T18:37:45.326Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2022-08-17T18:37:45.354Z] 2022/08/17 18:37:45 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2022-08-17T18:37:45.581Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-08-17T18:37:46.294Z] 2022/08/17 18:37:46 Finished clone github.com/Azure/go-ansiterm [2022-08-17T18:37:46.294Z] 2022/08/17 18:37:46 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2022-08-17T18:37:46.294Z] 2022/08/17 18:37:46 Finished clone github.com/moby/term [2022-08-17T18:37:46.294Z] 2022/08/17 18:37:46 Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20 [2022-08-17T18:37:46.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-08-17T18:37:46.550Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/docker/libtrust [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/creack/pty [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/moby/locker [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/google/uuid [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/tchap/go-patricia [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Finished clone github.com/willf/bitset [2022-08-17T18:37:46.554Z] 2022/08/17 18:37:46 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2022-08-17T18:37:46.815Z] 2022/08/17 18:37:46 Finished clone github.com/gorilla/mux [2022-08-17T18:37:46.815Z] 2022/08/17 18:37:46 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2022-08-17T18:37:46.815Z] 2022/08/17 18:37:46 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2022-08-17T18:37:46.815Z] 2022/08/17 18:37:46 Finished clone github.com/Microsoft/go-winio [2022-08-17T18:37:47.075Z] 2022/08/17 18:37:47 Finished clone github.com/sirupsen/logrus [2022-08-17T18:37:47.075Z] 2022/08/17 18:37:47 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2022-08-17T18:37:47.112Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-08-17T18:37:47.647Z] 2022/08/17 18:37:47 Finished clone github.com/docker/go-units [2022-08-17T18:37:47.647Z] 2022/08/17 18:37:47 Clone github.com/moby/buildkit, revision bc07b2b81b1c6a62d29981ac564b16a15ce2bfa7, attempt 1/20 [2022-08-17T18:37:47.647Z] 2022/08/17 18:37:47 Finished clone github.com/syndtr/gocapability [2022-08-17T18:37:47.647Z] 2022/08/17 18:37:47 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2022-08-17T18:37:47.788Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.05s) [2022-08-17T18:37:47.788Z] === RUN TestCreateServiceSecretFileMode [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Finished clone github.com/moby/sys [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Finished clone github.com/opencontainers/image-spec [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Finished clone github.com/RackSec/srslog [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Finished clone gotest.tools/v3 [2022-08-17T18:37:47.908Z] 2022/08/17 18:37:47 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2022-08-17T18:37:48.169Z] 2022/08/17 18:37:48 Finished clone github.com/google/go-cmp [2022-08-17T18:37:48.169Z] 2022/08/17 18:37:48 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2022-08-17T18:37:48.169Z] 2022/08/17 18:37:48 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2022-08-17T18:37:48.169Z] 2022/08/17 18:37:48 Finished clone github.com/imdario/mergo [2022-08-17T18:37:48.478Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-08-17T18:37:48.478Z] --- PASS: TestCreateServiceSecretFileMode (13.10s) [2022-08-17T18:37:48.478Z] === RUN TestCreateServiceConfigFileMode [2022-08-17T18:37:48.740Z] 2022/08/17 18:37:48 Finished clone golang.org/x/sync [2022-08-17T18:37:48.740Z] 2022/08/17 18:37:48 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2022-08-17T18:37:48.740Z] 2022/08/17 18:37:48 Finished clone github.com/docker/go-connections [2022-08-17T18:37:48.740Z] 2022/08/17 18:37:48 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2022-08-17T18:37:49.001Z] 2022/08/17 18:37:48 Finished clone github.com/tonistiigi/units [2022-08-17T18:37:49.001Z] 2022/08/17 18:37:48 Clone github.com/docker/libnetwork, revision 0dde5c895075df6e3630e76f750a447cf63f4789, attempt 1/20 [2022-08-17T18:37:49.040Z] docker_api_swarm_node_test.go:53: [d0ea1731d5855] joining swarm manager [d6b81dd4cf775]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Finished clone github.com/google/shlex [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Finished clone github.com/opentracing-contrib/go-stdlib [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Finished clone github.com/opentracing/opentracing-go [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Finished clone github.com/mitchellh/hashstructure [2022-08-17T18:37:49.262Z] 2022/08/17 18:37:49 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2022-08-17T18:37:49.834Z] 2022/08/17 18:37:49 Finished clone github.com/gofrs/flock [2022-08-17T18:37:49.834Z] 2022/08/17 18:37:49 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2022-08-17T18:37:49.969Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-08-17T18:37:49.969Z] docker_api_swarm_node_test.go:54: [d273ceb76429a] joining swarm manager [d6b81dd4cf775]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:37:50.406Z] 2022/08/17 18:37:50 Finished clone github.com/armon/go-radix [2022-08-17T18:37:50.406Z] 2022/08/17 18:37:50 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2022-08-17T18:37:50.532Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-08-17T18:37:50.666Z] 2022/08/17 18:37:50 Finished clone github.com/docker/go-events [2022-08-17T18:37:50.667Z] 2022/08/17 18:37:50 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2022-08-17T18:37:50.927Z] 2022/08/17 18:37:50 Finished clone github.com/armon/go-metrics [2022-08-17T18:37:50.927Z] 2022/08/17 18:37:50 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2022-08-17T18:37:51.094Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-08-17T18:37:51.094Z] === RUN TestDockerSuite/TestDevicePermissions [2022-08-17T18:37:51.188Z] 2022/08/17 18:37:50 Finished clone github.com/sean-/seed [2022-08-17T18:37:51.188Z] 2022/08/17 18:37:50 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2022-08-17T18:37:51.448Z] 2022/08/17 18:37:51 Finished clone github.com/tonistiigi/fsutil [2022-08-17T18:37:51.448Z] 2022/08/17 18:37:51 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2022-08-17T18:37:51.655Z] === RUN TestDockerSuite/TestDockerFails [2022-08-17T18:37:51.656Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-08-17T18:37:51.656Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-08-17T18:37:51.656Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-08-17T18:37:52.033Z] 2022/08/17 18:37:51 Finished clone github.com/hashicorp/errwrap [2022-08-17T18:37:52.033Z] 2022/08/17 18:37:51 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2022-08-17T18:37:52.033Z] 2022/08/17 18:37:51 Finished clone github.com/hashicorp/memberlist [2022-08-17T18:37:52.033Z] 2022/08/17 18:37:51 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2022-08-17T18:37:52.218Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-08-17T18:37:52.293Z] 2022/08/17 18:37:52 Finished clone github.com/hashicorp/go-multierror [2022-08-17T18:37:52.293Z] 2022/08/17 18:37:52 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2022-08-17T18:37:52.781Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-08-17T18:37:53.235Z] 2022/08/17 18:37:52 Finished clone github.com/docker/libkv [2022-08-17T18:37:53.235Z] 2022/08/17 18:37:52 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2022-08-17T18:37:53.235Z] 2022/08/17 18:37:53 Finished clone github.com/vishvananda/netns [2022-08-17T18:37:53.235Z] 2022/08/17 18:37:53 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2022-08-17T18:37:53.496Z] 2022/08/17 18:37:53 Finished clone github.com/golang/gddo [2022-08-17T18:37:53.496Z] 2022/08/17 18:37:53 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2022-08-17T18:37:53.496Z] 2022/08/17 18:37:53 Finished clone github.com/hashicorp/go-sockaddr [2022-08-17T18:37:53.496Z] 2022/08/17 18:37:53 Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20 [2022-08-17T18:37:53.777Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-08-17T18:37:53.778Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-08-17T18:37:53.778Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-08-17T18:37:54.044Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-08-17T18:37:54.515Z] --- PASS: TestCreateServiceConfigFileMode (12.29s) [2022-08-17T18:37:54.515Z] === RUN TestCreateServiceSysctls [2022-08-17T18:37:54.878Z] 2022/08/17 18:37:54 Finished clone github.com/moby/ipvs [2022-08-17T18:37:54.878Z] 2022/08/17 18:37:54 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2022-08-17T18:37:55.138Z] 2022/08/17 18:37:54 Finished clone github.com/samuel/go-zookeeper [2022-08-17T18:37:55.138Z] 2022/08/17 18:37:54 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2022-08-17T18:37:55.138Z] 2022/08/17 18:37:55 Finished clone github.com/deckarep/golang-set [2022-08-17T18:37:55.138Z] 2022/08/17 18:37:55 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2022-08-17T18:37:55.707Z] 2022/08/17 18:37:55 Finished clone github.com/BurntSushi/toml [2022-08-17T18:37:55.707Z] 2022/08/17 18:37:55 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2022-08-17T18:37:55.707Z] 2022/08/17 18:37:55 Finished clone github.com/hashicorp/go-msgpack [2022-08-17T18:37:55.708Z] 2022/08/17 18:37:55 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2022-08-17T18:37:55.708Z] 2022/08/17 18:37:55 Finished clone github.com/vishvananda/netlink [2022-08-17T18:37:55.708Z] 2022/08/17 18:37:55 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2022-08-17T18:37:56.277Z] 2022/08/17 18:37:56 Finished clone github.com/coreos/go-semver [2022-08-17T18:37:56.277Z] 2022/08/17 18:37:56 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2022-08-17T18:37:56.846Z] 2022/08/17 18:37:56 Finished clone github.com/ishidawataru/sctp [2022-08-17T18:37:56.846Z] 2022/08/17 18:37:56 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2022-08-17T18:37:57.787Z] 2022/08/17 18:37:57 Finished clone github.com/modern-go/concurrent [2022-08-17T18:37:57.787Z] 2022/08/17 18:37:57 Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20 [2022-08-17T18:37:57.820Z] --- PASS: TestCreateServiceSysctls (2.97s) [2022-08-17T18:37:57.820Z] === RUN TestCreateServiceCapabilities [2022-08-17T18:37:58.357Z] 2022/08/17 18:37:58 Finished clone github.com/modern-go/reflect2 [2022-08-17T18:37:58.357Z] 2022/08/17 18:37:58 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2022-08-17T18:37:58.618Z] 2022/08/17 18:37:58 Finished clone github.com/json-iterator/go [2022-08-17T18:37:58.618Z] 2022/08/17 18:37:58 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2022-08-17T18:37:59.189Z] 2022/08/17 18:37:58 Finished clone go.etcd.io/bbolt [2022-08-17T18:37:59.189Z] 2022/08/17 18:37:58 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2022-08-17T18:37:59.189Z] 2022/08/17 18:37:59 Finished clone github.com/Microsoft/opengcs [2022-08-17T18:37:59.189Z] 2022/08/17 18:37:59 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2022-08-17T18:37:59.286Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-08-17T18:37:59.450Z] 2022/08/17 18:37:59 Finished clone github.com/hashicorp/serf [2022-08-17T18:37:59.450Z] 2022/08/17 18:37:59 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2022-08-17T18:37:59.450Z] 2022/08/17 18:37:59 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2022-08-17T18:37:59.450Z] 2022/08/17 18:37:59 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2022-08-17T18:37:59.709Z] --- PASS: TestCreateServiceCapabilities (2.36s) [2022-08-17T18:37:59.709Z] === RUN TestInspect [2022-08-17T18:37:59.949Z] --- PASS: TestCreateServiceSecretFileMode (12.48s) [2022-08-17T18:37:59.950Z] === RUN TestCreateServiceConfigFileMode [2022-08-17T18:38:00.392Z] 2022/08/17 18:38:00 Finished clone github.com/opencontainers/go-digest [2022-08-17T18:38:00.392Z] 2022/08/17 18:38:00 Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20 [2022-08-17T18:38:00.639Z] --- PASS: TestInfoAPIWarnings (17.35s) [2022-08-17T18:38:00.640Z] === RUN TestInfoDebug [2022-08-17T18:38:00.651Z] 2022/08/17 18:38:00 Finished clone github.com/mistifyio/go-zfs [2022-08-17T18:38:00.651Z] 2022/08/17 18:38:00 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2022-08-17T18:38:01.173Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-08-17T18:38:01.565Z] --- PASS: TestInfoDebug (1.54s) [2022-08-17T18:38:01.565Z] === RUN TestInfoInsecureRegistries [2022-08-17T18:38:01.741Z] --- PASS: TestCreateServiceConfigFileMode (13.18s) [2022-08-17T18:38:01.741Z] === RUN TestCreateServiceSysctls [2022-08-17T18:38:02.562Z] 2022/08/17 18:38:02 Finished clone github.com/cyphar/filepath-securejoin [2022-08-17T18:38:02.562Z] 2022/08/17 18:38:02 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2022-08-17T18:38:02.669Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-08-17T18:38:02.929Z] --- PASS: TestInfoInsecureRegistries (1.55s) [2022-08-17T18:38:02.929Z] === RUN TestInfoRegistryMirrors [2022-08-17T18:38:02.977Z] --- PASS: TestInspect (2.62s) [2022-08-17T18:38:02.977Z] === RUN TestCreateJob [2022-08-17T18:38:03.133Z] 2022/08/17 18:38:02 Finished clone github.com/opencontainers/runtime-spec [2022-08-17T18:38:03.133Z] 2022/08/17 18:38:02 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2022-08-17T18:38:03.133Z] 2022/08/17 18:38:02 Finished clone github.com/vbatts/tar-split [2022-08-17T18:38:03.133Z] 2022/08/17 18:38:02 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2022-08-17T18:38:04.515Z] 2022/08/17 18:38:04 Finished clone github.com/coreos/go-systemd [2022-08-17T18:38:04.515Z] 2022/08/17 18:38:04 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2022-08-17T18:38:04.561Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-08-17T18:38:04.817Z] --- PASS: TestInfoRegistryMirrors (1.54s) [2022-08-17T18:38:04.817Z] === RUN TestLoginFailsWithBadCredentials [2022-08-17T18:38:04.817Z] --- PASS: TestLoginFailsWithBadCredentials (0.46s) [2022-08-17T18:38:04.817Z] === RUN TestPingCacheHeaders [2022-08-17T18:38:04.817Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-17T18:38:04.817Z] === RUN TestPingGet [2022-08-17T18:38:05.073Z] --- PASS: TestPingGet (0.01s) [2022-08-17T18:38:05.073Z] === RUN TestPingHead [2022-08-17T18:38:05.073Z] --- PASS: TestPingHead (0.02s) [2022-08-17T18:38:05.073Z] === RUN TestVersion [2022-08-17T18:38:05.073Z] --- PASS: TestVersion (0.01s) [2022-08-17T18:38:05.073Z] PASS [2022-08-17T18:38:05.073Z] [2022-08-17T18:38:05.073Z] === Skipped [2022-08-17T18:38:05.073Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:38:05.073Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:38:05.073Z] [2022-08-17T18:38:05.073Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-08-17T18:38:05.073Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-17T18:38:05.073Z] [2022-08-17T18:38:05.073Z] DONE 18 tests, 2 skipped in 28.144s [2022-08-17T18:38:05.073Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-17T18:38:05.085Z] 2022/08/17 18:38:04 Finished clone golang.org/x/net [2022-08-17T18:38:05.085Z] 2022/08/17 18:38:04 Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20 [2022-08-17T18:38:05.123Z] === RUN TestDockerSuite/TestEventsAttach [2022-08-17T18:38:05.328Z] INFO: Testing against a local daemon [2022-08-17T18:38:05.328Z] === RUN TestVolumesCreateAndList [2022-08-17T18:38:05.379Z] --- PASS: TestCreateServiceSysctls (3.67s) [2022-08-17T18:38:05.379Z] === RUN TestCreateServiceCapabilities [2022-08-17T18:38:05.493Z] --- PASS: TestCreateJob (2.92s) [2022-08-17T18:38:05.493Z] === RUN TestReplicatedJob [2022-08-17T18:38:05.584Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-17T18:38:05.584Z] === RUN TestVolumesRemove [2022-08-17T18:38:05.584Z] --- PASS: TestVolumesRemove (0.06s) [2022-08-17T18:38:05.584Z] === RUN TestVolumesInspect [2022-08-17T18:38:05.584Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-17T18:38:05.584Z] === RUN TestVolumesInvalidJSON [2022-08-17T18:38:05.584Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-17T18:38:05.584Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-17T18:38:05.584Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-17T18:38:05.584Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-17T18:38:05.584Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-17T18:38:05.584Z] PASS [2022-08-17T18:38:05.584Z] [2022-08-17T18:38:05.584Z] DONE 5 tests in 0.569s [2022-08-17T18:38:05.584Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T18:38:05.584Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12364 is not a child of this shell [2022-08-17T18:38:05.584Z] warning: PID 12364 from bundles/test-integration/docker.pid had a nonzero exit code [2022-08-17T18:38:05.584Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T18:38:05.584Z] [2022-08-17T18:38:05.584Z] Unloading profiles will leave already running processes permanently [2022-08-17T18:38:05.584Z] unconfined, which can lead to unexpected situations. [2022-08-17T18:38:05.584Z] [2022-08-17T18:38:05.584Z] To set a process to complain mode, use the command line tool [2022-08-17T18:38:05.584Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T18:38:05.584Z] Removing test suite binaries [2022-08-17T18:38:05.584Z] exiting test-integration [2022-08-17T18:38:05.584Z] ++ exit 0 [2022-08-17T18:38:05.635Z] === RUN TestDockerSuite/TestEventsCommit [2022-08-17T18:38:05.656Z] 2022/08/17 18:38:05 Finished clone github.com/coreos/go-systemd/v22 [2022-08-17T18:38:05.656Z] 2022/08/17 18:38:05 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2022-08-17T18:38:05.656Z] 2022/08/17 18:38:05 Finished clone github.com/godbus/dbus/v5 [2022-08-17T18:38:05.656Z] 2022/08/17 18:38:05 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2022-08-17T18:38:06.226Z] 2022/08/17 18:38:06 Finished clone github.com/Graylog2/go-gelf [2022-08-17T18:38:06.226Z] 2022/08/17 18:38:06 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2022-08-17T18:38:06.561Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-08-17T18:38:06.797Z] 2022/08/17 18:38:06 Finished clone github.com/fluent/fluent-logger-golang [2022-08-17T18:38:06.797Z] 2022/08/17 18:38:06 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2022-08-17T18:38:06.949Z] [2022-08-17T18:38:07.058Z] 2022/08/17 18:38:06 Finished clone github.com/philhofer/fwd [2022-08-17T18:38:07.058Z] 2022/08/17 18:38:06 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2022-08-17T18:38:07.123Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-08-17T18:38:07.685Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-08-17T18:38:08.246Z] --- PASS: TestCreateServiceCapabilities (2.92s) [2022-08-17T18:38:08.246Z] === RUN TestInspect Post stage [Pipeline] junit [2022-08-17T18:38:08.322Z] Recording test results [2022-08-17T18:38:08.502Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-08-17T18:38:08.967Z] 2022/08/17 18:38:08 Finished clone github.com/fsnotify/fsnotify [2022-08-17T18:38:08.967Z] 2022/08/17 18:38:08 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2022-08-17T18:38:08.967Z] 2022/08/17 18:38:08 Finished clone github.com/docker/libnetwork [2022-08-17T18:38:08.967Z] 2022/08/17 18:38:08 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2022-08-17T18:38:09.227Z] 2022/08/17 18:38:09 Finished clone github.com/jmespath/go-jmespath [2022-08-17T18:38:09.227Z] 2022/08/17 18:38:09 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2022-08-17T18:38:09.667Z] --- PASS: TestReplicatedJob (4.39s) [2022-08-17T18:38:09.667Z] === RUN TestUpdateReplicatedJob [2022-08-17T18:38:10.167Z] 2022/08/17 18:38:09 Finished clone github.com/tinylib/msgp [2022-08-17T18:38:10.167Z] 2022/08/17 18:38:09 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2022-08-17T18:38:10.167Z] 2022/08/17 18:38:10 Finished clone github.com/bsphere/le_go [2022-08-17T18:38:10.167Z] 2022/08/17 18:38:10 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2022-08-17T18:38:10.176Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-17T18:38:10.390Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-08-17T18:38:10.557Z] + echo Ensuring container killed. [2022-08-17T18:38:10.557Z] Ensuring container killed. [2022-08-17T18:38:10.557Z] + docker rm -vf docker-pr5 [2022-08-17T18:38:10.557Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-08-17T18:38:10.875Z] + echo Chowning /workspace to jenkins user [2022-08-17T18:38:10.875Z] Chowning /workspace to jenkins user [2022-08-17T18:38:10.875Z] + id -u [2022-08-17T18:38:10.875Z] + id -g [2022-08-17T18:38:10.875Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [2022-08-17T18:38:10.875Z] Unable to find image 'busybox:latest' locally [2022-08-17T18:38:11.108Z] 2022/08/17 18:38:10 Finished clone github.com/cilium/ebpf [2022-08-17T18:38:11.108Z] 2022/08/17 18:38:10 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2022-08-17T18:38:11.131Z] latest: Pulling from library/busybox [2022-08-17T18:38:11.131Z] 50783e0dfb64: Pulling fs layer [2022-08-17T18:38:11.131Z] 50783e0dfb64: Verifying Checksum [2022-08-17T18:38:11.131Z] 50783e0dfb64: Download complete [2022-08-17T18:38:11.391Z] 50783e0dfb64: Pull complete [2022-08-17T18:38:11.391Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 [2022-08-17T18:38:11.391Z] Status: Downloaded newer image for busybox:latest [2022-08-17T18:38:11.755Z] --- PASS: TestInspect (3.32s) [2022-08-17T18:38:11.755Z] === RUN TestCreateJob [2022-08-17T18:38:11.755Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-08-17T18:38:12.049Z] 2022/08/17 18:38:11 Finished clone github.com/golang/groupcache [2022-08-17T18:38:12.049Z] 2022/08/17 18:38:11 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2022-08-17T18:38:12.049Z] 2022/08/17 18:38:11 Finished clone golang.org/x/oauth2 [2022-08-17T18:38:12.049Z] 2022/08/17 18:38:11 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2022-08-17T18:38:12.113Z] --- PASS: TestCreateServiceConfigFileMode (12.49s) [2022-08-17T18:38:12.113Z] === RUN TestCreateServiceSysctls [2022-08-17T18:38:12.310Z] 2022/08/17 18:38:12 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 7cfa023d95d37076d5ab035003d4839f4b6ba791, attempt 1/20 [2022-08-17T18:38:12.310Z] 2022/08/17 18:38:12 Finished clone github.com/miekg/dns [2022-08-17T18:38:12.934Z] --- PASS: TestUpdateReplicatedJob (3.00s) [2022-08-17T18:38:12.934Z] === RUN TestServiceListWithStatuses [2022-08-17T18:38:12.934Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:38:12.934Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-17T18:38:12.934Z] === RUN TestDockerNetworkConnectAlias [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T18:38:13.478Z] --- PASS: TestCreateServiceSysctls (2.99s) [2022-08-17T18:38:13.478Z] === RUN TestCreateServiceCapabilities [2022-08-17T18:38:13.611Z] + bundleName=amd64-rootless [2022-08-17T18:38:13.611Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-08-17T18:38:13.611Z] Creating amd64-rootless-bundles.tar.gz [2022-08-17T18:38:13.611Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-17T18:38:13.611Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-17T18:38:13.620Z] Archiving artifacts [2022-08-17T18:38:14.223Z] 2022/08/17 18:38:13 Finished clone github.com/googleapis/gax-go [2022-08-17T18:38:14.223Z] 2022/08/17 18:38:13 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2022-08-17T18:38:14.293Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-08-17T18:38:14.792Z] 2022/08/17 18:38:14 Finished clone go.opencensus.io [2022-08-17T18:38:14.792Z] 2022/08/17 18:38:14 Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20 [2022-08-17T18:38:15.219Z] --- PASS: TestCreateJob (3.50s) [2022-08-17T18:38:15.219Z] === RUN TestReplicatedJob [2022-08-17T18:38:15.272Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-17T18:38:15.620Z] + make clean [2022-08-17T18:38:15.734Z] 2022/08/17 18:38:15 Finished clone github.com/containerd/fifo [2022-08-17T18:38:15.734Z] 2022/08/17 18:38:15 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2022-08-17T18:38:15.876Z] docker volume rm -f docker-dev-cache [2022-08-17T18:38:15.876Z] docker-dev-cache [Pipeline] deleteDir [2022-08-17T18:38:15.990Z] --- PASS: TestCreateServiceCapabilities (2.37s) [2022-08-17T18:38:15.990Z] === RUN TestInspect [2022-08-17T18:38:16.203Z] --- PASS: TestDockerNetworkConnectAlias (3.53s) [2022-08-17T18:38:16.203Z] === RUN TestDockerNetworkReConnect [2022-08-17T18:38:16.584Z] === RUN TestDockerSuite/TestEventsCopy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-17T18:38:17.952Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-08-17T18:38:18.506Z] --- PASS: TestInspect (2.67s) [2022-08-17T18:38:18.506Z] === RUN TestCreateJob [2022-08-17T18:38:18.882Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-08-17T18:38:19.059Z] 2022/08/17 18:38:18 Finished clone github.com/containerd/cgroups [2022-08-17T18:38:19.059Z] 2022/08/17 18:38:18 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2022-08-17T18:38:19.059Z] 2022/08/17 18:38:18 Finished clone golang.org/x/sys [2022-08-17T18:38:19.059Z] 2022/08/17 18:38:18 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2022-08-17T18:38:19.471Z] --- PASS: TestDockerNetworkReConnect (3.35s) [2022-08-17T18:38:19.471Z] === RUN TestServicePlugin [2022-08-17T18:38:19.471Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:38:19.471Z] --- SKIP: TestServicePlugin (0.00s) [2022-08-17T18:38:19.728Z] === RUN TestServiceUpdateLabel [2022-08-17T18:38:20.447Z] 2022/08/17 18:38:20 Finished clone github.com/containerd/go-runc [2022-08-17T18:38:20.448Z] 2022/08/17 18:38:20 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2022-08-17T18:38:21.389Z] 2022/08/17 18:38:21 Finished clone github.com/containerd/typeurl [2022-08-17T18:38:21.389Z] 2022/08/17 18:38:21 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2022-08-17T18:38:21.397Z] --- PASS: TestReplicatedJob (5.96s) [2022-08-17T18:38:21.397Z] === RUN TestUpdateReplicatedJob [2022-08-17T18:38:21.840Z] --- PASS: TestCreateJob (3.07s) [2022-08-17T18:38:21.840Z] === RUN TestReplicatedJob [2022-08-17T18:38:21.958Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-08-17T18:38:21.960Z] 2022/08/17 18:38:21 Finished clone golang.org/x/text [2022-08-17T18:38:21.960Z] 2022/08/17 18:38:21 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2022-08-17T18:38:21.960Z] 2022/08/17 18:38:21 Finished clone github.com/containerd/continuity [2022-08-17T18:38:21.960Z] 2022/08/17 18:38:21 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2022-08-17T18:38:22.247Z] --- PASS: TestServiceUpdateLabel (2.24s) [2022-08-17T18:38:22.247Z] === RUN TestServiceUpdateSecrets [2022-08-17T18:38:22.531Z] 2022/08/17 18:38:22 Finished clone github.com/containerd/console [2022-08-17T18:38:22.531Z] 2022/08/17 18:38:22 Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20 [2022-08-17T18:38:22.531Z] 2022/08/17 18:38:22 Finished clone github.com/opencontainers/runc [2022-08-17T18:38:22.531Z] 2022/08/17 18:38:22 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2022-08-17T18:38:23.103Z] 2022/08/17 18:38:23 Finished clone github.com/containerd/ttrpc [2022-08-17T18:38:23.103Z] 2022/08/17 18:38:23 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2022-08-17T18:38:23.674Z] 2022/08/17 18:38:23 Finished clone github.com/gogo/googleapis [2022-08-17T18:38:23.674Z] 2022/08/17 18:38:23 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2022-08-17T18:38:23.934Z] 2022/08/17 18:38:23 Finished clone google.golang.org/grpc [2022-08-17T18:38:23.934Z] 2022/08/17 18:38:23 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2022-08-17T18:38:24.474Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-08-17T18:38:24.505Z] 2022/08/17 18:38:24 Finished clone github.com/Microsoft/hcsshim [2022-08-17T18:38:24.505Z] 2022/08/17 18:38:24 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2022-08-17T18:38:24.731Z] --- PASS: TestUpdateReplicatedJob (3.52s) [2022-08-17T18:38:24.731Z] === RUN TestServiceListWithStatuses [2022-08-17T18:38:24.731Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:38:24.731Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-17T18:38:24.731Z] === RUN TestDockerNetworkConnectAlias [2022-08-17T18:38:24.987Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-08-17T18:38:25.446Z] 2022/08/17 18:38:25 Finished clone github.com/fernet/fernet-go [2022-08-17T18:38:25.446Z] 2022/08/17 18:38:25 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2022-08-17T18:38:25.446Z] 2022/08/17 18:38:25 Finished clone github.com/docker/distribution [2022-08-17T18:38:25.446Z] 2022/08/17 18:38:25 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2022-08-17T18:38:25.914Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-08-17T18:38:26.017Z] 2022/08/17 18:38:25 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2022-08-17T18:38:26.017Z] 2022/08/17 18:38:25 Finished clone github.com/prometheus/client_golang [2022-08-17T18:38:26.171Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-08-17T18:38:26.428Z] === RUN TestDockerSuite/TestEventsFilterType [2022-08-17T18:38:26.990Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-08-17T18:38:26.990Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-08-17T18:38:26.990Z] === RUN TestDockerSuite/TestEventsFilters [2022-08-17T18:38:27.089Z] --- PASS: TestReplicatedJob (4.97s) [2022-08-17T18:38:27.089Z] === RUN TestUpdateReplicatedJob [2022-08-17T18:38:27.402Z] 2022/08/17 18:38:27 Finished clone golang.org/x/time [2022-08-17T18:38:27.402Z] 2022/08/17 18:38:27 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2022-08-17T18:38:27.662Z] 2022/08/17 18:38:27 Finished clone github.com/hashicorp/go-memdb [2022-08-17T18:38:27.662Z] 2022/08/17 18:38:27 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2022-08-17T18:38:28.357Z] === RUN TestDockerSuite/TestEventsFormat [2022-08-17T18:38:28.605Z] 2022/08/17 18:38:28 Finished clone github.com/hashicorp/go-immutable-radix [2022-08-17T18:38:28.605Z] 2022/08/17 18:38:28 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2022-08-17T18:38:28.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-08-17T18:38:29.176Z] 2022/08/17 18:38:29 Finished clone github.com/hashicorp/golang-lru [2022-08-17T18:38:29.177Z] 2022/08/17 18:38:29 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2022-08-17T18:38:29.544Z] --- PASS: TestDockerNetworkConnectAlias (4.85s) [2022-08-17T18:38:29.544Z] === RUN TestDockerNetworkReConnect [2022-08-17T18:38:29.604Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-08-17T18:38:29.604Z] === RUN TestServiceListWithStatuses [2022-08-17T18:38:29.604Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:38:29.604Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-17T18:38:29.604Z] === RUN TestDockerNetworkConnectAlias [2022-08-17T18:38:29.809Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-08-17T18:38:29.809Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-08-17T18:38:29.809Z] === RUN TestDockerSuite/TestEventsImageImport [2022-08-17T18:38:30.564Z] 2022/08/17 18:38:30 Finished clone github.com/coreos/pkg [2022-08-17T18:38:30.565Z] 2022/08/17 18:38:30 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2022-08-17T18:38:30.565Z] 2022/08/17 18:38:30 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2022-08-17T18:38:30.565Z] 2022/08/17 18:38:30 Finished clone github.com/moby/buildkit [2022-08-17T18:38:31.177Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-08-17T18:38:31.177Z] docker_api_swarm_test.go:202: [df2dcef1b8c45] joining swarm manager [d393503d83c94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:38:31.433Z] === RUN TestDockerSuite/TestEventsImagePull [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Finished clone github.com/golang/protobuf [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Finished clone github.com/beorn7/perks [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2022-08-17T18:38:31.950Z] 2022/08/17 18:38:31 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2022-08-17T18:38:32.798Z] === RUN TestDockerSuite/TestEventsImageTag [2022-08-17T18:38:32.893Z] 2022/08/17 18:38:32 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2022-08-17T18:38:32.893Z] 2022/08/17 18:38:32 Finished clone golang.org/x/crypto [2022-08-17T18:38:33.726Z] --- PASS: TestDockerNetworkReConnect (4.06s) [2022-08-17T18:38:33.726Z] === RUN TestServicePlugin [2022-08-17T18:38:33.726Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-08-17T18:38:33.726Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-08-17T18:38:33.726Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-08-17T18:38:33.726Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-08-17T18:38:33.726Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-08-17T18:38:33.726Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-08-17T18:38:33.768Z] --- PASS: TestDockerNetworkConnectAlias (4.03s) [2022-08-17T18:38:33.768Z] === RUN TestDockerNetworkReConnect [2022-08-17T18:38:33.836Z] 2022/08/17 18:38:33 Finished clone github.com/prometheus/client_model [2022-08-17T18:38:33.836Z] 2022/08/17 18:38:33 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2022-08-17T18:38:34.408Z] 2022/08/17 18:38:34 Finished clone github.com/matttproud/golang_protobuf_extensions [2022-08-17T18:38:34.408Z] 2022/08/17 18:38:34 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2022-08-17T18:38:35.349Z] 2022/08/17 18:38:35 Finished clone github.com/pkg/errors [2022-08-17T18:38:35.349Z] 2022/08/17 18:38:35 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2022-08-17T18:38:35.611Z] 2022/08/17 18:38:35 Finished clone code.cloudfoundry.org/clock [2022-08-17T18:38:35.611Z] 2022/08/17 18:38:35 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Finished clone github.com/prometheus/procfs [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Finished clone github.com/prometheus/common [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Finished clone github.com/inconshreveable/mousetrap [2022-08-17T18:38:35.872Z] 2022/08/17 18:38:35 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2022-08-17T18:38:36.242Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-08-17T18:38:36.804Z] === RUN TestDockerSuite/TestEventsRename [2022-08-17T18:38:36.816Z] 2022/08/17 18:38:36 Finished clone github.com/cespare/xxhash/v2 [2022-08-17T18:38:36.816Z] 2022/08/17 18:38:36 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2022-08-17T18:38:37.032Z] --- PASS: TestDockerNetworkReConnect (3.34s) [2022-08-17T18:38:37.032Z] === RUN TestServicePlugin [2022-08-17T18:38:37.087Z] --- PASS: TestServiceUpdateSecrets (13.90s) [2022-08-17T18:38:37.087Z] === RUN TestServiceUpdateConfigs [2022-08-17T18:38:37.366Z] plugin_test.go:62: [db08c16ad94c4] joining swarm manager [d0bb1f3906743]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:38:37.386Z] 2022/08/17 18:38:37 Finished clone github.com/morikuni/aec [2022-08-17T18:38:37.622Z] === RUN TestDockerSuite/TestEventsResize [2022-08-17T18:38:37.958Z] 2022/08/17 18:38:37 Finished clone github.com/spf13/pflag [2022-08-17T18:38:38.184Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-08-17T18:38:38.528Z] 2022/08/17 18:38:38 Finished clone github.com/docker/go-metrics [2022-08-17T18:38:38.746Z] plugin_test.go:65: [d66eb1e29617c] joining swarm manager [d0bb1f3906743]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:38:39.100Z] 2022/08/17 18:38:38 Finished clone github.com/spf13/cobra [2022-08-17T18:38:39.100Z] 2022/08/17 18:38:39 Finished clone github.com/google/certificate-transparency-go [2022-08-17T18:38:40.043Z] 2022/08/17 18:38:39 Finished clone github.com/opencontainers/selinux [2022-08-17T18:38:40.298Z] plugin_test.go:62: [d5064599a16ea] joining swarm manager [dc172c1974b3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:38:41.665Z] plugin_test.go:65: [d35ffa3f9f938] joining swarm manager [dc172c1974b3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:38:43.990Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-08-17T18:38:44.246Z] === RUN TestDockerSuite/TestEventsStreaming [2022-08-17T18:38:44.810Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-08-17T18:38:47.325Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-08-17T18:38:47.581Z] === RUN TestDockerSuite/TestEventsTop [2022-08-17T18:38:48.147Z] === RUN TestDockerSuite/TestEventsUntag [2022-08-17T18:38:49.522Z] docker_api_swarm_test.go:384: [d3e80988dbbff] joining swarm manager [d4155390cb2e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:38:50.889Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-08-17T18:38:50.889Z] docker_api_swarm_test.go:385: [d1f2c3e50492b] joining swarm manager [d4155390cb2e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:38:51.926Z] --- PASS: TestServiceUpdateConfigs (14.29s) [2022-08-17T18:38:51.926Z] === RUN TestServiceUpdateNetwork [2022-08-17T18:38:52.314Z] 2022/08/17 18:38:50 Finished clone github.com/cloudflare/cfssl [2022-08-17T18:38:57.603Z] 2022/08/17 18:38:57 Finished clone github.com/containerd/containerd [2022-08-17T18:38:58.987Z] 2022/08/17 18:38:58 Finished clone github.com/coreos/etcd [2022-08-17T18:39:03.054Z] === RUN TestDockerSuite/TestExec [2022-08-17T18:39:03.055Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-08-17T18:39:03.055Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-08-17T18:39:03.287Z] 2022/08/17 18:39:03 Finished clone github.com/docker/swarmkit [2022-08-17T18:39:03.616Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-08-17T18:39:03.871Z] === RUN TestDockerSuite/TestExecAPIStart [2022-08-17T18:39:04.098Z] --- PASS: TestServiceUpdateNetwork (12.24s) [2022-08-17T18:39:04.098Z] === RUN TestServiceUpdatePidsLimit [2022-08-17T18:39:04.098Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-17T18:39:04.098Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-17T18:39:04.800Z] --- PASS: TestServicePlugin (31.04s) [2022-08-17T18:39:04.800Z] === RUN TestServiceUpdateLabel [2022-08-17T18:39:05.366Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-08-17T18:39:05.928Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-08-17T18:39:06.856Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-08-17T18:39:07.417Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-08-17T18:39:07.417Z] --- PASS: TestServiceUpdateLabel (2.89s) [2022-08-17T18:39:07.417Z] === RUN TestServiceUpdateSecrets [2022-08-17T18:39:07.979Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-08-17T18:39:08.157Z] --- PASS: TestServicePlugin (29.69s) [2022-08-17T18:39:08.157Z] === RUN TestServiceUpdateLabel [2022-08-17T18:39:08.543Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-08-17T18:39:08.719Z] --- PASS: TestServiceUpdateLabel (2.12s) [2022-08-17T18:39:08.719Z] === RUN TestServiceUpdateSecrets [2022-08-17T18:39:09.106Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-08-17T18:39:10.471Z] === RUN TestDockerSuite/TestExecCgroup [2022-08-17T18:39:11.404Z] === RUN TestDockerSuite/TestExecEnv [2022-08-17T18:39:11.666Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-08-17T18:39:12.183Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-17T18:39:12.592Z] === RUN TestDockerSuite/TestExecExitStatus [2022-08-17T18:39:13.153Z] === RUN TestDockerSuite/TestExecInspectID [2022-08-17T18:39:15.041Z] === RUN TestDockerSuite/TestExecInteractive [2022-08-17T18:39:15.297Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-08-17T18:39:15.860Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-08-17T18:39:16.421Z] === RUN TestDockerSuite/TestExecParseError [2022-08-17T18:39:16.985Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-08-17T18:39:17.547Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-08-17T18:39:18.109Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-08-17T18:39:18.194Z] 2022/08/17 18:39:16 Finished clone cloud.google.com/go [2022-08-17T18:39:18.730Z] --- PASS: TestServiceUpdatePidsLimit (16.06s) [2022-08-17T18:39:18.730Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-08-17T18:39:18.730Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-08-17T18:39:18.730Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-08-17T18:39:18.730Z] PASS [2022-08-17T18:39:18.730Z] [2022-08-17T18:39:18.730Z] === Skipped [2022-08-17T18:39:18.730Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-17T18:39:18.730Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:39:18.730Z] [2022-08-17T18:39:18.730Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-08-17T18:39:18.730Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-17T18:39:18.730Z] [2022-08-17T18:39:18.730Z] DONE 27 tests, 2 skipped in 147.906s [2022-08-17T18:39:18.730Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-08-17T18:39:18.730Z] ++ 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-08-17T18:39:18.730Z] ++ set -e [2022-08-17T18:39:18.730Z] ++ '[' -n 0 ']' [2022-08-17T18:39:18.730Z] ++ set -x [2022-08-17T18:39:18.730Z] ++ 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-08-17T18:39:18.730Z] INFO: Testing against a local daemon [2022-08-17T18:39:18.730Z] === RUN TestSessionCreate [2022-08-17T18:39:18.730Z] --- PASS: TestSessionCreate (0.02s) [2022-08-17T18:39:18.730Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-17T18:39:18.730Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-17T18:39:18.730Z] PASS [2022-08-17T18:39:18.730Z] [2022-08-17T18:39:18.730Z] DONE 2 tests in 0.142s [2022-08-17T18:39:18.730Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-08-17T18:39:18.730Z] ++ 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-08-17T18:39:18.730Z] ++ set -e [2022-08-17T18:39:18.730Z] ++ '[' -n 0 ']' [2022-08-17T18:39:18.730Z] ++ set -x [2022-08-17T18:39:18.730Z] ++ 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-08-17T18:39:18.730Z] INFO: Testing against a local daemon [2022-08-17T18:39:18.730Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:39:18.730Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:39:18.730Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:39:18.730Z] === RUN TestEventsExecDie [2022-08-17T18:39:19.037Z] === RUN TestDockerSuite/TestExecSetEnv [2022-08-17T18:39:19.294Z] --- PASS: TestEventsExecDie (0.53s) [2022-08-17T18:39:19.294Z] === RUN TestEventsBackwardsCompatible [2022-08-17T18:39:19.294Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-08-17T18:39:19.294Z] === RUN TestInfoBinaryCommits [2022-08-17T18:39:19.294Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-17T18:39:19.294Z] === RUN TestInfoAPIVersioned [2022-08-17T18:39:19.294Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-17T18:39:19.294Z] === RUN TestInfoDiscoveryBackend [2022-08-17T18:39:19.599Z] === RUN TestDockerSuite/TestExecStartFails [2022-08-17T18:39:19.856Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-08-17T18:39:19.856Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-17T18:39:20.161Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-08-17T18:39:20.785Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-17T18:39:20.785Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-17T18:39:21.348Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-08-17T18:39:21.348Z] === RUN TestInfoAPI [2022-08-17T18:39:21.348Z] --- PASS: TestInfoAPI (0.02s) [2022-08-17T18:39:21.348Z] === RUN TestInfoAPIWarnings [2022-08-17T18:39:21.503Z] 2022/08/17 18:39:20 Finished clone github.com/gogo/protobuf [2022-08-17T18:39:22.049Z] --- PASS: TestServiceUpdateSecrets (14.72s) [2022-08-17T18:39:22.049Z] === RUN TestServiceUpdateConfigs [2022-08-17T18:39:23.554Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2022-08-17T18:39:23.554Z] === RUN TestServiceUpdateConfigs [2022-08-17T18:39:26.795Z] 2022/08/17 18:39:26 Finished clone google.golang.org/genproto [2022-08-17T18:39:31.988Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-08-17T18:39:31.988Z] === RUN TestDockerSuite/TestExecTTY [2022-08-17T18:39:31.988Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-08-17T18:39:32.565Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-08-17T18:39:32.824Z] === RUN TestDockerSuite/TestExecUlimits [2022-08-17T18:39:33.387Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-08-17T18:39:33.387Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-08-17T18:39:33.387Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-08-17T18:39:34.753Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-08-17T18:39:35.008Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-08-17T18:39:35.936Z] === RUN TestDockerSuite/TestExecWithTERM [2022-08-17T18:39:36.499Z] === RUN TestDockerSuite/TestExecWithUser [2022-08-17T18:39:37.061Z] --- PASS: TestServiceUpdateConfigs (14.80s) [2022-08-17T18:39:37.061Z] === RUN TestServiceUpdateNetwork [2022-08-17T18:39:37.624Z] === RUN TestDockerSuite/TestGetContainerStats [2022-08-17T18:39:38.390Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-08-17T18:39:38.390Z] === RUN TestServiceUpdateNetwork [2022-08-17T18:39:39.431Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-08-17T18:39:39.431Z] === RUN TestInfoDebug [2022-08-17T18:39:39.431Z] --- PASS: TestInfoDebug (0.52s) [2022-08-17T18:39:39.431Z] === RUN TestInfoInsecureRegistries [2022-08-17T18:39:39.431Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-08-17T18:39:39.431Z] === RUN TestInfoRegistryMirrors [2022-08-17T18:39:39.431Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-08-17T18:39:39.431Z] === RUN TestLoginFailsWithBadCredentials [2022-08-17T18:39:39.431Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-08-17T18:39:39.431Z] === RUN TestPingCacheHeaders [2022-08-17T18:39:39.431Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-08-17T18:39:39.431Z] === RUN TestPingGet [2022-08-17T18:39:39.431Z] --- PASS: TestPingGet (0.01s) [2022-08-17T18:39:39.431Z] === RUN TestPingHead [2022-08-17T18:39:39.431Z] --- PASS: TestPingHead (0.02s) [2022-08-17T18:39:39.431Z] === RUN TestVersion [2022-08-17T18:39:39.431Z] --- PASS: TestVersion (0.02s) [2022-08-17T18:39:39.431Z] PASS [2022-08-17T18:39:39.687Z] [2022-08-17T18:39:39.687Z] === Skipped [2022-08-17T18:39:39.687Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:39:39.687Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:39:39.687Z] [2022-08-17T18:39:39.687Z] DONE 18 tests, 1 skipped in 21.069s [2022-08-17T18:39:39.687Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-17T18:39:39.687Z] ++ 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-08-17T18:39:39.687Z] ++ set -e [2022-08-17T18:39:39.687Z] ++ '[' -n 0 ']' [2022-08-17T18:39:39.687Z] ++ set -x [2022-08-17T18:39:39.687Z] ++ 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-08-17T18:39:39.687Z] INFO: Testing against a local daemon [2022-08-17T18:39:39.687Z] === RUN TestVolumesCreateAndList [2022-08-17T18:39:39.687Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-17T18:39:39.687Z] === RUN TestVolumesRemove [2022-08-17T18:39:39.687Z] --- PASS: TestVolumesRemove (0.06s) [2022-08-17T18:39:39.687Z] === RUN TestVolumesInspect [2022-08-17T18:39:39.687Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-17T18:39:39.687Z] === RUN TestVolumesInvalidJSON [2022-08-17T18:39:39.688Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-17T18:39:39.688Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-17T18:39:39.688Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-17T18:39:39.688Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-17T18:39:39.688Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-17T18:39:39.688Z] PASS [2022-08-17T18:39:39.688Z] [2022-08-17T18:39:39.688Z] DONE 5 tests in 0.216s [2022-08-17T18:39:39.688Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T18:39:39.944Z] ++++ cat bundles/test-integration/docker.pid [2022-08-17T18:39:39.944Z] +++ kill 12340 [2022-08-17T18:39:41.311Z] +++ /etc/init.d/apparmor stop [2022-08-17T18:39:41.311Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T18:39:41.311Z] [2022-08-17T18:39:41.311Z] Unloading profiles will leave already running processes permanently [2022-08-17T18:39:41.311Z] unconfined, which can lead to unexpected situations. [2022-08-17T18:39:41.311Z] [2022-08-17T18:39:41.311Z] To set a process to complain mode, use the command line tool [2022-08-17T18:39:41.311Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T18:39:41.311Z] +++ true [2022-08-17T18:39:41.311Z] exiting test-integration [2022-08-17T18:39:41.311Z] ++ exit 0 [2022-08-17T18:39:41.311Z] Post stage [Pipeline] junit [2022-08-17T18:39:42.250Z] Recording test results [2022-08-17T18:39:42.485Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-17T18:39:42.808Z] + echo Ensuring container killed. [2022-08-17T18:39:42.808Z] Ensuring container killed. [2022-08-17T18:39:42.808Z] + docker rm -vf docker-pr5 [2022-08-17T18:39:42.808Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-08-17T18:39:42.869Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-08-17T18:39:43.083Z] + echo Chowning /workspace to jenkins user [2022-08-17T18:39:43.083Z] Chowning /workspace to jenkins user [2022-08-17T18:39:43.083Z] + id -u [2022-08-17T18:39:43.083Z] + id -g [2022-08-17T18:39:43.083Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [2022-08-17T18:39:43.083Z] Unable to find image 'busybox:latest' locally [2022-08-17T18:39:43.083Z] latest: Pulling from library/busybox [2022-08-17T18:39:43.339Z] 98b248744137: Pulling fs layer [2022-08-17T18:39:43.339Z] 98b248744137: Verifying Checksum [2022-08-17T18:39:43.339Z] 98b248744137: Download complete [2022-08-17T18:39:43.339Z] 98b248744137: Pull complete [2022-08-17T18:39:43.339Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 [2022-08-17T18:39:43.339Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T18:39:45.035Z] + bundleName=arm64-integration [2022-08-17T18:39:45.035Z] + echo Creating arm64-integration-bundles.tar.gz [2022-08-17T18:39:45.035Z] Creating arm64-integration-bundles.tar.gz [2022-08-17T18:39:45.035Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-17T18:39:45.035Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-17T18:39:45.045Z] Archiving artifacts [2022-08-17T18:39:46.447Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-17T18:39:46.746Z] + make clean [2022-08-17T18:39:47.003Z] docker volume rm -f docker-dev-cache [2022-08-17T18:39:47.003Z] docker-dev-cache [Pipeline] deleteDir [2022-08-17T18:39:47.031Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-08-17T18:39:47.031Z] check_test.go:380: [d1f2c3e50492b] daemon is not started [2022-08-17T18:39:47.031Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-08-17T18:39:47.958Z] === RUN TestDockerSuite/TestGetContainerStatsStream [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-17T18:39:49.324Z] docker_api_swarm_test.go:802: [d9bcfa7af4162] joining swarm manager [d8e2f9b45b7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:39:49.580Z] --- PASS: TestServiceUpdateNetwork (12.58s) [2022-08-17T18:39:49.580Z] === RUN TestServiceUpdatePidsLimit [2022-08-17T18:39:50.508Z] docker_api_swarm_test.go:802: [db47ac76d62de] joining swarm manager [d8e2f9b45b7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:39:50.555Z] --- PASS: TestServiceUpdateNetwork (12.40s) [2022-08-17T18:39:50.555Z] === RUN TestServiceUpdatePidsLimit [2022-08-17T18:39:51.070Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-17T18:39:51.117Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-17T18:39:51.642Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-17T18:39:51.678Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-17T18:39:51.901Z] docker_api_swarm_test.go:802: [de058909ec2f5] joining swarm manager [d8e2f9b45b7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-17T18:39:52.828Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-08-17T18:39:53.084Z] docker_api_swarm_test.go:802: [d3b7878dd42ce] joining swarm manager [d8e2f9b45b7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-17T18:39:53.084Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-08-17T18:39:53.340Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-08-17T18:39:53.340Z] === RUN TestDockerSuite/TestHealth [2022-08-17T18:39:54.706Z] docker_api_swarm_test.go:810: [d5f4fc52a571e] joining swarm manager [d8e2f9b45b7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-08-17T18:39:58.869Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-17T18:39:59.759Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-17T18:40:06.293Z] --- PASS: TestServiceUpdatePidsLimit (16.08s) [2022-08-17T18:40:06.293Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-08-17T18:40:06.293Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-08-17T18:40:06.293Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2022-08-17T18:40:06.293Z] PASS [2022-08-17T18:40:06.293Z] [2022-08-17T18:40:06.293Z] === Skipped [2022-08-17T18:40:06.293Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-17T18:40:06.293Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:40:06.293Z] [2022-08-17T18:40:06.293Z] DONE 27 tests, 1 skipped in 181.000s [2022-08-17T18:40:06.293Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-17T18:40:06.293Z] INFO: Testing against a local daemon [2022-08-17T18:40:06.293Z] === RUN TestSessionCreate [2022-08-17T18:40:06.293Z] --- PASS: TestSessionCreate (0.02s) [2022-08-17T18:40:06.293Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-17T18:40:06.293Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-17T18:40:06.293Z] PASS [2022-08-17T18:40:06.293Z] [2022-08-17T18:40:06.293Z] DONE 2 tests in 0.067s [2022-08-17T18:40:06.293Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-17T18:40:06.293Z] INFO: Testing against a local daemon [2022-08-17T18:40:06.293Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:40:06.293Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:40:06.293Z] === RUN TestEventsExecDie [2022-08-17T18:40:06.550Z] --- PASS: TestEventsExecDie (0.52s) [2022-08-17T18:40:06.550Z] === RUN TestEventsBackwardsCompatible [2022-08-17T18:40:06.550Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-08-17T18:40:06.550Z] === RUN TestInfoBinaryCommits [2022-08-17T18:40:06.550Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-17T18:40:06.550Z] === RUN TestInfoAPIVersioned [2022-08-17T18:40:06.550Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-17T18:40:06.550Z] === RUN TestInfoDiscoveryBackend [2022-08-17T18:40:06.953Z] --- PASS: TestServiceUpdatePidsLimit (16.78s) [2022-08-17T18:40:06.954Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2022-08-17T18:40:06.954Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-08-17T18:40:06.954Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.10s) [2022-08-17T18:40:06.954Z] PASS [2022-08-17T18:40:06.954Z] [2022-08-17T18:40:06.954Z] === Skipped [2022-08-17T18:40:06.954Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-17T18:40:06.954Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-17T18:40:06.954Z] [2022-08-17T18:40:06.954Z] DONE 27 tests, 1 skipped in 196.696s [2022-08-17T18:40:06.954Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-17T18:40:06.954Z] ++ 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-08-17T18:40:06.954Z] ++ set -e [2022-08-17T18:40:06.954Z] ++ '[' -n 0 ']' [2022-08-17T18:40:06.954Z] ++ set -x [2022-08-17T18:40:06.954Z] ++ 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-08-17T18:40:06.954Z] INFO: Testing against a local daemon [2022-08-17T18:40:06.954Z] === RUN TestSessionCreate [2022-08-17T18:40:06.954Z] --- PASS: TestSessionCreate (0.02s) [2022-08-17T18:40:06.954Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-17T18:40:06.954Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-17T18:40:06.954Z] PASS [2022-08-17T18:40:06.954Z] [2022-08-17T18:40:06.954Z] DONE 2 tests in 0.124s [2022-08-17T18:40:06.954Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-17T18:40:06.954Z] ++ 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-08-17T18:40:06.954Z] ++ set -e [2022-08-17T18:40:06.954Z] ++ '[' -n 0 ']' [2022-08-17T18:40:06.954Z] ++ set -x [2022-08-17T18:40:06.954Z] ++ 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-08-17T18:40:06.954Z] INFO: Testing against a local daemon [2022-08-17T18:40:06.954Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:40:06.954Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:40:06.954Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:40:06.954Z] === RUN TestEventsExecDie [2022-08-17T18:40:07.127Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-08-17T18:40:07.127Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-17T18:40:07.210Z] --- PASS: TestEventsExecDie (0.56s) [2022-08-17T18:40:07.210Z] === RUN TestEventsBackwardsCompatible [2022-08-17T18:40:07.210Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-08-17T18:40:07.210Z] === RUN TestInfoBinaryCommits [2022-08-17T18:40:07.210Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-17T18:40:07.210Z] === RUN TestInfoAPIVersioned [2022-08-17T18:40:07.210Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-17T18:40:07.210Z] === RUN TestInfoDiscoveryBackend [2022-08-17T18:40:07.771Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2022-08-17T18:40:07.771Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-08-17T18:40:08.084Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-17T18:40:08.084Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-17T18:40:08.651Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2022-08-17T18:40:08.651Z] === RUN TestInfoAPI [2022-08-17T18:40:08.652Z] --- PASS: TestInfoAPI (0.02s) [2022-08-17T18:40:08.652Z] === RUN TestInfoAPIWarnings [2022-08-17T18:40:08.698Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-08-17T18:40:08.698Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-08-17T18:40:09.260Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-08-17T18:40:09.260Z] === RUN TestInfoAPI [2022-08-17T18:40:09.260Z] --- PASS: TestInfoAPI (0.02s) [2022-08-17T18:40:09.260Z] === RUN TestInfoAPIWarnings [2022-08-17T18:40:12.531Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-08-17T18:40:12.531Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-08-17T18:40:12.531Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-08-17T18:40:12.531Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-08-17T18:40:13.092Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-08-17T18:40:13.092Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-08-17T18:40:13.663Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-08-17T18:40:13.663Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-08-17T18:40:13.663Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-08-17T18:40:13.926Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-08-17T18:40:13.926Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-08-17T18:40:14.181Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-08-17T18:40:14.437Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-08-17T18:40:14.437Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-08-17T18:40:14.999Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-08-17T18:40:15.255Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-08-17T18:40:15.817Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-08-17T18:40:16.380Z] === RUN TestDockerSuite/TestImagesFormat [2022-08-17T18:40:16.380Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-08-17T18:40:16.941Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-08-17T18:40:19.455Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-08-17T18:40:19.455Z] === RUN TestDockerSuite/TestImportBadURL [2022-08-17T18:40:19.455Z] === RUN TestDockerSuite/TestImportDisplay [2022-08-17T18:40:20.385Z] === RUN TestDockerSuite/TestImportFile [2022-08-17T18:40:21.752Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-08-17T18:40:21.752Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-08-17T18:40:22.680Z] === RUN TestDockerSuite/TestImportGzipped [2022-08-17T18:40:23.102Z] 2022/08/17 18:40:17 Finished clone github.com/hashicorp/consul [2022-08-17T18:40:24.044Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-08-17T18:40:24.970Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-08-17T18:40:25.534Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-08-17T18:40:25.534Z] --- PASS: TestInfoAPIWarnings (16.34s) [2022-08-17T18:40:25.534Z] === RUN TestInfoDebug [2022-08-17T18:40:26.096Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-08-17T18:40:26.096Z] --- PASS: TestInfoDebug (0.53s) [2022-08-17T18:40:26.096Z] === RUN TestInfoInsecureRegistries [2022-08-17T18:40:26.661Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-08-17T18:40:26.661Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-08-17T18:40:26.661Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-08-17T18:40:26.662Z] --- PASS: TestInfoInsecureRegistries (0.57s) [2022-08-17T18:40:26.662Z] === RUN TestInfoRegistryMirrors [2022-08-17T18:40:26.687Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-08-17T18:40:26.687Z] === RUN TestInfoDebug [2022-08-17T18:40:26.687Z] --- PASS: TestInfoDebug (0.52s) [2022-08-17T18:40:26.687Z] === RUN TestInfoInsecureRegistries [2022-08-17T18:40:26.687Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-08-17T18:40:26.687Z] === RUN TestInfoRegistryMirrors [2022-08-17T18:40:26.687Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-08-17T18:40:26.687Z] === RUN TestLoginFailsWithBadCredentials [2022-08-17T18:40:26.942Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-08-17T18:40:26.942Z] === RUN TestPingCacheHeaders [2022-08-17T18:40:26.942Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-17T18:40:26.942Z] === RUN TestPingGet [2022-08-17T18:40:26.942Z] --- PASS: TestPingGet (0.01s) [2022-08-17T18:40:26.942Z] === RUN TestPingHead [2022-08-17T18:40:26.942Z] --- PASS: TestPingHead (0.01s) [2022-08-17T18:40:26.942Z] === RUN TestVersion [2022-08-17T18:40:26.942Z] --- PASS: TestVersion (0.01s) [2022-08-17T18:40:26.942Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-08-17T18:40:27.224Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-08-17T18:40:27.224Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2022-08-17T18:40:27.224Z] === RUN TestLoginFailsWithBadCredentials [2022-08-17T18:40:27.790Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2022-08-17T18:40:27.790Z] === RUN TestPingCacheHeaders [2022-08-17T18:40:27.790Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-17T18:40:27.790Z] === RUN TestPingGet [2022-08-17T18:40:27.790Z] --- PASS: TestPingGet (0.02s) [2022-08-17T18:40:27.790Z] === RUN TestPingHead [2022-08-17T18:40:27.790Z] --- PASS: TestPingHead (0.02s) [2022-08-17T18:40:27.790Z] === RUN TestVersion [2022-08-17T18:40:27.790Z] --- PASS: TestVersion (0.02s) [2022-08-17T18:40:27.790Z] PASS [2022-08-17T18:40:27.790Z] [2022-08-17T18:40:27.790Z] === Skipped [2022-08-17T18:40:27.790Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-17T18:40:27.790Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-17T18:40:27.790Z] [2022-08-17T18:40:27.790Z] DONE 18 tests, 1 skipped in 21.312s [2022-08-17T18:40:27.790Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-17T18:40:27.790Z] ++ 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-08-17T18:40:27.790Z] ++ set -e [2022-08-17T18:40:27.790Z] ++ '[' -n 0 ']' [2022-08-17T18:40:27.790Z] ++ set -x [2022-08-17T18:40:27.790Z] ++ 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-08-17T18:40:28.046Z] INFO: Testing against a local daemon [2022-08-17T18:40:28.046Z] === RUN TestVolumesCreateAndList [2022-08-17T18:40:28.046Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-08-17T18:40:28.046Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-08-17T18:40:28.046Z] === RUN TestVolumesRemove [2022-08-17T18:40:28.046Z] --- PASS: TestVolumesRemove (0.06s) [2022-08-17T18:40:28.046Z] === RUN TestVolumesInspect [2022-08-17T18:40:28.046Z] --- PASS: TestVolumesInspect (0.04s) [2022-08-17T18:40:28.046Z] === RUN TestVolumesInvalidJSON [2022-08-17T18:40:28.046Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.046Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.046Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.046Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-17T18:40:28.046Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-17T18:40:28.046Z] PASS [2022-08-17T18:40:28.046Z] [2022-08-17T18:40:28.046Z] DONE 5 tests in 0.264s [2022-08-17T18:40:28.046Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T18:40:28.306Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.18s) [2022-08-17T18:40:28.306Z] PASS [2022-08-17T18:40:28.306Z] [2022-08-17T18:40:28.306Z] DONE 18 tests in 22.154s [2022-08-17T18:40:28.306Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-17T18:40:28.306Z] INFO: Testing against a local daemon [2022-08-17T18:40:28.306Z] === RUN TestVolumesCreateAndList [2022-08-17T18:40:28.306Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-17T18:40:28.306Z] === RUN TestVolumesRemove [2022-08-17T18:40:28.306Z] --- PASS: TestVolumesRemove (0.10s) [2022-08-17T18:40:28.306Z] === RUN TestVolumesInspect [2022-08-17T18:40:28.306Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-17T18:40:28.306Z] === RUN TestVolumesInvalidJSON [2022-08-17T18:40:28.306Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.306Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.306Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-08-17T18:40:28.306Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-17T18:40:28.306Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-08-17T18:40:28.306Z] PASS [2022-08-17T18:40:28.306Z] [2022-08-17T18:40:28.306Z] DONE 5 tests in 0.175s [2022-08-17T18:40:28.306Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T18:40:28.308Z] ++++ cat bundles/test-integration/docker.pid [2022-08-17T18:40:28.308Z] +++ kill 5538 [2022-08-17T18:40:28.568Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-08-17T18:40:29.130Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-08-17T18:40:29.691Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-08-17T18:40:29.691Z] +++ /etc/init.d/apparmor stop [2022-08-17T18:40:29.691Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T18:40:29.691Z] [2022-08-17T18:40:29.691Z] Unloading profiles will leave already running processes permanently [2022-08-17T18:40:29.691Z] unconfined, which can lead to unexpected situations. [2022-08-17T18:40:29.691Z] [2022-08-17T18:40:29.691Z] To set a process to complain mode, use the command line tool [2022-08-17T18:40:29.691Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T18:40:29.691Z] +++ true [2022-08-17T18:40:29.691Z] exiting test-integration [2022-08-17T18:40:29.691Z] ++ exit 0 [2022-08-17T18:40:29.691Z] [2022-08-17T18:40:29.927Z] Stopping apparmor (via systemctl): apparmor.service. [2022-08-17T18:40:29.927Z] Removing test suite binaries [2022-08-17T18:40:29.927Z] exiting test-integration [2022-08-17T18:40:29.927Z] ++ exit 0 [2022-08-17T18:40:29.927Z] [2022-08-17T18:40:29.947Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-08-17T18:40:30.204Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-08-17T18:40:30.465Z] + for job in $(jobs -p) [2022-08-17T18:40:30.465Z] + wait 20970 [2022-08-17T18:40:31.398Z] === RUN TestDockerSuite/TestInspectAmpersand Post stage [Pipeline] junit [2022-08-17T18:40:31.825Z] Recording test results [2022-08-17T18:40:31.960Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-08-17T18:40:32.523Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-08-17T18:40:32.523Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-08-17T18:40:32.779Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-08-17T18:40:32.779Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-08-17T18:40:32.779Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-08-17T18:40:33.310Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-17T18:40:33.636Z] + echo Ensuring container killed. [2022-08-17T18:40:33.636Z] Ensuring container killed. [2022-08-17T18:40:33.636Z] + docker rm -vf docker-pr5 [2022-08-17T18:40:33.636Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-08-17T18:40:33.708Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-08-17T18:40:33.955Z] + echo Chowning /workspace to jenkins user [2022-08-17T18:40:33.955Z] Chowning /workspace to jenkins user [2022-08-17T18:40:33.955Z] + id -u [2022-08-17T18:40:33.955Z] + id -g [2022-08-17T18:40:33.955Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [2022-08-17T18:40:33.955Z] Unable to find image 'busybox:latest' locally [2022-08-17T18:40:33.955Z] latest: Pulling from library/busybox [2022-08-17T18:40:33.963Z] === RUN TestDockerSuite/TestInspectDefault [2022-08-17T18:40:34.212Z] 50783e0dfb64: Pulling fs layer [2022-08-17T18:40:34.212Z] 50783e0dfb64: Download complete [2022-08-17T18:40:34.212Z] 50783e0dfb64: Pull complete [2022-08-17T18:40:34.212Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693 [2022-08-17T18:40:34.212Z] Status: Downloaded newer image for busybox:latest [2022-08-17T18:40:34.525Z] === RUN TestDockerSuite/TestInspectHistory [2022-08-17T18:40:35.088Z] === RUN TestDockerSuite/TestInspectImage [2022-08-17T18:40:35.088Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-08-17T18:40:35.088Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-08-17T18:40:35.088Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-08-17T18:40:35.088Z] === RUN TestDockerSuite/TestInspectInt64 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T18:40:35.650Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-08-17T18:40:35.907Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-08-17T18:40:35.907Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-08-17T18:40:35.919Z] + bundleName=amd64-cgroup2 [2022-08-17T18:40:35.919Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-08-17T18:40:35.919Z] Creating amd64-cgroup2-bundles.tar.gz [2022-08-17T18:40:35.919Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-08-17T18:40:35.919Z] + 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-08-17T18:40:36.183Z] Archiving artifacts [2022-08-17T18:40:36.470Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-08-17T18:40:36.726Z] === RUN TestDockerSuite/TestInspectPlugin [2022-08-17T18:40:37.627Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-17T18:40:37.970Z] + make clean [2022-08-17T18:40:37.970Z] docker volume rm -f docker-dev-cache [2022-08-17T18:40:38.226Z] docker-dev-cache [Pipeline] deleteDir [2022-08-17T18:40:39.240Z] === RUN TestDockerSuite/TestInspectRootFS [2022-08-17T18:40:39.240Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-08-17T18:40:39.805Z] === RUN TestDockerSuite/TestInspectStatus [Pipeline] } [Pipeline] // withEnv [2022-08-17T18:40:40.369Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-17T18:40:41.224Z] 2022/08/17 18:40:39 Finished clone github.com/aws/aws-sdk-go [2022-08-17T18:40:41.297Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-08-17T18:40:41.553Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-08-17T18:40:42.114Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-08-17T18:40:42.702Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-08-17T18:40:42.966Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-08-17T18:40:42.966Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-08-17T18:40:43.528Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-08-17T18:40:44.090Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-08-17T18:40:44.090Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-08-17T18:40:45.465Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-08-17T18:40:46.393Z] === RUN TestDockerSuite/TestLinksEnvs [2022-08-17T18:40:47.321Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-08-17T18:40:47.577Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-08-17T18:40:48.507Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-08-17T18:40:49.876Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-08-17T18:40:51.242Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-08-17T18:40:51.242Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-08-17T18:40:52.652Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-08-17T18:40:52.908Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-08-17T18:40:53.470Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-08-17T18:41:00.011Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-08-17T18:41:01.391Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-08-17T18:41:02.769Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-08-17T18:41:03.025Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-08-17T18:41:04.915Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-08-17T18:41:04.915Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-08-17T18:41:04.915Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-08-17T18:41:04.915Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-08-17T18:41:04.915Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-08-17T18:41:04.915Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-08-17T18:41:05.477Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-08-17T18:41:06.040Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-08-17T18:41:08.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-08-17T18:41:09.486Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-08-17T18:41:10.048Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-08-17T18:41:10.611Z] docker_api_swarm_service_test.go:395: [dac2d3787bd6f] joining swarm manager [de00e471e89a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:41:11.538Z] docker_api_swarm_service_test.go:395: [d4c616e66f1ce] joining swarm manager [de00e471e89a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:41:14.811Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-08-17T18:41:15.374Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-08-17T18:41:15.374Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-08-17T18:41:16.740Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-08-17T18:41:17.304Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-08-17T18:41:18.240Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-08-17T18:41:19.176Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-08-17T18:41:19.737Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-08-17T18:41:21.626Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-08-17T18:41:21.881Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-08-17T18:41:22.443Z] === RUN TestDockerSuite/TestLogsSince [2022-08-17T18:41:26.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-08-17T18:41:28.497Z] docker_api_swarm_service_test.go:343: [d3c8d7f709104] joining swarm manager [dd94c0b24447d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:41:29.060Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-08-17T18:41:29.060Z] docker_api_swarm_service_test.go:343: [d8b21c24e694f] joining swarm manager [dd94c0b24447d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:41:34.305Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-08-17T18:41:34.867Z] === RUN TestDockerSuite/TestLogsTail [2022-08-17T18:41:35.429Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-08-17T18:41:35.991Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-08-17T18:41:36.247Z] === RUN TestDockerSuite/TestMountIntoProc [2022-08-17T18:41:36.503Z] === RUN TestDockerSuite/TestMountIntoSys [2022-08-17T18:41:37.065Z] === RUN TestDockerSuite/TestNetHostname [2022-08-17T18:41:38.459Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-08-17T18:41:38.459Z] === RUN TestDockerSuite/TestNetworkEvents [2022-08-17T18:41:39.386Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-08-17T18:41:40.314Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-08-17T18:41:40.875Z] === RUN TestDockerSuite/TestPluginActive [2022-08-17T18:41:42.240Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-08-17T18:41:43.168Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-08-17T18:41:44.533Z] docker_api_swarm_service_test.go:490: [dd53c0b0c159e] joining swarm manager [d44dfea830efa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:41:45.099Z] docker_api_swarm_service_test.go:490: [d3ddb77a59c3a] joining swarm manager [d44dfea830efa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:41:50.347Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-08-17T18:41:50.347Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-08-17T18:41:50.347Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-08-17T18:41:51.711Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-08-17T18:41:54.978Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-08-17T18:41:56.344Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-08-17T18:41:58.864Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-08-17T18:41:59.120Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-08-17T18:42:04.366Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-08-17T18:42:04.930Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-08-17T18:42:06.298Z] docker_api_swarm_service_test.go:128: [db97fe812d7d2] joining swarm manager [d46911a9a730f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:42:06.298Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-08-17T18:42:06.861Z] docker_api_swarm_service_test.go:129: [d1bbb8b1dce52] joining swarm manager [d46911a9a730f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:42:07.423Z] === RUN TestDockerSuite/TestPortHostBinding [2022-08-17T18:42:08.789Z] === RUN TestDockerSuite/TestPortList [2022-08-17T18:42:09.045Z] docker_api_swarm_service_test.go:137: [db9a21ed8490d] joining swarm manager [d46911a9a730f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-17T18:42:09.974Z] docker_api_swarm_service_test.go:138: [dc8a80cb500b6] joining swarm manager [d46911a9a730f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-17T18:42:16.512Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-08-17T18:42:16.512Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-08-17T18:42:23.103Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-08-17T18:42:23.103Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-08-17T18:42:23.103Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-08-17T18:42:23.103Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-08-17T18:42:23.103Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-08-17T18:42:23.359Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-08-17T18:42:23.359Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-08-17T18:42:23.920Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-08-17T18:42:23.920Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-08-17T18:42:24.852Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-08-17T18:42:24.852Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-08-17T18:42:26.740Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-08-17T18:42:27.669Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-08-17T18:42:27.925Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-08-17T18:42:28.181Z] === RUN TestDockerSuite/TestPsByOrder [2022-08-17T18:42:30.072Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-08-17T18:42:30.633Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-08-17T18:42:32.525Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-08-17T18:42:32.525Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-08-17T18:42:35.043Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-08-17T18:42:35.972Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-08-17T18:42:35.972Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-08-17T18:42:37.341Z] docker_api_swarm_service_test.go:304: [df0be45d5ac16] joining swarm manager [de7a199cca394]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:42:38.291Z] docker_api_swarm_service_test.go:304: [d72c179f095f9] joining swarm manager [de7a199cca394]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:42:38.854Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-08-17T18:42:46.940Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-08-17T18:42:46.940Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-08-17T18:42:48.830Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-08-17T18:42:49.758Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-08-17T18:42:50.320Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-08-17T18:42:52.209Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-08-17T18:42:53.575Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-08-17T18:42:54.136Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-08-17T18:42:54.392Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-08-17T18:42:54.954Z] === RUN TestDockerSuite/TestPsRightTagName [2022-08-17T18:42:56.320Z] === RUN TestDockerSuite/TestPsShowMounts [2022-08-17T18:42:57.686Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-08-17T18:42:58.251Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-08-17T18:42:58.251Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-08-17T18:42:58.251Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-08-17T18:42:58.251Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-08-17T18:42:58.516Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-08-17T18:42:59.087Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-08-17T18:42:59.087Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-08-17T18:42:59.648Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-08-17T18:43:00.211Z] docker_api_swarm_service_test.go:100: [d4d6247e47ed6] joining swarm manager [d235c651532bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:43:00.773Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-08-17T18:43:01.335Z] docker_api_swarm_service_test.go:101: [da229f87d07f0] joining swarm manager [d235c651532bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:43:01.897Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-08-17T18:43:02.409Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-08-17T18:43:09.207Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-08-17T18:43:10.133Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-08-17T18:43:11.499Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-08-17T18:43:11.499Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-08-17T18:43:11.499Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-08-17T18:43:11.755Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-08-17T18:43:13.644Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-08-17T18:43:14.571Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-08-17T18:43:17.097Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-08-17T18:43:17.659Z] === RUN TestDockerSuite/TestRmiBlank [2022-08-17T18:43:17.659Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-08-17T18:43:17.915Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-08-17T18:43:21.183Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-08-17T18:43:21.183Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-08-17T18:43:21.439Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-08-17T18:43:23.330Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-08-17T18:43:23.330Z] check_test.go:380: [d4d6247e47ed6] daemon is not started [2022-08-17T18:43:23.893Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-08-17T18:43:25.265Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-08-17T18:43:25.520Z] === RUN TestDockerSuite/TestRmiTag [2022-08-17T18:43:25.776Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-08-17T18:43:26.032Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-08-17T18:43:28.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-08-17T18:43:28.550Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-08-17T18:43:29.111Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-08-17T18:43:29.672Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-08-17T18:43:30.235Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-08-17T18:43:30.797Z] docker_api_swarm_service_test.go:533: [d407e6146c3c0] joining swarm manager [db680892575a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:43:31.359Z] === RUN TestDockerSuite/TestRunAddHost [2022-08-17T18:43:31.615Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-08-17T18:43:31.870Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-08-17T18:43:32.126Z] docker_api_swarm_service_test.go:534: [dbd92d532797d] joining swarm manager [db680892575a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:43:32.383Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-08-17T18:43:32.660Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-08-17T18:43:32.919Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-08-17T18:43:34.285Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-08-17T18:43:35.215Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-08-17T18:43:36.146Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-08-17T18:43:36.708Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-08-17T18:43:37.636Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-08-17T18:43:39.003Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-08-17T18:43:39.567Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-08-17T18:43:40.129Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-08-17T18:43:40.691Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-08-17T18:43:41.253Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-08-17T18:43:41.815Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-08-17T18:43:42.377Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-08-17T18:43:43.304Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-08-17T18:43:43.560Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-08-17T18:43:44.121Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-08-17T18:43:44.684Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-08-17T18:43:44.684Z] === RUN TestDockerSuite/TestRunBindMounts [2022-08-17T18:43:46.051Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-08-17T18:43:46.306Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-08-17T18:43:46.874Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-08-17T18:43:47.436Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-08-17T18:43:47.691Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-08-17T18:43:47.691Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-08-17T18:43:48.254Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-08-17T18:43:48.510Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-08-17T18:43:49.071Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-08-17T18:43:49.327Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-08-17T18:43:50.258Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-08-17T18:43:50.258Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-08-17T18:43:50.514Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-08-17T18:43:50.514Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-08-17T18:43:51.442Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-08-17T18:43:51.698Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-08-17T18:43:52.262Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-08-17T18:43:52.517Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-08-17T18:43:52.773Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-08-17T18:43:53.029Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-08-17T18:43:53.959Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-08-17T18:43:54.888Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-08-17T18:43:54.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-08-17T18:43:55.816Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-08-17T18:43:56.073Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-08-17T18:43:57.003Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-08-17T18:43:57.259Z] docker_api_swarm_service_test.go:148: [dd94be7f1921f] joining swarm manager [d22e2a12c8a52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:43:57.515Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-08-17T18:43:58.078Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-08-17T18:43:58.078Z] docker_api_swarm_service_test.go:148: [d002ad86f1053] joining swarm manager [d22e2a12c8a52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:43:58.337Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-08-17T18:44:00.230Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-08-17T18:44:02.748Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-08-17T18:44:02.748Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-08-17T18:44:02.748Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-08-17T18:44:04.115Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-08-17T18:44:05.043Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-08-17T18:44:06.931Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-08-17T18:44:08.298Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-08-17T18:44:08.298Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-08-17T18:44:08.298Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-08-17T18:44:08.298Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-08-17T18:44:08.298Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-08-17T18:44:08.861Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-08-17T18:44:09.788Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-08-17T18:44:10.715Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-08-17T18:44:12.081Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-08-17T18:44:12.339Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-08-17T18:44:13.266Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-08-17T18:44:13.828Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-08-17T18:44:13.828Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-08-17T18:44:13.828Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-08-17T18:44:14.391Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-08-17T18:44:15.757Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-08-17T18:44:15.757Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-08-17T18:44:16.325Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-08-17T18:44:16.891Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-08-17T18:44:17.146Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-08-17T18:44:17.708Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-08-17T18:44:17.708Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-08-17T18:44:18.269Z] === RUN TestDockerSuite/TestRunEnvironment [2022-08-17T18:44:18.526Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-08-17T18:44:19.088Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-08-17T18:44:19.343Z] === RUN TestDockerSuite/TestRunExitCode [2022-08-17T18:44:19.905Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-08-17T18:44:20.161Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-08-17T18:44:20.723Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-08-17T18:44:21.285Z] === RUN TestDockerSuite/TestRunExposePort [2022-08-17T18:44:21.285Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-08-17T18:44:21.849Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-08-17T18:44:22.412Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-08-17T18:44:23.778Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-08-17T18:44:23.778Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-17T18:44:23.778Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-17T18:44:23.778Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-08-17T18:44:25.668Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-08-17T18:44:26.231Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-08-17T18:44:34.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-08-17T18:44:37.592Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-08-17T18:44:37.848Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-08-17T18:44:38.775Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-08-17T18:44:38.775Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-08-17T18:44:38.775Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-08-17T18:44:38.775Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-08-17T18:44:39.336Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-08-17T18:44:41.228Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-08-17T18:44:42.157Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-08-17T18:44:43.085Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-08-17T18:44:49.618Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-08-17T18:44:49.618Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-08-17T18:44:49.618Z] === RUN TestDockerSuite/TestRunModeHostname [2022-08-17T18:44:50.547Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-08-17T18:44:50.547Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-08-17T18:44:50.547Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-08-17T18:44:51.914Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-08-17T18:44:52.844Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-08-17T18:44:54.213Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-08-17T18:44:54.213Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-08-17T18:44:54.213Z] === RUN TestDockerSuite/TestRunModePIDHost [2022-08-17T18:44:55.148Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-08-17T18:44:56.514Z] === RUN TestDockerSuite/TestRunMount [2022-08-17T18:44:57.444Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-08-17T18:45:01.614Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-08-17T18:45:01.870Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-08-17T18:45:02.126Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-08-17T18:45:02.688Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-08-17T18:45:02.831Z] 2022/08/17 18:44:54 Finished clone google.golang.org/api [2022-08-17T18:45:02.831Z] 2022/08/17 18:44:54 Dependencies downloaded. Download time: 7m9.517212499s [2022-08-17T18:45:02.831Z] 2022/08/17 18:44:54 Collecting all dependencies [2022-08-17T18:45:03.616Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-08-17T18:45:04.543Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-08-17T18:45:05.372Z] 2022/08/17 18:45:05 Clean vendor dir from unused packages [2022-08-17T18:45:05.372Z] 2022/08/17 18:45:05 Ignoring paths matching "^archive/tar" [2022-08-17T18:45:05.471Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-08-17T18:45:05.945Z] 2022/08/17 18:45:05 Success [2022-08-17T18:45:05.945Z] 2022/08/17 18:45:05 Running time: 7m24.339337254s [2022-08-17T18:45:06.206Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-17T18:45:07.085Z] + echo Ensuring container killed. [2022-08-17T18:45:07.085Z] Ensuring container killed. [2022-08-17T18:45:07.085Z] + docker rm -vf docker-pr5 [2022-08-17T18:45:07.085Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-08-17T18:45:07.385Z] + echo Chowning /workspace to jenkins user [2022-08-17T18:45:07.385Z] Chowning /workspace to jenkins user [2022-08-17T18:45:07.385Z] + id -u [2022-08-17T18:45:07.385Z] + id -g [2022-08-17T18:45:07.385Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T18:45:07.989Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-08-17T18:45:07.989Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-08-17T18:45:08.255Z] + bundleName=unit [2022-08-17T18:45:08.255Z] + echo Creating unit-bundles.tar.gz [2022-08-17T18:45:08.255Z] Creating unit-bundles.tar.gz [2022-08-17T18:45:08.255Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2022-08-17T18:45:08.255Z] bundles/junit-report.xml [2022-08-17T18:45:08.255Z] bundles/go-test-report.json [2022-08-17T18:45:08.255Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-08-17T18:45:08.269Z] Archiving artifacts [2022-08-17T18:45:08.633Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-17T18:45:08.939Z] + make clean [2022-08-17T18:45:08.939Z] docker volume rm -f docker-dev-cache [2022-08-17T18:45:08.939Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-17T18:45:09.354Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-08-17T18:45:11.250Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-08-17T18:45:11.508Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-08-17T18:45:12.877Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-08-17T18:45:13.806Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-08-17T18:45:14.061Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-08-17T18:45:14.062Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-08-17T18:45:14.319Z] === RUN TestDockerSuite/TestRunNetHost [2022-08-17T18:45:15.250Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-08-17T18:45:15.812Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-08-17T18:45:16.375Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-08-17T18:45:16.637Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-08-17T18:45:18.004Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-08-17T18:45:19.373Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-08-17T18:45:20.741Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-08-17T18:45:23.258Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-08-17T18:45:23.258Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-08-17T18:45:23.514Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-08-17T18:45:24.077Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-08-17T18:45:24.077Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-08-17T18:45:25.007Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-08-17T18:45:25.007Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-08-17T18:45:25.568Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-08-17T18:45:25.568Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-08-17T18:45:26.130Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-08-17T18:45:32.684Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-08-17T18:45:32.684Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-08-17T18:45:32.684Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-08-17T18:45:32.684Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-08-17T18:45:32.940Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-08-17T18:45:33.870Z] === RUN TestDockerSuite/TestRunPortInUse [2022-08-17T18:45:34.432Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-08-17T18:45:34.993Z] docker_cli_run_unix_test.go:1408: out: "a *:* rwm\n" [2022-08-17T18:45:34.993Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-08-17T18:45:35.249Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-08-17T18:45:35.812Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-08-17T18:45:36.068Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-08-17T18:45:36.630Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-17T18:45:36.630Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-08-17T18:45:36.630Z] === RUN TestDockerSuite/TestRunPublishPort [2022-08-17T18:45:37.191Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-08-17T18:45:37.448Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-08-17T18:45:37.448Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-08-17T18:45:37.448Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-08-17T18:45:38.008Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-08-17T18:45:38.938Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-08-17T18:45:38.938Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-08-17T18:45:38.938Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-08-17T18:45:40.828Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-08-17T18:45:41.755Z] === RUN TestDockerSuite/TestRunRm [2022-08-17T18:45:42.011Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-08-17T18:45:46.192Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-08-17T18:45:46.192Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-08-17T18:45:46.454Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-08-17T18:45:47.820Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-08-17T18:45:48.385Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-08-17T18:45:48.642Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-08-17T18:45:51.160Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-08-17T18:45:54.430Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-08-17T18:45:54.686Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-08-17T18:45:54.941Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-08-17T18:45:55.504Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-08-17T18:45:56.066Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-08-17T18:45:56.631Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-08-17T18:45:57.193Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-08-17T18:45:57.193Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-08-17T18:45:57.756Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-08-17T18:45:58.319Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-08-17T18:45:58.883Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-08-17T18:46:00.771Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-08-17T18:46:01.700Z] === RUN TestDockerSuite/TestRunState [2022-08-17T18:46:02.638Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-08-17T18:46:03.200Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-08-17T18:46:03.761Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-08-17T18:46:03.761Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-08-17T18:46:03.761Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-08-17T18:46:03.761Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-08-17T18:46:04.322Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-08-17T18:46:04.884Z] === RUN TestDockerSuite/TestRunSysctls [2022-08-17T18:46:05.812Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-08-17T18:46:05.812Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-08-17T18:46:05.812Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-08-17T18:46:06.373Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-08-17T18:46:07.739Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-08-17T18:46:08.302Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-08-17T18:46:09.232Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-08-17T18:46:11.750Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-08-17T18:46:13.639Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-08-17T18:46:14.201Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-08-17T18:46:14.764Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-08-17T18:46:15.326Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-08-17T18:46:15.888Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-08-17T18:46:16.144Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-08-17T18:46:17.526Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-08-17T18:46:19.416Z] === RUN TestDockerSuite/TestRunUserByID [2022-08-17T18:46:19.416Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-08-17T18:46:19.672Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-08-17T18:46:19.928Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-08-17T18:46:19.928Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-08-17T18:46:20.491Z] === RUN TestDockerSuite/TestRunUserByName [2022-08-17T18:46:21.053Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-08-17T18:46:21.617Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-08-17T18:46:21.618Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-08-17T18:46:21.618Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-08-17T18:46:21.618Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-08-17T18:46:21.874Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-08-17T18:46:22.129Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-08-17T18:46:25.397Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-08-17T18:46:25.397Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-08-17T18:46:25.959Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-08-17T18:46:26.522Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-08-17T18:46:27.893Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-08-17T18:46:28.455Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-08-17T18:46:29.383Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-08-17T18:46:31.276Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-08-17T18:46:31.276Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-08-17T18:46:33.174Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-08-17T18:46:33.746Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-08-17T18:46:33.746Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-08-17T18:46:33.746Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-08-17T18:46:33.746Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-08-17T18:46:33.746Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-08-17T18:46:33.746Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-08-17T18:46:33.746Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-08-17T18:46:33.746Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-08-17T18:46:34.002Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-08-17T18:46:34.002Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-08-17T18:46:34.003Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-08-17T18:46:34.564Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-08-17T18:46:35.128Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-08-17T18:46:36.495Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-08-17T18:46:36.751Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-08-17T18:46:37.007Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-08-17T18:46:37.264Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-08-17T18:46:37.520Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-08-17T18:46:37.776Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-08-17T18:46:37.776Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-08-17T18:46:37.776Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-08-17T18:46:38.032Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-08-17T18:46:38.032Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-08-17T18:46:38.032Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-08-17T18:46:38.032Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-08-17T18:46:38.032Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-08-17T18:46:38.032Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-08-17T18:46:38.595Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-08-17T18:46:39.523Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-08-17T18:46:39.523Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-08-17T18:46:40.085Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-08-17T18:46:40.085Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-08-17T18:46:40.649Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-08-17T18:46:40.649Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-08-17T18:46:41.211Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-08-17T18:46:41.469Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-08-17T18:46:41.469Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-08-17T18:46:41.469Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-08-17T18:46:42.032Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-08-17T18:46:42.958Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-08-17T18:46:43.214Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-08-17T18:46:43.776Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-08-17T18:46:43.776Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-08-17T18:46:43.776Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-08-17T18:46:44.032Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-08-17T18:46:44.032Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-08-17T18:46:45.399Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-08-17T18:46:45.656Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-08-17T18:46:47.551Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-08-17T18:46:47.807Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-08-17T18:46:47.807Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-08-17T18:46:47.807Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-08-17T18:46:48.063Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-08-17T18:46:48.626Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-08-17T18:46:49.556Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-08-17T18:46:50.485Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-08-17T18:46:50.742Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-08-17T18:46:52.110Z] === RUN TestDockerSuite/TestSaveImageId [2022-08-17T18:46:52.110Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-08-17T18:46:52.110Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-08-17T18:46:53.477Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents723522804 [2022-08-17T18:46:53.477Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-08-17T18:46:53.477Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-08-17T18:46:54.844Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-08-17T18:46:54.844Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-08-17T18:46:54.844Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-08-17T18:46:55.773Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-08-17T18:46:57.139Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-08-17T18:46:59.027Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-08-17T18:46:59.588Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-08-17T18:46:59.844Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-08-17T18:47:00.100Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-08-17T18:47:01.467Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-08-17T18:47:01.467Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-08-17T18:47:03.372Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-08-17T18:47:04.299Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-08-17T18:47:07.564Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-08-17T18:47:08.491Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-08-17T18:47:10.381Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-08-17T18:47:10.946Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-08-17T18:47:11.509Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-08-17T18:47:12.877Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-08-17T18:47:15.392Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-08-17T18:47:15.392Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-08-17T18:47:17.284Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-08-17T18:47:17.846Z] === RUN TestDockerSuite/TestStartRecordError [2022-08-17T18:47:18.408Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-08-17T18:47:19.348Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-08-17T18:47:20.283Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-08-17T18:47:21.650Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-08-17T18:47:24.165Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-08-17T18:47:28.329Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-08-17T18:47:31.592Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-08-17T18:47:31.849Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-08-17T18:47:36.015Z] === RUN TestDockerSuite/TestStatsNoStream [2022-08-17T18:47:38.529Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-08-17T18:47:39.903Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-08-17T18:47:40.159Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-08-17T18:47:40.721Z] === RUN TestDockerSuite/TestTopPrivileged [2022-08-17T18:47:41.283Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-08-17T18:47:41.283Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-08-17T18:47:41.283Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-08-17T18:47:41.846Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-08-17T18:47:44.367Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-08-17T18:47:44.367Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-08-17T18:47:46.885Z] docker_cli_service_logs_test.go:246: checking task 87ycu3h7le8b [2022-08-17T18:47:46.885Z] docker_cli_service_logs_test.go:251: checking messages for 87ycu3h7le8b [2022-08-17T18:47:46.885Z] docker_cli_service_logs_test.go:246: checking task u4sxxqqhqab2 [2022-08-17T18:47:46.885Z] docker_cli_service_logs_test.go:251: checking messages for u4sxxqqhqab2 [2022-08-17T18:47:47.446Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-08-17T18:47:47.703Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-08-17T18:47:48.265Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-08-17T18:47:48.265Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-08-17T18:47:48.265Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-08-17T18:47:48.265Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-08-17T18:47:48.265Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-08-17T18:47:49.193Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-08-17T18:47:49.755Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-08-17T18:47:50.316Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-08-17T18:47:51.246Z] === RUN TestDockerSuite/TestUpdateStats [2022-08-17T18:47:54.510Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-08-17T18:47:55.441Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-08-17T18:47:55.441Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-08-17T18:47:55.441Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-08-17T18:47:56.019Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-08-17T18:47:56.583Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-08-17T18:47:57.510Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-08-17T18:47:59.400Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-08-17T18:47:59.961Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-08-17T18:48:02.480Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-08-17T18:48:04.368Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-08-17T18:48:05.733Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-08-17T18:48:08.249Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-08-17T18:48:11.516Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-08-17T18:48:12.078Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-08-17T18:48:13.455Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-08-17T18:48:14.395Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-08-17T18:48:15.761Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-08-17T18:48:17.652Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-08-17T18:48:17.908Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-08-17T18:48:18.837Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-08-17T18:48:20.731Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-08-17T18:48:20.731Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-08-17T18:48:22.098Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-08-17T18:48:23.026Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-08-17T18:48:23.592Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-08-17T18:48:25.482Z] docker_cli_swarm_test.go:1902: [da1c4c0a66b3d] joining swarm manager [d4d4bfb801421]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:48:26.408Z] docker_cli_swarm_test.go:1903: [d00da5161c63f] joining swarm manager [d4d4bfb801421]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:48:38.588Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-08-17T18:48:38.844Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-08-17T18:48:38.844Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-08-17T18:48:39.406Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-08-17T18:48:39.406Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-08-17T18:48:39.406Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-08-17T18:48:39.406Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-08-17T18:48:39.970Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-08-17T18:48:39.970Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-08-17T18:48:40.531Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-08-17T18:48:40.531Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-08-17T18:48:40.531Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-08-17T18:48:40.531Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-08-17T18:48:40.787Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-08-17T18:48:42.154Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-08-17T18:48:42.154Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-08-17T18:48:42.410Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-08-17T18:48:42.410Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-08-17T18:48:42.410Z] === RUN TestDockerSuite/TestVolumeEvents [2022-08-17T18:48:42.410Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-08-17T18:48:48.946Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-08-17T18:48:49.201Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-08-17T18:48:49.201Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-08-17T18:48:49.458Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-08-17T18:48:50.020Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-08-17T18:48:51.387Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-08-17T18:48:52.755Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-08-17T18:48:54.660Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-08-17T18:48:54.660Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite (1302.83s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.16s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.31s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.93s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.66s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.80s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.80s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.60s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.08s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.17s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.74s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.66s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.65s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.62s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.83s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s) [2022-08-17T18:48:54.660Z] --- PASS: TestDockerSuite/TestAttachDetach (1.07s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.83s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.69s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.69s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.04s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.60s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.97s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.10s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.02s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.71s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.25s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.50s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.23s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.96s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.51s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.29s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.85s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.69s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.63s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.88s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.10s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.76s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.74s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.03s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (1.92s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.20s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.75s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.14s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.16s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.67s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.98s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.28s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.61s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.90s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.53s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.81s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.95s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.76s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.88s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.40s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.71s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.98s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.51s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.50s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.12s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.45s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.85s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.43s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.32s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.77s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.84s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.54s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.45s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.92s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.50s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCmd (0.34s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.36s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.40s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.34s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.76s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.88s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.73s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.56s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.61s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.53s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.28s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.12s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.94s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.29s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.11s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.77s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.42s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.57s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.91s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.91s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.06s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.67s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.23s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.20s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.07s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.81s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.48s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.07s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.84s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.07s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.36s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.19s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.45s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.14s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.90s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.73s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.21s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.68s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.21s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.42s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.70s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnv (1.44s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.15s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.78s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.60s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.91s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.27s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.74s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.32s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.49s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFails (0.82s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.44s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.32s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.69s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.21s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.61s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.09s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.93s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.74s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildHistory (3.37s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.42s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.70s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabel (0.41s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.41s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.29s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabels (0.44s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.34s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.80s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.87s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.17s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.03s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.81s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.41s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.41s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.80s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.23s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.28s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.48s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.47s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.66s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.46s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.55s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.44s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.24s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.95s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.05s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.72s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.86s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.83s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.06s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildPATH (1.54s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.51s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.79s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.95s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.72s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.63s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRm (2.37s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.90s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.00s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.39s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.60s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.11s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.44s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.03s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.33s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.65s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildStderr (0.71s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.05s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.79s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.94s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.82s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.13s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildUser (1.30s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.43s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.13s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.81s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.82s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.00s) [2022-08-17T18:48:54.661Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.60s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-17T18:48:54.661Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.06s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.17s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.12s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.80s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.24s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.49s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.30s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitChange (0.66s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.56s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.93s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.94s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.60s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitTTY (0.99s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.94s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.98s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.93s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.46s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.42s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.43s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.41s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.47s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.76s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.63s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.92s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.58s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.51s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.62s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.48s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.60s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.47s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.12s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.92s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.55s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.34s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.50s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.46s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.59s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.92s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.31s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.75s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.12s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.14s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.65s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.62s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.55s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.32s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ada660_} (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13949483887_/foo_false____} (1.38s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13949483887_/foo_true____} (1.33s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_false____} (1.32s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_true____} (0.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33391146409_/foo_true__0xc000ada690__} (1.41s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ada6a8_} (1.45s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ada6c0_} (1.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ada6d8_} (1.71s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ada6f0_} (1.41s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.17s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.66s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.26s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.16s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.68s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.56s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.63s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.83s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.83s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.77s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.05s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.79s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.55s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.89s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.85s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.62s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.89s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.79s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.57s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.92s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.46s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.39s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.36s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.60s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.56s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.29s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.79s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.49s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.83s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.58s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToDot (0.65s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToStdout (0.50s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.25s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.70s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.32s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.53s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.57s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateLabels (0.11s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.21s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.42s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.80s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.46s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.87s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.13s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.56s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.67s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.42s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.70s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.51s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.96s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.19s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.25s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.96s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.44s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.91s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsAttach (0.62s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsCommit (0.71s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.53s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.75s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.70s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.63s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.60s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.43s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.33s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsCopy (1.35s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.25s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.58s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.04s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.24s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.44s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFilters (1.15s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFormat (1.49s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.15s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.48s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.11s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-08-17T18:48:54.662Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.28s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.57s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsRename (0.86s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsResize (0.56s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.48s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.58s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsTop (0.74s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsUntag (2.68s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.07s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExec (0.57s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.34s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.84s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.73s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.60s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.61s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.18s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecCgroup (0.83s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2022-08-17T18:48:54.662Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.95s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.49s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecInspectID (1.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.67s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.99s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.52s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.70s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.62s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2022-08-17T18:48:54.663Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.15s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.49s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.73s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestExecWithUser (0.93s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.58s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHealth (19.21s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.58s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportDisplay (0.98s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportFile (1.18s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.05s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.59s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.57s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.73s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.66s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.67s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-08-17T18:48:54.663Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.65s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-08-17T18:48:54.663Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.41s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.31s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.95s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.87s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.35s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.35s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.64s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.42s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.10s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.52s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.60s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.61s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.81s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.17s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.78s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsSince (6.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.50s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.65s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.19s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginActive (2.33s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.73s) [2022-08-17T18:48:54.663Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.54s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.96s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.76s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.78s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.65s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.10s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.27s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPortList (6.82s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.03s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.44s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.81s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsByOrder (1.78s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.61s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.76s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.03s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.09s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.70s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.89s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.84s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.89s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.38s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.48s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2022-08-17T18:48:54.663Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.41s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.18s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.79s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.96s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.29s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.24s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.00s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.15s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.74s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.66s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.70s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.76s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.04s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.56s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.43s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.51s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.50s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.66s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.38s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.08s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.26s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.53s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.34s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.72s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.01s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.71s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.98s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.25s) [2022-08-17T18:48:54.663Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.55s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.57s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.67s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.76s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.34s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.65s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.86s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.85s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.96s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.64s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.52s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.34s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.30s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.04s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.70s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.85s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.25s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.21s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.65s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunExitCode (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.30s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.92s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.93s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.73s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.92s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.94s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.95s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.94s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.84s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.34s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.77s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.31s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.97s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.98s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.23s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMount (5.36s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.54s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.50s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.97s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.69s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.56s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.37s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.22s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.06s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.31s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetHost (0.76s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.53s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.57s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.74s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.37s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.54s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.15s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.61s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.98s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.57s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.41s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.84s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRm (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.28s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.61s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.75s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.68s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.66s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.49s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.54s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.63s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunState (1.25s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.51s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.46s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunSysctls (0.95s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.53s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.10s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.19s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.71s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.66s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.76s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.51s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.52s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserByID (0.54s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserByName (0.52s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.55s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.20s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.19s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.53s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.85s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.97s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.94s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.82s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.55s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.62s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.56s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.50s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.49s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.65s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.69s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.61s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.15s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.56s) [2022-08-17T18:48:54.664Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.22s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.52s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.57s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.79s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.77s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.16s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.09s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.11s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.34s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.28s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (0.99s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.20s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.50s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.07s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.22s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.76s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.12s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.69s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.70s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.70s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartRecordError (1.48s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.19s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.32s) [2022-08-17T18:48:54.664Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.46s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.88s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.77s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.47s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2022-08-17T18:48:54.665Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.63s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.03s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.41s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2022-08-17T18:48:54.665Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-17T18:48:54.665Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.83s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.93s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-08-17T18:48:54.665Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.85s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.67s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.99s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.36s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.56s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.84s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.27s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.99s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.21s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.58s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.65s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.65s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.43s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.65s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.44s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.51s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.03s) [2022-08-17T18:48:54.665Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.86s) [2022-08-17T18:48:54.665Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-17T18:48:54.665Z] === RUN TestDockerRegistrySuite [2022-08-17T18:48:54.665Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-08-17T18:48:56.032Z] check_test.go:196: [d8728477146df] daemon is not started [2022-08-17T18:48:56.032Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-08-17T18:48:56.593Z] check_test.go:196: [df786643d62ba] daemon is not started [2022-08-17T18:48:56.593Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-08-17T18:48:57.959Z] check_test.go:196: [d8d638cdf73b7] daemon is not started [2022-08-17T18:48:57.959Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-08-17T18:48:57.959Z] check_test.go:196: [dc215498e06f5] daemon is not started [2022-08-17T18:48:57.959Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-08-17T18:49:00.475Z] check_test.go:196: [da8f30cf859f3] daemon is not started [2022-08-17T18:49:00.475Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-08-17T18:49:05.723Z] check_test.go:196: [dbe33cadb1523] daemon is not started [2022-08-17T18:49:05.723Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-08-17T18:49:08.239Z] check_test.go:196: [d2bd2fc16eaf6] daemon is not started [2022-08-17T18:49:08.239Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-08-17T18:49:08.495Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-08-17T18:49:09.423Z] check_test.go:196: [db071c626d16f] daemon is not started [2022-08-17T18:49:09.423Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-08-17T18:49:10.790Z] check_test.go:196: [d2db1cee94eab] daemon is not started [2022-08-17T18:49:10.790Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-08-17T18:49:10.790Z] docker_cli_swarm_test.go:1803: [df01027a3e289] joining swarm manager [d899e61b1525c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:49:11.726Z] check_test.go:196: [ddf93a767d6a3] daemon is not started [2022-08-17T18:49:11.726Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-08-17T18:49:11.983Z] docker_cli_swarm_test.go:1804: [ded78b51790ad] joining swarm manager [d899e61b1525c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:49:12.921Z] check_test.go:196: [ddf540e3d4cb5] daemon is not started [2022-08-17T18:49:12.921Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-08-17T18:49:14.287Z] check_test.go:196: [daeb04ab309db] daemon is not started [2022-08-17T18:49:14.287Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-08-17T18:49:15.213Z] check_test.go:196: [d6f5f7e240b6c] daemon is not started [2022-08-17T18:49:15.213Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-08-17T18:49:16.141Z] check_test.go:196: [d6585006663e0] daemon is not started [2022-08-17T18:49:16.141Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-08-17T18:49:17.068Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ac67abeffd77ef8f1c4933402477391b1aa1fa8be95f1107d77627701de4f7f9 [2022-08-17T18:49:17.630Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0009b25e7fb99eed67ddf199af714a7255289c096aad57b1a19ca15b2bffbe4c [2022-08-17T18:49:17.886Z] check_test.go:196: [d05a54680ac9e] daemon is not started [2022-08-17T18:49:17.886Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-08-17T18:49:18.814Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:331fd890ca9e76a13e5fee00e6f64acb43693b2371ab390644b34b266f5ff5ae [2022-08-17T18:49:19.375Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:34e9011eaa0d54a7f1f2073e6a1fea31abcf39ee2dad0869b7a7459a2fd339e2 [2022-08-17T18:49:19.631Z] check_test.go:196: [d834fe828c32d] daemon is not started [2022-08-17T18:49:19.631Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-08-17T18:49:20.559Z] check_test.go:196: [d8562312d8223] daemon is not started [2022-08-17T18:49:20.559Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-08-17T18:49:22.449Z] check_test.go:196: [d1469fa8e9d87] daemon is not started [2022-08-17T18:49:22.449Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-08-17T18:49:23.380Z] check_test.go:196: [d79faeb0bb195] daemon is not started [2022-08-17T18:49:23.380Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-08-17T18:49:23.635Z] check_test.go:196: [d462ed0112139] daemon is not started [2022-08-17T18:49:23.635Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-08-17T18:49:24.565Z] check_test.go:196: [d96a8b0049017] daemon is not started [2022-08-17T18:49:24.565Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-08-17T18:49:25.494Z] check_test.go:196: [d999cce003a58] daemon is not started [2022-08-17T18:49:25.494Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-08-17T18:49:26.057Z] check_test.go:196: [d9712acff4bcc] daemon is not started [2022-08-17T18:49:26.057Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-08-17T18:49:27.954Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-08-17T18:49:28.517Z] check_test.go:196: [d55242a28112b] daemon is not started [2022-08-17T18:49:28.517Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-08-17T18:49:28.773Z] check_test.go:196: [db3033f7b2aff] daemon is not started [2022-08-17T18:49:29.029Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-08-17T18:49:30.397Z] check_test.go:196: [d553bf31c390f] daemon is not started [2022-08-17T18:49:30.397Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-08-17T18:49:30.653Z] check_test.go:196: [d728069a3c3e6] daemon is not started [2022-08-17T18:49:30.653Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-08-17T18:49:30.653Z] check_test.go:196: [d22846943e936] daemon is not started [2022-08-17T18:49:30.653Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-08-17T18:49:30.909Z] check_test.go:196: [ddd4a1db76cda] daemon is not started [2022-08-17T18:49:30.909Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-08-17T18:49:31.164Z] check_test.go:196: [d610316e19f96] daemon is not started [2022-08-17T18:49:31.164Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-08-17T18:49:31.420Z] check_test.go:196: [d58bb438a26a5] daemon is not started [2022-08-17T18:49:31.420Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-08-17T18:49:31.676Z] check_test.go:196: [df4f0caf49794] daemon is not started [2022-08-17T18:49:31.676Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-08-17T18:49:32.604Z] check_test.go:196: [d69cdac5bdfbe] daemon is not started [2022-08-17T18:49:32.604Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-08-17T18:49:33.969Z] check_test.go:196: [d23802b2f48cb] daemon is not started [2022-08-17T18:49:33.969Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-08-17T18:49:34.898Z] check_test.go:196: [d1945e7b65e76] daemon is not started [2022-08-17T18:49:34.898Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-08-17T18:49:35.826Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-08-17T18:49:35.826Z] check_test.go:196: [d0ee1c49cffa6] daemon is not started [2022-08-17T18:49:35.826Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-08-17T18:49:36.754Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite (43.41s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.44s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.17s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.56s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.80s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.85s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.17s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.13s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.40s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.99s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.19s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.92s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.81s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.70s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.92s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.96s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.95s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.83s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.38s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.27s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.01s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.41s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.07s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2022-08-17T18:49:37.682Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.86s) [2022-08-17T18:49:37.682Z] === RUN TestDockerSchema1RegistrySuite [2022-08-17T18:49:37.682Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-08-17T18:49:37.939Z] check_test.go:223: [d5d996508559d] daemon is not started [2022-08-17T18:49:37.939Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-08-17T18:49:37.939Z] docker_cli_swarm_test.go:1322: [dbdc70da2adb4] joining swarm manager [d0b81dce241fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:49:39.308Z] docker_cli_swarm_test.go:1323: [db132bda4b0ac] joining swarm manager [d0b81dce241fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:49:40.674Z] check_test.go:223: [d3c247fab4a34] daemon is not started [2022-08-17T18:49:40.674Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-08-17T18:49:45.925Z] check_test.go:223: [de6f66b55f8ac] daemon is not started [2022-08-17T18:49:45.925Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2022-08-17T18:49:48.442Z] check_test.go:223: [d7502d51d6ca6] daemon is not started [2022-08-17T18:49:48.442Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2022-08-17T18:49:49.003Z] check_test.go:223: [d5bc93c73ecfe] daemon is not started [2022-08-17T18:49:49.003Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-08-17T18:49:49.930Z] check_test.go:223: [d460a51aceee9] daemon is not started [2022-08-17T18:49:49.930Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-08-17T18:49:50.186Z] check_test.go:223: [dbf567a414a1a] daemon is not started [2022-08-17T18:49:50.186Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-08-17T18:49:51.114Z] check_test.go:223: [d8d92eefc106b] daemon is not started [2022-08-17T18:49:51.114Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-08-17T18:49:52.042Z] check_test.go:223: [d4f5b41cbd1d0] daemon is not started [2022-08-17T18:49:52.042Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-08-17T18:49:52.970Z] check_test.go:223: [d17d580907c3b] daemon is not started [2022-08-17T18:49:52.970Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-08-17T18:49:55.485Z] check_test.go:223: [d410acc965cdd] daemon is not started [2022-08-17T18:49:55.485Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-08-17T18:49:55.485Z] check_test.go:223: [df13f05093cea] daemon is not started [2022-08-17T18:49:55.485Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-08-17T18:49:56.047Z] check_test.go:223: [da7c7ebf880f7] daemon is not started [2022-08-17T18:49:56.047Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2022-08-17T18:49:56.047Z] check_test.go:223: [d1de571d35e1a] daemon is not started [2022-08-17T18:49:56.047Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2022-08-17T18:49:56.302Z] check_test.go:223: [d95c2cb10dc4d] daemon is not started [2022-08-17T18:49:56.302Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2022-08-17T18:49:56.558Z] check_test.go:223: [d85e7deb09e90] daemon is not started [2022-08-17T18:49:56.558Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2022-08-17T18:49:56.813Z] check_test.go:223: [d21601472e3a1] daemon is not started [2022-08-17T18:49:56.813Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2022-08-17T18:49:57.070Z] check_test.go:223: [d0ca50e1ca30c] daemon is not started [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite (19.33s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.19s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.89s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.76s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.63s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.92s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.92s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.25s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.27s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.23s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2022-08-17T18:49:57.070Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2022-08-17T18:49:57.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-08-17T18:49:57.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-08-17T18:49:57.632Z] check_test.go:252: [d6c90d33d01c6] daemon is not started [2022-08-17T18:49:57.632Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-08-17T18:49:58.193Z] check_test.go:252: [d5543fe1312f5] daemon is not started [2022-08-17T18:49:58.193Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-08-17T18:49:58.449Z] check_test.go:252: [d9d773414f93c] daemon is not started [2022-08-17T18:49:58.449Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-08-17T18:49:59.376Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-08-17T18:49:59.649Z] check_test.go:252: [d628990a97336] daemon is not started [2022-08-17T18:49:59.649Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-08-17T18:49:59.905Z] check_test.go:252: [d9e4a1138f06f] daemon is not started [2022-08-17T18:49:59.905Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-08-17T18:50:00.466Z] check_test.go:252: [dec555e080de7] daemon is not started [2022-08-17T18:50:00.466Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-08-17T18:50:00.722Z] check_test.go:252: [d9dbfae7f7984] daemon is not started [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.68s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.46s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.05s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.54s) [2022-08-17T18:50:00.722Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-08-17T18:50:00.722Z] === RUN TestDockerRegistryAuthTokenSuite [2022-08-17T18:50:00.722Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-08-17T18:50:05.963Z] check_test.go:279: [d305eb9d11fde] daemon is not started [2022-08-17T18:50:05.963Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-08-17T18:50:05.963Z] check_test.go:279: [d7871ff687725] daemon is not started [2022-08-17T18:50:05.963Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-08-17T18:50:06.218Z] check_test.go:279: [dc91b2c6d2609] daemon is not started [2022-08-17T18:50:06.218Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-08-17T18:50:06.218Z] check_test.go:279: [db7247f8df407] daemon is not started [2022-08-17T18:50:06.218Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-08-17T18:50:06.474Z] check_test.go:279: [d94db72db9ed1] daemon is not started [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-08-17T18:50:06.474Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-08-17T18:50:06.474Z] === RUN TestDockerNetworkSuite [2022-08-17T18:50:06.474Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-08-17T18:50:08.990Z] docker_cli_network_unix_test.go:47: [dd81f9dbbb378] daemon is not started [2022-08-17T18:50:08.990Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-08-17T18:50:09.245Z] docker_cli_network_unix_test.go:47: [dc6a03ef35015] daemon is not started [2022-08-17T18:50:09.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-08-17T18:50:12.017Z] docker_cli_network_unix_test.go:47: [d0a9675c2dc21] daemon is not started [2022-08-17T18:50:12.273Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-08-17T18:50:13.637Z] docker_cli_network_unix_test.go:47: [ddc12e8fd5990] daemon is not started [2022-08-17T18:50:13.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-08-17T18:50:13.893Z] docker_cli_network_unix_test.go:1234: [d7b7f4916d4f6] daemon is not started [2022-08-17T18:50:16.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-08-17T18:50:16.973Z] docker_cli_network_unix_test.go:47: [d546fae7a9f3f] daemon is not started [2022-08-17T18:50:17.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-08-17T18:50:21.724Z] docker_cli_network_unix_test.go:47: [defc3da16c9cc] daemon is not started [2022-08-17T18:50:22.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-08-17T18:50:24.544Z] docker_cli_network_unix_test.go:47: [d10279feeb0fd] daemon is not started [2022-08-17T18:50:24.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-08-17T18:50:25.726Z] docker_cli_network_unix_test.go:47: [d8cc3a1b189d9] daemon is not started [2022-08-17T18:50:25.726Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-08-17T18:50:26.288Z] docker_cli_network_unix_test.go:47: [da9bb6d6745dd] daemon is not started [2022-08-17T18:50:26.288Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-08-17T18:50:26.545Z] docker_cli_network_unix_test.go:47: [d056c0a3953e9] daemon is not started [2022-08-17T18:50:26.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-08-17T18:50:27.108Z] docker_cli_network_unix_test.go:47: [d1be50963879e] daemon is not started [2022-08-17T18:50:27.669Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-08-17T18:50:27.925Z] docker_cli_network_unix_test.go:47: [df519dd43898d] daemon is not started [2022-08-17T18:50:28.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-08-17T18:50:28.488Z] docker_cli_network_unix_test.go:47: [d913c0d2f153b] daemon is not started [2022-08-17T18:50:28.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-08-17T18:50:29.050Z] docker_cli_network_unix_test.go:47: [d6d09a822be19] daemon is not started [2022-08-17T18:50:29.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-08-17T18:50:29.310Z] docker_cli_network_unix_test.go:47: [d596011a8819b] daemon is not started [2022-08-17T18:50:29.566Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-08-17T18:50:29.822Z] docker_cli_network_unix_test.go:47: [db704f6c6d046] daemon is not started [2022-08-17T18:50:29.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-08-17T18:50:29.822Z] docker_cli_network_unix_test.go:47: [dc283aa1945e5] daemon is not started [2022-08-17T18:50:29.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-08-17T18:50:30.079Z] docker_cli_network_unix_test.go:47: [d583ebeccc0db] daemon is not started [2022-08-17T18:50:30.079Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-08-17T18:50:30.641Z] docker_cli_network_unix_test.go:47: [d9b7fa56c7528] daemon is not started [2022-08-17T18:50:30.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-08-17T18:50:31.206Z] docker_cli_network_unix_test.go:47: [dcf4a28e81dfc] daemon is not started [2022-08-17T18:50:31.768Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-08-17T18:50:31.768Z] docker_cli_network_unix_test.go:47: [d11670a66a1b8] daemon is not started [2022-08-17T18:50:31.768Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-08-17T18:50:32.024Z] docker_cli_network_unix_test.go:47: [dccb0fcf58450] daemon is not started [2022-08-17T18:50:32.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-08-17T18:50:32.024Z] docker_cli_network_unix_test.go:47: [d8dbcb12cda05] daemon is not started [2022-08-17T18:50:32.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-08-17T18:50:33.390Z] docker_cli_network_unix_test.go:969: [d2e8dfaeeca64] daemon is not started [2022-08-17T18:50:34.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-08-17T18:50:35.693Z] docker_cli_network_unix_test.go:47: [dbe39241fe44b] daemon is not started [2022-08-17T18:50:35.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-08-17T18:50:38.210Z] docker_cli_network_unix_test.go:1117: [d2cd1073a951f] daemon is not started [2022-08-17T18:50:40.728Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-08-17T18:50:40.984Z] docker_cli_network_unix_test.go:47: [dec2872b280fa] daemon is not started [2022-08-17T18:50:40.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-08-17T18:50:41.911Z] docker_cli_network_unix_test.go:47: [d15ec0db9d9a3] daemon is not started [2022-08-17T18:50:41.911Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-08-17T18:50:41.911Z] docker_cli_network_unix_test.go:47: [d8047364fab01] daemon is not started [2022-08-17T18:50:41.911Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-08-17T18:50:41.911Z] docker_cli_network_unix_test.go:47: [dc8121375f534] daemon is not started [2022-08-17T18:50:41.911Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-08-17T18:50:42.166Z] docker_cli_network_unix_test.go:47: [db0c0562ea511] daemon is not started [2022-08-17T18:50:42.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-08-17T18:50:42.422Z] docker_cli_network_unix_test.go:47: [dad37400253c0] daemon is not started [2022-08-17T18:50:42.422Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-08-17T18:50:42.422Z] docker_cli_network_unix_test.go:47: [d19327f95d11f] daemon is not started [2022-08-17T18:50:42.422Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-08-17T18:50:43.789Z] docker_cli_network_unix_test.go:47: [d3c1f50224c45] daemon is not started [2022-08-17T18:50:44.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-08-17T18:50:44.716Z] docker_cli_network_unix_test.go:47: [d130b8dda273a] daemon is not started [2022-08-17T18:50:44.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-08-17T18:50:44.716Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-08-17T18:50:44.716Z] docker_cli_network_unix_test.go:47: [dc8758858cc68] daemon is not started [2022-08-17T18:50:44.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-08-17T18:50:45.278Z] docker_cli_network_unix_test.go:47: [dd0a68148d9e2] daemon is not started [2022-08-17T18:50:45.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-08-17T18:50:48.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-08-17T18:50:50.689Z] docker_cli_network_unix_test.go:1085: [daf7c870054e2] daemon is not started [2022-08-17T18:50:52.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-08-17T18:50:52.062Z] docker_cli_network_unix_test.go:47: [d90a631d5abb3] daemon is not started [2022-08-17T18:50:52.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-08-17T18:50:52.624Z] docker_cli_network_unix_test.go:47: [d3056ad26eff8] daemon is not started [2022-08-17T18:50:52.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-08-17T18:50:53.988Z] docker_cli_network_unix_test.go:47: [d23ef03473131] daemon is not started [2022-08-17T18:50:54.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-08-17T18:50:54.244Z] docker_cli_network_unix_test.go:47: [dd4eeb23ab120] daemon is not started [2022-08-17T18:50:54.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-08-17T18:50:54.806Z] docker_cli_network_unix_test.go:47: [db942e03ed092] daemon is not started [2022-08-17T18:50:54.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-08-17T18:50:55.367Z] docker_cli_network_unix_test.go:47: [d460569115b40] daemon is not started [2022-08-17T18:50:55.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-08-17T18:50:55.929Z] docker_cli_network_unix_test.go:47: [d61e48325c881] daemon is not started [2022-08-17T18:50:56.185Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-08-17T18:51:02.720Z] docker_cli_network_unix_test.go:47: [d8f45caa9e120] daemon is not started [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite (55.35s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.41s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.69s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.43s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.42s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.00s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.16s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.86s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.69s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.28s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.16s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.16s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.25s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.30s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-08-17T18:51:02.720Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.78s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.42s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.97s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.85s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.49s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.62s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-08-17T18:51:02.720Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.55s) [2022-08-17T18:51:02.720Z] === RUN TestDockerHubPullSuite [2022-08-17T18:51:02.720Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-08-17T18:51:04.084Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-08-17T18:51:06.598Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-08-17T18:51:07.524Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-08-17T18:51:09.411Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-08-17T18:51:09.984Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite (8.39s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.09s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.60s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.95s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.79s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.59s) [2022-08-17T18:51:10.247Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.37s) [2022-08-17T18:51:10.247Z] PASS [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === Skipped [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_sni_test.go:18: Flakey test [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-17T18:51:10.247Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-17T18:51:10.247Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-17T18:51:10.247Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-08-17T18:51:10.247Z] docker_cli_network_unix_test.go:47: [dc8758858cc68] daemon is not started [2022-08-17T18:51:10.247Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-17T18:51:10.247Z] [2022-08-17T18:51:10.247Z] DONE 1270 tests, 51 skipped in 1489.712s [2022-08-17T18:51:10.247Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T18:51:10.247Z] ++++ cat bundles/test-integration/docker.pid [2022-08-17T18:51:10.247Z] +++ kill 7922 [2022-08-17T18:51:11.173Z] +++ /etc/init.d/apparmor stop [2022-08-17T18:51:11.173Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T18:51:11.173Z] [2022-08-17T18:51:11.173Z] Unloading profiles will leave already running processes permanently [2022-08-17T18:51:11.173Z] unconfined, which can lead to unexpected situations. [2022-08-17T18:51:11.173Z] [2022-08-17T18:51:11.173Z] To set a process to complain mode, use the command line tool [2022-08-17T18:51:11.173Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T18:51:11.173Z] +++ true [2022-08-17T18:51:11.173Z] exiting test-integration [2022-08-17T18:51:11.173Z] ++ exit 0 [2022-08-17T18:51:11.173Z] [2022-08-17T18:51:11.736Z] + for job in $(jobs -p) [2022-08-17T18:51:11.736Z] + wait 20971 [2022-08-17T18:51:33.616Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-08-17T18:51:33.616Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-08-17T18:51:40.150Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-08-17T18:51:45.396Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-08-17T18:51:47.285Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-08-17T18:51:52.526Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-08-17T18:51:59.060Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-08-17T18:52:02.326Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-08-17T18:52:02.326Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-08-17T18:52:02.326Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-08-17T18:52:07.571Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-08-17T18:52:07.826Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-08-17T18:52:08.388Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-08-17T18:52:10.905Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-08-17T18:53:07.079Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-08-17T18:53:07.079Z] docker_cli_swarm_test.go:1187: [d1ca1b1f776fe] joining swarm manager [d22b1d8b6191a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:53:13.613Z] docker_cli_swarm_test.go:1196: [d6dd8bbe4b7f8] joining swarm manager [d22b1d8b6191a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:54:00.250Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-08-17T18:54:10.188Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-08-17T18:54:12.704Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-08-17T18:54:14.593Z] docker_cli_swarm_test.go:1119: [df267eb17b387] joining swarm manager [d8e30d1a1cf01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:54:15.957Z] docker_cli_swarm_test.go:1120: [d60ba6a88c2df] joining swarm manager [d8e30d1a1cf01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:55:52.336Z] docker_cli_swarm_test.go:1173: [d4ccb8eeff8a9] joining swarm manager [d8e30d1a1cf01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-17T18:56:24.397Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-08-17T18:56:24.397Z] docker_cli_swarm_test.go:1454: [d31534d35f8ad] joining swarm manager [d320b2c042e8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:56:24.397Z] docker_cli_swarm_test.go:1455: [d6d744b552ac7] joining swarm manager [d320b2c042e8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-17T18:56:34.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-08-17T18:56:34.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-08-17T18:56:34.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-08-17T18:56:34.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-08-17T18:56:34.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-08-17T18:56:35.262Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-08-17T18:56:37.152Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-08-17T18:56:40.469Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-08-17T18:56:42.985Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-08-17T18:56:44.875Z] docker_cli_swarm_unix_test.go:63: [d1cb55b2c9f2d] joining swarm manager [daebb90b274d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:57:41.036Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-08-17T18:57:41.036Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-08-17T18:57:41.036Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-08-17T18:57:42.401Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-08-17T18:57:45.667Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-08-17T18:57:48.186Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-08-17T18:57:50.074Z] docker_api_swarm_test.go:962: [d5010d54b719c] joining swarm manager [d432ab78f0f6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-17T18:58:08.114Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-08-17T18:58:20.281Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-08-17T18:58:21.208Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-08-17T18:58:23.722Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-08-17T18:58:26.279Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-08-17T18:58:34.362Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-08-17T18:58:38.528Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-08-17T18:58:41.043Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-08-17T18:58:43.560Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-08-17T18:58:46.077Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-08-17T18:58:48.655Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-08-17T18:58:51.920Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-08-17T18:58:53.807Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-08-17T18:59:50.010Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-08-17T19:00:04.843Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite (1642.98s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.17s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.07s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.06s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.93s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.97s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.66s) [2022-08-17T19:00:22.881Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.24s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.34s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.58s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.41s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.50s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.37s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.92s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.72s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.61s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.68s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.57s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.76s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.59s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.92s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.65s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.06s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.66s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.00s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.28s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.30s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.37s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.63s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.41s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.34s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.39s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.61s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.77s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.56s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.62s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.15s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.18s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.12s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.60s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.25s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.12s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.76s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.48s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.41s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.62s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.73s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.36s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.57s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.15s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.83s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.09s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.61s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.18s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.98s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.32s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.18s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.88s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.31s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.06s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.87s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.17s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.27s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.50s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.00s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.55s) [2022-08-17T19:00:22.881Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.00s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.64s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.38s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.60s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.59s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.68s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.36s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.10s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (114.28s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.47s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.60s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.84s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.25s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.30s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.85s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.66s) [2022-08-17T19:00:22.882Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.94s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.51s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.62s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.82s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.24s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (126.74s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.33s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.22s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.16s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.04s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.52s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.92s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.20s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.13s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.19s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.69s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.04s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.56s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.49s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.41s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.95s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.26s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.91s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2022-08-17T19:00:22.882Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.14s) [2022-08-17T19:00:22.882Z] === RUN TestDockerExternalVolumeSuite [2022-08-17T19:00:22.882Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-08-17T19:00:22.882Z] docker_cli_external_volume_driver_test.go:53: [d525d6dfb1352] daemon is not started [2022-08-17T19:00:37.766Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-08-17T19:01:45.381Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-08-17T19:01:53.468Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-08-17T19:02:08.302Z] docker_cli_external_volume_driver_test.go:53: [d96070ad3df70] daemon is not started [2022-08-17T19:02:23.134Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-08-17T19:02:37.968Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-08-17T19:02:52.827Z] docker_cli_external_volume_driver_test.go:53: [db8fd1820ae79] daemon is not started [2022-08-17T19:03:10.863Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-08-17T19:03:10.863Z] docker_cli_external_volume_driver_test.go:53: [dde10cddb8ef3] daemon is not started [2022-08-17T19:03:23.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-08-17T19:03:55.053Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-08-17T19:04:13.092Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-08-17T19:04:27.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-08-17T19:05:14.538Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-08-17T19:05:32.588Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-08-17T19:06:04.647Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-08-17T19:06:36.671Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-08-17T19:06:51.506Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-08-17T19:07:06.338Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-08-17T19:07:06.338Z] docker_cli_external_volume_driver_test.go:485: [d1400803de772] daemon is not started [2022-08-17T19:07:24.374Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-08-17T19:07:24.374Z] docker_cli_external_volume_driver_test.go:53: [d90e81b38adcc] daemon is not started [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite (437.09s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.64s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2022-08-17T19:07:39.221Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-08-17T19:07:39.221Z] PASS [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] === Skipped [2022-08-17T19:07:39.221Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-17T19:07:39.221Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-17T19:07:39.221Z] check_test.go:309: [da6acb8ac9764] daemon is not started [2022-08-17T19:07:39.221Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-17T19:07:39.221Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-17T19:07:39.221Z] check_test.go:309: [dde70e8528c2e] daemon is not started [2022-08-17T19:07:39.221Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-17T19:07:39.221Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-17T19:07:39.221Z] check_test.go:309: [df2ec6e50cde9] daemon is not started [2022-08-17T19:07:39.221Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-17T19:07:39.221Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-17T19:07:39.221Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-17T19:07:39.221Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-08-17T19:07:39.221Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] DONE 273 tests, 5 skipped in 2476.552s [2022-08-17T19:07:39.221Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-17T19:07:39.221Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d80edb584efd0/docker.pid [2022-08-17T19:07:39.221Z] +++ kill 5548 [2022-08-17T19:07:39.221Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5548 is not a child of this shell [2022-08-17T19:07:39.221Z] warning: PID 5548 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d80edb584efd0/docker.pid had a nonzero exit code [2022-08-17T19:07:39.221Z] ++++ cat bundles/test-integration/docker.pid [2022-08-17T19:07:39.221Z] +++ kill 7922 [2022-08-17T19:07:39.221Z] +++ /etc/init.d/apparmor stop [2022-08-17T19:07:39.221Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] Unloading profiles will leave already running processes permanently [2022-08-17T19:07:39.221Z] unconfined, which can lead to unexpected situations. [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] To set a process to complain mode, use the command line tool [2022-08-17T19:07:39.221Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-17T19:07:39.221Z] +++ true [2022-08-17T19:07:39.221Z] exiting test-integration [2022-08-17T19:07:39.221Z] ++ exit 0 [2022-08-17T19:07:39.221Z] [2022-08-17T19:07:39.221Z] + exit 0 [2022-08-17T19:07:39.221Z] ++ jobs -p [2022-08-17T19:07:39.221Z] + pids= [2022-08-17T19:07:39.221Z] + echo 'Remaining pids to kill: []' [2022-08-17T19:07:39.221Z] Remaining pids to kill: [] [2022-08-17T19:07:39.221Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-08-17T19:07:39.234Z] Recording test results [2022-08-17T19:07:40.629Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-17T19:07:40.946Z] + echo Ensuring container killed. [2022-08-17T19:07:40.946Z] Ensuring container killed. [2022-08-17T19:07:40.946Z] + docker ps -aq -f name=docker-pr5-* [2022-08-17T19:07:40.946Z] + cids=ab64b0719637 [2022-08-17T19:07:40.946Z] 78a0e9eb5e7d [2022-08-17T19:07:40.946Z] eeaf05f6abb1 [2022-08-17T19:07:40.946Z] + [ -n ab64b0719637 [2022-08-17T19:07:40.946Z] 78a0e9eb5e7d [2022-08-17T19:07:40.946Z] eeaf05f6abb1 ] [2022-08-17T19:07:40.946Z] + docker rm -vf ab64b0719637 78a0e9eb5e7d eeaf05f6abb1 [2022-08-17T19:07:43.469Z] ab64b0719637 [2022-08-17T19:07:44.031Z] 78a0e9eb5e7d [2022-08-17T19:07:44.032Z] eeaf05f6abb1 [Pipeline] sh [2022-08-17T19:07:44.365Z] + echo Chowning /workspace to jenkins user [2022-08-17T19:07:44.365Z] Chowning /workspace to jenkins user [2022-08-17T19:07:44.365Z] + id -u [2022-08-17T19:07:44.365Z] + id -g [2022-08-17T19:07:44.365Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-17T19:07:47.221Z] + bundleName=amd64 [2022-08-17T19:07:47.221Z] + echo Creating amd64-bundles.tar.gz [2022-08-17T19:07:47.221Z] Creating amd64-bundles.tar.gz [2022-08-17T19:07:47.221Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-17T19:07:47.221Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-17T19:07:48.598Z] Archiving artifacts [2022-08-17T19:07:50.380Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43975/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-17T19:07:50.725Z] + make clean [2022-08-17T19:07:50.725Z] docker volume rm -f docker-dev-cache [2022-08-17T19:07:50.725Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS